<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > Widgets > Chart > BarChart |
Widget "BarChart" can be used to display numerical data in a bar graph. Widget "BarChart" represents the graph; widget "BarChartItem" represents the bars.
Name |
Description |
|
BarChart |
Widget "BarChart" provides a graph for displaying numerical values. Widget "BarChartItem" is needed here; its values are displayed as bars on widget "BarChart". |
|
BarChartItem |
Widget "BarChartItem" makes it possible to display numerical values in a graph. The widget must be added to widget "BarChart" for this (provides the graph and associated axes). |
|
BarChartThreshold |
Widget "BarChartThreshold" displays a horizontal line as a reference value behind the "BarChartItem" widgets. In addition, it makes it possible to display a window that displays a range instead of a single line. |