Height Property (FpChart)
In This Topic
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
See Also