Table of Contents

Class AxisTitle3D

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

3D axis title. Shows title text for axis.

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

Constructors

AxisTitle3D()

Constructor, for serialization purposes.

public AxisTitle3D()

AxisTitle3D(IChartNode)

Constuctor.

public AxisTitle3D(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Alignment

Vertical alignment

public AxisTitleAlignment3D Alignment { get; set; }

Property Value

AxisTitleAlignment3D

AllowDragging

Moving of title not supported in 3D view.

[Browsable(false)]
public bool AllowDragging { get; }

Property Value

bool

AllowUpsideDown

Allow title to be upside down.

public bool AllowUpsideDown { get; set; }

Property Value

bool

DistanceToAxis

Title distance from axis line, in 3D world space

public double DistanceToAxis { get; set; }

Property Value

double

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.

IsPositionOver(int, int, bool)

Is position over item.

public override bool IsPositionOver(int x, int y, bool useDIP = false)

Parameters

x int

x-coordinate

y int

y-coordinate

useDIP bool

Use DIP instead of pixels as parameters

Returns

bool

true if position is over item, false otherwise

ToString()

Item to string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.Titles.AxisTitle3D.ToString