public interface UIGraphType
| Modifier and Type | Method and Description |
|---|---|
int |
getGraphType()
Retrieves the current graph type for the graph.
|
void |
setGraphType(int graphType)
Specifies the graph type for the graph.
|
void setGraphType(int graphType)
int getGraphType()
A point graph, as exposed in the default UI, is a line graph in which
getLineDataLineDisplayed returns false.
A combination graph is a bar graph in which getMarkerType
for one or more series returns anything other than
MT_DEFAULT.
#isLineDataLineDisplayed,
Series.getMarkerType(int),
GraphTypeConverter