You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/understand-charts-underlying-data-chart-representation.md
+39-38Lines changed: 39 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Charts display data visually by mapping textual values on two axes: horizontal (
43
43
44
44
The data description XML string defines the data that is displayed on the chart. The contents of the XML string are validated against the visualization data description schema. For more information about the schema, see [Visualization Data Description Schema](visualization-data-description-schema.md).
45
45
46
-
You can specify the data description XML string while you are creating a chart using the `SavedQueryVisualization.DataDescription` or the `UserQueryVisualization.DataDescription` attribute for the organization-owned or user-owned chart respectively.
46
+
You can specify the data description XML string while you are creating a chart using the `SavedQueryVisualization.DataDescription` or `UserQueryVisualization.DataDescription` attribute for the organization-owned or user-owned chart respectively.
47
47
48
48
The data description XML string contains the following two elements: `<FetchCollection>` and `<CategoryCollection>`.
49
49
@@ -147,14 +147,14 @@ Gets or sets the X-axis type of the series.
147
147
|LabelStyle Enabled|Gets or sets a flag that indicates whether the label is enabled.|
148
148
|LabelStyle ForeColor|Gets or sets the color of the label.|
149
149
|LabelStyle Format|Gets or sets the formatting string for the label text. More information: [Supported numeric format for charts](#supported-numeric-format-for-charts-in-unified-interface)|
150
-
|LineColor|Gets or sets the line color of an axis.|
151
-
|IsReversed|Gets or sets a flag which indicates whether the axis is reversed.|
150
+
|LineColor|Gets or sets the line color of an axis. More information: [Supported color format](#supported-color-format-in-unified-interface)|
151
+
|IsReversed|Gets or sets a flag which indicates whether the axis is reversed.<br/> If set to true, it has two effects for x-axis:<br/> - x-axis labels are flipped in the reversed order (from right-to-left)<br/>- It also bring the y-axis to the opposite side, to accommodate above right-to-left x-axis label.|
152
152
|MajorGrid Enabled|Gets or sets a flag that determines whether major or minor grid lines are enabled.|
153
-
|MajorGrid LineColor|Gets or sets the line color of a grid.|
153
+
|MajorGrid LineColor|Gets or sets the line color of a grid. More information: [Supported color format](#supported-color-format-in-unified-interface)|
154
154
|MajorTickMark Enabled|Need description|
155
155
|MajorTickMark LineColor|Need description|
156
156
|Title|Gets or sets the title of the axis.|
157
-
|TitleForeColor|Gets or sets the text color of an axis title.|
157
+
|TitleForeColor|Gets or sets the text color of an axis title. More information: [Supported color format](#supported-color-format-in-unified-interface)|
158
158
159
159
**Example**
160
160
@@ -174,21 +174,21 @@ Gets or sets the Y-axis type of the series.
174
174
175
175
|Property Name| Description|
176
176
|-------------|------------|
177
-
|AxisY2|Gets or sets an Axis object that represents the secondary Y-axis.|
177
+
|AxisY2|Gets or sets an Axis object that represents the secondary Y-axis.<br/> - Second Yaxis only applies to multiple series chart. <br/> - If you create multiple series chart with the chart editor, by default, the `YAxisType=Secondary` property will be added to the 2nd series of your chart, and a `AxisY2` node is added to the XML.<br/> - If you want another series to be measured by second Y axis, you can move the `YAxisType=Secondary` to that series node. <br/> - If you don't want a second Y axis, you can delete the `YAxisType=Secondary`.<br/> - If a Y Axis (either primary or secondary) measures more than 1 series, title will not be added to that Y Axis, because Y Axis title doesn't know which series to display.|
178
178
|Enabled|Gets or sets a value that indicates whether an axis is enabled.|
179
179
|Interval|Gets or sets the interval of an axis.|
180
180
|LabelStyle Enabled|Gets or sets a flag that indicates whether the label is enabled.|
181
181
|LabelStyle ForeColor|Gets or sets the color of the label.|
182
182
|LabelStyle Format|Gets or sets the formatting string for the label text. More information: [Supported numeric format for charts](#supported-numeric-format-for-charts-in-unified-interface)|
183
-
|LineColor|Gets or sets the line color of an axis.|
183
+
|LineColor|Gets or sets the line color of an axis. More information: [Supported color format](#supported-color-format-in-unified-interface)|
184
184
|MajorGrid Enabled|Gets or sets a flag that determines whether major or minor grid lines are enabled.|
185
-
|MajorGrid LineColor|Gets or sets the line color of a grid.|
185
+
|MajorGrid LineColor|Gets or sets the line color of a grid. More information: [Supported color format](#supported-color-format-in-unified-interface)|
186
186
|MajorTickMark Enabled|Need description|
187
187
|MajorTickMark LineColor|Need description|
188
188
|Maximum|Gets or sets the maximum value of an axis.|
189
189
|Minimum|Gets or sets the minimum value of an axis.|
190
190
|Title|Gets or sets the title of the axis.|
191
-
|TitleForeColor|Gets or sets the text color of an axis title.|
191
+
|TitleForeColor|Gets or sets the text color of an axis title. More information: [Supported color format](#supported-color-format-in-unified-interface)|
192
192
193
193
**Example**
194
194
@@ -213,7 +213,7 @@ The root class for the charts.
213
213
214
214
|Property Name|Description|
215
215
|-------------|------------|
216
-
|PaletteCustomColor|Gets or sets an array of custom palette colors. It follows the priority as shown below: <br/> - Renders the color defined in the `Series` node. <br/> - If the color pallet is specified, chart picks the color from the color pallet. <br/> - If none is specified, it picks up the default color pallet.|
216
+
|PaletteCustomColor|Gets or sets an array of custom palette colors. It follows the priority as shown below: <br/> - Renders the color defined in the `Series` node. <br/> - If the color pallet is specified, chart picks the color from the color pallet. <br/> - If none is specified, it picks up the default color pallet. More information: [Supported color format](#supported-color-format-in-unified-interface)|
217
217
218
218
**Example**
219
219
@@ -230,15 +230,15 @@ Represents a chart area on the chart image.
230
230
|Property Name| Description|
231
231
|-------------|------------|
232
232
|Area3DStyle Enable3D|Gets or sets a value that indicates whether the flag toggles the 3D on and off for a chart area.|
233
-
|BackColor|Allow users to set the plot background to either a solid or a gradient color.|
234
-
|BackSecondaryColor|Allow users to set the plot background to either a solid or a gradient color.|
233
+
|BackColor|Allow users to set the plot background to either a solid or a gradient color. More information: [Supported color format](#supported-color-format-in-unified-interface)|
234
+
|BackSecondaryColor|Allow users to set the plot background to either a solid or a gradient color. More information: [Supported color format](#supported-color-format-in-unified-interface)|
235
235
|BackGradientStyle|Allow users to set the plot background to either a solid or a gradient color.|
@@ -256,7 +256,7 @@ Represents the legend for the chart image.
256
256
257
257
```xml
258
258
<Legends>
259
-
<LegendEnabled="True"/>
259
+
<LegendEnabled="True"/>
260
260
</Legends>
261
261
```
262
262
@@ -268,26 +268,26 @@ Stores data points and series attributes.
268
268
269
269
|Property Name| Description|
270
270
|-------------|------------|
271
-
|BorderColor|Gets or sets the border color of the data point.|
271
+
|BorderColor|Gets or sets the border color of the data point. More information: [Supported color format](#supported-color-format-in-unified-interface)|
272
272
|BorderWidth|Gets or sets the border width of the data point.|
273
-
|ChartType| An enumeration value that indicates the chart type that is used to represent the series. The default value isColumn. It supports the following chart types: <br/> - Column <br/> - StackedColumn <br/> - StackedColumn100 <br/> - Bar <br/> - StackedBar <br/> - StackedBar100 <br/> - Area <br/> - StackedArea <br/> - StackedArea100 <br/> - Line <br/> - Pie <br/> - Funnel <br/> - Tag <br/> - Doughnut <br/> - Point|
274
-
|Color|Gets or sets the color of the data point. For funnel and pie charts, the color property defined in the series node is ignored, but picks the chart color from color palette.|
273
+
|ChartType| An enumeration value that indicates the chart type that is used to represent the series. The default value isColumn. It supports the following chart types: <br/> - Column <br/> - StackedColumn <br/> - StackedColumn100 <br/> - Bar <br/> - StackedBar <br/> - StackedBar100 <br/> - Area <br/> - StackedArea <br/> - StackedArea100 <br/> - Line <br/> - Pie <br/> - Funnel <br/> - Tag <br/> - Doughnut <br/> - Point|
274
+
|Color|Gets or sets the color of the data point. For funnel and pie charts, the color property defined in the series node is ignored, but picks the chart color from color palette. More information: [Supported color format](#supported-color-format-in-unified-interface)|
275
275
|IsValueShownAsLabel|Gets or sets a flag that indicates whether to show the value of the data point on the label.|
276
276
|CustomProperties|Allows users to set `FunnelNeckHeight` and `FunnelNeckWidth` to customize funnel chart's shape. FunnelNeckHeight & FunnelNeckWidth represents the percentage. This parameter is only supported for funnel chart types.|
277
277
|IsVisibleInLegend|Gets or sets a flag that indicates whether the item is shown in the legend.|
278
-
|LabelForeColor|Gets or sets the text color of the label.|
278
+
|LabelForeColor|Gets or sets the text color of the label. More information: [Supported color format](#supported-color-format-in-unified-interface)|
279
279
|LabelFormat|Gets or sets the format of the data point label. More information: [Supported numeric format for charts](#supported-numeric-format-for-charts-in-unified-interface)|
280
-
|LegendText|Gets or sets the text of the item in the legend. For funnel and pie charts, the legend displays each individual data point's value in a series. Instead of displaying the series name as a whole.|
281
-
|YAxisType|Gets or sets the Y-axis type of a series. Only second Y-axis is supported, not second X-axis.|
280
+
|LegendText|Gets or sets the text of the item in the legend. For funnel and pie charts, the legend displays each data point's value in a series. Instead of displaying the series name as a whole.|
281
+
|YAxisType|Gets or sets the Y-axis type of a series. Only the second Y-axis is supported, not second X-axis.|
0 commit comments