MinorUnitScale
Axis.MinorUnitScale property
Kategori ekseni için ana birim ölçeğini temsil eder.
public TimeUnit MinorUnitScale { get; set; }
Örnekler
[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
Ayrıca bakınız
- enum TimeUnit
- class Axis
- ad alanı Aspose.Cells.Charts
- toplantı Aspose.Cells