New to Telerik UI for WPFStart a free 30-day trial

Represents a 3D chart series that plots its points using spheres.

Definition

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

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.