CustomAxisTick Constructor (AxisBase, Double, String) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.Charting.AxesAxisBase
Parent. - axisValue
- Type: SystemDouble
Value on axis. - labelText
- Type: SystemString
Label text.
See Also