Class Bar3D
Represents a bar series item in 3D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bar3D : BaseChartItemControl3D<BarControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Bar3D()
Fields
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
PositionTransformProperty
Identifies the PositionTransform dependency property.
Declaration
public static readonly DependencyProperty PositionTransformProperty
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.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
PositionTransform
Gets or sets the transform that positions the bar within its designated box.
Declaration
public TranslateTransform3D PositionTransform { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D
|
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()