minor_unit_scale Eigentum

minor_unit_scale Eigentum

Stellt die Haupteinheitenskala für die Kategorieachse dar.

Beispiel

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

Definition:

@property
def minor_unit_scale(self):
    ...
@minor_unit_scale.setter
def minor_unit_scale(self, value):
    ...

Siehe auch