Class ScatterDataPoint
Class representing single portion a of scatter (x-y pair) data to be plotted in a chart.
Inheritance
System.Object
ScatterDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ScatterDataPoint
Constructors
ScatterDataPoint()
Declaration
public ScatterDataPoint()
Properties
BubbleSize
Gets or sets the bubble size value.
Declaration
public object BubbleSize { get; set; }
Property Value
System.Object
|
X
Gets or sets the x value.
Declaration
public object X { get; set; }
Property Value
System.Object
|
Y
Gets or sets the y value.
Declaration
public object Y { get; set; }
Property Value
System.Object
|