Skip to main content

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

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

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

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

Parameters

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