public abstract class ChartDataSet extends Object implements Serializable
| Constructor and Description | 
|---|
| ChartDataSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | encode() | 
| boolean | isHidden()Marks this dataset as hidden. | 
| void | setHidden(boolean hidden)Marks this dataset as hidden. | 
public String encode() throws IOException
IOExceptionpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden - true to hide the datasetCopyright © 2020. All rights reserved.