Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarPlotArea Class / XAxis Property


In This Topic
XAxis Property (PolarPlotArea)
In This Topic
Gets the x-axis.
Syntax
'Declaration
 
Public ReadOnly Property XAxis As PolarAngleAxis
 
'Usage
 
Dim instance As PolarPlotArea
Dim value As PolarAngleAxis
 
value = instance.XAxis
See Also