Class OrientationArrowsOptions3D
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Orientation Arrows 3D Options
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OrientationArrowsOptions3D : ChartNode, IChartNode, IDisposable
- Inheritance
-
OrientationArrowsOptions3D
- Implements
- Inherited Members
Constructors
OrientationArrowsOptions3D()
Constructor, for serialization purposes
public OrientationArrowsOptions3D()
OrientationArrowsOptions3D(IChartNode)
Constructor
public OrientationArrowsOptions3D(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.View3D.OrientationArrowsOptions3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
ArrowLength
Orientation Arrow's length in screen pixels, maximum projection.
public double ArrowLength { get; set; }
Property Value
ArrowWidth
Orientation Arrow's width in screen pixels.
public double ArrowWidth { get; set; }
Property Value
ColorArrowX
Color of X-axis Orientation Arrow. Default 'Red'
public Color ColorArrowX { get; set; }
Property Value
ColorArrowY
Color of Y-axis Orientation Arrow. Default 'Green'
public Color ColorArrowY { get; set; }
Property Value
ColorArrowZ
Color of Z-axis Orientation Arrow. Default 'Blue'
public Color ColorArrowZ { get; set; }
Property Value
Visible
Is Orientation Arrows visible or not.
public bool Visible { 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.
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String