The categoryplot Element configures the Category Chart in Data Entry Page Types.
Property Name |
Description |
Plot Orientation |
Orientation for the Plot. Choose Vertical or Horizontal. |
Series Group Rendering Order |
Sets the rendering order of series groups. Choose Reverse or Forward. |
Series Rendering Order |
Sets the rendering order of series. Choose Ascending or Descending. |
Range Grid Line Paint |
Paint for the grid lines plotted against the range axis.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
|
Range Grid Line Stroke |
Stroke for the grid lines plotted against the range axis.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. Default is Standard. |
|
Range Grid Line Visible |
Whether or not the range axis grid lines are visible. |
Domain Grid Line Paint |
Paint for the grid lines plotted against the domain axis.
Property Name | Description | Paint Type | Defines the type of paint to use.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
|
|
Domain Grid Line Stroke |
Stroke for the grid lines plotted against the domain axis.
Property Name | Description | Stroke | Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. Default is Standard. |
|
Domain Grid Line Visible |
Whether or not the Grid Line is visible. |
Domain Axes |
Collection containing all domain axes to draw. Series groups can be mapped to show their data on specified axis.
Property Name | Description | Domain Axis ID | Identifier for axis. Series groups can be mapped to axis using this ID. This identifier must be unique within range axes. | Label | Label for the axis. | Label Angle | Sets the angle for the label (in radians). | Category Axis | An axis that displays Categories.
Property Name | Description | Label Position | Sets the Category label position specification for the axis. Choose: Down 45, Down 90, Standard, Up 45 or Up 90. | Lower Margin | Lower margin for the axis as a percentage of the axis range (for example, 0.05 is five percent). | Upper Margin | Upper margin for the axis as a percentage of the axis range (for example, 0.05 is five percent). |
|
|
Domain Axis Location |
Location of the Domain axis.
Property Id | Description | Domain Axis ID | Domain axis identifier. | Axis Location | Location of an axis on a plot. Choose Bottom or Left, Bottom or Right, Top or Left, Top or Right. |
|
Range Axes |
Collection containing all Range axes to draw. Series groups can be mapped to show their data on specified axis.
Property Id | Description | Range Axis ID | Identifier for axis. Series groups can be mapped to axis using this ID. This identifier must be unique within range axes. | Visible | Determines whether or not the Range axis is visible. | Label | Label for the axis. | Label Paint | Paint used to draw the axis label.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Label Angle | Sets the angle for the label (in radians). | Axis Line Paint | Define the type of paint to use when drawing the Axis Line.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Tick Label Paint | Define the type of paint to use when drawing the Tick Label.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Tick Mark Paint | Define the type of paint to use when drawing the Tick Mark.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Minor tick Marks Visible | Whether or not the minor tick marks are visible. | Value Axis | The base for axes that display value data, where values are measured using number.
Property Id | Description | Value Axis Type | Type of value axis. Choose Number, Date or Log. | Auto Tick Unit Selection | Determines whether or not the tick unit is automatically selected from a range of standard tick units. | Lower Margin | Lower margin for the axis as a percentage of the axis range (for example, 0.05 is five percent). | Upper Margin | Upper margin for the axis as a percentage of the axis range (for example, 0.05 is five percent). | Number Axis | An axis for displaying numerical data.
Property Id | Description | Standard Tick Unit Source | Type of standard tick unit source. Used only if auto tick unit selection is enabled on value axis configuration. Choose Standard or Integer. | Auto-range Includes Zero | Determines whether or not the axis range is forced to include zero. |
| Date Axis | An Axes that displays dates.
Property Id | Description | Date Format Overrde | Date format override to use on date axis. Choose Short, Medium or Long. | Time Format Override | Time format to use with date format, if date format is empty then this time format will be used with default date format. |
| Log Axis | A numerical axis that uses a logarithmic scale.
Property Id | Description | Base | Base for the logarithm calculation. | Number Format Override | Number format override such as 0.00. |
|
|
|
Range Axis Locations |
Location of the Range axis.
Property Id | Description | Domain Axis ID | Range axis identifier. | Axis Location | Location of an axis on a plot. Choose Bottom or Left, Bottom or Right, Top or Left, Top or Right. |
|
Renderers |
Collection of Renderers which draw a visual representation of a single (x,y) item on an XY plot. Series groups can be mapped to have their data drawn by a specific renderer.
Property Id | Description | Renderer ID | Identifier for the renderer. Series groups can be mapped to renderer using this ID. This identifier must be unique within renderers. If left empty then this property list will be considered as anonymous and will be applied to all renderers which do not have actual property list assigned. | Renderer Type | Defines the type of renderer. Choose Line and Shape, Bar, Bar 3D, Stacked Bar or Stacked Bar 3D. | Auto Populate Series Paint | Determines whether or not to auto populate series paint controls if base series paint should be used when explicit series paint is not defined. | Paint | Paint to use for series if auto populate series paint is turned off and series paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Auto Populate Series Outline Paint | Determines whether or not to auto populate series outline paint controls if base series outline paint should be used when explicit series outline paint is not defined. | Outline Paint | Paint to use for series when auto populate series outline paint is turned off and series outline paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Auto Populate Series Fill Paint | Controls whether or not to auto populate series fill paint controls if base series fill paint should be used when explicit series fill paint is not defined.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Fill Paint | Paint to use for series if auto populate series fill paint is turned off and series fill paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Auto Populate Series Shape | Whether or not to auto populate series shape controls if base series shape should be used when explicit series shape is not defined. | Shape | Shape to be used for series.
Property Name | Description | Shape | Choose a shape for the series. | Shape Size | Define the size of the shape. Choose Large, Standard or Small. |
| Auto Populate Series Stroke | Whether or not to auto populate series stroke controls if base series stroke should be used when explicit series stroke is not defined. | Stroke | Collection containing Renderers which draw a visual representation of a single (Category, value) item on a Category plot. Series groups can be mapped to have their data drawn by a specific renderer.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. The default is Standard. |
| Series visible | Base visibility flag for all series using this renderer. | Series Visible in Legend | Base legend visibility flag for all series using this renderer. | Item Labels | Item label configuration for renderer.
Property Name | Description | Labels Visible | Determines whether or not labels are visible. | Font | Font for title.
Property Name | Description | Size | Enter the font size. | Bold | Y for Bold font. | Italic | Y for Italic font. |
| Item Label Type | Type of item label. | Standard Item Label | Item label configuration for renderer.
Property Name | Description | Standard Item Label | For the label format, use {0} where the Series key should be inserted, {1} for the domain axis value and {2} for the range value (y-value). | Number Format | Number format for absolute value. | Number Format for Percentage | Number format for percentage value. | Expression Item Label | Groovy script for fetching item labels. |
|
| Category Item Render | Series properties for the Renderer which provides the visual representation of a single (x,y) item on an XY plot.
Property Name | Description | URL Generator ID | URL generator to use for this Renderer. This ID is mapped to URL generator defined on plot. | Line and Shape Renderer | Renderer that draws shapes for each data item, and lines between data items.
Property Name | Description | Shapes Visible | Whether or not Shapes are visible. | Shapes Filled | Whether or not Shapes are filled. | Lines Visible | Whether or not Lines are visible. | Use Fill paint | Whether or not the fill paint is used to fill shapes. | Use Outline paint | Whether or not the outline paint is used for shape outlines. |
| Bar Renderer | Renderer that draaws bars for each item.
Property Name | Description | Shadow Visible | Choose whether or not Shadows are drawn for a series. | Bar Painter | Sets the bar painter for this renderer. Choose Standar or Gradient. The default is Gradient. | Draw Bar Outlines | Determines whether or not bar outlines are drawn. | Item Margin | Sets the item margin in percentage. Value between 0.0 - 1.0. The value is expressed as a percentage of the available width for plotting all the bars, with the resulting amount to be distributed between all the bars evenly. |
|
| Series styles | Collection of series styles for this renderer. Series style overrides base style from renderer.
Property Name | Description | Series style ID | Identifier for series style. If left empty, this property list will be considered as anonymous and will be applied to all series in this series group that do not have an explicit series style ID defined. | Paint | Paint used to draw the series. If none is defined here then series paint will be auto populated or base paint will be used when auto population of series paint is turned off.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Outline Paint | Paint to use for series if auto populate series outline paint is turned off and series outline paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Fill Paint | Paint to use for series if auto populate series fill paint is turned off and series fill paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Shape | Shape to be used for series.
Property Name | Description | Shape | Choose a shape for the series. | Shape Size | Define the size of the shape. Choose Large, Standard or Small. |
| Stroke | Collection of series styles for this renderer. Series style overrides the base style from the Renderer.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. |
| Series Visible | Whether or not this series is visibleusing this renderer. | Series Visible In Legend | Whether or not the Legend is visible for all series using this renderer. | Item Labels | Item label configuration for the series.
Property Name | Description | Labels Visible | Whether or not Labels are visible. | Font | Font for label.
Property Name | Description | Size | Enter the font size. | Bold | Y for Bold font. | Italic | Y for Italic font. |
| Item Label Type | Type of Item Label. Choose Standard or Expression. | Standard Item Label | Property Name | Description | Standard Item Label | For the label format, use {0} where the Series key should be inserted, {1} for the domain axis value and {2} for the range value (y-value). | Number Format | Number format for absolute value. | Number Format for Percentage | Number format for percentage value. | Expression Item Label | Groovy script for fetching item labels. |
|
| Category Item Renderer | Series properties for the Renderer which provide the visual representation of a single (x,y) item on and XY plot.
Property Name | Description | Line and Shape Renderer | Series properties for a Renderer that connects data points with lines and/or draws shapes ate each data point.
Property Name | Description | Shapes Visible | Whether or not Shapes are visible. | Shapes Filled | Whether or not Shapes are filled. | Lines Visible | Whether or not Lines are visible. |
|
| Item styles | Collection of item styles for this Renderer. Item style overrides style from series.
Property Name | Description | Item style ID | Collection of item styles for this Renderer. Item style overrides style from series. | Paint | Paint used to draw the item. This paint overrides series paint and base paint.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Outline Paint | Paint to use for series if auto populate series outline paint is turned off and series outline paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Fill Paint | Paint to use for series if auto populate series fill paint is turned off and series fill paint is not set.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Shape | Shape to be used for series.
Property Name | Description | Shape | Choose a shape for the series. | Shape Size | Define the size of the shape. Choose Large, Standard or Small. |
| Stroke | Collection of item styles for this Renderer. Item style overrides style from series.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. |
| Item Labels | Item label configuration for item.
Property Name | Description | Labels Visible | Whether or not Labels are visible. | Font | Font for label.
Property Name | Description | Size | Enter the font size. | Bold | Y for Bold font. | Italic | Y for Italic font. |
| Item Label Type | Type of Item Label. Choose Standard or Expression. | Standard Item Label | Property Name | Description | Standard Item Label | For the label format, use {0} where the Series key should be inserted, {1} for the domain axis value and {2} for the range value (y-value). | Number Format | Number format for absolute value. | Number Format for Percentage | Number format for percentage value. | Expression Item Label | Groovy script for fetching item labels. |
|
|
| Category Item Renderer | Item properties for renderer which provides the visual representation of a single item on a Category plot.
Property Name | Description | XY Line and Shape Renderer | Item properties for a Renderer that connedts data points with lines and/or draws shapes at teac data point.
Property Name | Description | Shapes Visible | Whether or not Shapes are visible. | Shapes Filled | Whether or not Shapes are filled. |
|
|
|
|
Series Groups |
Collection of groups properties. Each series group can be mapped to actual (with ID) or anonymous (with empty ID) axis or renderer.
Property Name | Description | Series Group ID | Identifier for series group. If left empty then this property list will be considered as anonymous and will be applied to all series groups which do not have an actual property list assigned. | Range Axis ID | Range axis to use for this series group. If left empty then a unique auto ID will be generated. | Domain Axis ID | Domain axis to use for this series group. If left empty then a unique auto ID will be generated. | Renderer ID | Renderer to use for this series group. If left empty then a unique auto ID will be generated. | Show Legend Items | Show or hide legend items of this series group. | Range Markers | Range markers to associate with this series group. Markers that can be added to plots to highlight a value or range of values. | Domain Markers | Domain markers to associate with this series group. Markers that can be added to plots to highlight a value or range of values. | Include in Data Export | Whether or not to include this series group in the data export file. | Series | Collection of series properties. Each series can be mapped to actual (with ID) or anonymous (with empty ID) renderer series style.
Property Name | Description | Series ID | Identifier for the series. If left empty then this property list will be considered as anonymous and will be applied to all series groups which do not have an actual property list assigned. | Series style ID | Identifier for renderer series style. If left empty then this value will default to series ID. | Show Legend Item | Whether or not to show this series in the legend. | Legend Label | Legend label for this series. Defaults to the series ID. | Translate Legend Label | Determines whether or not the legend label should be translated. | Item | Item properties can be used to define data item specific styles.
Property Name | Description | Item styles | Collection of item styles. Each item can be mapped to a renderer item style by using the same style ID.
Property Name | Description | Item style ID | Identifier for renderer ite style. Cannot be empty. | Enable | Whether or not to enable this style. | Legend Label | Label to use in legend for this item style. The actual legend label is concatenated from each legend label applied to them. | Show Legend Item | Determines whether or not this style should show on the legend. For item style to show in legend, each legend item which was applied to item must have this flag enabled to actually show the legend item. |
| Range Markers | Collection of range markers to show. Identifier of marker. | Domain Markers | Collection of domain markers to show. |
|
|
|
Toolbar |
Actual toolbar to show for this plot. Details for these buttons are defined in chart toolbar.
Property Name | Description | Button Sets | Button set is a group of buttons rendered together.
Property Name | Description | Button Set ID | Button to show. This ID is mapped to button on the chart toolbar. | Buttons | Collection of buttons to show for this plot.
Property Name | Description | Button ID | Button to show. This ID is mapped to a button on the chart toolbar. | Visible | Determines whether or not the button should be visible. |
|
|
|
Annotations |
Annotations of this plot. Use annotation ID to map annotations from plot annotation collection. |
Range Markers |
Range markers that can be added to plots to highlight a value or range of values.
Property Name | Description | Marker ID | Unique identifier for marker. | Visible | Determines whether or not the Range Markers are visible. | Marker Type | Type of marker. Choose Value or Interval. | Label | Label of marker. | Label Font | Label font properties.
Property Name | Description | Size | Enter the font size. | Bold | Y for Bold font. | Italic | Y for Italic font. |
| Label Paint | Choose the paint for the label.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Label Anchor | Defines the position of the label anchor, relative to the bounds of the marker. | Label Text Anchor | Label text anchor. Choose a position, top left, top center for example. | Paint | Paint for the marker.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Stroke | Stroke for the marker.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. |
| Alpha | Alpha transparency that should be used when drawing the marker. Must be in the range 0.0 to 1.0, where 0.0 is transparent and 1.0 is opaque. | Layer | Layer (foreground or background) of the marker. | Value Marker | A marker that represents a single value. | Interval Marker | Represents an interval to be highlighted in some way. Enter the interval Start and End values. |
|
Domain Markers |
Domain markers that can be added to plots to highlight a value or range of values.
Property Name | Description | Marker ID | Unique identifier for marker. | Visible | Determines whether or not the Range Markers are visible. | Label | Label of marker. | Label Font | Label font properties.
Property Name | Description | Size | Enter the font size. | Bold | Y for Bold font. | Italic | Y for Italic font. |
| Label Paint | Choose the paint for the label.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Label Anchor | Defines the position of the label anchor, relative to the bounds of the marker. | Label Text Anchor | Label text anchor. Choose a position, top left, top center for example. | Paint | Paint for the marker.
Property Name | Description | Paint Type | Defines type of paint to use. | Color | Colors in the default sRGB color space. Choose the name of the color from a list of values or arbitrary color defined by its hex code (must start with # or 0x). |
| Stroke | Stroke for the marker.
Property Name | Description | Stroke | Choose the Stroke. Choose Solid, Short Dash, Long Dash, Dotted or Mixed Dash | Stroke Width | The Stroke Width. Choose Bold, Standard or Light. |
| Alpha | Alpha transparency that should be used when drawing the marker. Must be in the range 0.0 to 1.0, where 0.0 is transparent and 1.0 is opaque. | Layer | Layer (foreground or background) of the marker. | Category Marker | A marker for a Category. Enter the Category Key. |
|