-
-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration
ljo edited this page Aug 4, 2014
·
3 revisions
| Parameter | Description | Example |
|---|---|---|
| categoryAxisColor | the color of the category axis (#) | |
| categoryAxisLabel | the label for the category axis | |
| categoryItemLabelGeneratorClass | Set implementing class (see javadoc) (#) | |
| categoryItemLabelGeneratorNumberFormat | (see constructors implementing class in javadoc) (#) | |
| categoryItemLabelGeneratorParameter | (see constructors implementing class in javadoc) (#) | |
| chartBackgroundColor | - | |
| domainAutoRangeIncludesZero | Boolean, if zero should be included in auto range or not for the domain axis. Default is true. (NumberAxis only) | |
| domainAxisLabel | the label for the category axis | |
| domainGridlinesVisible | Boolean, if gridlines should be visible for the domain axis. Default false. | |
| domainIntegerTickUnits | Boolean, if domain axis tick units shuld be shown. Default false. (NumberAxis only) | |
| domainLowerBound | The lower bound for domain axis. (NumberAxis only) | |
| domainLowerMargin | The lower margin for domain axis. (NumberAxis only) | |
| domainUpperBound | The upper bound for domain axis. (NumberAxis only) | |
| domainLowerMargin | The upper margin for domain axis. (NumberAxis only) | |
| domainZeroBaselineVisible | Boolean, if the zero baseline should be visible for the domain axis. Default true. (NumberAxis only) | |
| dotHeight | ScatterPlot: The height in pixels of the dot. | |
| dotWidth | ScatterPlot: The width in pixels of the dot. | |
| foregroundAlpha | The foreground alpha transparency level as float between 0.0f and 1.0f. | |
| height | Height of chart | default is 300 |
| imageType | type of image | "png", "svg" or "svgz" |
| legend | a flag specifying whether or not a legend is required | |
| order | the order that the data is extracted | "Column" (default) or "Row" |
| orientation | the plot orientation | "Horizontal" (default) or "Vertical" |
| outlineColor | Plot: (Can also be null) | |
| outlineVisible | Plot: (Boolean to show plot outlines. Default true.) | |
| pieSectionLabel | (see javadoc) | |
| pieSectionNumberFormat | (see javadoc) | |
| pieSectionOutlinesVisible | Plot: (Boolean to show section outlines. Default true.) | |
| pieSectionPercentFormat | (see javadoc) | |
| pieShadowColor | Plot: (Can also be null) | |
| plotBackgroundColor | (#) (Can also be null) | |
| rangeAutoRangeIncludesZero | Boolean, if zero should be included in auto range or not for range axis. Default is true. | |
| rangeAxisLabel | the label for the value axis | |
| rangeGridlinesVisible | Boolean, if gridlines should be visible for range axis. Default false. | |
| domainIntegerTickUnits | Boolean, if domain axis tick units shuld be shown. Default false. (NumberAxis only) | |
| rangeLowerBound | (#) | |
| rangeUpperBound | (#) | |
| rangeZeroBaselineVisible | Boolean, if the zero baseline should be visible for the range axis. Default true. | |
| sectionColors | list of colors, applied sequentially to setSectionPaint (#) | |
| sectionColorsDelimiter | delimiter character for sectionColor | |
| seriesColors | (#) | |
| tableOrder | value "column" or "row" (see javadoc) (#) | |
| timeAxisColor | (#) | |
| timeAxisLabel | (#) | |
| title | the chart title | |
| titleColor | (#) | |
| tooltips | configure chart to generate tool tips? | |
| urls | configure chart to generate URLs? | |
| valueAxisColor | (#) | |
| valueAxisLabel | the label for the value axis | |
| width | Width of chart | default is 400 |