Class
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:

cs-api-definition
public class BarSeries3D : XyzSeries3D

Inheritance: objectCartesianSeries3DXyzSeries3DBarSeries3D

Inherited Members XyzSeries3D.XValueBindingPropertyXyzSeries3D.YValueBindingPropertyXyzSeries3D.ZValueBindingPropertyXyzSeries3D.DefaultVisualMaterialPropertyXyzSeries3D.DefaultVisualMaterialSelectorPropertyXyzSeries3D.DefaultVisualGeometryPropertyXyzSeries3D.DefaultVisualGeometrySelectorPropertyXyzSeries3D.XValueBindingXyzSeries3D.YValueBindingXyzSeries3D.ZValueBindingXyzSeries3D.DefaultVisualMaterialXyzSeries3D.DefaultVisualMaterialSelectorXyzSeries3D.DefaultVisualGeometryXyzSeries3D.DefaultVisualGeometrySelectorCartesianSeries3D.ItemsSourcePropertyCartesianSeries3D.TooltipTemplatePropertyCartesianSeries3D.OnApplyTemplate()CartesianSeries3D.OnPropertyChanged(DependencyPropertyChangedEventArgs)CartesianSeries3D.ItemsSourceCartesianSeries3D.TooltipTemplate

Constructors

BarSeries3D()

Initializes a new instance of the BarSeries3D class.

Declaration

cs-api-definition
public BarSeries3D()

Fields

DisplayDirectionProperty

Identifies the DisplayDirection property.

Declaration

cs-api-definition
public static readonly DependencyProperty DisplayDirectionProperty

Field Value

DependencyProperty

OriginValueProperty

Identifies the OriginValue property.

Declaration

cs-api-definition
public static readonly DependencyProperty OriginValueProperty

Field Value

DependencyProperty

Properties

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPoint3DCollection<XyzDataPoint3D> DataPoints { get; }

Property Value

DataPoint3DCollection<XyzDataPoint3D>

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

cs-api-definition
public Axis3DType? DisplayDirection { get; set; }

Property Value

Axis3DType?

OriginValue

Gets or sets the origin value.

Declaration

cs-api-definition
public object OriginValue { get; set; }

Property Value

object

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.