Skip to main content
All docs
V20.2

ColoredRangePointInfo(Int32[], Double, Double, String, Double, Double) Constructor

Initializes a new instance of the ColoredRangePointInfo class with specified settings.

Namespace: DevExpress.Xamarin.Android.Charts

Assembly: DevExpress.Xamarin.Android.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public ColoredRangePointInfo(
    int[] pointIndexes,
    double argument,
    double dateTimeArgument,
    string qualitativeArgument,
    double lowValue,
    double highValue
)

Parameters

Name Type
pointIndexes Int32[]
argument Double
dateTimeArgument Double
qualitativeArgument String
lowValue Double
highValue Double
See Also