Class LegendBoxRound
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewRound
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
LegendBox for round views.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBoxRound : LegendBoxBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
LegendBoxRound
- Implements
- Derived
- Inherited Members
Constructors
LegendBoxRound()
Constructor.
public LegendBoxRound()
LegendBoxRound(IChartNode)
Constructor.
public LegendBoxRound(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Position
Position of the legend box in relation to rest of the chart.
public LegendBoxPosition Position { get; set; }
Property Value
UnitsColor
Units text color
[Browsable(false)]
public Color UnitsColor { get; }
Property Value
UnitsFont
Units text font.
[Browsable(false)]
public Font UnitsFont { get; }
Property Value
ValueLabelColor
Series value label color.
[Browsable(false)]
public Color ValueLabelColor { get; }
Property Value
ValueLabelFont
Series value label font.
[Browsable(false)]
public Font ValueLabelFont { get; }
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.
Events
SeriesTitleMouseMoveOverOff
Occurs when the mouse pointer moves out over the series title.
public event LegendBoxRound.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff
Event Type
SeriesTitleMouseMoveOverOn
Occurs when the mouse pointer moves in over the series title.
public event LegendBoxRound.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn