Table of Contents

Class LineLayer

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

LineLayer.

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

Constructors

LineLayer()

Constructor.

public LineLayer()

LineLayer(Map)

Constructor.

public LineLayer(Map owner)

Parameters

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

Properties

AutoAdjustLineWidth

Automatically adjust line width.

public bool AutoAdjustLineWidth { get; set; }

Property Value

bool

LineDrawStyle

Line draw style. Determine how line is drawn.

public Map.DrawStyle LineDrawStyle { get; set; }

Property Value

Map.DrawStyle

LineWidthCoeff

Line width coefficient. Adjust line width.

public double LineWidthCoeff { get; set; }

Property Value

double

Methods

Construct()

Construct initialized members.

protected override void Construct()