major_unit_scale proprietà
major_unit_scale proprietà
Rappresenta la scala unitaria principale per l’asse delle categorie.
Esempio
from aspose.cells.charts import CategoryType, TimeUnit
chart.category_axis.category_type = CategoryType.TIME_SCALE
chart.category_axis.major_unit_scale = TimeUnit.MONTHS
chart.category_axis.major_unit = 2.0
Definizione:
@property
def major_unit_scale(self):
...
@major_unit_scale.setter
def major_unit_scale(self, value):
...
Guarda anche
- modulo
aspose.cells.charts
- classe
Axis
- classe
TimeUnit