[]
Gets or sets whether the bar origin is automatically calculated or manually assigned.
[FpCategory("Category_Appearance")]
public bool AutoOrigin { get; set; }
<FpCategory("Category_Appearance")>
Public Property AutoOrigin As Boolean
If false then the bar origin is manually assigned via the Origin property. If true then bar origin is automatically calculated as the minimum value in the series.