Table of Contents

Class GridOptions

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Grid options

[TypeConverter(typeof(ExpandableObjectConverter))]
public class GridOptions : ChartNode, IChartNode, IDisposable, IGridOptions
Inheritance
GridOptions
Implements
Derived
Inherited Members

Constructors

GridOptions()

Constructor for Form designer list editor

public GridOptions()

GridOptions(IChartNode)

Constructor

public GridOptions(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Color

Line color

public Color Color { get; set; }

Property Value

Color

Pattern

Pattern

public LinePattern Pattern { get; set; }

Property Value

LinePattern

PatternScale

Pattern scale

public int PatternScale { get; set; }

Property Value

int

Visible

Is grid visible or not

public bool Visible { get; set; }

Property Value

bool

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String