Table of Contents

Class LegendBoxPolar

Namespace
LightningChartLib.WinForms.Charting.Views.ViewPolar
Assembly
LightningChart.WinForms.Charting.NET4.dll

LegendBox for polar series.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBoxPolar : LegendBoxRound, IChartNode, IDisposable, IHighlightingItem
Inheritance
LegendBoxPolar
Implements
Inherited Members

Constructors

LegendBoxPolar()

Constructor.

public LegendBoxPolar()

LegendBoxPolar(IChartNode)

Constructor.

public LegendBoxPolar(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Categorization

Categorization.

public PolarLegendBoxCategorization Categorization { get; set; }

Property Value

PolarLegendBoxCategorization

CategoryColor

Category title color

public Color CategoryColor { get; set; }

Property Value

Color

CategoryFont

Category font

public Font CategoryFont { get; set; }

Property Value

Font

PaletteScales

Palatte scales.

public LegendBoxSurfaces PaletteScales { get; set; }

Property Value

LegendBoxSurfaces

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

Class description as a string.