AxisBaseMajorGrid Property |
LightningChart .NET Help
Gets or sets grid at major divisions. 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
Syntaxpublic GridOptions MajorGrid { get; set; }Public Property MajorGrid As GridOptions
Get
Set
public:
property GridOptions^ MajorGrid {
GridOptions^ get ();
void set (GridOptions^ value);
}Property Value
Type:
GridOptions
See Also