Click or drag to resize

CustomAxisTick Constructor (AxisBase, Double, String, Int32, Boolean, Color, CustomTickStyle)

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,
	int tickLength,
	bool visible,
	Color color,
	CustomTickStyle style
)

Parameters

owner
Type: Arction.WinForms.Charting.AxesAxisBase
Parent.
axisValue
Type: SystemDouble
Value on axis.
labelText
Type: SystemString
Label text.
tickLength
Type: SystemInt32
Tick length in pixels.
visible
Type: SystemBoolean
Visibility.
color
Type: System.DrawingColor
Color.
style
Type: Arction.WinForms.ChartingCustomTickStyle
Style, is grid or tick visible, or both.
See Also