Click or drag to resize

OrientationArrowsOptions3D Class

LightningChart .NET Help
Orientation Arrows 3D Options
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.Charting.Views.View3DOrientationArrowsOptions3D

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class OrientationArrowsOptions3D : ChartNode

The OrientationArrowsOptions3D type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyArrowLength
Orientation Arrow's length in screen pixels, maximum projection.
Public propertyArrowWidth
Orientation Arrow's width in screen pixels.
Public propertyColorArrowX
Color of X-axis Orientation Arrow. Default 'Red'
Public propertyColorArrowY
Color of Y-axis Orientation Arrow. Default 'Green'
Public propertyColorArrowZ
Color of Z-axis Orientation Arrow. Default 'Blue'
Public propertyVisible
Is Orientation Arrows visible or not.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string
(Overrides ObjectToString.)
Top
See Also