has_axis method

has_axis

Returns which axes exist on the chart.

def has_axis(self, aixs_type, is_primary):
    ...
ParameterTypeDescription
aixs_typeAxisType
is_primarybool

Remarks

Normally, Pie, PieExploded, PiePie,PieBar, Pie3D, Pie3DExploded,Doughnut, DoughnutExploded is no axis.

See Also