Package com.persequor.extension.frontend
Interface IGraph
- All Superinterfaces:
IComponent<IGraph>
,IHasId<IGraph>
-
Method Summary
Modifier and TypeMethodDescriptionsetHeight
(int height) Set the height of the graphsetLink
(ExtensionLink link) Set the link for the graph.setNoDataMessage
(IString message) setNoDataMessage
(String message, String... tokens) setYAxisProps
(GraphAxisProperties yAxisProps) Pass the configuration of the vertical Y axis.Methods inherited from interface com.persequor.extension.frontend.data.IComponent
half, quarter, setGridWidth, setHidden, sixth, third, twelfth, twoThirds
-
Method Details
-
addRow
-
addRow
-
setNoDataMessage
-
setNoDataMessage
-
setHeight
Set the height of the graph- Parameters:
height
- in pixels- Returns:
- reference to graph object
-
setYAxisProps
Pass the configuration of the vertical Y axis.- Parameters:
yAxisProps
- - axis parameters.- Returns:
- reference to graph object.
-
setLink
Set the link for the graph. The graph id, column name and data will be passed as parameters to the link.- Parameters:
link
- the link object, without extra parameters.- Returns:
- reference to graph object.
-