Table of Contents

Class GridOptionsSmith

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

Grid options of Smith view.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class GridOptionsSmith : GridOptionsRound, IChartNode, IDisposable, IGridOptions
Inheritance
GridOptionsSmith
Implements
Inherited Members

Constructors

GridOptionsSmith()

Constructor for Form designer list editor

public GridOptionsSmith()

GridOptionsSmith(IChartNode)

Constructor

public GridOptionsSmith(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

CustomGridLines

List of manually defined gridlines.

public GridOptionsSmithExtraLineList CustomGridLines { get; set; }

Property Value

GridOptionsSmithExtraLineList

LabelsVisible

Grid labels visible.

public bool LabelsVisible { get; set; }

Property Value

bool

Source

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

public GridLineSource Source { get; set; }

Property Value

GridLineSource

Methods

Dispose(bool)

Dispose

protected override void Dispose(bool disposing)

Parameters

disposing bool
LightningChartLib.WinForms.Charting.GridOptionsSmith