Spread for ASP.NET 12 Product Documentation
Height Property (FpChart)


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

Reference

FpChart Class
FpChart Members