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
ownerMapparam owner M:LightningChartLib.WinForms.Charting.Maps.LineOptions.#ctor(LightningChartLib.WinForms.Charting.Maps.Map)
Properties
LabelStyle
Label style.
public MapItemTitle LabelStyle { get; set; }
Property Value
LineStyle
Line style.
public LineStyle LineStyle { get; set; }
Property Value
Methods
Construct()
Create members.
protected virtual void Construct()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.