Click or drag to resize

OrientationArrowsOptions3D Class

LightningChart .NET Help
Orientation Arrows 3D Options
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DOrientationArrowsOptions3D

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class OrientationArrowsOptions3D : ChartNode

The OrientationArrowsOptions3D type exposes the following members.

Constructors
 NameDescription
Public methodOrientationArrowsOptions3D Constructor, for serialization purposes
Public methodOrientationArrowsOptions3D(IChartNode) Constructor
Top
Properties
 NameDescription
Public propertyArrowLength Orientation Arrow's length in screen pixels, maximum projection.
Public propertyArrowWidth Orientation Arrow's width in screen pixels.
Public propertyColorArrowX Gets or sets x-axis orientation arrow color. This is a dependency property.
Public propertyColorArrowY Gets or sets y-axis orientation arrow color. This is a dependency property.
Public propertyColorArrowZ Gets or sets z-axis orientation arrow color. This is a dependency property.
Public propertyVisible Gets or sets if orientation arrows visible or not. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberArrowLengthProperty Identifies the ArrowLength dependency property.
Public fieldStatic memberArrowWidthProperty Identifies the ArrowWidth dependency property.
Public fieldStatic memberColorArrowXProperty Identifies the ColorArrowX dependency property.
Public fieldStatic memberColorArrowYProperty Identifies the ColorArrowY dependency property.
Public fieldStatic memberColorArrowZProperty Identifies the ColorArrowZ dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also