AxisBaseMinorDivCount Property |
LightningChart .NET Help
Gets or sets minor division count. The count of divisions inside a major division. 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(5)]
public int MinorDivCount { get; set; }<DefaultValueAttribute(5)>
Public Property MinorDivCount As Integer
Get
Set
public:
[DefaultValueAttribute(5)]
property int MinorDivCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also