[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ClusteredBarSeries.AutoOrigin

AutoOrigin Property

AutoOrigin

Gets or sets whether the bar origin is automatically calculated or manually assigned.

Declaration
[FpCategory("Category_Appearance")]
public bool AutoOrigin { get; set; }
<FpCategory("Category_Appearance")>
Public Property AutoOrigin As Boolean
Remarks

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.