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