LineChartDatasetFillToDataset(ChartDataNullableTimeChartItem, ChartDatasetNullableTimeChartItem, Boolean) Method
Fill between this dataset and the other dataset, specified by passing a dataset in the same chart.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public LineChartDataset FillToDataset(
ChartData<TimeChartItem?> chartData,
ChartDataset<TimeChartItem?> dataset,
bool relativeIndex = false
)
- chartData ChartDataNullableTimeChartItem
- The chart data of the chart both datasets live in.
- dataset ChartDatasetNullableTimeChartItem
- The other dataset to fill to.
- relativeIndex Boolean (Optional)
- Whether to specify the fill index relative ("+/-n" string) or absolute (as zero-based int)
LineChartDatasetThe dataset, for method chaining