ScaleBreak Constructor (AxisBase, Double, Double, Single) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ScaleBreak(
AxisBase owner,
double begin,
double end,
float gap
)
Public Sub New (
owner As AxisBase,
begin As Double,
end As Double,
gap As Single
)
public:
ScaleBreak(
AxisBase^ owner,
double begin,
double end,
float gap
)
Parameters
- owner
- Type: Arction.Wpf.Charting.AxesAxisBase
Owner axis. - begin
- Type: SystemDouble
Begin value. - end
- Type: SystemDouble
End value. - gap
- Type: SystemSingle
Gap in DIPs.
See Also