AxisXScaleBreaks Property |
LightningChart .NET Help
Gets or sets ScaleBreaks. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic ScaleBreaksCollection ScaleBreaks { get; set; }Public Property ScaleBreaks As ScaleBreaksCollection
Get
Set
public:
property ScaleBreaksCollection^ ScaleBreaks {
ScaleBreaksCollection^ get ();
void set (ScaleBreaksCollection^ value);
}Property Value
Type:
ScaleBreaksCollection
See Also