AxisPolarBaseMinorDivTickStyle 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 AxisTickStyleRound MinorDivTickStyle { get; set; }Public Property MinorDivTickStyle As AxisTickStyleRound
Get
Set
public:
property AxisTickStyleRound^ MinorDivTickStyle {
AxisTickStyleRound^ get ();
void set (AxisTickStyleRound^ value);
}Property Value
Type:
AxisTickStyleRound
See Also