ReqActionGraphHelper::colorStrFromKnownColor Method [AX 2012]
Converts a KnownColor enumeration value to a color string that can be passed to the Graph component.
client server public static str colorStrFromKnownColor(CLRObject _knownColor)
Run On
CalledParameters
- _knownColor
- Type: CLRObject Class
The KnownColor enumeration value.
Return Value
Type: strA string that contains the combined hexadecimal values of the color’s RGB elements.
Show: