AxisBaseMinorDivTickStyle Property |
LightningChart .NET Help
Gets or sets minor division ticks style. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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