public interface UISeriesColor
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.
|
java.awt.Color getColor(int series) throws SeriesOutOfRangeException
series
- The index of the series.
The values range from 0 to the value of
graph.getSeriesObjectCount
minus 1.SeriesOutOfRangeException
- If
series
is less than zero, or greater than or equal to the
value of the SeriesObjectCount
property of the graph.SeriesOutOfRangeException
void setColor(java.awt.Color newColor, int series) throws SeriesOutOfRangeException
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.SeriesOutOfRangeException
- If
series
is less than zero, or greater than or equal to the
value of the SeriesObjectCount
property of the graph.SeriesOutOfRangeException
Graph.getSeriesObjectCount()