-
public interface ChartDataset
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetShowXAxis()abstract BooleangetShowYAxis()abstract BooleangetIsInteractive()abstract GraphModegetGraphMode()abstract StringgetXLabel()abstract StringgetYLabel()abstract List<ChartData>getData()abstract List<GridLine>getGridLines()-
-
Method Detail
-
getShowXAxis
abstract Boolean getShowXAxis()
-
getShowYAxis
abstract Boolean getShowYAxis()
-
getIsInteractive
abstract Boolean getIsInteractive()
-
getGraphMode
abstract GraphMode getGraphMode()
-
getGridLines
abstract List<GridLine> getGridLines()
-
-
-
-