PointSeries3D
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:
C#
public class PointSeries3D : XyzSeries3D
Inheritance: objectCartesianSeries3DXyzSeries3DPointSeries3D
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the PointSeries3D class.
C#
public PointSeries3D()
Fields
PointSizeProperty
DependencyProperty
Identifies the PointSize property.
C#
public static readonly DependencyProperty PointSizeProperty
Properties
Gets the collection of data points associated with the series.
C#
public DataPoint3DCollection<XyzDataPoint3D> DataPoints { get; }
PointSize
Size3D
Gets or sets the size of the points.
C#
[TypeConverter(typeof(ChartSize3DConverter))]
public Size3D PointSize { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.