ChartFormat |
ChartFormat.category(int newCategory) |
The new category source column number, defaulting to 0 .
|
ChartFormat |
ChartFormat.categoryAsText(boolean newCategoryAsText) |
The new category as text value, defaulting to true .
|
ChartFormat |
ChartFormat.dimensions(int newWidth,
int newHeight) |
The new chart dimensions, defaulting to 80 x 25 .
|
ChartFormat |
ChartFormat.display(ChartFormat.Display newDisplay) |
|
ChartFormat |
ChartFormat.height(int newHeight) |
The new chart height, defaulting to 25 .
|
ChartFormat |
ChartFormat.newline(String newNewline) |
The new newline character, defaulting to \n .
|
ChartFormat |
ChartFormat.numericFormat(DecimalFormat newNumericFormat) |
The new numeric format, defaulting to ###,###.00 .
|
ChartFormat |
ChartFormat.output(ChartFormat.Output newOutput) |
|
ChartFormat |
ChartFormat.shades(char... newShades) |
The new column shades, defaulting to { 'X' } .
|
ChartFormat |
ChartFormat.showHorizontalLegend(boolean newShowHorizontalLegend) |
Whether to show the horizontal legend, defaulting to true .
|
ChartFormat |
ChartFormat.showLegends(boolean newShowHorizontalLegend,
boolean newShowVerticalLegend) |
Whether to show legends, defaulting to true .
|
ChartFormat |
ChartFormat.showVerticalLegend(boolean newShowVerticalLegend) |
Whether to show the vertical legend, defaulting to true .
|
ChartFormat |
ChartFormat.type(ChartFormat.Type newType) |
|
ChartFormat |
ChartFormat.values(int... newValues) |
The new value source column numbers, defaulting to { 1 } .
|
ChartFormat |
ChartFormat.width(int newWidth) |
The new chart width, defaulting to 80 .
|