public class CssStyle extends Object implements Serializable
| Constructor and Description |
|---|
CssStyle() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties() |
String |
getProperty(String key) |
CssStyle |
setProperty(String key,
String value)
Sets a CSS property.
|
public CssStyle setProperty(String key, String value)
key - the name of the property. Note that hyphen notation ("-") is
automatically converted into camel case notation since the
property name is used as key in a JSON object. Highcharts will
evaluate it as if it were hyphen notation.value - the value of the CSS property.Copyright © 2013. All Rights Reserved.