BarSeries3D
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
Initializes a new instance of the BarSeries3D class.
public BarSeries3D()
Fields
DisplayDirectionProperty
DependencyProperty
Identifies the DisplayDirection property.
public static readonly DependencyProperty DisplayDirectionProperty
OriginValueProperty
DependencyProperty
Identifies the OriginValue property.
public static readonly DependencyProperty OriginValueProperty
Properties
Gets the collection of data points associated with the series.
public DataPoint3DCollection<XyzDataPoint3D> DataPoints { get; }
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.
public Axis3DType? DisplayDirection { get; set; }
Gets or sets the origin value.
public object OriginValue { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.