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
Syntaxpublic int CompareTo(
ScaleBreak other
)
Public Function CompareTo (
other As ScaleBreak
) As Integer
public:
virtual int CompareTo(
ScaleBreak^ other
) sealed
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