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