Class AxisItem3D
This class represents an axis item in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisItem3D : Control3D<AxisItemControl3D>, IControl3D, ILogicalItem
Constructors
AxisItem3D()
Declaration
public AxisItem3D()
Fields
LabelDataProperty
Identifies the LabelData dependency property.
Declaration
public static readonly DependencyProperty LabelDataProperty
Field Value
System.Windows.DependencyProperty
|
TickPoints3DProperty
Identifies the TickPoints3D dependency property.
Declaration
public static readonly DependencyProperty TickPoints3DProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelData
Gets or sets the label data for the axis item.
Declaration
public LabelData LabelData { get; set; }
Property Value
LabelData
|
TickPoints3D
Gets or sets the 3D points coordinates that define the position of the axis item in the 3D space.
Declaration
public Point3DCollection TickPoints3D { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|