Class
WebChartScatterDatapoint
Warning
This class was deprecated in version 2023r1. Please use ChartScatterDatapoint as a replacement.
Description
A single point on the Scatter chart.
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
Property descriptions
WebChartScatterDatapoint.Radius
Radius As Double
The radius of the data point.
WebChartScatterDatapoint.X
X As Double
The value of the datapoint relative to the X axis.
WebChartScatterDatapoint.Y
Y As Double
The value of the datapoint relative to the Y axis.
Method descriptions
WebChartScatterDatapoint.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
Web projects on all supported operating systems.
See also
Object parent class; WebChart control; WebChartScatterDataset class.