Converts the specified color value to string in the format #AARRGGBB.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public static string FromColor ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromColor( _ |
The value to convert.
A string representing the specified value.
See Also