[]
Gets or sets the height of the chart in pixels.
[FpCategory("Category_Layout")]
public override Unit Height { get; set; }
<FpCategory("Category_Layout")>
Public Overrides Property Height As Unit
Type | Condition |
---|---|
ArgumentException | if Height unit is not pixel. |
ArgumentOutOfRangeException | if Height value is not larger than zero. |