Axis.IsStartedFromZero Property
.NET Framework (current version)
Gets or sets a flag which indicates whether the minimum value of the axis will be automatically set to zero if all data point values are positive. If there are negative data point values, the minimum value of the data points will be used.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property IsStartedFromZero As Boolean
Property Value
Type: System.Booleantrue if the minimum value of the axis is automatically set to zero when all data point values are positive; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: