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

ChartBubbleSeriesPoint<TValue, TSize> Class

Represents an individual bubble series point with the typed value and size.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.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>
See Also