Property reference

glide.chart.data.label.truncate_to

The glide.chart.data.label.truncate_to property sets the maximum length for data labels in charts. When labels exceed this length, they are truncated with an ellipsis, which is important for maintaining chart readability.

Default: 13 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines the maximum character count for chart data labels, ensuring that overly long labels are shortened for better visual presentation.
What area does it affect? Chart data labels
What does the default mean? The default value is "13", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when adjusting chart designs or if label readability becomes an issue.

Out of the box property record

Raw metadata from the property record.

Property name glide.chart.data.label.truncate_to
Sys ID 9a78d602871221004ebe19fa84e3ecbb
Type integer
Application Global
Default value 13
Description Max length of a data label for a chart. If larger it will be truncated and ... will be appended
Updated 2024-05-25 04:28:01

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... maximum number of pie chart slice values that c display their labels. • Type: integer • Default value: 8 • Location: Add the property to the System Property [s table. glide.chart.data.label.truncate_to Sets the maximum length of a data label for a chart. If long truncated and an ellipsis (…) appended. Note: This property does not apply to stacked bar c © ...