BackPrevious Page Next PageNext

Chart Paper

The properties of a chart paper are as follows.

Property Name Description
General
Display Name Specifies the display name of the object.

Data type: String

Instance Name Shows the instance name of the object. This property is read only.
Geometry
Height Specifies the height of the object, in inches. Enter a numeric value to change the height. This property takes effect only when the Placement property for the chart legend is set to customized.

Data type: Float

Width Specifies the width of the object, in inches. Enter a numeric value to change the width. This property takes effect only when the Placement property for the chart legend is set to customized.

Data type: Float

X Specifies the horizontal coordinate of the top left corner of the object, relative to its parent container. Enter a numeric value to change the position in inches. This property takes effect only when the Placement property for the chart legend is set to customized.

Data type: Float

Y Specifies the vertical coordinate of the top left corner of the object, relative to its parent container. Enter a numeric value to change the position in inches. This property takes effect only when the Placement property for the chart legend is set to customized.

Data type: Float

Coordinate Paper
Graph Position Specifies the position of the paper contents relative to the paper background. Choose an option from the drop-down list.

Data type: Enumeration

Reverse Painting Order Specifies whether to reverse the order of graphic objects in a combo chart.

Data type: Boolean

Scale X Specifies the percentage for elongating or shortening the X axis. Enter a numeric value to change the percentage.

Data type: Float

Scale Y Specifies the percentage for elongating or shortening the Y axis. Enter a numeric value to change the percentage.

Data type: Float

Others (available to org charts only)
Layout Mode Specifies how the org chart tree expands from the root node. Choose an option from the drop-down list.
  • Top Down
    The org chart tree expands from top to bottom.
  • Bottom Up
    The org chart tree expands from bottom to top. It is the reverse of the top down mode.
  • Left Right
    The org chart tree expands from left to right.

Data type: Enumeration

Graph (unavailable to heat map and org charts)
Border Specifies whether to show the borders.

Data type: Boolean

Border Color Specifies the line color for the border, not applying to 2-D line charts. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Specifies the ending style for the border, not applying to 2-D line charts. Choose an option from the drop-down list.

Data type: Enumeration

Border Joint Specifies the line joint style for the border, not applying to 2-D line charts. Choose an option from the drop-down list.

Data type: Enumeration

Border Style Specifies the line style for the border, not applying to 2-D line charts. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Specifies the thickness for the border, not applying to 2-D line charts. Enter a numeric value to change the thickness.

Data type: Float

Border Transparency Specifies the line transparency for the border, in percent, not applying to 2-D line charts. Enter a numeric value to change the transparency.

Data type: Integer

Suppress Label When 0 If true, the data label whose value is 0 will not be displayed. This property is available to these 2-D chart types: bar, bench, line, area and pie.

Data type: Boolean

For bar/bench chart
Bar Gap Specifies the distance between each bar/bench in a category. Applies to 2-D clustered bar/bench charts only. Enter a numeric value to change the gap.

Data type: Integer

Bar Style Specifies the style of the bars/benches. Choose an option from the drop-down list. It can be normal or cylinder, however, if you specify the style to be cylinder, it will take effect only when the property Use Depth is set to true.

Data type: Enumeration

Bar Width Specifies the total width of the bars/benches in each category, measured in a percentage of the unit width. Enter a numeric value to change the width.

Data type: Integer

Depth Specifies the depth of the bars/benches, applied when the value of the property Use Depth is set to true. Applies to 2-D bar/bench charts only. Enter a numeric value to change the depth.

Data type: Float

Direction Specifies the angle of the axis along the depth of the bars/benches. Applies to 2-D bar/bench charts only. Enter a numeric value to change the direction.

Data type: Integer

Update Direction Specifies the direction in which to paint the values when the chart is updated. Available to real time chart only. Choose an option from the drop-down list.
  • Default - If it is a bench chart, paints the values from top to bottom, otherwise, from right to left.
  • Reverse - If it is a bench chart, paints the values from bottom to top, otherwise, from left to right.

Data type: Enumeration

Use Depth Specifies whether to make the bars/benches visually three-dimensional. Applies to 2-D bar/bench charts only.

Data type: Boolean

Note: If the chart is a combo chart composed by bars and areas/lines, when you set the depth properties for the bars, they will be applied to the areas/lines as well, and vice versa.

