Table of Contents

Class SeriesTitle3DBar

Namespace
LightningChartLib.WinForms.Charting.Titles
Assembly
LightningChart.WinForms.Charting.NET4.dll

Series3DBar title.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeriesTitle3DBar : SeriesTitle3DBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
SeriesTitle3DBar
Implements
Inherited Members

Constructors

SeriesTitle3DBar()

Constructor, for serialization purposes.

public SeriesTitle3DBar()

SeriesTitle3DBar(IChartNode)

Constructor.

public SeriesTitle3DBar(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

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.