PointDefinition.Builder |
PointDefinition.Builder.setDrilldownId(java.lang.String drilldownId) |
Id of drilldown widget, if any.
|
PointDefinition.Builder |
PointDefinition.Builder.setField(java.lang.String field) |
An expression that represents the points of the graph
|
PointDefinition.Builder |
PointDefinition.Builder.setNavigation(java.lang.String navigation) |
Hyperlink of the specified UI page that provides details.
|
PointDefinition.Builder |
PointDefinition.Builder.setTooltip(java.util.List<Tooltip> tooltip) |
Multi-line text to be shown on tooltip while hovering over the point of a graph.
|
PointDefinition.Builder |
PointDefinition.Builder.setxValue(java.lang.String xValue) |
Represents the variable for the X value of points that are plotted on the graph.
|
PointDefinition.Builder |
PointDefinition.Builder.setyValue(java.lang.String yValue) |
Represents the variable for the Y value of points that are plotted on the graph.
|