ColoredRangePointInfo(Int32[], Double, DateTime, String, Double, Double) Constructor
In This Article
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
C#
public ColoredRangePointInfo(
int[] pointIndexes,
double argument,
DateTime dateTimeArgument,
string qualitativeArgument,
double lowValue,
double highValue
)
#Parameters
Name | Type |
---|---|
point |
Int32[] |
argument | Double |
date |
Date |
qualitative |
String |
low |
Double |
high |
Double |
See Also