Value Label Type Specifies in which way the value labels will be displayed around the bars/benches. Choose an option from the drop-down list.
  • Value - Shows the value for each bar/bench.
  • Percent - Shows the percentage of each bar/bench to the total.
  • Value and Percent - Shows the value and the percentage for each bar/bench.

Data type: Enumeration

Vary Colors by Color List Specifies whether or not to make the bar colors vary. It only takes effect on clustered bar/bench types and when the charts has no series field.

Data type: Boolean

For line chart
Area Pattern List Specifies patterns for the areas which are formed by the chart axes and the lines. Applies to 2-D lines only.

Click Select Values in the value cell and click the small squares in the color tray one by one to specify the patterns for the areas. The patterns can be one or more of the following: Automatic, Color, Texture, and Gradient.

Data type: String

Depth Specifies the depth of the lines, applied when the property Use Depth is set to true. Enter a numeric value to change the depth.

Data type: Float

Direction Specifies the angle of the axis along the depth of the lines. Enter a numeric value to change the direction.

Data type: Integer

Ignore Null Value Specifies whether to skip null data values in order to draw continuous lines.
  • true - When a null data value appears, it is skipped and the line is drawn from the previous data value to the next data value directly.
  • false - When a null data value appears, draw it anyway and the line is broken at the point of the null data value.

Data type: Boolean

Smoothed Line Specifies whether to draw the lines smoothly without the sharp joints.

Data type: Boolean

Update Direction Specifies the direction in which to paint the values when the chart is updated. Available to real time chart only. Choose an option from the drop-down list.
  • Default - Paints the values from right to left.
  • Reverse - Paints the values from left to right.

Data type: Enumeration

Use Depth Specifies whether to make the lines visually three-dimensional. Applies to 2-D line charts only.

Data type: Boolean

Note: If the chart is a combo chart composed by lines and areas/bars, when you set the depth properties for the lines, they will be applied to the areas/bars as well, and vice versa.

Value Label Type Specifies in which way the value labels will be displayed around the lines. Available to 2-D line charts only. Choose an option from the drop-down list.
  • Value - Shows the value for each line node.
  • Percent - Shows the percentage of each line node to the total.
  • Value and Percent - Shows the value and the percentage for each line node.

Data type: Enumeration

For area chart
Depth Specifies the depth of the areas, applied when the property Use Depth is set to true. Applies to 2-D area charts only. Enter a numeric value to change the depth.

Data type: Float

Direction Specifies the angle of the axis along the depth of the areas. Applies to 2-D area charts only. Enter a numeric value to change the direction.

Data type: Integer

Update Direction Specifies the direction in which to paint the values when the chart is updated. Available to real time chart only. Choose an option from the drop-down list.
  • Default - Paints the values from right to left.
  • Reverse - Paints the values from left to right.

Data type: Enumeration

Use Depth Specifies whether to make the areas visually three-dimensional. Applies to 2-D area charts only.

Data type: Boolean

Note: If the chart is a combo chart composed by areas and bars/lines, when you set the depth properties for the areas, they will be applied to the bars/lines as well, and vice versa.

Use Dropline Specifies whether to show the lines that represent the data categories. Applies to 2-D area charts only.

Data type: Boolean

Value Label Type Specifies in which way the value labels will be displayed around the areas. Choose an option from the drop-down list.
  • Value - Shows the value for each area node.
  • Percent - Shows the percentage of each area node to the total.
  • Value and Percent - Shows the value and the percentage for each area node.

Data type: Enumeration

For pie chart
Angle X Specifies the rotation angle of the chart around the X axis, in degrees. Enter a numeric value to change the rotation.

Data type: Float

Angle Y Specifies the rotation angle of the chart around the Y axis, in degrees. Enter a numeric value to change the rotation.

Data type: Float

Donut Hole Specifies the radius percentage of the donut hole to the total pie circle. Applies to donut chart only.

Data type: Float

Pie Gap Specifies the distance between every two adjacent pie sections. Enter a numeric value to change the gap.

Data type: Float

Section Explode Gap Specifies the distance between each pie section and the pie center. Enter a numeric value to change the gap.

Data type: Float

Show Pie/Donut Name Specifies whether to show the name of the pie/donut.

Data type: Boolean

