Interface IGridOptions
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Grid options.
public interface IGridOptions
Properties
Color
Grid color
Color Color { get; set; }
Property Value
Pattern
Grid pattern.
LinePattern Pattern { get; set; }
Property Value
PatternScale
Pattern scale
int PatternScale { get; set; }
Property Value
Visible
Grid visible.
bool Visible { get; set; }
Property Value
Methods
ToString()
Grid to string.
string ToString()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.IGridOptions.ToString