CustomAxisTick Constructor (AxisBase, Double, String) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic CustomAxisTick(
AxisBase owner,
double axisValue,
string labelText
)
Public Sub New (
owner As AxisBase,
axisValue As Double,
labelText As String
)
public:
CustomAxisTick(
AxisBase^ owner,
double axisValue,
String^ labelText
)
Parameters
- owner
- Type: Arction.Wpf.ChartingMVVM.AxesAxisBase
Parent. - axisValue
- Type: SystemDouble
Value on axis. - labelText
- Type: SystemString
Label text.
See Also