Table of Contents

Class LegendBoxPie3D

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

LegendBox for 3D pie.

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

Constructors

LegendBoxPie3D()

Constructor for editor.

public LegendBoxPie3D()

LegendBoxPie3D(IChartNode)

Constructor.

public LegendBoxPie3D(IChartNode owner)

Parameters

owner IChartNode

Parent.

Methods

ToString()

Item to string.

public override string ToString()

Returns

string

Item as a string.

Events

SeriesTitleMouseMoveOverOff

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

public event LegendBoxPie3D.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff

Event Type

LegendBoxPie3D.SeriesTitleMouseMoveOverOffEventHandler

SeriesTitleMouseMoveOverOn

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

public event LegendBoxPie3D.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn

Event Type

LegendBoxPie3D.SeriesTitleMouseMoveOverOnEventHandler