Table of Contents

Class LineOptions

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

Line options.

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

Constructors

LineOptions()

Constructor.

public LineOptions()

LineOptions(Map)

Constructor.

public LineOptions(Map owner)

Parameters

owner Map
param owner M:LightningChartLib.WinForms.Charting.Maps.LineOptions.#ctor(LightningChartLib.WinForms.Charting.Maps.Map)

Properties

LabelStyle

Label style.

public MapItemTitle LabelStyle { get; set; }

Property Value

MapItemTitle

LineStyle

Line style.

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

Methods

Construct()

Create members.

protected virtual void Construct()

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.