SeriesLabelValuesBase(Int32[], String) Constructor
Initializes a new instance of the SeriesLabelValuesBase class with specified settings.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.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