Value Label Type Specifies in which way the value labels will be displayed around the pie. Choose an option from the drop-down list.
  • Value - Shows the value for each pie section.
  • Category Name - Shows the category name for each pie section.
  • Percent - Shows the percentage of each pie section to the total.
  • Value and Percent - Shows the value and the percentage for each pie section.
  • Category Name, Value - Shows the category name and value for each pie section.
  • Category Name, Percent - Shows the category name and percentage for each pie section.
  • Category Name, Value, Percent - Shows the category name, value and percentage for each pie section.

Data type: Enumeration

For indicator chart
Horizontal Margin Specifies the distance between the left indicators and the left border of the chart paper, in inches.

Data type: Float

Range Radius Specifies the relative size of an indicator in a percentage of the total indicator size.

Data type: Integer

Vertical Margin Specifies the distance between the top indicators and the top border of the chart paper, in inches.

Data type: Float

For gauge chart
Alert Color Specifies the color for the alert range. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Alert Maximum Value Specifies the maximum value for the alert range. Enter a numeric value to specify the value.

Data type: Float

Alert Minimum Value Specifies the minimum value for the alert range. Enter a numeric value to specify the value.

Data type: Float

Arrow Style Specifies the style for pointer arrows, applied when the property Pointer Style is set to Arrow. Applies to dial gauge charts only. Choose an option from the drop-down list.

Data type: Enumeration

Curve Style Specifies the style for the curve. Applies to dial gauge charts only. Choose an option from the drop-down list.

Data type: Enumeration

Error Color Specifies the color for the error range. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Error Maximum Value Specifies the maximum value for the error range. Enter a numeric value to specify the value.

Data type: Float

Error Minimum Value Specifies the minimum value for the error range. Enter a numeric value to specify the value.

Data type: Float

Fill Curve Specifies whether to fill the dial with colors. Applies to dial gauge charts only.

Data type: Boolean

Gauge Alert Type Specifies the fill pattern for the alert range. Choose an option from the drop-down list.

Data type: Enumeration

Gauge Error Type Specifies the fill pattern for the error range. Choose an option from the drop-down list.

Data type: Enumeration

Gauge Normal Type Specifies the fill pattern for the normal range. Choose an option from the drop-down list.

Data type: Enumeration

Normal Color Specifies the color for the normal range. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Normal Maximum Value Specifies the maximum value for the normal range. Enter a numeric value to specify the value.

Data type: Float

Normal Minimum Value Specifies the minimum value for the normal range. Enter a numeric value to specify the value.

Data type: Float

Outer Inner Gap Specifies the width of the dial. Applies to dial gauge charts only. Enter a numeric value to change the gap.

Data type: Float

Pointer Style Specifies the style for the pointer. Applies to dial gauge charts only. Choose an option from the drop-down list.

Data type: Enumeration

Range Radius Specifies the relative size of a dial or ball. Applies to dial and bubble gauge charts only. Enter a numeric value to change the size.

Data type: Integer

Start Angle Specifies the angle of the dial beginning point. Applies to dial gauge charts only. Enter a numeric value to change the angle.

Data type: Integer

Stop Angle Specifies the angle of the dial endpoint. Applies to dial gauge charts only. Enter a numeric value to change the angle.

Data type: Integer

For bubble chart
Cut Bubble Based on XY Area Specifies whether to cut the bubbles when they are beyond the area formed by the X axis and Y axis.

Data type: Boolean

Use 3D Effect Specifies whether to make the bubbles visually three-dimensional.

Data type: Boolean

For bullet chart
Comparative Measure Width Specifies the width of the comparative measures. Enter a numeric value to change the width.

Data type: Integer

Featured Measure Width Specifies the width of the featured measures. Enter a numeric value to change the width.

Data type: Integer

Graph Direction Specifies the direction to draw the bullet chart, horizontally or vertically. Choose an option from the drop-down list.

Data type: Enumeration

Qualitative Ranges Width Specifies the width of the qualitative ranges. Enter a numeric value to change the width.

Data type: Integer

Special Featured Measure Graph Type Specifies the graph type for the featured measures when the value (Y) axis does not start from the value zero. Choose an option from the drop-down list.

Data type: Enumeration

Vary Colors by Color List Specifies whether or not to make colors for the featured measures vary. 

Data type: Boolean

Background
Border Color Specifies the color of the paper border. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Specifies the ending style of the paper border line. Choose an option from the drop-down list.

Data type: Enumeration

Border Joint Specifies the joint style of the paper border line. Choose an option from the drop-down list.

Data type: Enumeration

