Class StackedBar3D
Represents a 3-dimensional Stacked Bar item.
For more information, please, refer to BaseChartItemControl3D<TControl>.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedBar3D : BaseChartItemControl3D<StackedBarControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
StackedBar3D()
Fields
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Height
Gets or sets the height of the StackedBar3D.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
Width
Gets or sets the width of the StackedBar3D.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |
Methods
OnDataPointChanged()
Called when the data point associated with that item changes.
Declaration
protected override void OnDataPointChanged()