Table of Contents

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

owner IChartNode

Parent.

Properties

Position

Position of the legend box in relation to rest of the chart.

public LegendBoxPosition Position { get; set; }

Property Value

LegendBoxPosition

UnitsColor

Units text color

[Browsable(false)]
public Color UnitsColor { get; }

Property Value

Color

UnitsFont

Units text font.

[Browsable(false)]
public Font UnitsFont { get; }

Property Value

Font

ValueLabelColor

Series value label color.

[Browsable(false)]
public Color ValueLabelColor { get; }

Property Value

Color

ValueLabelFont

Series value label font.

[Browsable(false)]
public Font ValueLabelFont { get; }

Property Value

Font

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.

Events

SeriesTitleMouseMoveOverOff

Occurs when the mouse pointer moves out over the series title.

public event LegendBoxRound.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff

Event Type

LegendBoxRound.SeriesTitleMouseMoveOverOffEventHandler

SeriesTitleMouseMoveOverOn

Occurs when the mouse pointer moves in over the series title.

public event LegendBoxRound.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn

Event Type

LegendBoxRound.SeriesTitleMouseMoveOverOnEventHandler