Table of Contents

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

owner IChartNode
param 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

double

ArrowWidth

Orientation Arrow's width in screen pixels.

public double ArrowWidth { get; set; }

Property Value

double

ColorArrowX

Color of X-axis Orientation Arrow. Default 'Red'

public Color ColorArrowX { get; set; }

Property Value

Color

ColorArrowY

Color of Y-axis Orientation Arrow. Default 'Green'

public Color ColorArrowY { get; set; }

Property Value

Color

ColorArrowZ

Color of Z-axis Orientation Arrow. Default 'Blue'

public Color ColorArrowZ { get; set; }

Property Value

Color

Visible

Is Orientation Arrows visible or not.

public bool Visible { get; set; }

Property Value

bool

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.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String