AxisBaseMajorDiv Property |
LightningChart .NET Help
Major tick interval (units / division).
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1")]
public double MajorDiv { get; set; }<DefaultValueAttribute(GetType(Double), "1")>
Public Property MajorDiv As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1")]
property double MajorDiv {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also