AxisSmithBaseGridDivSpacing Property |
LightningChart .NET Help
Approximate distance between gridlines in pixels.
Used only if GridType is GridTypeSmith.Distance.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(80)]
public double GridDivSpacing { get; set; }<DefaultValueAttribute(80)>
Public Property GridDivSpacing As Double
Get
Set
public:
[DefaultValueAttribute(80)]
property double GridDivSpacing {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also