Appearance
|
Chart Title
|
An optional title that will appear at the top of the chart.
|
Chart Type
|
Controls how the bar chart is displayed.
|
rendererType
|
|
int
|
|
0
|
Bar
|
1
|
3D Bars
|
2
|
Stacked Bars
|
3
|
3D Stacked Bars
|
4
|
Layered
|
5
|
Area
|
|
|
Plot Background
|
The background color for the plot.
|
Series Colors
|
The sequence of colors used for series in the bar chart.
|
Legend?
|
|
Labels?
|
Always display labels?
|
Gradient bars?
|
If true, bars will be painted with a gradient 'shine'.
|
Shadows?
|
If true, bars will have a drop-shadow beneath them.
|
Foreground Transparency
|
The transparency of the pie (useful for 3D pies)
|
Vertical
|
Sets the orientation of the chart to vertical (true) or horizontal(false)
|
Category Margin
|
The margin between categories as a fraction of the total space
|
Item Margin
|
The margin between bars in a category as a fraction
|
Axes
|
Value Axis Label
|
The label for the value axis
|
Category Axis Label
|
The label for the category axis
|
Value Axis Auto-Range
|
If true, the value axis range will be determined automatically. If false, the specified upper and lower bounds will be used.
|
Value Axis Lower Bound
|
The lower bound of the value axis. Used only when auto-range is false.
|
Value Axis Upper Bound
|
The upper bound of the value axis. Used only when auto-range is false.
|
Category Axis Label Angle
|
The angle for the value axis' labels.
|
catAxisLabelPosition
|
|
int
|
|
0
|
Standard
|
1
|
Down 45
|
2
|
Down 90
|
3
|
Up 45
|
4
|
Up 90
|
|
|
Title Font
|
The font for the chart's title.
|
Legend Font
|
The font for the legend items.
|
Bar Label Font
|
The font for the bar labels.
|
Bar Label Offset
|
The offset between the bar and the bar label.
|
barLabelOffset
|
|
double
|
|
expert
|
|
Value Axis Label Font
|
The font for the value axis label.
|
Category Axis Label Font
|
The font for the category axis label.
|
Value Axis Tick Font
|
The font for the value axis' ticks.
|
Category Axis Tick Font
|
The font for the category axis' ticks.
|
Bar Label Color
|
The color for the bar labels.
|
Value Axis Label Color
|
The color for the value axis label.
|
Category Axis Label Color
|
The color for the category axis label.
|
Value Axis Tick Color
|
The color for the value axis' ticks.
|
Category Axis Tick Color
|
The color for the category axis' ticks.
|
Value Axis Upper Margin
|
The upper margin, as a percentage, of the value axis. Only used when auto-range is true.
|
valAxisUpperMargin
|
|
double
|
|
Category Axis Upper Margin
|
The upper margin, as a percentage, of the category axis.
|
catAxisUpperMargin
|
|
double
|
|
Category Axis Lower Margin
|
The lower margin, as a percentage, of the category axis.
|
catAxisLowerMargin
|
|
double
|
|
Behavior
|
Tooltips?
|
|
Common
|
Name
|
The name of this component.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
expert
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Data
|
The data driving the chart.
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|
Extract Order
|
Controls whether the first row defines the categories or the series
|