MajorUnitScale
Axis.MajorUnitScale property
Representerar huvudenhetsskalan för kategoriaxeln.
public TimeUnit MajorUnitScale { get; set; }
Exempel
[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
Se även
- enum TimeUnit
- class Axis
- namnutrymme Aspose.Cells.Charts
- hopsättning Aspose.Cells