Click or drag to resize

ScaleBreakCompareTo Method

LightningChart .NET Help
IComparison implementation based on Begin value. If Begin values are same, order is determined by End values.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public int CompareTo(
	ScaleBreak other
)

Parameters

other
Type: Arction.Wpf.ChartingMVVM.AxesScaleBreak
Other instance to compare to.

Return Value

Type: Int32
-1 if this is before other, 0 if equal (Begins are same), 1 of this is after other.

Implements

IComparableTCompareTo(T)
See Also