MindFusion.Charting for Java Programmer's Guide
Converter.toColor Method
See Also
 






  Gauges

Converts the specified string value to Color.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static Color toColor (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A Color value that is deserialized from the specified string.

 See Also