ColoredPointInfoBase(Int32[]) Constructor
Initializes a new instance of the ColoredPointInfoBase class with specified settings.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public ColoredPointInfoBase(
int[] pointIndexes
)
Parameters
| Name | Type |
|---|---|
| pointIndexes | Int32[] |
See Also