LineChartDatasetFillToDataset(Int32, Boolean) Method

Fill between this dataset and the other dataset, specified by absolute index (zero based) or relative index.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public LineChartDataset FillToDataset(
	int index,
	bool relativeIndex = false
)

Parameters

index  Int32
The index of the dataset to fill to
relativeIndex  Boolean  (Optional)
Whether the specified index is relative or absolute (zero based)

Return Value

LineChartDataset
The dataset, for method chaining

Exceptions

ArgumentExceptionIf the relative index is zero.

See Also