ComponentOne FinancialChart for WPF
Height Property (PlotArea)



C1.WPF.Chart Namespace > PlotArea Class : Height Property
Gets or sets the Height of the 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;}
public:
property GridLength Height {
   GridLength get();
   void set (    GridLength value);
}
See Also

Reference

PlotArea Class
PlotArea Members