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.
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(GridTypeSmith.Distance)]
public GridTypeSmith GridType { get; set; }<DefaultValueAttribute(GridTypeSmith.Distance)>
Public Property GridType As GridTypeSmith
Get
Set
public:
[DefaultValueAttribute(GridTypeSmith::Distance)]
property GridTypeSmith GridType {
GridTypeSmith get ();
void set (GridTypeSmith value);
}Property Value
Type:
GridTypeSmith
See Also