Border Style Specifies the line style of the paper border. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Specifies the width of the paper border, in inches. Enter a numeric value to change the thickness.

Data type: Float

Border Transparency Specifies the transparency of the paper border, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Border Type Specifies the border type of the paper. Choose an option from the drop-down list.

Data type: Enumeration

Border Variable Dash Specifies whether to resize the dash automatically.
  • true - If selected, the dash size will be adjusted automatically.
  • false - If selected, the dash size will be of fixed size.

Data type: Boolean

Color Specifies the color of the paper background, applied when the property Fill Type is set to color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Fill Transparency Specifies the transparency of the paper background, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Fill Type Specifies the fill pattern for the paper background. Choose an option from the drop-down list.

Data type: Enumeration

Inset Bottom Specifies the bottom position of the background area, measured in a percentage of the paper height, from the bottom edge of the paper.

Data type: Float

Inset Left Specifies the left position of the background area, measured in a percentage of the paper width, from the left edge of the paper.

Data type: Float

Inset Right Specifies the right position of the background area, measured in a percentage of the paper width, from the right edge of the paper.

Data type: Float

Inset Top Specifies the top position of the background area, measured in a percentage of the paper height, from the top edge of the paper.

Data type: Float

Hint (unavailable to org chart)
Show Category and Series Specifies whether to include the category and series values in the hints of the data markers.

Data type: Boolean

Show Tips Specifies whether to show the corresponding data information when the mouse pointer points at a target in the chart paper.

Data type: Boolean

Category (X) Axis (unavailable to heat map, org, and KPI charts)
Auto Major Unit Specifies whether the interval unit between two adjacent major tick marks is defined by JReport automatically. If true, the unit will be defined by JReport automatically. If false, the user defined major interval unit will be used.

Data type: Boolean

Auto Maximum Specifies whether the maximum value which is used to label the tick marks is defined by JReport automatically. If true, the maximum value will be defined by JReport automatically. If false, the user defined maximum value will be used.

Data type: Boolean

Auto Minor Unit Specifies whether the interval unit between two adjacent minor tick marks is defined by JReport automatically. If true, the unit will be defined by JReport automatically. If false, the user defined minor interval unit will be used.

Data type: Boolean

Auto Minimum Specifies whether the minimum value which is used to label the tick marks is defined by JReport automatically. If true, the minimum value will be defined by JReport automatically. If false, the user defined minimum value will be used.

Data type: Boolean

Axis Color Specifies the color for the axis. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Axis End Caps Specifies the ending style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Joint Specifies the joint style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Style Specifies the style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Thickness Specifies the thickness for the axis. Enter a numeric value to change the thickness.

Data type: Float

Axis Transparency Specifies the transparency for the axis, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Axis Variable Dash Specifies whether to resize the dash automatically. If the property is set to true, the dash size will be adjusted automatically; otherwise, the dash size will be of fixed size.

Data type: Boolean

Gridline Color Specifies the color for the gridlines. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gridline End Caps Specifies the ending style for the gridlines. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Joint Specifies the joint style for the gridlines. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Style Specifies the style for the gridlines. Choose an option from the drop-down list.

Data type: Integer

Gridline Thickness Specifies the thickness for the gridlines. Enter a numeric value to change the thickness.

Data type: Float

Gridline Transparency Specifies the transparency for the gridlines, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Gridline Variable Dash Specifies whether to resize the dash automatically. If the property is set to true, the dash size will be adjusted automatically; otherwise, the dash size will be of fixed size.

Data type: Boolean

Increment Specifies the increased amount between two adjacent values on the axis. The default is to let the increased amount be determined by JReport Designer. Applies to bubble charts which use the axis to show numeric data only.

Data type: Integer

Label Axis Gap Specifies the distance between the labels and the axis. Enter a numeric value to change the gap.

Data type: Float

Label Color Specifies the color for the label text, applied when the property Label Fill Type is set to Color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Every N Tick Marks Specifies the frequency at which the tick marks will be labeled. Type 1 to label every tick mark, type 2 to label every two tick marks, type 3 to label every three tick marks, and so on.

Data type: Integer

Label Fill Transparency Specifies the transparency for the label text, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Label Fill Type Specifies the fill pattern for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Face Specifies the font face for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Orientation Automatically Specifies whether to adjust the rotation angle of the label text on the axis automatically.
  • true - The rotation angle of the label text will be adjusted automatically according to the length of the text, in degrees. If the text can be completely displayed horizontally, the default rotation angle will be 0; if the text cannot be completely displayed horizontally, the default rotation angle will be 30 anticlockwise, and the cut off part will be shown as suspension points.
  • false - If selected, the rotation angle of the label text will be determined by value of the property Label Font Rotation.

