ReqActionGraphHelper::colorStrFromKnownColor Method [AX 2012]

Converts a KnownColor enumeration value to a color string that can be passed to the Graph component.

Syntax

client server public static str colorStrFromKnownColor(CLRObject _knownColor)

Run On

Called

Parameters

Return Value

Type: str
A string that contains the combined hexadecimal values of the color’s RGB elements.

See Also

Reference

ReqActionGraphHelper Class