◆ QAbstractBarSeries() [1/2]
◆ QAbstractBarSeries() [2/2]
QAbstractBarSeries |
( |
long |
handle | ) |
|
◆ append()
bool append |
( |
QBarSet |
set | ) |
|
在文件 QAbstractBarSeries.x 第 20 行定义.
20 {
21 return 0 != QtXnl.core_getintlong(nativehandle, Constant.QABSTRACTBARSERIES_APPEND, set.nativehandle);
22 }
◆ setBarWidth()
void setBarWidth |
( |
double |
width | ) |
|
在文件 QAbstractBarSeries.x 第 16 行定义.
16 {
17 QtXnl.widget_set_double_value(nativehandle, Constant.QABSTRACTBARSERIES_SETBARWIDTH, width);
18 }
◆ setLabelsFormat()
void setLabelsFormat |
( |
String |
format | ) |
|
在文件 QAbstractBarSeries.x 第 28 行定义.
28 {
29 QtXnl.widget_slot_string(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSFORMAT, format);
30 }
◆ setLabelsPosition()
void setLabelsPosition |
( |
LabelsPosition |
position | ) |
|
在文件 QAbstractBarSeries.x 第 32 行定义.
32 {
33 QtXnl.widget_set_vint_value(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSPOSITION, position);
34 }
◆ setLabelsVisible()
void setLabelsVisible |
( |
bool |
visible | ) |
|
在文件 QAbstractBarSeries.x 第 24 行定义.
24 {
25 QtXnl.widget_set_bool_value(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSVISIBLE, visible);
26 }