has_axis方法
has_axis(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 是没有轴的。