Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • ColoredPointInfo(Int32[], Double, Double, String, Double) Constructor

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

    Namespace: DevExpress.Xamarin.Android.Charts

    Assembly: DevExpress.Xamarin.Android.Charts.dll

    NuGet Package: DevExpress.XamarinForms.Charts

    Declaration

    public ColoredPointInfo(
        int[] pointIndexes,
        double numericArgument,
        double dateTimeArgument,
        string qualitativeArgument,
        double value
    )

    Parameters

    Name Type
    pointIndexes Int32[]
    numericArgument Double
    dateTimeArgument Double
    qualitativeArgument String
    value Double
    See Also