ColoredRangePointInfo(Int32[], Double, DateTime, String, Double, Double) Constructor
Initializes a new instance of the ColoredRangePointInfo class with specified settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.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