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.
|
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
System.
|
Properties
Height
Gets or sets the height of the Stacked
Declaration
public double Height { get; set; }
Property Value
System. The height. |
Width
Gets or sets the width of the Stacked
Declaration
public double Width { get; set; }
Property Value
System. The width. |
Methods
OnDataPointChanged()
Called when the data point associated with that item changes.
Declaration
protected override void OnDataPointChanged()