Class LinePrimitive3D
This class represents a line primitive in the 3D space.
Inheritance
System.Object
LinePrimitive3D
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class LinePrimitive3D : Box3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D
Constructors
LinePrimitive3D()
LinePrimitive3D(Color)
Initializes a new instance of the LinePrimitive3D class.
Declaration
public LinePrimitive3D(Color color)
Parameters
System.Windows.Media.Color
color
The color. |
Properties
Color
Gets or sets the line color.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
Methods
CreateElementModel()
Creates the final element 3D model.
Declaration
protected override Model3D CreateElementModel()
Returns
Model3D
The final 3D model of the element. |