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
Syntaxpublic CustomAxisTick(
AxisBase owner,
double axisValue,
string labelText,
int tickLength,
bool visible,
Color color,
CustomTickStyle style
)
Public Sub New (
owner As AxisBase,
axisValue As Double,
labelText As String,
tickLength As Integer,
visible As Boolean,
color As Color,
style As CustomTickStyle
)
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