Class Line3D
Represents a line segment in 3D.
Inheritance
System.Object
Line3D
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Line3D : Area3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D, IChartItem, ILogicalItem
Constructors
Line3D()
Fields
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Width
Gets or sets the Width of the generated 3D figure (for the line).
Declaration
public double Width { get; set; }
Property Value
System.Double
The point. |
Methods
EvaluateItemParameters()
Called when a change (in the data, visual, or layout) requires reevaluation of the parameters of the chart item.
Declaration
protected override void EvaluateItemParameters()