Class GridLine3D
This class represents an axis gridline in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class GridLine3D : Control3D<GridLineControl3D>, IControl3D, ILogicalItem
Constructors
GridLine3D()
Declaration
public GridLine3D()
Fields
PointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Points
Gets or sets the Point3D coordinates that define the gridline in the 3D space. This is a dependency property.
Declaration
public Point3DCollection Points { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
The points. |