Click or drag to resize

GridOptionsSmithSource Property

LightningChart .NET Help
Determines which gridlines are rendered, both, just the custom ones, or just the automatic ones.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(GridLineSource), "Both")]
public GridLineSource Source { get; set; }

Property Value

Type: GridLineSource
See Also