Class
PointSeries3D

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: LineSeries3D

Inherited Members XyzSeries3D.XValueBindingPropertyXyzSeries3D.YValueBindingPropertyXyzSeries3D.ZValueBindingPropertyXyzSeries3D.DefaultVisualMaterialPropertyXyzSeries3D.DefaultVisualMaterialSelectorPropertyXyzSeries3D.DefaultVisualGeometryPropertyXyzSeries3D.DefaultVisualGeometrySelectorPropertyXyzSeries3D.XValueBindingXyzSeries3D.YValueBindingXyzSeries3D.ZValueBindingXyzSeries3D.DefaultVisualMaterialXyzSeries3D.DefaultVisualMaterialSelectorXyzSeries3D.DefaultVisualGeometryXyzSeries3D.DefaultVisualGeometrySelectorCartesianSeries3D.ItemsSourcePropertyCartesianSeries3D.TooltipTemplatePropertyCartesianSeries3D.OnApplyTemplate()CartesianSeries3D.OnPropertyChanged(DependencyPropertyChangedEventArgs)CartesianSeries3D.ItemsSourceCartesianSeries3D.TooltipTemplate

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

DataPoint3DCollection<XyzDataPoint3D>

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.