[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.Width

Width Property

Width

Gets or sets the width of the chart in pixels.

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

if Width unit is not pixel.

ArgumentOutOfRangeException

if Width value is not larger than zero.