has_axis方法
has_axis(self, aixs_type, is_primary)
返回图表上存在的轴。
def has_axis(self, aixs_type, is_primary):
...
范围 | 类型 | 描述 |
---|---|---|
aixs_type | AxisType | |
is_primary | bool |
注意事项
通常,Pie、PieExploded、PiePie、PieBar、Pie3D、Pie3DExploded、Doughnut、DoughnutExploded 没有轴。
返回图表上存在的轴。
def has_axis(self, aixs_type, is_primary):
...
范围 | 类型 | 描述 |
---|---|---|
aixs_type | AxisType | |
is_primary | bool |
通常,Pie、PieExploded、PiePie、PieBar、Pie3D、Pie3DExploded、Doughnut、DoughnutExploded 没有轴。