FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / ManualLayout Property


In This Topic
ManualLayout Property (XYPlotArea)
In This Topic
Gets or sets whether the layout of the plot area is automatically generated.
Syntax
'Declaration
 
Public Property ManualLayout As Boolean
 
'Usage
 
Dim instance As XYPlotArea
Dim value As Boolean
 
instance.ManualLayout = value
 
value = instance.ManualLayout
See Also