[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.Height

Height Property

Height

Gets or sets the height of the chart in pixels.

Declaration
[FpCategory("Category_Layout")]
public override Unit Height { get; set; }
<FpCategory("Category_Layout")>
Public Overrides Property Height As Unit
Overrides
Exceptions
Type Condition
ArgumentException

if Height unit is not pixel.

ArgumentOutOfRangeException

if Height value is not larger than zero.