Skip to main content

RangeSeriesLabelValues(Int32[], String, Object, Double, Double, LabelPosition) Constructor

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

public RangeSeriesLabelValues(
    int[] pointIndexes,
    string seriesName,
    object argument,
    double highValue,
    double lowValue,
    LabelPosition position
)

Parameters

Name Type
pointIndexes Int32[]
seriesName String
argument Object
highValue Double
lowValue Double
position LabelPosition
See Also