Click or drag to resize

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
Syntax
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