This is the base abstract component that enables JFreeChart integration in open SUIT.
Attributes | ||
mandatory
int
|
Width |
Image width (in pixels). |
mandatory
int
|
Height |
Image height (in pixels). |
optional
boolean
|
ShowLegend |
Determines whether the char displays the legend.Default: true. |
Named Children Elements | ||
optional
binding.Expression |
AutoReloadInterval |
Enables chart auto-reload. This expression returns the auto-reload time interval (in milliseconds). A null value (0) disables the auto-reload behavior. Note: with auto-reload behavior, the 'ChartTime' expression should always return System.currentTimeMillis() |
mandatory
binding.Expression |
ChartTime |
The chart time. This expression returns a timestamp (long) representing the latest time when data required to produce the chart was computed. |
mandatory
binding.Expression |
Title |
The chart title. This will be displayed inside the chart image, and will also be used as the image filename. |
0 - unbounded
binding.Do[] |
OnPreRender |
Some actions to perform at prerender time. This is where you may use the $control object to invalidate() the cached chart. |