Element Details: Format+Label
 Back


Available in: Logi Info Source code name: FormatLabel

Chart label values can be formated for different decimal positions, european-style characters, and date formatting.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ChartDateFormat
UserDefined
For formatting dates only. yyyy=4-digit year yy=2-digit year mmm=month name mm=2-digit month m=1-digit month dd=2-digit date d=1-digit date w=day name hh=2-digit hour h=1-digit hour nn=2-digit day n=1-digit day ss=2-digit second s=1-digit second a='am' or 'pm' 'Short Date'=The short date format of the browser's culture.
ChartLabelFormat
UserDefined
This attribute provides flexible formatting for displaying data values. Formatting is accomplished using a parameter substitution method. For example, the format: {label}: US${value}K ({percent}%) might display as something like: Carrots: US$1,234K (45%) In this case, {label} was substituted with Carrots, {value} with 1,234, and {percent} with 45. Refer to the following for a list of formatting options. {label} - Replaced by the Label Column value. {value} - Replaced by the Data Column value. {percent} - Replaced by the percentage of the current data point compared with all other data points. You can create a line break (i.e. a new line) by pressing Ctrl-Enter in the Attribute value zoom window. For Animated charts use a format similar to : $ {Value} K Note the spaces before and after the {Value} text. This works only for the Animated charts.
DecimalPointCharacter
UserDefined
The character used to represent the decimal point. The default character is a period. This can be changed to a comma character.
DecimalPoints
UserDefined
Sets the number of decimal places for displaying the data values. For example, US currency has 2 decimal places.
ThousandSeperatorCharacter
UserDefined
The character used to represent the thousands separator. The default is a comma character. This can be changed to a period character.



PARENT ELEMENTS

Click element to drill down for more information.

Chart Grid Column


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top