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
Desktop, Mobile and Web projects on all supported operating systems.
See also
Object parent class; Chart control; ChartScatterDataset class.