Class ValueTitle3DBar
- Namespace
- LightningChartLib.WinForms.Charting.Titles
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3DBar value title.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ValueTitle3DBar : SeriesTitle3DBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
ValueTitle3DBar
- Implements
- Inherited Members
Constructors
ValueTitle3DBar()
Constructor, for serialization purposes.
public ValueTitle3DBar()
ValueTitle3DBar(IChartNode)
Constructor.
public ValueTitle3DBar(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Text
Title text. Not applicable with value title!
[Browsable(false)]
public string Text { get; }
Property Value
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.