Back to Devexpress

ChartBubbleSeriesPoint<TValue, TSize> Class

blazor-devexpress-dot-blazor-dot-chartbubbleseriespoint-2.md

latest1.3 KB
Original Source

ChartBubbleSeriesPoint<TValue, TSize> Class

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class ChartBubbleSeriesPoint<TValue, TSize> :
    ChartBubbleSeriesPoint

Type Parameters

NameDescription
TValue

The type of the point value.

| | TSize |

The type of the point size.

|

Inheritance

Object ChartSeriesPoint ChartBubbleSeriesPoint ChartBubbleSeriesPoint<TValue, TSize>

Extension Methods

Render<ChartBubbleSeriesPoint<TValue, TSize>>(Func<ChartBubbleSeriesPoint<TValue, TSize>, RenderFragment>)

See Also

ChartBubbleSeriesPoint<TValue, TSize> Members

DevExpress.Blazor Namespace