minor_unit_scale propriété
minor_unit_scale propriété
Représente l’échelle des unités principales pour l’axe des catégories.
Exemple
from aspose.cells.charts import CategoryType, TimeUnit
chart.category_axis.category_type = CategoryType.TIME_SCALE
chart.category_axis.minor_unit_scale = TimeUnit.MONTHS
chart.category_axis.minor_unit = 2.0
Définition:
@property
def minor_unit_scale(self):
...
@minor_unit_scale.setter
def minor_unit_scale(self, value):
...
Voir également
- module
aspose.cells.charts
- classe
Axis
- classe
TimeUnit