MajorUnitScale
Axis.MajorUnitScale property
Representa la escala de unidad mayor para el eje de categoría.
public TimeUnit MajorUnitScale { get; set; }
Ejemplos
[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
Ver también
- enum TimeUnit
- class Axis
- espacio de nombres Aspose.Cells.Charts
- asamblea Aspose.Cells