Aspose::Cells::SettableChartGlobalizationSettings::SetAxisUnitName method

SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType, const U16String&) method

Sets the Name of Axis Unit.

void Aspose::Cells::SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType type, const U16String &name)
ParameterTypeDescription
typeDisplayUnitTypeThe unit type for displaying axis labels.
nameconst U16String&local dependent name

See Also

SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType, const char16_t*) method

Sets the Name of Axis Unit.

void Aspose::Cells::SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType type, const char16_t *name)
ParameterTypeDescription
typeDisplayUnitTypeThe unit type for displaying axis labels.
nameconst char16_t*local dependent name

See Also