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
ownerMapparam 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
LineDrawStyle
Line draw style. Determine how line is drawn.
public Map.DrawStyle LineDrawStyle { get; set; }
Property Value
LineWidthCoeff
Line width coefficient. Adjust line width.
public double LineWidthCoeff { get; set; }
Property Value
Methods
Construct()
Construct initialized members.
protected override void Construct()