Back to Devexpress

DxChartBubbleSeries<T, TArgument, TValue, TSize>.SizeField Property

blazor-devexpress-dot-blazor-dot-dxchartbubbleseries-4-f6d63cf8.md

latest1.2 KB
Original Source

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

csharp
[Parameter]
public Expression<Func<T, TSize>> SizeField { get; set; }

Property Value

TypeDescription
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

DxChartBubbleSeries<T, TArgument, TValue, TSize> Class

DxChartBubbleSeries<T, TArgument, TValue, TSize> Members

DevExpress.Blazor Namespace