Parameter name for chart's border color. The value of this parameter name
can be the static color constant defined in class java.awt.Color or
hexadecimal number, prefixed by #. This parameter only works
if showBorder's value is true.
CHART_ASPECT_RATIO
final public static String CHART_ASPECT_RATIO(Code)
Parameter name for chart's aspect ratio. The chartAspectRatio's
value defines the ratio of the height to the width of the chart. Optional
Parameter name for chart's background color. The value of this parameter name
can be the static color constant defined in class java.awt.Color or
hexadecimal number, prefixed by #.
Parameter name for chart's colors. The value of this parameter name
can be the static color constant defined in class java.awt.Color or
hexadecimal number, prefixed by #. Each color name or
hex number is separated by a comma (",").
circular is one of the possible values for
pieChartShape.
DATA_SOURCE_CLASS
final public static String DATA_SOURCE_CLASS(Code)
Parameter name for the dataset class used for creating the specific type
of the chart. In the future, the dataset class will be map to the specified
chart's type, so that it does not need to be specified explicitly. For now,
dataSourceClass is required.
DEFAULT_MAXIMIZED_WINDOW_HEIGHT
final public static int DEFAULT_MAXIMIZED_WINDOW_HEIGHT(Code)
DEFAULT_MAXIMIZED_WINDOW_WIDTH
final public static int DEFAULT_MAXIMIZED_WINDOW_WIDTH(Code)
DEFAULT_NORMAL_WINDOW_HEIGHT
final public static int DEFAULT_NORMAL_WINDOW_HEIGHT(Code)
DEFAULT_NORMAL_WINDOW_WIDTH
final public static int DEFAULT_NORMAL_WINDOW_WIDTH(Code)