Back to Devexpress

ChartSeriesPointExtensions.GetBubblePoint<T, TValue, TSize>(ChartTooltipData, Expression<Func<T, TValue>>, Expression<Func<T, TSize>>) Method

blazor-devexpress-dot-blazor-dot-chartseriespointextensions-dot-getbubblepoint-t-tvalue-tsize-x28-charttooltipdata-expression-func-t-tvalue-expression-func-t-tsize-x29.md

latest2.0 KB
Original Source

ChartSeriesPointExtensions.GetBubblePoint<T, TValue, TSize>(ChartTooltipData, Expression<Func<T, TValue>>, Expression<Func<T, TSize>>) Method

Returns a bubble series point based on the given expression.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public static ChartBubbleSeriesPoint<TValue, TSize> GetBubblePoint<T, TValue, TSize>(
    this ChartTooltipData tooltip,
    Expression<Func<T, TValue>> valueFieldExpression,
    Expression<Func<T, TSize>> sizeFieldExpression
)

Parameters

NameTypeDescription
tooltipChartTooltipData

A context for a chart tooltip.

| | valueFieldExpression | Expression<Func<T, TValue>> |

A lambda expression that returns the name of a data source field that contains the bubble series values.

| | sizeFieldExpression | Expression<Func<T, TSize>> |

A lambda expression that returns the name of a data source field that contains sizes for bubbles.

|

Type Parameters

NameDescription
T

The type of data.

| | TValue |

The type of values.

| | TSize |

The type of the bubble size.

|

Returns

TypeDescription
ChartBubbleSeriesPoint<TValue, TSize>

A bubble series point.

|

See Also

ChartSeriesPointExtensions Class

ChartSeriesPointExtensions Members

DevExpress.Blazor Namespace