Data type: Boolean

Label Font Rotation Specifies the rotation angle of the label text around its center, in degrees. The default value is 0. Enter a numeric value to change the rotation.

Data type: Float

Label Font Size Specifies the font size for the label text. Enter an integer value to change the size.

Data type: Integer

Label Font Style Specifies the font style for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Position Specifies whether to show the label text outside or inside the axis. Takes effect only when Use Depth is set to false.

Data type: Enumeration

Major Interval Specifies the interval between two adjacent major tick marks. Enter a numeric value to change the interval.

Data type: Float

Major Interval Unit Specifies the interval unit between two adjacent major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Minor Interval Specifies the interval between two adjacent minor tick marks. Enter a numeric value to change the interval.

Data type: Float

Minor Interval Unit Specifies the interval unit between two adjacent minor tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Length Specifies the length of the major tick marks. Enter a numeric value to change the length.

Data type: Float

Major Tick Mark Line Color Specifies the color of the major tick marks. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Major Tick Mark Line End Caps Specifies the ending style for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Joint Specifies the joint style for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Style Specifies the line type for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Thickness Specifies the thickness of the major tick marks. Enter a numeric value to change the thickness.

Data type: Float

Major Tick Mark Line Transparency Specifies the transparency of the major tick marks, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Major Tick Mark Line Variable Dash Specifies whether to adjust the dash size automatically. Applied when Major Tick Mark Line Style is not set to solid line.
  • true - The dash size will be adjusted automatically.
  • false - The dash size will be of fixed size.

Data type: Boolean

Major Tick Mark Type Specifies the position of the major tick marks relative to the axis. Choose an option from the drop-down list.

Data type: Enumeration

Maximum Specifies the maximum value which will be used to label the tick marks.

Data type: Float

Maximum Value Specifies the maximum value of the data appearing on the X axis. Applies to bubble charts which use the axis to show numeric data only.

Data type: Float

Minimum Specifies the minimum value which will be used to label the tick marks.

Data type: Float

Minimum Value Specifies the minimum value of the data appearing on the X axis. Applies to bubble charts which use the axis to show numeric data only.

Data type: Float

Minor Tick Mark Length Specifies the length of the minor tick marks. Enter a numeric value to change the length.

Data type: Float

Minor Tick Mark Type Specifies the position of the minor tick marks relative to the axis. Choose an option from the drop-down list.

Data type: Enumeration

Number of Labels Specifies the number of tick mark labels that will be shown. The default is to let JReport Designer determine the number of labels to be shown.

Data type: Integer

Number of Tick Marks Specifies the number of tick marks that will be shown. The default is to let the number be determined by JReport Designer. Applies to bubble charts only.

Data type: Integer

Number of Visible Values Specifies how many data items will be selected on the scrollbar and displayed on the axis by default. Available to 2-D scrollbar charts of bar, bench, line, area and stock types only.

Data type: Integer

Percentage of Scrolling Area Height Specifies the height percentage the scrollbar occupies the whole size of the chart. Available to 2-D scrollbar charts of bar, bench, line, area and stock types only.

Data type: Float

Position Axis Specifies the position at which the data point and label will be displayed on the X axis.
  • On Tick Marks - The data point and label will be aligned with each tick mark on the X axis.
  • Between Tick Marks - The data point and label will be displayed between each two tick marks on the X axis.

Data type: Enumeration

Scrollable Chart Specifies whether to make the chart scrollable. If true, a scrollbar will be added in the chart, with which you can control the visible value range on the axis. Available to 2-D charts of bar, bench, line, and area types.

Data type: Boolean

Show Axis Specifies whether to show the axis.

Data type: Boolean

Show Axis Label Tips Specifies whether to show the complete label text when the mouse pointer points at a label on the axis in HTML or Web Report result.

Data type: Boolean

Show Chart in Scrolling Area Specifies whether to show the thumbnail chart on the scrollbar. Applied only when Scrollable Chart is set to true for 2-D charts of bar, bench, line and area types.

Data type: Boolean

Show Gridline Specifies whether to show the gridlines perpendicular to the axis.

Data type: Boolean

Show Tick Mark Labels Specifies whether to show the tick mark labels.

Data type: Boolean

Use Best Effect Specifies whether to hide the label which would overlap with the one in front of it.

Data type: Boolean

Use Constant Interval Specifies whether to use a constant interval to label the tick marks. If true, the values of the tick marks will be increased continually on the axis based on the following properties, instead of just using the data values.

Data type: Boolean

Value (Y) Axis (unavailable to heat map, org, and KPI charts)
Auto Scale on Y Axis Specifies whether to recalculate the scale of Value (Y) Axis when the the value of the property Number of Visible Values is changed. Applied only when Scrollable Chart is set to true for 2-D charts of bar, bench, line, and area types.

Data type: Integer

Axis Color Specifies the color for the axis. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Axis End Caps Specifies the ending style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Joint Specifies the joint style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Style Specifies the style for the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Thickness Specifies the thickness for the axis. Enter a numeric value to change the thickness.

Data type: Float

Axis Transparency Specifies the transparency for the axis, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Axis Variable Dash Specifies whether to resize the dash automatically. If the property is set to true, the dash size will be adjusted automatically; otherwise, the dash size will be of fixed size.

Data type: Boolean

Gridline Color Specifies the color for the gridlines. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gridline End Caps Specifies the ending style for the gridlines. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Joint Specifies the joint style for the gridlines. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Style Specifies the style for the gridlines. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Thickness Specifies the thickness for the gridlines. Enter a numeric value to change the thickness.

Data type: Float

Gridline Transparency Specifies the transparency for the gridlines, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Gridline Variable Dash Specifies whether to resize the dash automatically. If the property is set to true, the dash size will be adjusted automatically; otherwise, the dash size will be of fixed size.

Data type: Boolean

Increment Specifies the increased amount between two adjacent values on the axis. The default is to let the increased amount be determined by JReport Designer.

Data type: Integer

Label Axis Gap Specifies the distance between the labels and the axis. Enter a numeric value to change the gap.

Data type: Float

Label Color Specifies the color for the label text, applied when the property Label Fill Type is set to Color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Every N Tick Marks Specifies the frequency at which the tick marks will be labeled. Type 1 to label every tick mark, type 2 to label every two tick marks, type 3 to label every three tick marks, and so on.

Data type: Integer

Label Fill Transparency Specifies the transparency for the label text, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Label Fill Type Specifies the fill pattern for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Orientation Automatically Specifies whether to adjust the rotation angle of the label text on the axis automatically.
  • true - The rotation angle of the label text will be adjusted automatically according to the length of the text, in degrees. If the text can be completely displayed horizontally, the default rotation angle will be 0; if the text cannot be completely displayed horizontally, the default rotation angle will be 30 anticlockwise, and the cut off part will be shown as suspension points.
  • false - If selected, the rotation angle of the label text will be determined by value of the property Label Font Rotation.

Data type: Boolean

Label Font Face Specifies the font face for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Rotation Specifies the rotation angle of the label text around its center, in degrees. The default value is 0. Enter a numeric value to change the rotation.

Data type: Float

Label Font Size Specifies the font size for the label text. Enter an integer value to change the size.

Data type: Integer

Label Font Style Specifies the font style for the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Position Specifies whether to show the label text outside or inside the axis. Takes effect only when the property Use Depth is set to false.

Data type: Enumeration

Major Tick Mark Length Specifies the length of the major tick marks. Enter a numeric value to change the length.

Data type: Float

Major Tick Mark Line Color Specifies the color of the major tick marks. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Major Tick Mark Line End Caps Specifies the ending style for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Joint Specifies the joint style for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Style Specifies the line type for the major tick marks. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Thickness Specifies the thickness of the major tick marks. Enter a numeric value to change the thickness.

Data type: Float

Major Tick Mark Line Transparency Specifies the transparency of the major tick marks, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Major Tick Mark Line Variable Dash Specifies whether to adjust the dash size automatically. Applied when Major Tick Mark Line Style is not set to solid line.
  • true - The dash size will be adjusted automatically.
  • false - The dash size will be of fixed size.

Data type: Boolean

Major Tick Mark Type Specifies the position of the major tick marks relative to the axis. Choose an option from the drop-down list.

Data type: Enumeration

Maximum Value Specifies the maximum value of the data appearing on the Y axis.

Data type: Float

Minimum Value Specifies the minimum value of the data appearing on the Y axis.

Data type: Float

Minor Tick Mark Length Specifies the length of the minor tick marks. Enter a numeric value to change the length.

Data type: Float

Minor Tick Mark Type Specifies the position of the minor tick marks relative to the axis. Choose an option from the drop-down list.

Data type: Enumeration

Number of Labels Specifies the number of tick mark labels that will be shown. The default is to let JReport Designer determine the number of labels to be shown.

Data type: Integer

Number of Tick Marks Specifies the number of tick marks that will be shown. The default is to let the number be determined by JReport Designer.

Data type: Integer

Show Axis Specifies whether to show the axis.

Data type: Boolean

Show Axis Label Tips Specifies whether to show the complete label text when the mouse pointer points at a label on the axis in HTML or Web Report result.

Data type: Boolean

Show Gridline Specifies whether to show the gridlines perpendicular to the axis.

Data type: Boolean

Show Tick Mark Labels Specifies whether to show the tick mark labels.

Data type: Boolean

Start Value Specifies the position where the axis label starts to be shown, applied when the property Use Start Value is set to true. Applies to 2-D charts that have a wall only.

Data type: Float

Use Best Effect Specifies whether to hide the label which would overlap with the one in front of it.

Data type: Boolean

Use Start Value Specifies whether to set the start value of the axis. Applies to 2-D charts that have a wall only.

Data type: Boolean

Wall (unavailable to gauge, heat map and org chart)
Border Color Specifies the color of the border of the object. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Specifies the ending style of the wall border line. Choose an option from the drop-down list.

Data type: Enumeration

Border Joint Specifies the joint style of the wall border line. Choose an option from the drop-down list.

Data type: Enumeration

Border Style Specifies the line style of the wall borders. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Specifies the width of the border in inches. Enter a numeric value to change the thickness.

Data type: Float

Border Transparency Specifies the transparency of the wall borders, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Border Variable Dash Specifies whether to resize the dash automatically. If the property is set to true, the dash size will be adjusted automatically; otherwise, the dash size will be of fixed size.

Data type: Boolean

Bound Color Specifies the color of the bound wall, applied when the property Bound Fill Type is set to color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Fill Transparency Specifies the transparency of the color schema to compound with the basic fill which is set in the wall area, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Bound Fill Type Specifies the fill type of the wall. Choose an option from the drop-down list.

Data type: Enumeration

Color Specifies the color of the wall, applied when the property Fill Type is set to color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Fill Transparency Specifies the transparency of the background, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Fill Type Specifies the fill pattern for the wall. Choose an option from the drop-down list.

Data type: Enumeration

Show Wall Specifies whether to show the wall.

Data type: Boolean

Threshold Line (unavailable to gauge, bubble, heat map and org charts)
Fill Threshold1 Specifies whether to fill the first threshold area with a semi-transparent color.

Data type: Boolean

Fill Threshold2 Specifies whether to fill the second threshold area with a semi-transparent color.

Data type: Boolean

Fill Transparency Specifies the transparency of the background, in percent. Enter a numeric value to change the transparency.

Data type: Integer

Show Threshold Line1 Specifies whether to show the first threshold line.

Data type: Boolean

Show Threshold Line2 Specifies whether to show the second threshold line.

Data type: Boolean

Threshold Line Color1 Specifies the color for the first threshold line. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Threshold Line Color2 Specifies the color for the second threshold line. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Threshold Line Style Specifies the style for the threshold lines. Choose an option from the drop-down list.
  • Style1
    Use two threshold areas (Threshold Line1 and Threshold Line2) to emphasize the data series that are higher than the first threshold line or lower than the second threshold line.
  • Style2
    Use a single threshold area (Threshold Line1) to emphasize the data series that are between the higher and the lower threshold lines.

A threshold line marks a specific data point that is specified by the user. It is usually used by the user for comparing with data series to see whether the data is higher or lower than this point. For example, if you want to see whether the production zones successfully accomplished their production tasks, you can set a threshold line to represent the goal output, and another to represent the lowest acceptable output quantity. By using the threshold lines, you can spot out the zones that are out of the range at a glance.

Stock charts, radar charts, scatter charts, and bubble charts have no threshold lines.

Data type: Enumeration

Threshold Value1 Specifies the value for the first threshold line.

Data type: Float

Threshold Value2 Specifies the value for the second threshold line.

Data type: Float

Notes:

BackPrevious Page Next PageNext