AxisXScaleBreaks Property |
LightningChart .NET Help
ScaleBreaks list. Used to not display defined axis value ranges.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<ScaleBreak> ScaleBreaks { get; set; }Public Property ScaleBreaks As List(Of ScaleBreak)
Get
Set
public:
property List<ScaleBreak^>^ ScaleBreaks {
List<ScaleBreak^>^ get ();
void set (List<ScaleBreak^>^ value);
}Property Value
Type:
ListScaleBreak
See Also