ComponentOne FinancialChart for WPF
Width Property (PlotArea)



C1.WPF.Chart Namespace > PlotArea Class : Width Property
Gets or sets the width of the plot area.
Syntax
'Declaration
 
Public Property Width As GridLength
'Usage
 
Dim instance As PlotArea
Dim value As GridLength
 
instance.Width = value
 
value = instance.Width
public GridLength Width {get; set;}
public:
property GridLength Width {
   GridLength get();
   void set (    GridLength value);
}
See Also

Reference

PlotArea Class
PlotArea Members