Table of Contents

Class LegendBox3D

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

Legend box for 3D series.

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

Constructors

LegendBox3D()

Constructor.

public LegendBox3D()

LegendBox3D(IChartNode)

Constructor

public LegendBox3D(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Categorization

Categorization.

public LegendBox3DCategorization Categorization { get; set; }

Property Value

LegendBox3DCategorization

CategoryColor

Category title color

public Color CategoryColor { get; set; }

Property Value

Color

CategoryFont

Category font

public Font CategoryFont { get; set; }

Property Value

Font

SurfaceScales

Surface scales.

public LegendBoxSurfaces SurfaceScales { 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

String

Events

SeriesTitleMouseMoveOverOff

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

public event LegendBox3D.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff

Event Type

LegendBox3D.SeriesTitleMouseMoveOverOffEventHandler

SeriesTitleMouseMoveOverOn

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

public event LegendBox3D.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn

Event Type

LegendBox3D.SeriesTitleMouseMoveOverOnEventHandler