Table of Contents

Class AreaSeriesPolar

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

Area series for polar chart.

public class AreaSeriesPolar : SeriesBasePolar, IChartNode, IHighlightingItem, IDisposable
Inheritance
AreaSeriesPolar
Implements
Inherited Members

Constructors

AreaSeriesPolar()

Constructor for Form designer list editor

public AreaSeriesPolar()

AreaSeriesPolar(ViewPolar, AxisPolar)

Constructor.

public AreaSeriesPolar(ViewPolar owner, AxisPolar axisPolar)

Parameters

owner ViewPolar

Parent.

axisPolar AxisPolar

Polar axis you want to bind.

Properties

FillColor

Area fill color.

public Color FillColor { get; set; }

Property Value

Color

Methods

Construct()

Initialize members.

protected override 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.

OnDeserialized(StreamingContext)

OnDeserialized is called just after the object has been deserialized

[OnDeserialized]
protected void OnDeserialized(StreamingContext context)

Parameters

context StreamingContext

Context

ToString()

Item to string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.SeriesPolar.AreaSeriesPolar.ToString