IIndexBasedCustomPointColorizer.GetColor(Int32) Method
In This Article
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
Color GetColor(
int pointIndex
)
#Parameters
Name | Type |
---|---|
point |
Int32 |
#Returns
Type |
---|
Color |
See Also