Class Bar3D
This class represents a box primitive in the 3D space.
Inheritance
System.Object
Bar3D
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bar3D : BaseChartItem3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D, IChartItem, ILogicalItem
Constructors
Bar3D()
Properties
Depth
Gets or sets the depth.
Declaration
public double Depth { get; set; }
Property Value
System.Double
|
Methods
CreateElementGeometry()
Creates the geometry of the chart item.
Declaration
protected override Geometry3D CreateElementGeometry()
Returns
Geometry3D
The Geometry. |
Overrides
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()