BackPrevious Topic  Next TopicNext

Chart Paper Properties

This topic describes the properties of a Chart Paper object.

Designer provides some properties only when you use the object in certain report types. You can get details from the Available For column in the property table.

Property Name Available For Description
General
Class Type Query Page Report Shows the class type of the object. Read only.
Data Inherit Query Page Report Shows whether the object inherits dataset from another object. Read only.
Dataset Query Page Report Shows the dataset the object applies. Read only.
Instance Name Query Page Report Shows the instance name of the object. Read only.
Geometry
Height Page Report, Web Report, Library Component Designer enables this property when you set Placement of the chart legend to "customized". You can use it to specify the height of the chart paper. Type a numeric value to change the height.

Data type: Float

Width Page Report, Web Report, Library Component Designer enables this property when you set Placement of the chart legend to "customized". You can use it to specify the width of the chart paper. Type a numeric value to change the width.

Data type: Float

X Page Report, Web Report, Library Component Designer enables this property when you set Placement of the chart legend to "customized". You can use it to specify the horizontal coordinate of the paper's top left corner, relative to the chart platform. Type a numeric value to change the coordinate.

Data type: Float

Y Page Report, Web Report, Library Component Designer enables this property when you set Placement of the chart legend to "customized". You can use it to specify the vertical coordinate of the paper's top left corner, relative to the chart platform. Type a numeric value to change the coordinate.

Data type: Float

CSS
Class Page Report, Web Report, Library Component Specifies the name of the Class Selector to apply to the object, which you define in the CSS file of the style the report applies.

For example, if you define the CSS file as follows:

