Class Pyramid3D
This class represents a 3D Pyramid series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Pyramid3D : BaseChartItemControl3D<PyramidControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Pyramid3D()
Declaration
public Pyramid3D()
Fields
BottomRadiusProperty
Identifies the BottomRadius dependency property.
Declaration
public static readonly DependencyProperty BottomRadiusProperty
Field Value
System.Windows.DependencyProperty
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
TopRadiusProperty
Identifies the TopRadius dependency property.
Declaration
public static readonly DependencyProperty TopRadiusProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BottomRadius
Gets or sets the bottom radius.
Declaration
public double BottomRadius { get; set; }
Property Value
System.Double
|
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
TopRadius
Gets or sets the top radius.
Declaration
public double TopRadius { get; set; }
Property Value
System.Double
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()