DxChartBubbleSeries<T, TArgument, TValue, TSize>.SizeField Property
Specifies the data source field that stores sizes for a bubble series.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public Expression<Func<T, TSize>> SizeField { get; set; }
Property Value
| Type | Description |
|---|---|
| Expression<Func<T, TSize>> | The name of the field. |
Remarks
Refer to the DxChartBubbleSeries<T, TArgument, TValue, TSize> class descriptions for additional information and an example.
See Also