Class XyzSeries3DDescriptor
Represents a concrete Xyz
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class XyzSeries3DDescriptor : ChartSeriesDescriptor3D
Constructors
XyzSeries3DDescriptor()
Declaration
public XyzSeries3DDescriptor()
Fields
XValuePathProperty
Identifies the XValue
Declaration
public static readonly DependencyProperty XValuePathProperty
Field Value
System.
|
YValuePathProperty
Identifies the YValue
Declaration
public static readonly DependencyProperty YValuePathProperty
Field Value
System.
|
ZValuePathProperty
Identifies the ZValue
Declaration
public static readonly DependencyProperty ZValuePathProperty
Field Value
System.
|
Properties
DefaultType
Gets the default type of series that are to be created if no TypePath and no Style properties are specified.
Declaration
public override Type DefaultType { get; }
Property Value
System.
|
Overrides
XValuePath
Gets or sets the name of the property that points to the XValue value of the data point view model.
Declaration
public string XValuePath { get; set; }
Property Value
System.
|
YValuePath
Gets or sets the name of the property that points to the YValue value of the data point view model.
Declaration
public string YValuePath { get; set; }
Property Value
System.
|
ZValuePath
Gets or sets the name of the property that points to the ZValue value of the data point view model.
Declaration
public string ZValuePath { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore(Object)
Core entry point for creating the Cartesian
Declaration
protected override CartesianSeries3D CreateInstanceCore(object context)
Parameters
System. The context (this is the raw data collection or the data view model) for which a Cartesian |
Returns
Overrides
Exceptions
System. The base implementation fails to create a valid Xyz |