AxisScaleBreakStyle.MaxNumberOfBreaks Property

.NET Framework (current version)
 

Gets or sets the maximum number of scale breaks to be displayed on the chart.

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

member MaxNumberOfBreaks : int with get, set

Property Value

Type: System.Int32

An integer value that represents the maximum number of scale breaks to be displayed on the chart.

The Chart is capable of displaying up to five scale breaks.

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: