Class PointSeries3D
Represents a 3D chart series that plots its points using spheres.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PointSeries3D : XyzSeries3D, ISeries, IChart3DPart, IModelOwner3D
Constructors
PointSeries3D()
Fields
PointSizeProperty
Identifies the PointSize property.
Declaration
public static readonly DependencyProperty PointSizeProperty
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>
|
PointSize
Gets or sets the size of the points.
Declaration
public Size3D PointSize { get; set; }
Property Value
System.Windows.Media.Media3D.Size3D
|
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. |