[]
        
(Showing Draft Content)

Gauge

Gauges are a unique way to display dynamic information in the exact graphical representation you desire. Gauges are better than simple labels because they also display a range, allowing users to determine instantly whether the current value is low, high, or intermediate. You can use different colors to represent different progress ranges within a gauge.


Gauge Example

Design a Gauge Scenario in Wyn Enterprise

From the Dashboard Toolbox, open the Data Visualization node and drag-drop the Gauge scenario onto the design area.


Adding the scenario from the Dashboard Toolbox

Bind Dataset to Gauge Scenario

With the scenario selected, select the dataset from the Data Binding tab. Once the dataset is successfully loaded in the designer, the data binding panel automatically expands and displays the data attributes available in the dataset.


The following image shows the gauge scenario bound to the RetailDataset dataset.


Adding a dataset to the scenario


On dragging and dropping the data attributes to the data binding area of the scenario, the gauge is plotted accordingly, with a default title on the design area.


Scenario with bound attributes


If you do not want to bind the scenario with the dataset attributes, then manually enter custom input data for the actual and target values. To do this, navigate to the Inspector tab of the scenario and set the Actual Value Source and Target Value Source to Custom Input as shown below. Then enter the data values into their corresponding Value fields.


Setting custom values for the scenario

Format Data Attributes

To format the data attributes and control the display of data, you can perform a variety of operations such as renaming, modifying data format, and display unit, creating a hierarchy field, applying an aggregation method, etc.


For more information about these operations, see Data Attributes.


In the following image, the data format for the data attributes is modified to display the actual and planned revenue in 'currency'.


Formatting fields in a gauge

Analyze Data

Wyn Dashboard scenarios support rich data analysis and exploration capabilities that can help analyze massive amounts of information and make data-driven decisions. For example, adding filters to the scenarios, applying conditional formatting, etc. Note that you can apply all these operations using the Action Bar corresponding to each scenario in the designer.


For more information, see Data Analysis and Interactivity in Dashboards.


In the following image, data is filtered to show the sales revenue for the years - 2015 and 2016.


Data Filtering in Gauge

Customize Appearance

You can customize the default appearance by setting properties in the Inspector tab of the scenario such as adding a border, modifying data labels, setting style, renaming title, etc.

  1. Set Gauge Style

    You can customize the predefined range of colors for the gauge scenario by using the Range Color property in the Inspector tab. Set the 'High', 'Mid', and 'Low' values to some suitable colors from the color palette.


    Setting range color in the scenario

  2. Modify Label Style

    The default label style is to show both the delta symbol and the percentage value in the Gauge scenario. You can choose to hide the delta symbol or the percentage value by setting the Show Symbol and Show Percentage properties to 'False'.

    You can also specify the calculation mode for the label to 'Ratio' or 'Delta' using the Calculation Mode property. By default, this property is set to 'Ratio'.


    Modifying the label style in the scenario

  3. Set Inner Radius

    Specify the inner radius for the dial in the gauge scenario by using the Inner Radius property in the Inspector tab. The value of the inner radius must lie in the range 1 to 99.


    Setting Inner Radius in the scenario

  4. Set Corner Radius

    Round corners make the charts look more modern and appealing. For rounded corners, you need to specify the value of the radius in the Corner Radius property. The Corner Radius property lets you change the default square-shaped corners to rounded corners. With the release version v7.0, the Corner Radius property has been enhanced and you can now set the radius of each corner (top-left, top-right, bottom-left, and bottom-right) of the plots as shown in the image below.

    Setting up the corner Radius of a Gauge

  5. Format Angle Properties

    Specify the start and stop angle in the gauge scenario by using the Start Angle and Sweep properties in the Inspector tab.


    Formatting the angle properties in the scenario

  6. Hide Value Axis

    To hide the value axis in the gauge scenario, set the Calibration Type property to 'Hide'. By default, this property is set to 'Complete'.


    Hiding Value Axis in Gauge