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