StartFromZero Enumeration
.NET Framework (current version)
Indicates whether an axis segment should start from zero when a scale break is used.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Auto | The Chart control calculates whether to start the axis scale at zero or at a more appropriate rounded value. | |
| No | Do not start the axis segment scale from zero. | |
| Yes | Start the axis segment scale from zero. |
The StartFromZero enumeration is used to set the value of the StartFromZero property and indicates whether an axis segment should start from zero.
.NET Framework
Available since 4.0
Available since 4.0
Show: