Skip to main content
A newer version of this page is available. .

ChartBubbleSeriesPoint<TValue, TSize> Properties

Represents an individual bubble series point with the typed value and size.
Name Description
Argument Specifies the series point’s argument. Inherited from ChartSeriesPoint.
DataItems Specifies the series’s data items. Inherited from ChartSeriesPoint.
SeriesName Specifies the series point name. Inherited from ChartSeriesPoint.
Size Returns the bubble series point’s size.
Value Returns the bubble series point value.
See Also