AxisRoundBaseAngularAxisMajorDivCount Property |
LightningChart .NET Help
Gets or sets angular axis major division count. 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
Syntax[DefaultValueAttribute(8)]
public int AngularAxisMajorDivCount { get; set; }<DefaultValueAttribute(8)>
Public Property AngularAxisMajorDivCount As Integer
Get
Set
public:
[DefaultValueAttribute(8)]
property int AngularAxisMajorDivCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also