t_Chart_Values
Values
Properties
converter : uiIdentifierConverter name. If not specified, value type name is used to generate it.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
label : stringAxis title
labels : booleanTrue to show value labels
maximum : decimalMaximum value association path or expression; automatically computed when not set
minimum : decimalMinimum value association path or expression; automatically computed when not set
pattern : stringConverter pattern
Examples include
date.m.f
currency.s
shortCurrency
percent
quantity
priceCurrency
shortDate
{0;choice;0||1|{$};*} - this syntax allows for different treatment of plurals
{@$.fullName;link;;@i}
time.m
datetime.m.f
{@$.fullName;string;}
integer
shortTimestamp
ids.conversationsTo
#,##0.##
date.l.f
longDate
{@$.userPerson.fullName;string;}
internationalPhonescale : axisScaleAxis scale
Valid values based on“string”. linear log time category secondaryMaximum : decimalSecondary maximum value association path or expression; automatically computed when not set
secondaryMinimum : decimalSecondary minimum value association path or expression; automatically computed when not set
unit : stringConverter unit association path or expression
values : stringData value association path or expressions, relative to the collection item
Parents
t_FormLayout_Chart - Chart control - within a composite in a layout.
g_FormView_Chart - Chart control view - within a tab in a layout
Parent topic: t_FormLayout_Chart