Table of Contents

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

owner IChartNode

Parent.

Properties

Text

Title text. Not applicable with value title!

[Browsable(false)]
public string Text { get; }

Property Value

string

WorldOffset

Offset as world values.

public PointDoubleXYZ WorldOffset { get; set; }

Property Value

PointDoubleXYZ

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.