Aspose::Cells::Charts::TickLabels::SetNumberFormat method

TickLabels::SetNumberFormat(const U16String&) method

Represents the format string for the TickLabels object.

void Aspose::Cells::Charts::TickLabels::SetNumberFormat(const U16String &value)

Remarks

The formatting string is same as a custom format string setting to a cell. For example, “$0”.

See Also

TickLabels::SetNumberFormat(const char16_t*) method

Represents the format string for the TickLabels object.

void Aspose::Cells::Charts::TickLabels::SetNumberFormat(const char16_t *value)

Remarks

The formatting string is same as a custom format string setting to a cell. For example, “$0”.

See Also