LineChartDatasetFillToDataset(Int32, Boolean) Method
Fill between this dataset and the other dataset, specified by absolute index (zero based) or relative index.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public LineChartDataset FillToDataset(
int index,
bool relativeIndex = false
)
- index Int32
- The index of the dataset to fill to
- relativeIndex Boolean (Optional)
- Whether the specified index is relative or absolute (zero based)
LineChartDatasetThe dataset, for method chaining