ComponentOne FlexChart for WinForms
Height Property (PlotArea)


C1.Win.Chart Namespace > PlotArea Class : Height Property
Gets or sets the height of plot area.
Syntax
'Declaration
 
Public Property Height As GridLength
'Usage
 
Dim instance As PlotArea
Dim value As GridLength
 
instance.Height = value
 
value = instance.Height
public GridLength Height {get; set;}
See Also

Reference

PlotArea Class
PlotArea Members