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
ownerIChartNodeParent.
Properties
Categorization
Categorization.
public LegendBox3DCategorization 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
SurfaceScales
Surface scales.
public LegendBoxSurfaces SurfaceScales { 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
String
Events
SeriesTitleMouseMoveOverOff
Occurs when the mouse pointer moves out over the series title.
public event LegendBox3D.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff
Event Type
SeriesTitleMouseMoveOverOn
Occurs when the mouse pointer moves in over the series title.
public event LegendBox3D.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn