Class
ChartScatterDatapoint
Description
A single point on the Scatter chart.
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
Property descriptions
ChartScatterDatapoint.Radius
Radius As Double
The radius of the data point.
ChartScatterDatapoint.X
X As Double
The value of the datapoint relative to the X axis.
ChartScatterDatapoint.Y
Y As Double
The value of the datapoint relative to the Y axis.
Method descriptions
ChartScatterDatapoint.Constructor
Constructor(x as Double, y As Double, Radius as Double)
Note
Constructors are special methods called when you create an object with the New keyword and pass in the parameters above.
Creates a new datapoint based upon the values passed.
Compatibility
Project Types |
Desktop, Mobile, Web |
Operating Systems |
iOS, Linux, macOS, Windows |
See also
Object parent class; Chart control; ChartScatterDataset class.