This control populates a series of BarGraphs based on the given dataset.
On this page:
Requirements
This graphical component require a structured data source.
This component is Portable, it will run both on Windows WPF displays, and on Web Pages on any platform.
Configuration
Go to Displays/Draw, on the Components Panel, click the Charts category, and on BarChart to select it. Then, click or drag-and-drop on the Drawing area to use in your displays. Double-click in the object to configure it.
Bar Chart Settings | |
---|---|
Field | Description |
Control name | Specifies the name of the bar chart control. Used to identify the control within the application. |
Type | Defines the type of chart. The available options are:
|
Data Source | Indicates the data source for the chart, such as "Dataset.Table.Sales." This configuration item requires a structured data source for appropriate data visualization. |
Show horizontal labels 45° | When checked, displays horizontal labels at a 45-degree angle. |
Show value over bar | When checked, displays the values on top of each bar. |
Hide all zero series | When checked, hides series with all zero values. |
Show value labels 90° | When checked, displays value labels at a 90-degree angle. |
XAxis Width | Allows setting the width of the X-axis. |
Y Axis | Configures the Y-axis settings such as range, labels, auto-scaling, and format. |
Range | Sets the minimum and maximum range of the Y-axis. |
YAxis Height | Specifies the height of the Y-axis. |
Labels | Indicates the number of labels on the Y-axis. |
Auto Scale Y Axis | When checked, automatically scales the Y-axis based on the data. |
Format | Defines the format for displaying Y-axis values. Here, it's set to "N1," which is a numeric format with one decimal place. |
Grid Lines | Sets the color of the grid lines in the chart. |
Window | Specifies the color of the chart window. |
Labels | Sets the color of the labels in the chart. |
Data Items | Lists the data items (bars) to be displayed in the chart. |
FieldTitle | Specifies the title for the field, used for labeling data items. |
FieldValue | Indicates the value to be used for the field. |
FieldColor | Defines the color of the field. |
Min | Sets the minimum value for the field. |
Max | Sets the maximum value for the field. |
Brush | Specifies the brush color used for the data items (bars). |
Runtime Execution
In Runtime, the control has embedded controls to allow the Operator to modify the view. Typically the configuration settings of <> is attached to a Tag exposed in the Display User Interface, allowing the operator to select <. >.
In this section: