Back to Devexpress

Scale Breaks

aspnet-15823-components-chart-control-visual-elements-scale-breaks.md

latest1.9 KB
Original Source

Scale Breaks

  • Dec 17, 2020

A scale break is an area across an axis which is shown in place of a section of the axis’ range. It appears along the original axis as a ragged (or wavy or straight, depending on the desired appearance) line.

You can add multiple scale breaks to an axis of any scale type, whether or not this axis uses a logarithmic scale.

With the ASP.NET Chart Control , you have the capability to use either automatic or manual scale breaks, or both. Refer to the corresponding sections of the following topic for details: Scale Breaks.

The table below lists the main properties that affect the element’s appearance and functionality:

|

Class

|

ScaleBreak

| |

Availability

|

Axis.ScaleBreaks

| |

Appearance

|

Axis.ScaleBreakOptions (ScaleBreakOptions.Color, ScaleBreakOptions.SizeInPixels and ScaleBreakOptions.Style)

| |

Visibility

|

ScaleBreak.Visible

|

See Also

Scale Breaks

How to: Manually Insert a Scale Break into an Axis (Runtime Sample)