Click or drag to resize

AxisSmithBaseGridType Property

LightningChart .NET Help
Defines how the grid is defined. If the value is Distance, GridDivSpacing property will affect the positioning and amount of gridlines. Otherwise GridDivCount will be used in calculations.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(GridTypeSmith.Distance)]
public GridTypeSmith GridType { get; set; }

Property Value

Type: GridTypeSmith
See Also