Histogram chart
Display model or database data in a histogram
- BrowseName
- HistogramChart
- SuperType
- Element(Item)
Properties
| Name | BrowseName | DataType | Description |
|---|---|---|---|
| Model | Model | NodeId | Reference to the information model or database from which to obtain the data |
| Query | Query | String | Standard SQL query to filter the data of interest. You can use it to filter data from a database and to filter data obtained from a node-based model. In case of a node-based model, the SELECT * FROM Model part is mandatory, followed by the WHERE clause with which to indicate the search conditions - for example, SELECT * FROM Model WHERE Speed > 40 |
| Label | Label | LocalizedText | Visualizes a text |
| Value | Value | Double | Value displayed and possibly changed by the user |
| Label visible | LabelVisible | Boolean | Show/hide the scale values |
| Value visible | ValueVisible | Boolean | Show/hide the values of the chart sections |
| Value axis visible | ValueAxisVisible | Boolean | Show/hide the axis of values of the chart sections |
| Orientation | Orientation | Orientation | Horizontal or vertical orientation of the object |
| Bar color | BarColor | Color | Sets a single color for the chart bars. If not set, then each bar has a different color |
| Style | Style | String | Graphic style applied to the control |
| Visible | Visible | Boolean | (Inherited from Element) |
| Enabled | Enabled | Boolean | (Inherited from Element) |
| Opacity | Opacity | Float | (Inherited from Element) |
| Left margin | LeftMargin | Size | (Inherited from Element) |
| Top margin | TopMargin | Size | (Inherited from Element) |
| Right margin | RightMargin | Size | (Inherited from Element) |
| Bottom margin | BottomMargin | Size | (Inherited from Element) |
| Width | Width | Size | (Inherited from Element) |
| Height | Height | Size | (Inherited from Element) |
| Horizontal alignment | HorizontalAlignment | Horizontal alignment | (Inherited from Element) |
| Vertical alignment | VerticalAlignment | Vertical alignment | (Inherited from Element) |
| Rotation | Rotation | Size | (Inherited from Element) |
Methods
Refresh
- BrowseName
- Refresh
Refresh the displayed data
