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