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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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