Table of Contents

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

Color

Pattern

Grid pattern.

LinePattern Pattern { get; set; }

Property Value

LinePattern

PatternScale

Pattern scale

int PatternScale { get; set; }

Property Value

int

Visible

Grid visible.

bool Visible { get; set; }

Property Value

bool

Methods

ToString()

Grid to string.

string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.IGridOptions.ToString