ChartBubbleSeriesPoint<TValue, TSize>.Value Property
In This Article
Returns the bubble series point value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TValue Value { get; }
#Property Value
Type | Description |
---|---|
TValue | The type of the bubble point value. |
See Also