Each row in an axis section drawing is of a specific row type. Redbex pre-defines the available row-types. Each row type has its own UConfiguration that allows the user to specify settings that influence how a specific instance of that row type will be rendered.
Table 1 describes the UConfiguration settings common to all row types.
Setting |
Description |
Hidden |
If set this row will not be rendered. This setting might be useful while designing your axis section drawing definition to temporarily disable rendering of specific rows. |
Height |
Height of the row given in mm. Default: 20mm Validation > 0.1 |
Header |
The title of the row shown in the row header |
Sub-header |
Subtitle of the row shown in the row header |
Row Header drawing |
A raster image that will be shown in beneath the reader and sub-header. The raster file will be scaled to fit into the area of the header. Note that the size of the raster file must be < 24 KiB |
Header font color |
Defines the color used for the row header and sub-header. Default: Black |
Header font bold |
Defines if the row header shall be shown in bold face. Default: false |
Background color |
Defines the background color for the row. The background color will be used in the row header, row legend and in the row content. |
Data font color |
Defines the color for text shown in the content area of a row. |
Data font size |
Size of the font used for texts in the content area of a row. Given in millimeters. Default: 2 Validation: > 0.1 and ≤ 100 |
Number format |
Defines how numeric values are displayed. Any valid Number formatting string can be used. |
Show row legend |
If set the row will render a legend into the legend area. |
Table 1: Common settings for all rows
Each row can define its own vertical grid. If so the definition of the vertical grid will override the global definition of the vertical grid for this row. Table 2 shows the available settings for the vertical grid.
Setting |
Description |
Show vertical grid |
Defines if a vertical grid is displayed for this row. Default: false |
Color |
Sets the color of the graphical elements that are used for the vertical grid. If not set (null) the default color of the axis section drawing settings will be used. Default: null |
Major ticks distance |
The distance between two consecutive major ticks; given in the linear unit of the used axis reference system. If not set (null) the default color of the axis section drawing settings will be used. Default: null Validation: > 0.0 |
Minor ticks between major ticks |
Defines how many minor ticks shall be shown between two major ticks. If not set (null) the default color of the axis section drawing settings will be used. Default: 9 Validation: ≥ 0.0 |
Grid style |
Defines the style of the grid display. If not set (null) the default color of the axis section drawing settings will be used. Following options are available •Style 1: Major ticks are lines from top of row to bottom, minor ticks are short lines starting at the row bottom •Style 2: Major ticks are lines from top of row to bottom, minor ticks are short lines starting at the row bottom and a mirrored short line starting from the row top |
Gird Z-Order |
Defines if the Grid (vertical and horizontal) is shown behind or in front of other elements in this row. Options are •In Back •In Front Default:In Back |
Table 2: Axis section drawing settings for the vertical grid