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)
Parameter | Type | Description |
---|---|---|
type | DisplayUnitType | The unit type for displaying axis labels. |
name | const U16String& | local dependent name |
See Also
- Class Vector
- Enum DisplayUnitType
- Class U16String
- Class SettableChartGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType, const char16_t*) method
Sets the Name of Axis Unit.
void Aspose::Cells::SettableChartGlobalizationSettings::SetAxisUnitName(DisplayUnitType type, const char16_t *name)
Parameter | Type | Description |
---|---|---|
type | DisplayUnitType | The unit type for displaying axis labels. |
name | const char16_t* | local dependent name |
See Also
- Class Vector
- Enum DisplayUnitType
- Class SettableChartGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++