ChartBubbleSeriesPoint<TValue, TSize>.Size Property
Returns the bubble series point’s size.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public TSize Size { get; }
Property Value
Type | Description |
---|---|
TSize | The bubble point size type. |
See Also