Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotAreaAttribute Class / PlotAreaAttribute Constructor
Type of the plot area which can contain the series.


In This Topic
PlotAreaAttribute Constructor
In This Topic
Initializes a new instance of the PlotAreaAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal plotAreaType As Type _
)
 
'Usage
 
Dim plotAreaType As Type
 
Dim instance As New PlotAreaAttribute(plotAreaType)

Parameters

plotAreaType
Type of the plot area which can contain the series.
See Also