CustomAxisTick Constructor (AxisBase) |
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 CustomAxisTick(
AxisBase owner
)
Public Sub New (
owner As AxisBase
)
public:
CustomAxisTick(
AxisBase^ owner
)
Parameters
- owner
- Type: Arction.Wpf.Charting.AxesAxisBase
Parent.
See Also