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 Display
Declaration
public static readonly DependencyProperty DisplayDirectionProperty
Field Value
System.
|
OriginValueProperty
Identifies the Origin
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
System.
|
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 Nullable<Axis3DType> DisplayDirection { get; set; }
Property Value
System.
|
OriginValue
Gets or sets the origin value.
Declaration
public object OriginValue { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |