Class
ScatterDataPoint

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:

cs-api-definition
public class ScatterDataPoint

Inheritance: objectScatterDataPoint

Constructors

ScatterDataPoint()

Declaration

cs-api-definition
public ScatterDataPoint()

Properties

BubbleSize

Gets or sets the bubble size value.

Declaration

cs-api-definition
public object BubbleSize { get; set; }

Property Value

object

X

Gets or sets the x value.

Declaration

cs-api-definition
public object X { get; set; }

Property Value

object

Y

Gets or sets the y value.

Declaration

cs-api-definition
public object Y { get; set; }

Property Value

object