MajorUnitScale
Axis.MajorUnitScale property
Stellt die Haupteinheitsskala für die Kategorieachse dar.
public TimeUnit MajorUnitScale { get; set; }
Beispiele
[C#]
chart.CategoryAxis.CategoryType = CategoryType.TimeScale;
chart.CategoryAxis.MajorUnitScale = TimeUnit.Months;
chart.CategoryAxis.MajorUnit = 2;
[Visual Basic]
chart.CategoryAxis.CategoryType = CategoryType.TimeScale
chart.CategoryAxis.MajorUnitScale = TimeUnit.Months
chart.CategoryAxis.MajorUnit = 2
Siehe auch
- enum TimeUnit
- class Axis
- namensraum Aspose.Cells.Charts
- Montage Aspose.Cells