ClassBarSeries3D
Represents a 3D chart series that plots its points using bars.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class BarSeries3D : XyzSeries3D
Inheritance: objectCartesianSeries3DXyzSeries3DBarSeries3D
Inherited Members
Constructors
BarSeries3D()
Initializes a new instance of the BarSeries3D class.
Declaration
public BarSeries3D()
Fields
DisplayDirectionProperty
Identifies the DisplayDirection property.
Declaration
public static readonly DependencyProperty DisplayDirectionProperty
Field Value
DependencyProperty
OriginValueProperty
Identifies the OriginValue property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
DependencyProperty
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPoint3DCollection<XyzDataPoint3D> DataPoints { get; }
Property Value
DisplayDirection
Gets or sets a value that determines how the bars are displayed. The display direction specifies which axis determines the origin (start) and end of the bar and the bar is drawn in a from-to manner - from the origin to the value. When this property is null, the chart calculates an automatic display direction.
Declaration
public Axis3DType? DisplayDirection { get; set; }
Property Value
OriginValue
Gets or sets the origin value.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.