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