void |
Series.addBox(String name,
double x1,
double y1,
double x2,
double y2,
Style style) |
Add a box to this Series.
|
void |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout) |
Add a label to one of the slices in the pie.
|
void |
PieGraph.addLabel(String key,
AbstractMarker marker,
double distance,
Style callout,
int align) |
Add a label to one of the slices in the pie.
|
void |
PieGraph.addLine(String name,
double x1,
double y1,
double x2,
double y2,
Style style) |
Add a line to the graph.
|
void |
Series.addLine(String name,
double x1,
double y1,
double x2,
double y2,
Style style) |
Add a line to this Series.
|
void |
DialGraph.addNeedle(double angle,
double start,
double startwidth,
double waist,
double waistwidth,
double end,
double endwidth,
Style style,
int arrow) |
Add a "needle" the graph.
|
void |
DialGraph.addSegment(double start,
double end,
double inner,
double outer,
Style style) |
Add a colored "segment" to the graph.
|
void |
DialGraph.addTick(double angle,
double start,
double end,
Style style) |
Add a tick to the graph
|
void |
DialGraph.addTicks(double startangle,
double endangle,
double anglestep,
double start,
double end,
Style style) |
Add several ticks at equally spaced intervals around the graph
|
void |
Axis.setSpineStyle(Style style) |
Set the style used to draw the spine of the axis.
|
void |
BubbleSeries.setStyle(double x,
double y,
Style style) |
Set the style for the bubble at this position.
|
void |
CandleSeries.setStyle(Date date,
Style style) |
Set the style for a particular candle.
|
void |
GeneralBarSeries.setStyle(String name,
Style style) |
Set the style to use for a specific bar.
|
void |
Marker.setStyle(Style style) |
Set the style of this marker.
|
void |
PieGraph.setStyle(Style style) |
Set the overall style for the graph.
|
void |
Series.setStyle(Style style) |
Set the style (color) to plot this series with.
|