JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 12c (12.1.3) E41656-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
Methods
Modifier and Type
Method and Description
java.awt.Color
getColor (int series)
Retrieves the fill color for the markers of the series.
void
setColor (java.awt.Color newColor,
int series)
Specifies the fill color for the markers of the series.
Method Detail
setColor
void setColor(java.awt.Color newColor,
int series)
throws SeriesOutOfRangeException
Specifies the fill color for the markers of the series.
Parameters: series - The index of the series.
The values range from 0 to the value of
graph.getSeriesObjectCount minus 1.newColor - The fill color for the markers of the series.
Throws:
SeriesOutOfRangeException - If
series is less than zero, or greater than or equal to the
value of the SeriesObjectCount property of the graph.
SeriesOutOfRangeException See Also: Graph.getSeriesObjectCount()
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 12c (12.1.3) E41656-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.