Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisHitTest Class / PlotArea Property


In This Topic
PlotArea Property (AxisHitTest)
In This Topic
Gets or sets the plot area.
Syntax
'Declaration
 
Public Property PlotArea As PlotArea
 
'Usage
 
Dim instance As AxisHitTest
Dim value As PlotArea
 
instance.PlotArea = value
 
value = instance.PlotArea

Property Value

The plot area.
See Also