Table of Contents

Class GridOptionsSmithExtraLine

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

Smith Grid extra line options

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

Constructors

GridOptionsSmithExtraLine()

Constructor

public GridOptionsSmithExtraLine()

GridOptionsSmithExtraLine(IChartNode)

Constructor.

public GridOptionsSmithExtraLine(IChartNode Owner)

Parameters

Owner IChartNode
param Owner M:LightningChartLib.WinForms.Charting.GridOptionsSmithExtraLine.#ctor(LightningChartLib.WinForms.Charting.IChartNode)

Properties

Value

Real or Imaginary component of the Value of the Gridline position.

public double Value { get; set; }

Property Value

double

Methods

OnDeserialized(StreamingContext)

OnDeserialized is called just after the object has been deserialized

[OnDeserialized]
protected void OnDeserialized(StreamingContext context)

Parameters

context StreamingContext

Context