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
ownerIChartNodeParent.
Properties
Alignment
Vertical alignment
public AxisTitleAlignment3D Alignment { get; set; }
Property Value
AllowDragging
Moving of title not supported in 3D view.
[Browsable(false)]
public bool AllowDragging { get; }
Property Value
AllowUpsideDown
Allow title to be upside down.
public bool AllowUpsideDown { get; set; }
Property Value
DistanceToAxis
Title distance from axis line, in 3D world space
public double DistanceToAxis { 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.
IsPositionOver(int, int, bool)
Is position over item.
public override bool IsPositionOver(int x, int y, bool useDIP = false)
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