Spread for ASP.NET 11 Product Documentation
Width Property (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : Width Property
Gets or sets the width of the chart in pixels.
Syntax
'Declaration
 
Public Overrides Property Width As Unit
'Usage
 
Dim instance As FpChart
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
public override Unit Width {get; set;}
Exceptions
ExceptionDescription
if Width unit is not pixel.
if Width value is not larger than zero.
See Also

Reference

FpChart Class
FpChart Members