@charset "GBK";
TextField {Background: #ff0000}
/*Style=LabelX*/
TextField[Style="LabelX"]{Background: #0000FF}
/*ID=W*/
TextField#W{Background: #FFFF00}
/*class=C*/
TextField.C{Background: #00FFFF}

To apply the Class Selector in the file to the object, type C in the value cell.

Data type: String

Style Page Report, Web Report, Library Component Specifies the style you want to apply to the object. You can specify the style in two ways:
  • Type the style which should be an Attribute Selector whose attribute is "style" in the CSS file of the style the report applies. For example, to apply the style in the preceding sample CSS file to the object, type LabelX in the value cell.
  • Choose a style from the drop-down list when you have specified the Style Group property for the report tab or web report, and there are styles in the style group that are applicable to the object.

Data type: String

Accessibility
External CSS Class Selector Query Page Report Specifies the name of the Class Selector for the object in the HTML output.

Data type: String

Coordinate Paper (not available to heat maps or organization charts)
Angle X Query Page Report Designer displays this property for a 3-D chart. You can use it to specify the rotation angle of the chart around the X axis, in degrees. Type a numeric value to change the angle.

Data type: Float

Angle Y Query Page Report Designer displays this property for a 3-D chart. You can use it to specify the rotation angle of the chart around the Y axis, in degrees. Type a numeric value to change the angle.

Data type: Float

Angle Z Query Page Report Designer displays this property for a 3-D chart. You can use it to specify the rotation angle of the chart around the Z axis, in degrees. Type a numeric value to change the angle.

Data type: Float

Graph Position Page Report, Web Report, Library Component Designer displays this property for a 2-D chart. You can use it to specify the position of the data markers relative to the chart paper. Choose an option from the drop-down list.

Data type: Enumeration

Interactive Query Page Report Specifies whether the chart can be interactive in Designer view mode, in HTML output, and in Page Report Studio. When you set this property to "true", Report Engine enables all interactive actions for the chart, for example, you can open links from the chart, apply the go-to-detail action on the chart, and point to an element to get its full hint.

Data type: Boolean

Perspective Query Page Report Designer displays this property for a 3-D chart. You can use it to specify the angel to display the chart in perspective view. Default is not to display perspective view. Type a numeric value to change the perspective angle.

Data type: Integer

Reverse Painting Order Page Report, Web Report, Library Component Specifies whether to reverse the display order of the data markers in a combo chart.

Data type: Boolean

Scale X Page Report, Web Report, Library Component Specifies the percentage for elongating or shortening the X axis. Type a numeric value to change the percentage.

Data type: Float

Scale Y Page Report, Web Report, Library Component Specifies the percentage for elongating or shortening the Y axis. Type a numeric value to change the percentage.

Data type: Float

Scale Z Query Page Report Designer displays this property for a 3-D chart. You can use it to specify the percentage for elongating or shortening the Z axis. Type a numeric value to change the percentage.

Data type: Float

Shadow Contents Page Report, Web Report, Library Component Designer displays this property for a 2-D chart. You can use it to specify whether to add a drop shadow effect to data markers of the chart.

Data type: Boolean

Background (for customizing fill pattern of the chart paper)
Border Color Page Report, Web Report, Library Component Specifies the color for the border of the element. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Page Report, Web Report, Library Component Specifies the ending style for the border of the element. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Border Joint Page Report, Web Report, Library Component Specifies the joint style for the border of the element. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.
  • joint round
    Select to join path segments by rounding off the corner at the specified radius.

Data type: Enumeration

Border Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the border of the element. Default is to apply fill path.

Data type: Boolean

Border Style Page Report, Web Report, Library Component Specifies the line style for the border of the element. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Page Report, Web Report, Library Component Specifies the width for the border of the element. Type a numeric value to change the thickness.

Data type: Float

Border Transparency Page Report, Web Report, Library Component Specifies the transparency for the border of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Border Type Page Report, Web Report, Library Component Specifies the type for the border of the element.
  • none
    Select if you do not want to show the border.
  • raised
    Select to show 3-D border that appears as if it is raised off the page.
  • recess
    Select to show 3-D border that appears as if it is pressed into the page.
  • shadow
    Select to show two shadowed borders, beneath and to the right of the object.
  • solid
    Select to use single-line border.

Data type: Enumeration

Border Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Border Style. Default is to apply fixed dash size.

Data type: Boolean

Color Page Report, Web Report, Library Component Specifies the color to fill the element, when you set Fill Type of the element to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the element, by color, texture, gradient, or image, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's width or the width of the inset in the element if you define an inset, from the left edge of the element or inset.

Data type: Integer

Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's height or the height of the inset in the element if you define an inset, from the bottom edge of the element or inset.

Data type: Integer

Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's width or the width of the inset in the element if you define an inset, from the left edge of the element or inset.

Data type: Integer

Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's height or the height of the inset in the element if you define an inset, from the bottom edge of the element or inset.

Data type: Integer

Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the element, when you set Fill Type of the element to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Image File Page Report, Web Report, Library Component Specifies the file name of the image, a portion of which you want to use to fill the element, when you set Fill Type of the element to "image". Type the file name with suffix in the value cell. If the image is outside the current catalog, you should include the full path of the image correctly.

Data type: String

Image Height Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Height specifies the height of the portion, measured in a percentage of the image's height.

Data type: Integer

Image Layout Page Report, Web Report, Library Component Specifies the layout of the image portion to fill the element, when you set Fill Type of the element to "image". Choose an option from the drop-down list.
  • tile
    Select to repeat the image portion to fill the element.
  • center
    Select to display the image portion in the center of the element.
  • scaled
    Select to stretch the image portion to cover the entire element.

Data type: Enumeration

Image Width Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Width specifies the width of the portion, measured in a percentage of the image's width.

Data type: Integer

Image X Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image X specifies the left position of the portion, measured in a percentage of the image's width, from the left edge of the image.

Data type: Integer

Image Y Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Y specifies the top position of the portion, measured in a percentage of the image's height, from the bottom edge of the image.

Data type: Integer

Inset Bottom Page Report, Web Report, Library Component You can use the four properties, Inset Bottom, Inset Left, Inset Right, and Inset Top, to define an inset in the element and fill the inset instead of the entire element.

Inset Bottom specifies the bottom position of the inset, measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Float

Inset Left Page Report, Web Report, Library Component You can use the four properties, Inset Bottom, Inset Left, Inset Right, and Inset Top, to define an inset in the element and fill the inset instead of the entire element.

Inset Left specifies the left position of the inset, measured in a percentage of the element's width, from the left edge of the element.

Data type: Float

Inset Right Page Report, Web Report, Library Component You can use the four properties, Inset Bottom, Inset Left, Inset Right, and Inset Top, to define an inset in the element and fill the inset instead of the entire element.

Inset Right specifies the right position of the inset, measured in a percentage of the element's width, from the right edge of the element.

Data type: Float

Inset Top Page Report, Web Report, Library Component You can use the four properties, Inset Bottom, Inset Left, Inset Right, and Inset Top, to define an inset in the element and fill the inset instead of the entire element.

Inset Top specifies the top position of the inset, measured in a percentage of the element's height, from the top edge of the element.

Data type: Float

Radius Page Report, Web Report, Library Component Specifies the radius for the joint, when you set Border Joint of the element to "joint round". Type a numeric value to change the radius.

Data type: Integer

Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the element, when you set Fill Type of the element to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Graph (available only to 2-D bar, bench, line, and area charts; for customizing data markers in the chart paper)
Note icon For a combo chart, the graph properties apply to the corresponding chart types respectively.
Depth Page Report, Web Report, Library Component Designer enables this property when you set Use Depth to "true". You can use it to specify the 3-dimensional depth effect of the data markers, in pixels. Type a numeric value to change the depth.

Data type: Float

Direction Page Report, Web Report, Library Component Designer enables this property when you set Use Depth to "true". You can use it to specify the direction of the depth, in degrees. Type a numeric value to change the direction.

Data type: Float

Update Direction Web Report, Library Component Designer displays this property for a real time chart. You can use it to specify the direction in which to paint the values when the chart is updated at runtime. Choose an option from the drop-down list.
  • Default
    Select to paint the values from top to bottom for a bench chart, or from right to left for other chart types.
  • Reverse
    Select to paint the values from bottom to top for a bench chart, or from left to right for other chart types.

Data type: Enumeration

Use Depth Page Report, Web Report, Library Component Specifies whether to add a 3-dimensional effect to data markers of the chart.

Data type: Boolean

Others (available only to organization charts)
Layout Mode Page Report, Web Report, Library Component Specifies how the organization chart tree expands from the root node. Choose an option from the drop-down list.
  • top down
    Select to expand the organization chart tree from top to bottom.
  • bottom up
    Select to expand the organization chart tree from bottom to top.
  • left right
    Select to expand the organization chart tree from left to right.

Data type: Enumeration

Hint (organization charts do not support data marker hint; for heat maps, the hint displays only in Web Report Studio and JDashboard)
Category Name Page Report, Web Report, Library Component Designer enables this property when you set Customize Category and Series Names to "true". You can use it to specify the name of the category field you want to display in the data marker hint. If you leave the property value blank, there is no name label for the category value in the hint.

Data type: String

Chart Value Names Page Report, Web Report, Library Component Designer enables this property when you set Customize Chart Value Names to "true". You can use it to specify the names for the fields on the value axis that you want to display in the hint. Select the ellipsis Ellipsis button in the value cell to customize the names in the Customize Chart Value Names dialog box to help users better understand the values.

Data type: String

Color Page Report, Web Report, Library Component Specifies the color to fill the element, when you set Fill Type of the element to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Customize Category and Series Names Page Report, Web Report, Library Component Specifies whether to use customized names for the category and series fields in the data marker hint. By default, Designer applies the display names of the fields in the hint to label the category and series values. You can set this property to "true" and customize the names via Category Name and Series Name to help users better understand the values.

Data type: Boolean

Note icon To apply customized category and series names in the data marker hint, you need to include them in the hint by selecting Show Category and Series in the format dialog box of the chart type.

Customize Chart Value Names Page Report, Web Report, Library Component Specifies whether to use customized names for the fields on the value axis in the data marker hint. By default, Designer applies the display names of the fields in the hint to label the values. You can set this property to "true" and customize the names via Chart Value Names to help users better understand the values.

Data type: Boolean

Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the element, by color, texture, or gradient, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Font Effect Page Report, Web Report, Library Component Specifies the special effect of the hint text. Choose an option from the drop-down list.
  • none
    Select if you do not want to apply any special effect to the text.
  • embossed
    Select to make the text appear to be raised off the page in relief.
  • engraved
    Select to make the text appear to be imprinted or pressed into the page.
  • shadowed
    Select to add a shadow beneath and to the right of the text.
  • outlined
    Select to display the exterior border around each character of the text.
  • shadowed & outlined
    Select to add a shadow beneath and to the right of the text and display the exterior border around each character.

Data type: Enumeration

Font Face Page Report, Web Report, Library Component Specifies the font face of the hint text. Choose an option from the drop-down list.

Data type: Enumeration

Font Rotation Page Report, Web Report, Library Component Specifies the rotation angle of the hint text around its center, in degrees. Type a numeric value to change the rotation.

Data type: Float

Font Script Page Report, Web Report, Library Component Specifies to apply superscript or subscript formatting to the hint text, or neither of them. Choose an option from the drop-down list.

Data type: Enumeration

Font Shearing Page Report, Web Report, Library Component Specifies the shearing transformation of the hint text around its center. Type a numeric value to change the shearing.

Data type: Float

Font Size Page Report, Web Report, Library Component Specifies the font size of the hint text. Type an integer value to change the size.

Data type: Integer

Font Strikethrough Page Report, Web Report, Library Component Specifies the style of the line to draw through the hint text. Choose an option from the drop-down list.

Data type: Enumeration

Font Style Page Report, Web Report, Library Component Specifies the font style of the hint text. Choose an option from the drop-down list.

Data type: Enumeration

Font Underline Page Report, Web Report, Library Component Specifies the style of the horizontal line under the hint text. Choose an option from the drop-down list. "patterned line" or "bold patterned" draws a line or bold line in the pattern of the text.

Data type: Enumeration

Critical icon Web Report Studio and JDashboard do not support underlining chart text so this property will be ignored when the chart runs in Web Report Studio or is used in a dashboard.

Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the element, when you set Fill Type of the element to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Outline Color Page Report, Web Report, Library Component Specifies the color of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Outline End Caps Page Report, Web Report, Library Component Specifies the ending style of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Outline Joint Page Report, Web Report, Library Component Specifies the joint style of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Outline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Default is to apply fill path.

Data type: Boolean

Outline Style Page Report, Web Report, Library Component Specifies the style of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.

Data type: Enumeration

Outline Thickness Page Report, Web Report, Library Component Specifies the width of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the thickness.

Data type: Float

Outline Transparency Page Report, Web Report, Library Component Specifies the transparency of the text outline, when you set Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the transparency.

Data type: Integer

Outline Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Outline Style. Default is to apply fixed dash size.

Data type: Boolean

Series Name Page Report, Web Report, Library Component Designer enables this property when you set Customize Category and Series Names to "true". You can use it to specify the name of the series field you want to display in the data marker hint. If you leave the property value blank, there is no name label for the series value in the hint.

Data type: String

Show Fields Page Report, Web Report, Library Component Designer displays this property for a heat map. You can use it to specify the fields the values of which you want to show in the hint, which displays when users point to rectangles of the heat map at runtime. Choose an option from the drop-down list.
  • Auto
    Select to display values of all group-by fields, size-by fields, and color-by fields of the heat map in the hint.
  • Customized
    Select to open the Show Fields dialog box to customize the fields from which to get the hint.

Data type: String

Show Tips Page Report, Web Report, Library Component Specifies whether to show the hint that displays the value a data marker represents when you point to the data marker in Designer view mode, in HTML output, or at runtime.

Note icon For a heat map, Designer cannot display the hint when you preview it in the view mode.

Data type: Boolean

Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the element, when you set Fill Type of the element to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Category (X) Axis (not available to pie, radar, indicator, gauge, heat map, or organization charts)
Axis Color Page Report, Web Report, Library Component Specifies the color of the axis line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Axis End Caps Page Report, Web Report, Library Component Specifies the ending style of the axis line. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Axis Joint Page Report, Web Report, Library Component Specifies the joint style of the axis line. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Axis Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the axis line. Default is to apply fill path.

Data type: Boolean

Axis Placement Page Report, Web Report, Library Component Specifies the position of the X axis across the Y axis. Choose an option from the drop-down list.
  • origin
    Select to place the X axis across the Y axis at the origin.
  • bottom
    Select to place the X axis across the Y axis at its minimum value point.

Data type: Enumeration

Axis Style Page Report, Web Report, Library Component Specifies the line style of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Thickness Page Report, Web Report, Library Component Specifies the width of the axis line. Type a numeric value to change the thickness.

Data type: Float

Axis Transparency Page Report, Web Report, Library Component Specifies the transparency of the axis line, in percent. Type a numeric value to change the transparency.

Data type: Integer

Axis Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Axis Style. Default is to apply fixed dash size.

Data type: Boolean

Best Effect Page Report, Web Report, Library Component Specifies whether to automatically adjust the axis labels to place them at the best position on the axis. When you set this property to "true", Designer hides some labels if they overlap.

Data type: Boolean

Gridline Color Page Report, Web Report, Library Component Specifies the color for the gridlines of the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gridline End Caps Page Report, Web Report, Library Component Specifies the ending style for the gridlines of the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Gridline Joint Page Report, Web Report, Library Component Specifies the joint style for the gridlines of the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Gridline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the gridlines of the axis. Default is to apply fill path.

Data type: Boolean

Gridline Style Page Report, Web Report, Library Component Specifies the style for the gridlines of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Thickness Page Report, Web Report, Library Component Specifies the width for the gridlines of the axis, when you set Show Gridlines of the axis to "true". Type a numeric value to change the thickness.

Data type: Float

Gridline Transparency Page Report, Web Report, Library Component Specifies the transparency for the gridlines of the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Gridline Variable Dash Page Report, Web Report, Library Component

Specifies whether to resize the dash automatically when you select a dash line style for Gridline Style. Default is to apply fixed dash size.

Data type: Boolean

Increment Page Report, Web Report, Library Component Specifies the increased amount between two adjacent values on the axis. Default is to have Designer determine the amount.

Data type: Integer

Note icon This property takes effect for bubble charts that use the category axis to show numeric data and scatter charts.

Label Auto Fit Query Page Report Designer displays this property for a radar chart. You can use it to specify whether to automatically adjust the width and height of the labels on the axis according to the label text. When you set this property to "false", if the label text cannot completely display in a label, the text wraps according to the value of Label Width if you set Label Word Wrap to "true"; otherwise, Designer cuts off the text according to Label Width.

Data type: Boolean

Label Axis Gap Page Report, Web Report, Library Component Specifies the distance between the axis labels and the axis. Type a numeric value to change the gap.

Data type: Float

Label Color Page Report, Web Report, Library Component Specifies the color of the major tick mark labels on the axis, when you set Label Fill Type to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color 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 Page Report, Web Report, Library Component Specifies the frequency at which to label the major tick marks on the axis. Type 1 to label every tick mark, type 2 to label every two tick marks, 3 to label every three tick marks, and so on.

Data type: Integer

Label Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the major tick mark labels on the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Label Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the major tick mark labels on the axis, by color, texture, or gradient, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Automatic Orientation Page Report, Web Report, Library Component Specifies whether to automatically adjust the rotation angle of the major tick mark labels on the axis.
  • When this property is "true" (the default behavior), Designer adjusts the rotation angle of the labels automatically according to the length of the label text as follows: if the text can completely display horizontally, the default rotation angle is 0; otherwise, the default rotation angle is 30 anticlockwise and Designer displays an ellipsis (…) for the cut-off part.
  • When you set this property to "false", Designer rotates the label text according to the angle you specify via the Label Font Rotation property.

Data type: Boolean

Note icon This property has higher priority over the Label Word Wrap property.

Label Font Effect Page Report, Web Report, Library Component Specifies the special effect of the label text. Choose an option from the drop-down list.
  • none
    Select if you do not want to apply any special effect to the text.
  • embossed
    Select to make the text appear to be raised off the page in relief.
  • engraved
    Select to make the text appear to be imprinted or pressed into the page.
  • shadowed
    Select to add a shadow beneath and to the right of the text.
  • outlined
    Select to display the exterior border around each character of the text.
  • shadowed & outlined
    Select to add a shadow beneath and to the right of the text and display the exterior border around each character.

Data type: Enumeration

Label Font Face Page Report, Web Report, Library Component Specifies the font face of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Rotation Page Report, Web Report, Library Component Specifies the rotation angle of the label text around its center, in degrees. Type a numeric value to change the rotation.

Data type: Float

Label Font Script Page Report, Web Report, Library Component Specifies to apply superscript or subscript formatting to the label text, or neither of them. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Shearing Page Report, Web Report, Library Component Specifies the shearing transformation of the label text around its center. Type a numeric value to change the shearing.

Data type: Float

Label Font Size Page Report, Web Report, Library Component Specifies the font size of the label text. Type an integer value to change the size.

Data type: Integer

Label Font Strikethrough Page Report, Web Report, Library Component Specifies the style of the line to draw through the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Style Page Report, Web Report, Library Component Specifies the font style of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Underline Page Report, Web Report, Library Component Specifies the style of the horizontal line under the label text. Choose an option from the drop-down list. "patterned line" or "bold patterned" draws a line or bold line in the pattern of the text.

Data type: Enumeration

Critical icon Web Report Studio and JDashboard do not support underlining chart text so this property will be ignored when the chart runs in Web Report Studio or is used in a dashboard.

Label Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the major tick mark labels on the axis, when you set Label Fill Type to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Color Page Report, Web Report, Library Component Specifies the color for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Outline End Caps Page Report, Web Report, Library Component Specifies the ending style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Label Outline Joint Page Report, Web Report, Library Component Specifies the joint style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Label Outline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Default is to apply fill path.

Data type: Boolean

Label Outline Style Page Report, Web Report, Library Component Specifies the style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Thickness Page Report, Web Report, Library Component Specifies the width for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the thickness.

Data type: Float

Label Outline Transparency Page Report, Web Report, Library Component Specifies the transparency for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the transparency.

Data type: Integer

Label Outline Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Label Outline Style. Default is to apply fixed dash size.

Data type: Boolean

Label Position Page Report, Web Report, Library Component Specifies the position to display the major tick mark labels, outside or inside the axis. Choose an option from the drop-down list.

Data type: Enumeration

Note icon This property takes effect for 2-D charts and when you do not set the Use Depth property of the chart to "true".

Label Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the major tick mark labels on the axis, when you set Label Fill Type to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Label Width Query Page Report Designer displays this property for a radar chart. You can use it to specify the width of the labels on the axis. Type a numeric value to change the width.

Data type: Float

Label Word Wrap Page Report, Web Report, Library Component Specifies whether to wrap the text of the major tick mark labels on the axis according to the width of the labels. When the label text contains special characters (such as ",", ".", and space), it wraps at the position of one of the characters.

Data type: Boolean

Note icon This property does not take effect for radar, bubble, scatter, or gauge charts.

Major Label Auto Scale in Number Page Report, Web Report, Library Component Designer displays this property when the field on the category axis is Number data type. You can use it to specify whether to automatically scale the Number values in the major tick mark labels on the axis that fall into the two ranges:
  • When 1000 <= value < 10^15, Designer applies the following quantity unit symbols of the International System of Units to scale the values: K (10^3), M (10^6), G (10^9), and T (10^12).
  • When 0 < value < 0.001 or value >= 10^15, Designer uses scientific notation to scale the values.

The option "auto" means that the property setting follows that of the chart.

Data type: Boolean

Major Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the major tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Major Tick Mark Line Color Page Report, Web Report, Library Component Specifies the color of the major tick marks on the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color. Data type: String

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Category (X) Axis dialog box.

Major Tick Mark Line End Caps Page Report, Web Report, Library Component Specifies the ending style of the major tick marks on the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Major Tick Mark Line Joint Page Report, Web Report, Library Component Specifies the joint style of the major tick marks on the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Major Tick Mark Line Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the major tick marks on the axis. Default is to apply fill path.

Data type: Boolean

Major Tick Mark Line Style Page Report, Web Report, Library Component Specifies the line style of the major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Category (X) Axis dialog box.

Major Tick Mark Line Thickness Page Report, Web Report, Library Component Specifies the width of the major tick marks on the axis. Type a numeric value to change the thickness.

Data type: Float

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Category (X) Axis dialog box.

Major Tick Mark Line Transparency Page Report, Web Report, Library Component Specifies the transparency of the major tick marks on the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Category (X) Axis dialog box.

Major Tick Mark Line Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Major Tick Mark Line Style. Default is to apply fixed dash size.

Data type: Boolean

Major Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the major tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Maximum Length Page Report, Web Report, Library Component Designer enables this property when you set Truncate to "true". You can use it to specify the maximum number of characters the major tick mark labels on the axis can display. When a label contains more characters than the specified number and is truncated, Designer displays an ellipsis (…) and the ellipsis uses three characters. However, when you set the property value to less than 4, Designer displays the specified number of characters in the label without the ellipsis.

Data type: Integer

Maximum Value Page Report, Web Report, Library Component Specifies the maximum value you want to display on the axis.

Data type: Float

Note icon This property takes effect only for bubble charts that use the category axis to show numeric data and scatter charts.

Minimum Value Page Report, Web Report, Library Component Specifies the minimum value you want to display on the axis.

Data type: Float

Note icon This property takes effect only for bubble charts that use the category axis to show numeric data and scatter charts.

Minor Label Auto Scale in Number Page Report, Web Report, Library Component Designer displays this property when the field on the category axis is Number data type. You can use it to specify whether to automatically scale the Number values in the minor tick mark labels on the axis that fall into the two ranges:
  • When 1000 <= value < 10^15, Designer applies the following quantity unit symbols of the International System of Units to scale the values: K (10^3), M (10^6), G (10^9), and T (10^12).
  • When 0 < value < 0.001 or value >= 10^15, Designer uses scientific notation to scale the values.

The option "auto" means that the property setting follows that of the chart.

Data type: Boolean

Minor Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the minor tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Minor Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the minor tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display minor tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Number of Labels Page Report, Web Report, Library Component Specifies the number of the labels you want to display on the axis.

Data type: Integer

Note icon This property takes effect when you select Fixed for Number of Major Labels in the Major Tick Mark subtab of the Format Category (X) Axis dialog box.

Number of Tick Marks Page Report, Web Report, Library Component Specifies the number of the tick marks you want to display on the axis. Default is to have Designer determine the number.

Data type: Integer

Note icon This property takes effect for scatter and bubble charts only.

Number of Visible Values Web Report, Library Component Specifies how many data items you want to display on the scroll bar and the axis, when you set Scrollable Chart to "true".

Data type: Integer

Percentage of Scrolling Area Height Web Report, Library Component Specifies the percentage the scroll bar occupies the whole size of the chart, when you set Scrollable Chart to "true".

Data type: Integer

Position Axis Page Report, Web Report, Library Component Specifies the position at which you want to display the data point and label on the X axis. Choose an option from the drop-down list.
  • on tick marks
    Select to align the data point and label with each tick mark on the X axis.
  • between tick marks
    Select to display the data point and label between each two tick marks on the X axis.

Data type: Enumeration

Scrollable Chart Web Report, Library Component Designer displays this property for a bar, bench, line, or area chart. You can use it to specify whether you want to create a scrollable chart. When you set this property to "true", Designer adds a scroll bar in the chart, which you can use to control the visible value range on the category axis of the chart.

Data type: Boolean

Show Axis Page Report, Web Report, Library Component Specifies whether to show the axis.

Data type: Boolean

Show Axis Label Tips Page Report, Web Report, Library Component Specifies whether to show the complete label text when you point to a label on the axis in Designer view mode, in HTML output, or at runtime.

Data type: Boolean

Show Chart in Scrolling Area Web Report, Library Component Specifies whether to show the thumbnail chart on the scroll bar, when you set Scrollable Chart to "true".

Data type: Boolean

Show Gridline Page Report, Web Report, Library Component Specifies whether to show the gridlines perpendicular to the axis.

Data type: Boolean

Show Tick Mark Labels Page Report, Web Report, Library Component Specifies whether to show the tick mark labels on the axis.

Data type: Boolean

Start Value Page Report, Web Report, Library Component Specifies the value on the axis from which you want to start displaying the axis label when you set Use Start Value of the axis to "true".

Data type: Float

Truncate Page Report, Web Report, Library Component Specifies whether to truncate the major tick mark labels on the axis when the label text contains more characters than the number you specify to the Maximum Length property.

Data type: Boolean

Use Start Value Page Report, Web Report, Library Component Specifies whether to set the start value of the axis.

Data type: Boolean

Note icon This property takes effect for scatter and bubble charts, and only when the field on the bubble X axis is an aggregate field.

Value (Y) Axis (not available to pie, indicator, heat map, or organization charts)
Note icon A combo chart contains two value axes, the Y and Y2 axes. The properties of the Y2 axis are the same as those of the Y axis.
Auto Scale in Number Page Report, Web Report, Library Component Specifies whether to automatically scale the Number values in the axis labels that fall into the two ranges:
  • When 1000 <= value < 10^15, Designer applies the following quantity unit symbols of the International System of Units to scale the values: K (10^3), M (10^6), G (10^9), and T (10^12).
  • When 0 < value < 0.001 or value >= 10^15, Designer uses scientific notation to scale the values.

The option "auto" means that the property setting follows that of the chart.

Data type: Boolean

Auto Scale on Y Axis Web Report, Library Component Specifies whether to recalculate the scale of the axis for a scrollable chart, when you change the Number of Visible Values property.

Data type: Boolean

Axis Color Page Report, Web Report, Library Component Specifies the color of the axis line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Axis End Caps Page Report, Web Report, Library Component Specifies the ending style of the axis line. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Axis Joint Page Report, Web Report, Library Component Specifies the joint style of the axis line. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Axis Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the axis line. Default is to apply fill path.

Data type: Boolean

Axis Placement Page Report, Web Report, Library Component Specifies the position of the Y axis across the X axis. Choose an option from the drop-down list.
  • origin
    Select to place the Y axis across the X axis at the origin.
  • bottom
    Select to place the Y axis across the X axis at its minimum value point.

Data type: Enumeration

Axis Style Page Report, Web Report, Library Component Specifies the line style of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Thickness Page Report, Web Report, Library Component Specifies the width of the axis line. Type a numeric value to change the thickness.

Data type: Float

Axis Transparency Page Report, Web Report, Library Component Specifies the transparency of the axis line, in percent. Type a numeric value to change the transparency.

Data type: Integer

Axis Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Axis Style. Default is to apply fixed dash size.

Data type: Boolean

Best Effect Page Report, Web Report, Library Component Specifies whether to automatically adjust the axis labels to place them at the best position on the axis. When you set this property to "true", Designer hides some labels if they overlap.

Data type: Boolean

Gridline Color Page Report, Web Report, Library Component Specifies the color for the gridlines of the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gridline End Caps Page Report, Web Report, Library Component Specifies the ending style for the gridlines of the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Gridline Joint Page Report, Web Report, Library Component Specifies the joint style for the gridlines of the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Gridline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the gridlines of the axis. Default is to apply fill path.

Data type: Boolean

Gridline Style Page Report, Web Report, Library Component Specifies the style for the gridlines of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Thickness Page Report, Web Report, Library Component Specifies the width for the gridlines of the axis, when you set Show Gridlines of the axis to "true". Type a numeric value to change the thickness.

Data type: Float

Gridline Transparency Page Report, Web Report, Library Component Specifies the transparency for the gridlines of the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Gridline Variable Dash Page Report, Web Report, Library Component

Specifies whether to resize the dash automatically when you select a dash line style for Gridline Style. Default is to apply fixed dash size.

Data type: Boolean

Increment Page Report, Web Report, Library Component Specifies the increased amount between two adjacent values on the axis. Default is to have Designer determine the amount.

Data type: Integer

Label Axis Gap Page Report, Web Report, Library Component Specifies the distance between the axis labels and the axis. Type a numeric value to change the gap.

Data type: Float

Label Color Page Report, Web Report, Library Component Specifies the color of the major tick mark labels on the axis, when you set Label Fill Type to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color 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 Page Report, Web Report, Library Component Specifies the frequency at which to label the major tick marks on the axis. Type 1 to label every tick mark, type 2 to label every two tick marks, 3 to label every three tick marks, and so on.

Data type: Integer

Label Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the major tick mark labels on the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Label Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the major tick mark labels on the axis, by color, texture, or gradient, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Automatic Orientation Page Report, Web Report, Library Component Specifies whether to automatically adjust the rotation angle of the major tick mark labels on the axis.
  • When this property is "true" (the default behavior), Designer adjusts the rotation angle of the labels automatically according to the length of the label text as follows: if the text can completely display horizontally, the default rotation angle is 0; otherwise, the default rotation angle is 30 anticlockwise and Designer displays an ellipsis (…) for the cut-off part.
  • When you set this property to "false", Designer rotates the label text according to the angle you specify via the Label Font Rotation property.

Data type: Boolean

Note icon This property has higher priority over the Label Word Wrap property.

Label Font Effect Page Report, Web Report, Library Component Specifies the special effect of the label text. Choose an option from the drop-down list.
  • none
    Select if you do not want to apply any special effect to the text.
  • embossed
    Select to make the text appear to be raised off the page in relief.
  • engraved
    Select to make the text appear to be imprinted or pressed into the page.
  • shadowed
    Select to add a shadow beneath and to the right of the text.
  • outlined
    Select to display the exterior border around each character of the text.
  • shadowed & outlined
    Select to add a shadow beneath and to the right of the text and display the exterior border around each character.

Data type: Enumeration

Label Font Face Page Report, Web Report, Library Component Specifies the font face of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Rotation Page Report, Web Report, Library Component Specifies the rotation angle of the label text around its center, in degrees. Type a numeric value to change the rotation.

Data type: Float

Label Font Script Page Report, Web Report, Library Component Specifies to apply superscript or subscript formatting to the label text, or neither of them. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Shearing Page Report, Web Report, Library Component Specifies the shearing transformation of the label text around its center. Type a numeric value to change the shearing.

Data type: Float

Label Font Size Page Report, Web Report, Library Component Specifies the font size of the label text. Type an integer value to change the size.

Data type: Integer

Label Font Strikethrough Page Report, Web Report, Library Component Specifies the style of the line to draw through the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Style Page Report, Web Report, Library Component Specifies the font style of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Underline Page Report, Web Report, Library Component Specifies the style of the horizontal line under the label text. Choose an option from the drop-down list. "patterned line" or "bold patterned" draws a line or bold line in the pattern of the text.

Data type: Enumeration

Critical icon Web Report Studio and JDashboard do not support underlining chart text so this property will be ignored when the chart runs in Web Report Studio or is used in a dashboard.

Label Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the major tick mark labels on the axis, when you set Label Fill Type to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Color Page Report, Web Report, Library Component Specifies the color for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Outline End Caps Page Report, Web Report, Library Component Specifies the ending style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Label Outline Joint Page Report, Web Report, Library Component Specifies the joint style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Label Outline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Default is to apply fill path.

Data type: Boolean

Label Outline Style Page Report, Web Report, Library Component Specifies the style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Thickness Page Report, Web Report, Library Component Specifies the width for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the thickness.

Data type: Float

Label Outline Transparency Page Report, Web Report, Library Component Specifies the transparency for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the transparency.

Data type: Integer

Label Outline Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Label Outline Style. Default is to apply fixed dash size.

Data type: Boolean

Label Position Page Report, Web Report, Library Component Specifies the position to display the major tick mark labels, outside or inside the axis. Choose an option from the drop-down list.

Data type: Enumeration

Note icon This property takes effect for 2-D charts and when you do not set the Use Depth property of the chart to "true".

Label Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the major tick mark labels on the axis, when you set Label Fill Type to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Label Word Wrap Page Report, Web Report, Library Component Specifies whether to wrap the text of the major tick mark labels on the axis according to the width of the labels. When the label text contains special characters (such as ",", ".", and space), it wraps at the position of one of the characters.

Data type: Boolean

Note icon This property does not take effect for radar, bubble, scatter, or gauge charts.

Major Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the major tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Major Tick Mark Line Color Page Report, Web Report, Library Component Specifies the color of the major tick marks on the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Value (Y) Axis dialog box.

Major Tick Mark Line End Caps Page Report, Web Report, Library Component Specifies the ending style of the major tick marks on the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Major Tick Mark Line Joint Page Report, Web Report, Library Component Specifies the joint style of the major tick marks on the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Major Tick Mark Line Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the major tick marks on the axis. Default is to apply fill path.

Data type: Boolean

Major Tick Mark Line Style Page Report, Web Report, Library Component Specifies the line style of the major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Value (Y) Axis dialog box.

Major Tick Mark Line Thickness Page Report, Web Report, Library Component Specifies the width of the major tick marks on the axis. Type a numeric value to change the thickness.

Data type: Float

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Value (Y) Axis dialog box.

Major Tick Mark Line Transparency Page Report, Web Report, Library Component Specifies the transparency of the major tick marks on the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Note icon This property takes effect when you do not select Correlate with Axis in the Major Tick Mark subtab of the Format Value (Y) Axis dialog box.

Major Tick Mark Line Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Major Tick Mark Line Style. Default is to apply fixed dash size.

Data type: Boolean

Major Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the major tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Maximum Value Page Report, Web Report, Library Component Specifies the maximum value you want to display on the axis.

Data type: Float

Minimum Value Page Report, Web Report, Library Component Specifies the minimum value you want to display on the axis.

Data type: Float

Minor Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the minor tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Minor Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the minor tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display minor tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Number of Labels Page Report, Web Report, Library Component Specifies the number of the labels you want to display on the axis.

Data type: Integer

Note icon This property takes effect when you select Fixed for Number of Major Labels in the Major Tick Mark subtab of the Format Value (Y) Axis dialog box.

Number of Tick Marks Page Report, Web Report, Library Component Specifies the number of the tick marks you want to display on the axis. Default is to have Designer determine the number.

Data type: Integer

Show Axis Page Report, Web Report, Library Component Specifies whether to show the axis.

Data type: Boolean

Show Axis Label Tips Page Report, Web Report, Library Component Specifies whether to show the complete label text when you point to a label on the axis in Designer view mode, in HTML output, or at runtime.

Data type: Boolean

Show Gridline Page Report, Web Report, Library Component Specifies whether to show the gridlines perpendicular to the axis.

Data type: Boolean

Show Percent Page Report, Web Report, Library Component Specifies whether to show the labels on the axis in percent.

Data type: Boolean

Note icon This property takes effect for radar, bullet, bar, bench, line, and area charts that are not 100% stacked type.

Show Tick Mark Labels Page Report, Web Report, Library Component Specifies whether to show the tick mark labels on the axis.

Data type: Boolean

Start Value Page Report, Web Report, Library Component Specifies the value on the axis from which you want to start displaying the axis label when you set Use Start Value of the axis to "true".

Data type: Float

Use Start Value Page Report, Web Report, Library Component Specifies whether to set the start value of the axis.

Data type: Boolean

Series (Z) Axis (available to 3-D bar, bench, line, surface, and gauge bubble charts)
Auto Scale in Number Page Report, Web Report, Library Component Designer displays this property when the field on the series axis is Number data type. You can use it to specify whether to automatically scale the Number values in the axis labels that fall into the two ranges:
  • When 1000 <= value < 10^15, Designer applies the following quantity unit symbols of the International System of Units to scale the values: K (10^3), M (10^6), G (10^9), and T (10^12).
  • When 0 < value < 0.001 or value >= 10^15, Designer uses scientific notation to scale the values.

The option "auto" means that the property setting follows that of the chart.

Data type: Boolean

Axis Color Page Report, Web Report, Library Component Specifies the color of the axis line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Axis End Caps Page Report, Web Report, Library Component Specifies the ending style of the axis line. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Axis Joint Page Report, Web Report, Library Component Specifies the joint style of the axis line. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Axis Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the axis line. Default is to apply fill path.

Data type: Boolean

Axis Placement Page Report, Web Report, Library Component Specifies the position of the Z axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Style Page Report, Web Report, Library Component Specifies the line style of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Axis Thickness Page Report, Web Report, Library Component Specifies the width of the axis line. Type a numeric value to change the thickness.

Data type: Float

Axis Transparency Page Report, Web Report, Library Component Specifies the transparency of the axis line, in percent. Type a numeric value to change the transparency.

Data type: Integer

Axis Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Axis Style. Default is to apply fixed dash size.

Data type: Boolean

Best Effect Page Report, Web Report, Library Component Specifies whether to automatically adjust the axis labels to place them at the best position on the axis. When you set this property to "true", Designer hides some labels if they overlap.

Data type: Boolean

Gridline Color Page Report, Web Report, Library Component Specifies the color for the gridlines of the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gridline End Caps Page Report, Web Report, Library Component Specifies the ending style for the gridlines of the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Gridline Joint Page Report, Web Report, Library Component Specifies the joint style for the gridlines of the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Gridline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the gridlines of the axis. Default is to apply fill path.

Data type: Boolean

Gridline Style Page Report, Web Report, Library Component Specifies the style for the gridlines of the axis. Choose an option from the drop-down list.

Data type: Enumeration

Gridline Thickness Page Report, Web Report, Library Component Specifies the width for the gridlines of the axis, when you set Show Gridlines of the axis to "true". Type a numeric value to change the thickness.

Data type: Float

Gridline Transparency Page Report, Web Report, Library Component Specifies the transparency for the gridlines of the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Gridline Variable Dash Page Report, Web Report, Library Component

Specifies whether to resize the dash automatically when you select a dash line style for Gridline Style. Default is to apply fixed dash size.

Data type: Boolean

Label Axis Gap Page Report, Web Report, Library Component Specifies the distance between the axis labels and the axis. Type a numeric value to change the gap.

Data type: Float

Label Color Page Report, Web Report, Library Component Specifies the color of the major tick mark labels on the axis, when you set Label Fill Type to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color 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 Page Report, Web Report, Library Component Specifies the frequency at which to label the major tick marks on the axis. Type 1 to label every tick mark, type 2 to label every two tick marks, 3 to label every three tick marks, and so on.

Data type: Integer

Label Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the major tick mark labels on the axis, in percent. Type a numeric value to change the transparency.

Data type: Integer

Label Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the major tick mark labels on the axis, by color, texture, or gradient, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Automatic Orientation Page Report, Web Report, Library Component Specifies whether to automatically adjust the rotation angle of the major tick mark labels on the axis.
  • When this property is "true" (the default behavior), Designer adjusts the rotation angle of the labels automatically according to the length of the label text as follows: if the text can completely display horizontally, the default rotation angle is 0; otherwise, the default rotation angle is 30 anticlockwise and Designer displays an ellipsis (…) for the cut-off part.
  • When you set this property to "false", Designer rotates the label text according to the angle you specify via the Label Font Rotation property.

Data type: Boolean

Note icon This property has higher priority over the Label Word Wrap property.

Label Font Effect Page Report, Web Report, Library Component Specifies the special effect of the label text. Choose an option from the drop-down list.
  • none
    Select if you do not want to apply any special effect to the text.
  • embossed
    Select to make the text appear to be raised off the page in relief.
  • engraved
    Select to make the text appear to be imprinted or pressed into the page.
  • shadowed
    Select to add a shadow beneath and to the right of the text.
  • outlined
    Select to display the exterior border around each character of the text.
  • shadowed & outlined
    Select to add a shadow beneath and to the right of the text and display the exterior border around each character.

Data type: Enumeration

Label Font Face Page Report, Web Report, Library Component Specifies the font face of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Rotation Page Report, Web Report, Library Component Specifies the rotation angle of the label text around its center, in degrees. Type a numeric value to change the rotation.

Data type: Float

Label Font Script Page Report, Web Report, Library Component Specifies to apply superscript or subscript formatting to the label text, or neither of them. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Shearing Page Report, Web Report, Library Component Specifies the shearing transformation of the label text around its center. Type a numeric value to change the shearing.

Data type: Float

Label Font Size Page Report, Web Report, Library Component Specifies the font size of the label text. Type an integer value to change the size.

Data type: Integer

Label Font Strikethrough Page Report, Web Report, Library Component Specifies the style of the line to draw through the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Style Page Report, Web Report, Library Component Specifies the font style of the label text. Choose an option from the drop-down list.

Data type: Enumeration

Label Font Underline Page Report, Web Report, Library Component Specifies the style of the horizontal line under the label text. Choose an option from the drop-down list. "patterned line" or "bold patterned" draws a line or bold line in the pattern of the text.

Data type: Enumeration

Critical icon Web Report Studio and JDashboard do not support underlining chart text so this property will be ignored when the chart runs in Web Report Studio or is used in a dashboard.

Label Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Label Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's width, from the left edge of the label.

Data type: Integer

Label Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Label Fill Type to "gradient", measured in a percentage of the label's height, from the bottom edge of the label.

Data type: Integer

Label Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the major tick mark labels on the axis, when you set Label Fill Type to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Color Page Report, Web Report, Library Component Specifies the color for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Outline End Caps Page Report, Web Report, Library Component Specifies the ending style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Label Outline Joint Page Report, Web Report, Library Component Specifies the joint style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Label Outline Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Default is to apply fill path.

Data type: Boolean

Label Outline Style Page Report, Web Report, Library Component Specifies the style for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Choose an option from the drop-down list.

Data type: Enumeration

Label Outline Thickness Page Report, Web Report, Library Component Specifies the width for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the thickness.

Data type: Float

Label Outline Transparency Page Report, Web Report, Library Component Specifies the transparency for the outline of the major tick mark labels on the axis, when you set Label Font Effect to "outlined" or "shadowed & outlined". Type a numeric value to change the transparency.

Data type: Integer

Label Outline Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Label Outline Style. Default is to apply fixed dash size.

Data type: Boolean

Label Position Page Report, Web Report, Library Component Specifies the position to display the major tick mark labels, outside or inside the axis. Choose an option from the drop-down list.

Data type: Enumeration

Note icon This property takes effect for 2-D charts and when you do not set the Use Depth property of the chart to "true".

Label Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Label Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Label Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the major tick mark labels on the axis, when you set Label Fill Type to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Label Word Wrap Page Report, Web Report, Library Component Specifies whether to wrap the text of the major tick mark labels on the axis according to the width of the labels. When the label text contains special characters (such as ",", ".", and space), it wraps at the position of one of the characters.

Data type: Boolean

Note icon This property does not take effect for radar, bubble, scatter, or gauge charts.

Major Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the major tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Major Tick Mark Line Color Page Report, Web Report, Library Component Specifies the color of the major tick marks on the axis. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color. Data type: String

Note icon This property takes effect when you do not select Correlate with Axis in the Tick Mark tab of the Format Series (Z) Axis dialog box.

Major Tick Mark Line End Caps Page Report, Web Report, Library Component Specifies the ending style of the major tick marks on the axis. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Major Tick Mark Line Joint Page Report, Web Report, Library Component Specifies the joint style of the major tick marks on the axis. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.

Data type: Enumeration

Major Tick Mark Line Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the major tick marks on the axis. Default is to apply fill path.

Data type: Boolean

Major Tick Mark Line Style Page Report, Web Report, Library Component Specifies the line style of the major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Major Tick Mark Line Thickness Page Report, Web Report, Library Component Specifies the width of the major tick marks on the axis. Type a numeric value to change the thickness.

Data type: Float

Note icon This property takes effect when you do not select Correlate with Axis in the Tick Mark tab of the Format Series (Z) Axis dialog box.

Major Tick Mark Line Transparency Page Report, Web Report, Library Component Specifies the transparency of the major tick marks on the axis, in percent. Type a numeric value to change the transparency. Data type: Integer

Note icon This property takes effect when you do not select Correlate with Axis in the Tick Mark tab of the Format Series (Z) Axis dialog box.

Major Tick Mark Line Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Major Tick Mark Line Style. Default is to apply fixed dash size.

Data type: Boolean

Major Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the major tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display major tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Minor Tick Mark Length Page Report, Web Report, Library Component Specifies the length of the minor tick marks on the axis. Type a numeric value to change the length.

Data type: Float

Minor Tick Mark Type Page Report, Web Report, Library Component Specifies the position of the minor tick marks relative to the axis, outside, inside, or across the axis. "none" means not to display minor tick marks on the axis. Choose an option from the drop-down list.

Data type: Enumeration

Number of Labels Page Report, Web Report, Library Component Specifies the number of the labels you want to display on the axis.

Data type: Integer

Show Axis Page Report, Web Report, Library Component Specifies whether to show the axis.

Data type: Boolean

Show Axis Label Tips Page Report, Web Report, Library Component Specifies whether to show the complete label text when you point to a label on the axis in Designer view mode, in HTML output, or at runtime.

Data type: Boolean

Show Gridline Page Report, Web Report, Library Component Specifies whether to show the gridlines perpendicular to the axis.

Data type: Boolean

Show Tick Mark Labels Page Report, Web Report, Library Component Specifies whether to show the tick mark labels on the axis.

Data type: Boolean

Wall (not available to radar, gauge, heat map, or organization charts)
Border Color Page Report, Web Report, Library Component Specifies the color for the border of the element. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Page Report, Web Report, Library Component Specifies the ending style for the border of the element. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Border Joint Page Report, Web Report, Library Component Specifies the joint style for the border of the element. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.
  • joint round
    Select to join path segments by rounding off the corner at the specified radius.

Data type: Enumeration

Border Outlined Page Report, Web Report, Library Component Specifies whether to use outline path for the border of the element. Default is to apply fill path.

Data type: Boolean

Border Style Page Report, Web Report, Library Component Specifies the line style for the border of the element. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Page Report, Web Report, Library Component Specifies the width for the border of the element. Type a numeric value to change the thickness.

Data type: Float

Border Transparency Page Report, Web Report, Library Component Specifies the transparency for the border of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Border Variable Dash Page Report, Web Report, Library Component Specifies whether to resize the dash automatically when you select a dash line style for Border Style. Default is to apply fixed dash size.

Data type: Boolean

Bound Color Page Report, Web Report, Library Component Specifies the color to compound with the basic fill of the chart wall, when you set Bound Fill Type to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the pattern of the bound fill, in percent. Type a numeric value to change the transparency.

Data type: Integer

Bound Fill Type Page Report, Web Report, Library Component Specifies the pattern of the bound fill to compound with the basic fill of the chart wall, by color, texture, or gradient, or not to apply bound fill. Choose an option from the drop-down list.

Data type: Enumeration

Bound Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the bound gradient, when you set Bound Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the bound gradient ends when you set Bound Fill Type to "gradient", measured in a percentage of the chart wall's width, from the left edge of the wall.

Data type: Integer

Bound Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the bound gradient ends when you set Bound Fill Type to "gradient", measured in a percentage of the chart wall's height, from the bottom edge of the wall.

Data type: Integer

Bound Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the bound gradient, when you set Bound Fill Type to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the bound gradient begins when you set Bound Fill Type to "gradient", measured in a percentage of the chart wall's width, from the left edge of the wall.

Data type: Integer

Bound Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the bound gradient begins when you set Bound Fill Type to "gradient", measured in a percentage of the chart wall's height, from the bottom edge of the wall.

Data type: Integer

Bound Gradient Style Page Report, Web Report, Library Component Specifies the style of the bound gradient to compound with the basic fill of the chart wall, when you set Bound Fill Type to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Bound Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the bound texture, when you set Bound Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the bound texture, when you set Bound Fill Type to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Bound Texture Style Page Report, Web Report, Library Component Specifies the style of the bound texture to compound with the basic fill of the chart wall, when you set Bound Fill Type to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Color Page Report, Web Report, Library Component Specifies the color to fill the element, when you set Fill Type of the element to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Fill Transparency Page Report, Web Report, Library Component Specifies the transparency for the fill pattern of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Fill Type Page Report, Web Report, Library Component Specifies how you want to fill the element, by color, texture, gradient, or image, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Gradient End Color Page Report, Web Report, Library Component Specifies the ending color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient End X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient End Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Start Color Page Report, Web Report, Library Component Specifies the starting color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient Start X Page Report, Web Report, Library Component Specifies the horizontal position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient Start Y Page Report, Web Report, Library Component Specifies the vertical position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Style Page Report, Web Report, Library Component Specifies the style of the gradient to fill the element, when you set Fill Type of the element to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Image File Page Report, Web Report, Library Component Specifies the file name of the image, a portion of which you want to use to fill the element, when you set Fill Type of the element to "image". Type the file name with suffix in the value cell. If the image is outside the current catalog, you should include the full path of the image correctly.

Data type: String

Image Height Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Height specifies the height of the portion, measured in a percentage of the image's height.

Data type: Integer

Image Layout Page Report, Web Report, Library Component Specifies the layout of the image portion to fill the element, when you set Fill Type of the element to "image". Choose an option from the drop-down list.
  • tile
    Select to repeat the image portion to fill the element.
  • center
    Select to display the image portion in the center of the element.
  • scaled
    Select to stretch the image portion to cover the entire element.

Data type: Enumeration

Image Width Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Width specifies the width of the portion, measured in a percentage of the image's width.

Data type: Integer

Image X Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image X specifies the left position of the portion, measured in a percentage of the image's width, from the left edge of the image.

Data type: Integer

Image Y Page Report, Web Report, Library Component You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Y specifies the top position of the portion, measured in a percentage of the image's height, from the bottom edge of the image.

Data type: Integer

Show Wall Page Report, Web Report, Library Component Specifies whether to show the chart wall.

Data type: Boolean

Texture Background Color Page Report, Web Report, Library Component Specifies the background color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Foreground Color Page Report, Web Report, Library Component Specifies the foreground color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Style Page Report, Web Report, Library Component Specifies the style of the texture to fill the element, when you set Fill Type of the element to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Floor (available to 3-D bar, bench, line, area, and surface charts; for customizing fill pattern of the chart floor)
Border Color Query Page Report Specifies the color for the border of the element. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border End Caps Query Page Report Specifies the ending style for the border of the element. Choose an option from the drop-down list.
  • butt
    Select to end unclosed subpaths and dash segments with no added decoration.
  • round
    Select to end unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the line width.
  • square
    Select to end unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Data type: Enumeration

Border Joint Query Page Report Specifies the joint style for the border of the element. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.
  • bevel
    Select to join path segments by connecting the outer corners of their wide outlines with a straight segment.
  • joint round
    Select to join path segments by rounding off the corner at the specified radius.

Data type: Enumeration

Border Outlined Query Page Report Specifies whether to use outline path for the border of the element. Default is to apply fill path.

Data type: Boolean

Border Style Query Page Report Specifies the line style for the border of the element. Choose an option from the drop-down list.

Data type: Enumeration

Border Thickness Query Page Report Specifies the width for the border of the element. Type a numeric value to change the thickness.

Data type: Float

Border Transparency Query Page Report Specifies the transparency for the border of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Border Variable Dash Query Page Report Specifies whether to resize the dash automatically when you select a dash line style for Border Style. Default is to apply fixed dash size.

Data type: Boolean

Color Query Page Report Specifies the color to fill the element, when you set Fill Type of the element to "color". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Fill Transparency Query Page Report Specifies the transparency for the fill pattern of the element, in percent. Type a numeric value to change the transparency.

Data type: Integer

Fill Type Query Page Report Specifies how you want to fill the element, by color, texture, gradient, or image, or not to fill it. Choose an option from the drop-down list.

Data type: Enumeration

Gradient End Color Query Page Report Specifies the ending color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient End X Query Page Report Specifies the horizontal position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient End Y Query Page Report Specifies the vertical position where the gradient ends when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Start Color Query Page Report Specifies the starting color of the gradient, when you set Fill Type of the element to "gradient". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Gradient Start X Query Page Report Specifies the horizontal position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's width, from the left edge of the element.

Data type: Integer

Gradient Start Y Query Page Report Specifies the vertical position where the gradient begins when you set Fill Type of the element to "gradient", measured in a percentage of the element's height, from the bottom edge of the element.

Data type: Integer

Gradient Style Query Page Report Specifies the style of the gradient to fill the element, when you set Fill Type of the element to "gradient". Choose an option from the drop-down list.

Data type: Enumeration

Image File Query Page Report Specifies the file name of the image, a portion of which you want to use to fill the element, when you set Fill Type of the element to "image". Type the file name with suffix in the value cell. If the image is outside the current catalog, you should include the full path of the image correctly.

Data type: String

Image Height Query Page Report You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Height specifies the height of the portion, measured in a percentage of the image's height.

Data type: Integer

Image Layout Query Page Report Specifies the layout of the image portion to fill the element, when you set Fill Type of the element to "image". Choose an option from the drop-down list.
  • tile
    Select to repeat the image portion to fill the element.
  • center
    Select to display the image portion in the center of the element.
  • scaled
    Select to stretch the image portion to cover the entire element.

Data type: Enumeration

Image Width Query Page Report You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Width specifies the width of the portion, measured in a percentage of the image's width.

Data type: Integer

Image X Query Page Report You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image X specifies the left position of the portion, measured in a percentage of the image's width, from the left edge of the image.

Data type: Integer

Image Y Query Page Report You can use the four properties, Image Height, Image Width, Image X, and Image Y, to define a portion of an image (the portion is a rectangle) to fill the element, when you set Fill Type of the element to "image".

Image Y specifies the top position of the portion, measured in a percentage of the image's height, from the bottom edge of the image.

Data type: Integer

Show Floor Query Page Report Specifies whether to show the chart floor.

Data type: Boolean

Texture Background Color Query Page Report Specifies the background color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Foreground Color Query Page Report Specifies the foreground color of the texture, when you set Fill Type of the element to "texture". Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Texture Style Query Page Report Specifies the style of the texture to fill the element, when you set Fill Type of the element to "texture". Choose an option from the drop-down list.

Data type: Enumeration

Threshold Line (available only to bar, bench, line, and area charts)
Fill Threshold 1 Page Report, Web Report, Library Component Designer displays this property for a 2-D chart. You can use it to specify whether to fill the first threshold area with a semi-transparent color of the threshold line.

Data type: Boolean

Fill Threshold 2 Page Report, Web Report, Library Component Designer displays this property for a 2-D chart. You can use it to specify whether to fill the second threshold area with a semi-transparent color of the threshold line.

Data type: Boolean

Fill Transparency Page Report, Web Report, Library Component Specifies the transparency of the threshold line colors, in percent. Type a numeric value to change the transparency.

Data type: Integer

Show Threshold Line 1 Page Report, Web Report, Library Component Specifies whether to show the first threshold line.

Data type: Boolean

Show Threshold Line 2 Page Report, Web Report, Library Component Specifies whether to show the second threshold line.

Data type: Boolean

Threshold Line Color 1 Page Report, Web Report, Library Component Specifies the color of the first threshold line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Threshold Line Color 2 Page Report, Web Report, Library Component Specifies the color of the second threshold line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Threshold Line Style Page Report, Web Report, Library Component Designer displays this property for a 2-D chart. You can use it to specify the style of the threshold lines. Choose an option from the drop-down list.

A threshold line marks a specific data point. You can use it to compare the 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 accomplish 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. For 3-D chart, the threshold line value is represented by a plane.

Designer provides two threshold line styles:

  • Style1
    This style uses two threshold areas (Threshold Line 1 and Threshold Line 2) to emphasize the data series that are higher than the first threshold line or lower than the second threshold line.
  • Style2
    This style uses a single threshold area (Threshold Line 1) to emphasize the data series that are between the higher and the lower threshold lines.

Data type: Enumeration

Threshold Value 1 Page Report, Web Report, Library Component Specifies the value for the first threshold line.

Data type: Float

Threshold Value 2 Page Report, Web Report, Library Component Specifies the value for the second threshold line.

Data type: Float

Mean Line (available only to bar, bench, line, and area charts)
Color Page Report, Web Report, Library Component Specifies the color of the mean line. Choose a color from the drop-down list, or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Node Style Page Report, Web Report, Library Component Specifies the style of the nodes that represent the average values. Choose an option from the drop-down list.

Data type: Enumeration

Show Page Report, Web Report, Library Component Specifies whether to show a line that represents the average value of each category group.

Data type: Boolean

Type Page Report, Web Report, Library Component Specifies the type of the mean line. Choose an option from the drop-down list.

Data type: Enumeration

Back to top

BackPrevious Topic  Next TopicNext