Table of Contents

Class ConfigurePolar

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

Result table showing information about the closest data value.

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

Constructors

ConfigurePolar()

LightningChartLib.WinForms.Charting.DataCursor.ConfigurePolar
public ConfigurePolar()

ConfigurePolar(IChartNode)

Constructor.

public ConfigurePolar(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

AmplitudeLabelBackground

Amplitude label background color.

public Color AmplitudeLabelBackground { get; set; }

Property Value

Color

AmplitudeLabelBorderColor

Amplitude label border color.

public Color AmplitudeLabelBorderColor { get; set; }

Property Value

Color

AmplitudeLabelForeground

Amplitude label foreground.

public Color AmplitudeLabelForeground { get; set; }

Property Value

Color

AmplitudeLabelUseSeriesColor

When enabled, uses series color to color amplitude label.

public bool AmplitudeLabelUseSeriesColor { get; set; }

Property Value

bool

AmplitudeLabelVisible

Shows or hides the amplitude labels.

public bool AmplitudeLabelVisible { get; set; }

Property Value

bool

AmplitudeLineStyle

Amplitude line style.

public LineStyle AmplitudeLineStyle { get; set; }

Property Value

LineStyle

AmplitudeLineVisible

Show or hides the amplitude line.

public bool AmplitudeLineVisible { get; set; }

Property Value

bool

AngleLabelBackground

Amplitude label background.

public Color AngleLabelBackground { get; set; }

Property Value

Color

AngleLabelBorderColor

Angle label border color.

public Color AngleLabelBorderColor { get; set; }

Property Value

Color

AngleLabelForeground

Amplitude label foreground.

public Color AngleLabelForeground { get; set; }

Property Value

Color

AngleLabelUseSeriesColor

When enabled, uses series color to color the angle label.

public bool AngleLabelUseSeriesColor { get; set; }

Property Value

bool

AngleLabelVisible

Shows or hides the angle labels.

public bool AngleLabelVisible { get; set; }

Property Value

bool

AngleLineStyle

Angle line style.

public LineStyle AngleLineStyle { get; set; }

Property Value

LineStyle

AngleLineVisible

Shows or hides the angle line.

public bool AngleLineVisible { get; set; }

Property Value

bool

Methods

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.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String