AxisScaleBreakStyle.StartFromZero Property

.NET Framework (current version)
 

Gets or sets a StartFromZero enumeration value that indicates whether to start the scale break from zero.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member StartFromZero : StartFromZero with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.StartFromZero

A StartFromZero enumeration value that indicates whether to start the scale break from zero.

If the StartFromZero property is set to Auto, the chart will automatically calculate whether to start the Y-axis scale minimum from the lowest value in the series or from zero.

The following code example demonstrates how to enable and customize a scale break after the Chart control has been added to the design surface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: