ChartBubbleSeriesPoint<TValue, TSize> Properties
Specifies an individual bubble series point with the typed value and size.
Name | Description |
---|---|
Argument |
Specifies the series point’s argument.
Inherited from Chart |
Data |
Returns data source objects that are used to create the series point.
Inherited from Chart |
Series |
Specifies the series point name.
Inherited from Chart |
Size | Returns the bubble series point’s size. |
Value | Returns the bubble series point value. |
See Also