Metodo has_axis
has_axis(self, aixs_type, is_primary)
Restituisce gli assi presenti nel grafico.
def has_axis(self, aixs_type, is_primary):
    ...
| Parametro | Tipo | Descrizione | 
|---|---|---|
| aixs_type | AxisType | |
| is_primary | bool | 
Osservazioni
Normalmente, Pie, PieExploded, PiePie,PieBar, Pie3D, Pie3DExploded,Doughnut, DoughnutExploded non è un asse.
Guarda anche
- modulo aspose.cells.charts
- classe Chart