Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AreaSeries Class / AutoOrigin Property


In This Topic
AutoOrigin Property (AreaSeries)
In This Topic
Gets or sets whether the area origin is automatically calculated or manually assigned.
Syntax
'Declaration
 
Public Property AutoOrigin As Boolean
 
'Usage
 
Dim instance As AreaSeries
Dim value As Boolean
 
instance.AutoOrigin = value
 
value = instance.AutoOrigin
Remarks
If false, then the area origin is manually assigned via the Origin property. If true, then area origin is automatically calculated as the minimum value in the series.
See Also