SeriesLabelValues(Int32[], String, Object, Double) Constructor
Initializes a new instance of the SeriesLabelValues class with specified settings.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public SeriesLabelValues(
int[] pointIndexes,
string seriesName,
object argument,
double value
)
Parameters
Name | Type |
---|---|
pointIndexes | Int32[] |
seriesName | String |
argument | Object |
value | Double |
See Also