Class BarSeries3D
Represents a 3D chart series that plots its points using bars.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BarSeries3D : XyzSeries3D, ISeries, IChart3DPart, IModelOwner3D
Constructors
BarSeries3D()
Fields
DisplayDirectionProperty
Identifies the DisplayDirection property.
Declaration
public static readonly DependencyProperty DisplayDirectionProperty
Field Value
System.Windows.DependencyProperty
|
OriginValueProperty
Identifies the OriginValue property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
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
public Axis3DType? DisplayDirection { get; set; }
Property Value
System.Nullable<Axis3DType>
|
OriginValue
Gets or sets the origin value.
Declaration
public object OriginValue { get; set; }
Property Value
System.Object
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |