Chart Paper Properties
This topic describes the properties of a Chart Paper object.
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. Type 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. Type 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. Type 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. Type 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. Type a numeric value to change the percentage.
Data type: Float |
Scale Y | Specifies the percentage for elongating or shortening the Y axis. Type 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.
Data type: Enumeration |
Graph (unavailable to heat map and org charts) | |
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 box. You can also type 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. Type 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. Type a numeric value to change the transparency.
Data type: Integer |
Show Border | Specifies whether to show the borders.
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. Type 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 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. Type a numeric value to change the width.
Data type: Integer |
Data Label Type | Specifies in which way the value labels will be displayed around the bars/benches. Choose an option from the drop-down list.
Data type: Enumeration |
Depth | Specifies the depth of the bars/benches when Use Depth is set to true. Applies to 2-D bar/bench charts only. Type 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. Type a numeric value to change the direction.
Data type: Integer |
Suppress Label When 0 | If true, the data label whose value is 0 will not be displayed.
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.
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 If the chart is a combo chart composed by bars and areas/lines, when you set the depth properties for the bars, they will apply to the areas/lines as well, and vice versa. |
Vary Colors by Color List | Specifies whether to make the bar colors vary. It only takes effect on clustered bar/bench types and when the charts have 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.
Select in the value cell and select 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 |
Data 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.
Data type: Enumeration |
Depth | Specifies the depth of the lines when Use Depth is set to true. Type a numeric value to change the depth.
Data type: Float |
Direction | Specifies the angle of the axis along the depth of the lines. Type 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.
Data type: Boolean |
Smoothed Line | Specifies whether to draw the lines smoothly without the sharp joints.
Data type: Boolean |
Suppress Label When 0 | If true, the data label whose value is 0 will not be displayed.
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.
Data type: Enumeration |
Use Depth | Specifies whether to make the lines visually three-dimensional. Applies to 2-D line charts only.
Data type: Boolean If the chart is a combo chart composed by lines and areas/bars, when you set the depth properties for the lines, they will apply to the areas/bars as well, and vice versa. |
For area chart | |
Data Label Type | Specifies in which way the value labels will be displayed around the areas. Choose an option from the drop-down list.
Data type: Enumeration |
Depth | Specifies the depth of the areas when Use Depth is set to true. Applies to 2-D area charts only. Type 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. Type a numeric value to change the direction.
Data type: Integer |
Suppress Label When 0 | If true, the data label whose value is 0 will not be displayed.
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.
Data type: Enumeration |
Use Depth | Specifies whether to make the areas visually three-dimensional. Applies to 2-D area charts only.
Data type: Boolean If the chart is a combo chart composed by areas and bars/lines, when you set the depth properties for the areas, they will apply 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 |
For pie chart | |
Angle X | Specifies the rotation angle of the chart around the X axis, in degrees. Type 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. Type a numeric value to change the rotation.
Data type: Float |
Data Label Type | Specifies in which way the value labels will be displayed around the pie. Choose an option from the drop-down list.
Data type: Enumeration |
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. Type a numeric value to change the gap.
Data type: Float |
Section Explode Gap | Specifies the distance between each pie section and the pie center. Type 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 |
Suppress Label When 0 | If true, the data label whose value is 0 will not be displayed.
Data type: Boolean |
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 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. Type a numeric value to change the width.
Data type: Integer |
Featured Measure Width | Specifies the width of the featured measures. Type 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. Type 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 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Border Transparency | Specifies the color transparency of the paper border, in percent. Type 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.
Data type: Boolean |
Color | Specifies the color of the paper background. Applied when Fill Type of the paper background is set to Color. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
Fill Transparency | Specifies the transparency of the paper background color, in percent. Type 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) | |
Auto Scale in Number | Specifies whether to automatically scale the values that are of the Number data type when the values fall into the two ranges:
The value auto means the setting follows that of the chart. Data type: Boolean |
Category Name | Specifies the name of the category field to be displayed in the data marker hint. By default, the display name of the category field is used in the hint to label the category value. You can customize the name to help others better understand the value. Applies only when Customize Category and Series Names is set to true.
Data type: String |
Customize Category and Series Names | Specifies whether the names of the category and series fields in the data marker hint can be customized. Applies only when Show Category and Series is set to true.
Data type: Boolean |
Series Name | Specifies the name of the series field to be displayed in the data marker hint. By default, the display name of the series field is used in the hint to label the series value. You can customize the name to help others better understand the value. Applies only when Customize Category and Series Names is set to true.
Data type: String |
Show Category and Series | Specifies whether to include the category and series values in the data marker hint.
Data type: Boolean |
Show Tips | Specifies whether to show the hint when the mouse pointer points at a data marker in the chart, which displays the values the data marker represents. The hint is also available in HTML result. If this property is set to false, all the other hint properties will be ignored.
Data type: Boolean |
Category (X) Axis (unavailable to pie, indicator, gauge, heat map, org, and KPI charts) | |
Auto Major Unit | Specifies whether the interval unit between two adjacent major tick marks is defined by Logi Report automatically. If true, the unit will be defined by Logi Report 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 Logi Report automatically. If true, the maximum value will be defined by Logi Report 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 Logi Report automatically. If true, the unit will be defined by Logi Report 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 Logi Report automatically. If true, the minimum value will be defined by Logi Report 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Axis Transparency | Specifies the transparency for the axis, in percent. Type 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Gridline Transparency | Specifies the transparency for the gridlines, in percent. Type 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 Logi Report 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. Type a numeric value to change the gap.
Data type: Float |
Label Color | Specifies the color for the label text. Applied when 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 box. You can also type 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. Type 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.
Data type: Boolean |
Label Font Rotation | Specifies the rotation angle of the label text around its center, in degrees. The default value is 0. Type a numeric value to change the rotation.
Data type: Float |
Label Font Size | Specifies the font size for the label text. Type 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. Type 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. Type 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 Label Auto Scale in Number | Specifies whether to automatically scale the values that are of the Number data type when the values fall into the two ranges:
The value auto means the setting follows that of the chart. Data type: Boolean |
Major Tick Mark Length | Specifies the length of the major tick marks. Type 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Major Tick Mark Line Transparency | Specifies the color transparency of the major tick marks, in percent. Type 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.
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. Type 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 Logi Report 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 Logi Report 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.
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 |
Truncate | Specifies whether to truncate the major tick mark label text on the X axis when the text is more than 10 characters.
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 pie, indicator, heat map, org, and KPI charts) | |
Auto Scale in Number | Specifies whether to automatically scale the values that are of the Number data type when the values fall into the two ranges:
The value auto means the setting follows that of the chart. Data type: Boolean |
Auto Scale on Y Axis | Specifies whether to recalculate the scale of Value (Y) Axis when 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Axis Transparency | Specifies the transparency for the axis, in percent. Type 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Gridline Transparency | Specifies the transparency for the gridlines, in percent. Type 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 Logi Report Designer.
Data type: Integer |
Label Axis Gap | Specifies the distance between the labels and the axis. Type 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 box. You can also type 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. Type 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.
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. Type a numeric value to change the rotation.
Data type: Float |
Label Font Size | Specifies the font size for the label text. Type 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. Type 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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Major Tick Mark Line Transparency | Specifies the color transparency of the major tick marks, in percent. Type 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.
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. Type 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 Logi Report 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 Logi Report 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.
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.
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 box. You can also type 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. Type a numeric value to change the thickness.
Data type: Float |
Border Transparency | Specifies the color transparency of the wall borders, in percent. Type 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 box. You can also type 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. Type a numeric value to change the transparency.
Data type: Integer |
Bound Fill Type | Specifies the fill type of the bound 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 box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
Fill Transparency | Specifies the transparency of the background color, in percent. Type 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 color, in percent. Type 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 box. You can also type 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 box. You can also type 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.
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. 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 |
- For combo chart, the graph properties respectively apply to the corresponding chart types.
- A combo chart may contain two value axes, namely, the Y1 and Y2 axes. The properties of the Y1 or Y2 axis are the same as those of the Y axis.