MinorUnitScale
Axis.MinorUnitScale property
Stellt die Haupteinheitsskala für die Kategorieachse dar.
public TimeUnit MinorUnitScale { get; set; }
Beispiele
[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
Siehe auch
- enum TimeUnit
- class Axis
- namensraum Aspose.Cells.Charts
- Montage Aspose.Cells