Overview
This page control populates a series of BarGraphs based on the given dataset.
On this page:
Table of Contents | ||
---|---|---|
|
Requirements
This components runs only on Windows, on RichClient and SmartClient clients. component is Portable, it will run both on Windows WPF displays, and on Web Pages on any platform.
Configuration
Bar Chart Settings | |
---|---|
Field | Description |
Control Name | Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind. |
Type | Select the type of chart. |
Data Source | Enter the dataset table or query to use for the chart. |
Grid Lines | Click to select the color for the grid lines. |
Window | Click to select the color for the window background. |
Labels | Click to select the color for the labels. |
Show Horizontal Labels 45° | Select to angle the labels below each bar at 45°. |
Show value over bar | Select to display the bar value above the bar. |
Hide all Zero Series | Set the series that has values 0 to be hidden. |
Show value labels 90° | Select to show the labels on each bar at 90°. |
XAxis Width | Set the Width of the X axis. |
Y Axis Range | Set the range of the Y axis (from and to). |
Y Axis Height | Set the Height of the Y axis. |
Y Axis Labels | Set the quantity of the labels to show on Y axis. |
Auto Scale Y Axis | Set to make the Y axis auto scalable. |
Format | Set the format of the Y axis values. |
Data Items | For each column in the data source that you want to include, select a bar and configure the settings to the right of the list (described below). The chart displays a bar for each row. |
FieldTitle | Title to be shown in the display of the current column. |
FieldValue | Name of the column in the database. |
FieldColor | |
Min. | Enter a tag to define the minimum value. |
Max. | Enter a tag to define the maximum value. |
Brush | Click to select the color for the data item. |
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...
Page Tree | ||||
---|---|---|---|---|
|