Formatting the Indicators in an Indicator Chart
This topic introduces how to format the indicators in an indicator chart.
- Right-click any indicator in the indicator chart and select Format Indicator from the shortcut menu, or double-click any indicator in the chart. The Format Indicator dialog appears.
- In the General tab, specify the general properties of the indicators.
In the Style box, specify to use an indicator or multiple indicators to show each value in the chart.
In the Option box, set the left margin, top margin, range radius and the shape of the indicators, and how to fill the indicators. You can specify to fill the whole indictor or portion of the indicators calculated based on the the maximum value in the Value box. When a value in the chart is less than the minimum value, the indicator will not be filled. When a value in the chart is greater than the minimum value, the value divided by the maximum value you specify will be the portion to be filled.
In the Border box, select Show Border if you want to show the border of the indicators, then set properties of the border including the line style, the thickness, the color and transparency.
In the Value box, set the maximum and minimum values displayed on the chart. The default value is Auto, which means using the actual minimum and maximum values in the chart. You can also specify the values by yourself. Not available when the value of the indicator chart is Boolean or String type.
In the Value Label box, specify whether to show the values of the indicators, the position relationship of the values and the indicators, and whether to scale big and small numbers in the values.
- In the Frame tab, specify the properties for the frame of the indicator chart.
In the Size box, specify the size of the frame.
In the Fill box, specify the color and the transparency of the color to fill the frame.
In the Border box, specify the properties for borders of the frame, including the type, color, line style, transparency, thickness, ending style, line joint style, fill pattern and dash size.
In the Category Label box, select Show Category Label to show the category labels for the indicators, which display the category value each indicator represents, and the position relationship of the labels and the indicators.
- In the Range Color tab, specify different colors or images to fill the indicators.
- For the indicators whose values are of Boolean type, specify the colors from the color palette and define the names for the values; if you want to use images to represent the values, select Show Image, then specify the images for the values (to specify an image, select in the image cell, then browse to select the required image in the displayed dialog).
- For the indicators whose values are of String/Numeric type, specify the minimum and maximum values, colors, and names for the value ranges. Select or to add or delete a value range. In the Others box, specify the name and color for values that do not fall into any of the defined ranges (to change the color, select the color indicator and select a color from the color palette, or type the hexadecimal value of a color in the text box). If you want to use images to represent the values, select Show Image and specify the image for each value range and the Others value group respectively.
- In the Hint tab, specify whether to include the category and series values and whether to scale big and small numbers in the indicator hint. A hint displays the value an indicator in the indicator chart represents when the mouse pointer points at the indicator in Logi Report Designer view mode, in HTML result, or at server runtime. To make the hint shown, you need to make sure the Show Tips property in the Report Inspector is set to true.
- For an indicator chart in a library component, you can define web behaviors on the indicators in the Behaviors tab.
Select a trigger event from the drop-down list in the Events column, then select in the Actions column and select that appears in the text box. In the Web Action List dialog, bind a web action to the indicators the same as you do to web controls in the library component, which will be triggered when the specified event occurs on the indicators. The web actions you can bind include Parameter, Filter, Sort, Change Property and Send Message.
To add more web behaviors, select and define them as required; if a web behavior is not required, select it and select . Select or to adjust the order of the behaviors, then at runtime when an event that has been bound with more than one action happens, the upper action will be triggered first.
- Select OK to accept the changes and close the dialog.