Class LegendBox3DBase
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Base class for 3D view LegendBox.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBox3DBase : LegendBoxBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
LegendBox3DBase
- Implements
- Derived
- Inherited Members
Constructors
LegendBox3DBase()
Constructor.
public LegendBox3DBase()
LegendBox3DBase(IChartNode)
Constructor.
public LegendBox3DBase(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
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.