LineChartUpdateAsync Method
Update chart by reapplying all chart data and options.
If animation is enabled, this will animate the datasets from scratch.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public override Task UpdateAsync(
ChartData<TimeChartItem?>? chartData,
ChartOptions chartOptions
)
- chartData ChartDataNullableTimeChartItem
- Data to populate the chart with. If left empty, no update will be invoked.
- chartOptions ChartOptions
- Options for chart behavior and styling
TaskTask completion