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

Class representing single portion a of scatter (x-y pair) data to be plotted in a chart.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class ScatterDataPoint

Inheritance: objectScatterDataPoint

Constructors

C#
public ScatterDataPoint()

Properties

Gets or sets the bubble size value.

C#
public object BubbleSize { get; set; }

Gets or sets the x value.

C#
public object X { get; set; }

Gets or sets the y value.

C#
public object Y { get; set; }