ChartBubbleSeriesPoint<TValue, TSize> Class
Specifies an individual bubble series point with the typed value and size.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class ChartBubbleSeriesPoint<TValue, TSize> :
ChartBubbleSeriesPoint
Type Parameters
Name | Description |
---|---|
TValue | The type of the point value. |
TSize | The type of the point size. |
Inheritance
Object
ChartSeriesPoint
ChartBubbleSeriesPoint
ChartBubbleSeriesPoint<TValue, TSize>
Extension Methods
See Also