AxisBaseMinorDivTickStyle Property |
LightningChart .NET Help
Minor division ticks style.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AxisTickStyle MinorDivTickStyle { get; set; }Public Property MinorDivTickStyle As AxisTickStyle
Get
Set
public:
property AxisTickStyle^ MinorDivTickStyle {
AxisTickStyle^ get ();
void set (AxisTickStyle^ value);
}Property Value
Type:
AxisTickStyle
See Also