Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / Location Property


In This Topic
Location Property (ValueAxis)
In This Topic
Gets or sets the location of the axis relative to the plot area.
Syntax
'Declaration
 
Public Property Location As AxisLocation
 
'Usage
 
Dim instance As ValueAxis
Dim value As AxisLocation
 
instance.Location = value
 
value = instance.Location
See Also