ClassPointSeries3D
Class
Represents a 3D chart series that plots its points using spheres.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class PointSeries3D : XyzSeries3D
Inheritance: objectCartesianSeries3DXyzSeries3DPointSeries3D
Derived Classes:
Inherited Members
Constructors
PointSeries3D()
Initializes a new instance of the PointSeries3D class.
Declaration
cs-api-definition
public PointSeries3D()
Fields
PointSizeProperty
Identifies the PointSize property.
Declaration
cs-api-definition
public static readonly DependencyProperty PointSizeProperty
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
PointSize
Gets or sets the size of the points.
Declaration
cs-api-definition
[TypeConverter(typeof(ChartSize3DConverter))]
public Size3D PointSize { get; set; }
Property Value
Size3D
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.