Class PointLineSeriesPolar
- Namespace
- LightningChartLib.WinForms.Charting.SeriesPolar
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Point line series for polar chart. You can define the line style and point style. Add points with AddPoints method.
public class PointLineSeriesPolar : SeriesBasePolar, IChartNode, IHighlightingItem, IDisposable
- Inheritance
-
PointLineSeriesPolar
- Implements
- Inherited Members
Remarks
The points must be in successive order by angle value. Make sure you keep them that way.
Constructors
PointLineSeriesPolar()
Constructor for Form designer list editor.
public PointLineSeriesPolar()
PointLineSeriesPolar(ViewPolar, AxisPolar)
Constructor.
public PointLineSeriesPolar(ViewPolar owner, AxisPolar axisPolar)
Parameters
Properties
ClosedLine
Determines whether series is drawn as polygon instead of polyline, i.e. line is drawn from last point to first.
public bool ClosedLine { get; set; }
Property Value
PaletteValueFormat
Palette value LegendBox format string.
public string PaletteValueFormat { get; set; }
Property Value
UnitsText
Palette value units texts.
public string UnitsText { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
IsCustomLinePointColorsAndShapingSubscribedTo()
Check if the event CustomLinePointColoringAndShaping is subscribed
protected override bool IsCustomLinePointColorsAndShapingSubscribedTo()
Returns
- bool
returns M:LightningChartLib.WinForms.Charting.SeriesPolar.PointLineSeriesPolar.IsCustomLinePointColorsAndShapingSubscribedTo
ToString()
Item to string.
public override string ToString()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.SeriesPolar.PointLineSeriesPolar.ToString
Events
CustomLinePointColoringAndShaping
Custom line coloring and line coordinates event. Event handler must give color for each data point received in the handler. The coordinates can be adjusted as well and new line points can be inserted.
public event PointLineSeriesPolar.CustomLinePointColoringAndShapingEventHandler CustomLinePointColoringAndShaping