ComponentOne FlexChart for WinForms
Width Property (PlotArea)


C1.Win.Chart Namespace > PlotArea Class : Width Property
Gets or sets the width of 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;}
See Also

Reference

PlotArea Class
PlotArea Members