Element Details: Format+Data
 Back


Available in: Logi Info Source code name: FormatData

Chart data values can be formated for different decimal positions and european-style characters.

This can be used to format data values inside the chart image. To format data on the y-axis,use the Format attribute in the Data Scale element.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
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
(Required) 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.

Animated Chart.Pie
Animated Chart.Scatter
Animated Chart.XY
Animated Gauge.Bar
Animated Gauge.Needle
Animated Gauge.Pyramid
Chart.Pie
Chart.Polar
Chart.XY
Trend Line


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug