Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
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