RangeSeriesLabelValues(Int32[], String, Object, Double, Double, LabelPosition) Constructor
In This Article
Initializes a new instance of the RangeSeriesLabelValues class with specified settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public RangeSeriesLabelValues(
int[] pointIndexes,
string seriesName,
object argument,
double highValue,
double lowValue,
LabelPosition position
)
#Parameters
Name | Type |
---|---|
point |
Int32[] |
series |
String |
argument | Object |
high |
Double |
low |
Double |
position | Label |
See Also