ICustomPointColorizer.GetColor(ColoredPointInfo) Method
In This Article
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
Color GetColor(
ColoredPointInfo info
)
#Parameters
Name | Type |
---|---|
info | Colored |
#Returns
Type |
---|
Color |
See Also