Class SeriesTitle3D
- Namespace
- LightningChartLib.WinForms.Charting.Titles
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Series3D title base class.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeriesTitle3D : SeriesTitle3DBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
SeriesTitle3D
- Implements
- Inherited Members
Constructors
SeriesTitle3D()
Constructor, for serialization purposes
public SeriesTitle3D()
SeriesTitle3D(IChartNode)
Constructor
public SeriesTitle3D(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Titles.SeriesTitle3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
WorldOffset
Offset as world values.
public PointDoubleXYZ WorldOffset { 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.