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

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

    Namespace: DevExpress.Xamarin.Android.Charts

    Assembly: DevExpress.Xamarin.Android.Charts.dll

    NuGet Package: DevExpress.XamarinForms.Charts

    Declaration

    public ColoredStackedPointInfo(
        int[] pointIndexes,
        double argument,
        double dateTimeArgument,
        string qualitativeArgument,
        double value,
        double stackedValue,
        double valuesInPercent
    )

    Parameters

    Name Type
    pointIndexes Int32[]
    argument Double
    dateTimeArgument Double
    qualitativeArgument String
    value Double
    stackedValue Double
    valuesInPercent Double
    See Also