AxisScaleBreakStyle.CollapsibleSpaceThreshold Property

.NET Framework (current version)
 

Gets or sets the threshold of space on the chart at which scale breaks are drawn.

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

member CollapsibleSpaceThreshold : int with get, set

Property Value

Type: System.Int32

An integer value that specifies the threshold of space on the chart at which scale breaks are drawn.

This property is measured as a percentage of the Y-axis scale. By default, its value is set to 25. This means that data points in a series that have a difference of at least 25% of the scale will be collapsed with a scale break.

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: