Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotAreaAttribute Class / PlotAreaType Property


In This Topic
PlotAreaType Property
In This Topic
Gets the type of the plot area which can contain the series.
Syntax
'Declaration
 
Public ReadOnly Property PlotAreaType As Type
 
'Usage
 
Dim instance As PlotAreaAttribute
Dim value As Type
 
value = instance.PlotAreaType

Property Value

The type of the plot area.
See Also