Aspose::Cells::Charts::Axis::GetMajorUnitScale method

Axis::GetMajorUnitScale method

Represents the major unit scale for the category axis.

TimeUnit Aspose::Cells::Charts::Axis::GetMajorUnitScale()

Examples

TimeUnit majorUnitScale = chart.GetCategoryAxis().GetMajorUnitScale();

See Also