Type to start searching...

BarChart

Properties
bottomMargin : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
bottomSpacing : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
columnKey : string

columnLabel : string

description : string

Description of the Report Output.

draw3D : boolean

group : identifier

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

height : reportDimension

Height of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
hideDuplicates : boolean

Specifies if to hide duplicate entries.

hyperlink : string

ignoreDimensions : boolean

Specifies if to ignore the output dimension attributes (left, top, width, height) in positioning.

label : string

left : reportDimension

Left of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
leftMargin : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
leftSpacing : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
legend : boolean

legendPosition : LegendPosition

Valid values based on“string”.
top
left
right
bottom
name : identifier

Uniquely identifies the Report Output.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

orientation : ChartOrientation

Valid values based on“string”.
horizontal
vertical
palette : string

pdfScaleHeight : float

pdfScaleWidth : float

percentage : boolean

rightMargin : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
rightSpacing : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
rowKey : string

rowLabel : string

stacked : boolean

style : string

Style of the Report Output.

title : string

tooltip : string

top : reportDimension

Top of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
topMargin : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
topSpacing : reportDimension

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
total : totalType

Valid values based on“string”.
first
last
min
max
count
sum
avg
stddev
stddevp
percentile
collection
expression
value : string

visible : string

True if Report Output is not hidden.

width : reportDimensionSpan

Width of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom. Special case in tabualr printers where * is accepted as a type for column span (e.g. 2* for colspan=2).

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|\*|)
Content
Parents
  • PageHeader - A Report may have multiple PageHeaders (one per line). These headers will appear at the top of every page.
  • PageFooter - A Report may have multiple PageFooters (one per line). These footers will appear at the bottom of every page.
  • Header
  • Footer
  • Section