méthode has_axis
has_axis(self, aixs_type, is_primary)
Renvoie les axes qui existent sur le graphique.
def has_axis(self, aixs_type, is_primary):
    ...
| Paramètre | Taper | Description | 
|---|---|---|
| aixs_type | AxisType | |
| is_primary | bool | 
Remarques
Normalement, Pie, PieExploded, PiePie,PieBar, Pie3D, Pie3DExploded,Doughnut, DoughnutExploded n’ont pas d’axe.
Voir également
- module aspose.cells.charts
- classe Chart