Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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

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