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
ownerIChartNodeParent.
Properties
Categorization
Categorization.
public PolarLegendBoxCategorization Categorization { get; set; }
Property Value
CategoryColor
Category title color
public Color CategoryColor { get; set; }
Property Value
CategoryFont
Category font
public Font CategoryFont { get; set; }
Property Value
PaletteScales
Palatte scales.
public LegendBoxSurfaces PaletteScales { 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.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.