New to Telerik UI for WPFStart a free 30-day trial

Represents a 3D chart series that plots its points using bars.

Definition

Constructors

Initializes a new instance of the BarSeries3D class.

C#
public BarSeries3D()

Fields

DisplayDirectionProperty

DependencyProperty

Identifies the DisplayDirection property.

C#
public static readonly DependencyProperty DisplayDirectionProperty

OriginValueProperty

DependencyProperty

Identifies the OriginValue property.

C#
public static readonly DependencyProperty OriginValueProperty

Properties

Gets the collection of data points associated with the series.

C#
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.

C#
public Axis3DType? DisplayDirection { get; set; }

Gets or sets the origin value.

C#
public object OriginValue { get; set; }

Methods

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

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.