Element Details: Series.Pie
 Back


Available in: Logi Info Source code name: Series.PieIntroduced in: v11.2.040

The Series.Pie element creates a Pie chart within the chart canvas.

Pie charts are circular charts divided into slices, in order to show proportion.

Multiple pie charts may be placed in different places within the chart canvas by using their Center X and Center Y attributes.

Element Group: Chart Series



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
AngleEnd
UserDefined
Sets the end angle of the Pie chart's LAST slice, in degrees. For example, to create a Pie chart which has 180 degrees total, facing upwards, set these attributes: Angle Start = 270, Angle End = 450
AngleStart
UserDefined
Sets starting angle of the Pie chart's FIRST slice, in degrees. The default value of 0 starts the first slice at the 12 o'clock position. A value of 90 is the 3 o'clock position.
CenterX
UserDefined
Sets the horizontal center point of a Pie chart, in pixels, within the canvas.
CenterY
UserDefined
Sets the vertical center point of a Pie chart, in pixels, within the canvas.
ChartLabelColumn
UserDefined
Set this to a column returned from the DataLayer. It represents the name of each item, or data value, charted. For charts with x and y axes, these are listed across the x-axis.
ChartYDataColumn
UserDefined
(Required) Specifies the name of a datalayer column whose values will be plotted along the Y-axis.
Colors
UserDefined
Sets the element's colors in cases where multiple colors should be listed. For example, for pie charts, each slice should be a different color. You can set these colors by specifying color names or RGB values, each separated by a comma. When there are more slices than colors, the list starts back at the beginning. RGB values should include the hash character, for example: #FF0000
DisableMouseTracking
True
False
Disables mouse tracking for a specific series, when set to "True". This affects tooltips and click events on graphs and points. For large datasets, this may improve performance. The default value is "False".
DonutHoleSize
UserDefined
Sets the size of the inner diameter of the Pie chart, in pixels or percents. Any size greater than 0 renders a “doughnut” style chart. The default value is 0 pixels.
HoverBrightness
UserDefined
HoverBrightness allows customization of regions' brightness when the mouse pointer hovers over charts. Values can be between 0 (no change) and 15 (lighter). The default is 2.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
LabelLocation
SideLayout
NoLabels
Legend
Specifies how the labels will appear. Select: - “SideLayout” to have labels appear outside the chart, with arrows connecting them to slices. - “Legend” to have slices identified in a legend. The legend can be clicked to toggle the visibility of individual slices in the pie. - “NoLabels” to hide the labels altogether. The default value is "SideLayout".
PieBorderColor
UserDefined
The PieBorderColor is the color of the border around the pie and each slice. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233.
PieBorderColorTransparency
UserDefined
7
15
0
Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other.
PieBorderThickness
UserDefined
The thickness of border around the pie and each slice. The default is 1.
PieMinRadius
UserDefined
Sets the minimum acceptable size of the pie, in pixels. During rendering, the pie radius will shrink automatically, if necessary, to accommodate any exterior slice labels, but it can be no smaller than this size.
PieRadius
UserDefined
Sets the radius, or size, of a Pie chart, in pixels.
ShowDataValues
True
False
Indicates if the values of each data point should be shown on the chart. For TrendLines, displays the line's slope value.
ShowDataValuesFormat
UserDefined
Allows a string to be formatted in various ways, especially for numeric and date values. Specifies formatting characteristics for the data. This attribute has been borrowed from the Microsoft Visual Basic Format function. For more information: http://msdn.microsoft.com/en-us/library/59bz1f0h(VS.71).aspx For dates, the non-specific formats, such as "General Date", "Short Time", etc., are converted according to the browser's international setttings. Also, for very large reports, the non-specific formats perform better. There are also some special formats. "<" and ">" change strings to lower and upper case. "Expanded Spaces" preserves space characters that would otherwise be collapsed by the web browser. "HTML" preserves HTML tags so that they are not encoded - they are embedded rather than shown. "Preserve Line Feeds" preserves line feed and cariage return characters so that the following characters appear on a new line. "mp" formats numbers with the "metric prefix". To format 1,234,567 as "$1.23M", use Format "$#.00mp". Supported metric prefixes are from 1000^6 to 1000^-6 For more information: http://en.wikipedia.org/wiki/Metric_prefix "mpsx" formats the value with x number of significant figures in addition to the metric prefix. So a value of 123456, with format set to mps3 will return 123k. "qq" returns the number of the quarter when the value being formatted represents a date. To return the year and quarter together like "2010 Q1", set the format to "yyyy Qqq".
Transparency
UserDefined
7
15
0
Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other.



PARENT ELEMENTS

Click element to drill down for more information.

Chart Canvas


CHILD ELEMENTS

Click element to drill down for more information.

Action.Exit
Action.Export CSV
Action.Export Native Excel
Action.Export Native Word
Action.Export PDF
Action.Export Word Or Excel
Action.Export XML
Action.Google Spreadsheet
Action.Javascript
Action.Link
Action.Map Location
Action.Popup Menu
Action.Process
Action.Refresh Element
Action.Report
Action.Show Element
Action.Template
Chart Drill To
DataLayer.ActiveSQL
DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Linked
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.Plugin
DataLayer.REST
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML
Group Drillthrough
Input Selection Point
Quicktip
Refresh Series Timer
Side Label Style


 Back to top


 Chart Debug