GridOptionsSmithSource Property |
LightningChart .NET Help
Determines which gridlines are rendered, both, just the custom ones,
or just the automatic ones.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(GridLineSource), "Both")]
public GridLineSource Source { get; set; }<DefaultValueAttribute(GetType(GridLineSource), "Both")>
Public Property Source As GridLineSource
Get
Set
public:
[DefaultValueAttribute(typeof(GridLineSource), L"Both")]
property GridLineSource Source {
GridLineSource get ();
void set (GridLineSource value);
}Property Value
Type:
GridLineSource
See Also