AxisScaleBreakStyle.CollapsibleSpaceThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the threshold of space on the chart at which scale breaks are drawn.
public:
property int CollapsibleSpaceThreshold { int get(); void set(int value); };
public int CollapsibleSpaceThreshold { get; set; }
member this.CollapsibleSpaceThreshold : int with get, set
Public Property CollapsibleSpaceThreshold As Integer
Property Value
An integer
value that specifies the threshold of space on the chart at which scale breaks are drawn.
Remarks
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.