MinorUnitScale
Axis.MinorUnitScale property
Représente l’échelle des unités principales pour l’axe des catégories.
public TimeUnit MinorUnitScale { get; set; }
Exemples
[C#]
chart.CategoryAxis.CategoryType = CategoryType.TimeScale;
chart.CategoryAxis.MinorUnitScale = TimeUnit.Months;
chart.CategoryAxis.MinorUnit = 2;
[Visual Basic]
chart.CategoryAxis.CategoryType = CategoryType.TimeScale
chart.CategoryAxis.MinorUnitScale = TimeUnit.Months
chart.CategoryAxis.MinorUnit = 2
Voir également
- enum TimeUnit
- class Axis
- espace de noms Aspose.Cells.Charts
- Assemblée Aspose.Cells