SeriesLabelValuesBase(Int32[], String) Constructor
Initializes a new SeriesLabelValuesBase instance with the specified name of a series and collection of indices of data points aggregated into a series point whose values the instance stores.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public SeriesLabelValuesBase(
int[] pointIndexes,
string seriesName
)
Parameters
| Name | Type | Description |
|---|---|---|
| pointIndexes | Int32[] | Array of zero-based data point indices. |
| seriesName | String | The series name. |
See Also