BlazorBootstrapChartTDataUpdateValuesAsync Method

Update only data labels and values. If animation is enabled, this will animate the data points. Changes to the options will not be applied.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task UpdateValuesAsync(
	ChartData<TData> chartData
)

Parameters

chartData  ChartDataTData
The updated chart data. Only dataset labels and values will be applied.

Return Value

Task
Task completion

Exceptions

ArgumentNullExceptionThrown if chartData is .

See Also