Click or drag to resize

ScaleBreakOverlap Method

LightningChart .NET Help
Tells if another ScaleBreaks overlaps this.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool Overlap(
	ScaleBreak excludeRange
)

Parameters

excludeRange
Type: Arction.WinForms.Charting.AxesScaleBreak
Compared ScaleBreaks.

Return Value

Type: Boolean
True, if overlaps, false otherwise.
See Also