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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,10 @@ For more sample data description XML strings, see [Sample Charts](sample-charts.
94
94
95
95
The presentation description XML string contains information about the appearance of the chart such as chart title, chart color, and chart type (bar, column, line, and so on). There is no schema definition for this XML string. However, the XML is a serialization of the [Chart](https://msdn.microsoft.com/library/system.web.ui.datavisualization.charting.chart.aspx) class in Microsoft Chart Controls. More information: [Chart Controls](https://go.microsoft.com/fwlink/p/?LinkId=128301)
96
96
97
-
> [!IMPORTANT]
98
-
> In Unified Interface, only a subset of properties are supported. More information: [Supported methods and properties in Unified Interface](methods-and-properties-supported-in-unified-interface)
97
+
You can specify the presentation description XML string while you are creating a chart using the `SavedQueryVisualization.PresentationDescription` or `UserQueryVisualization.PresentationDescription` attribute for the organization-owned or user-owned chart, respectively.
99
98
100
-
You can specify the presentation description XML string while you are creating a chart using the `SavedQueryVisualization.PresentationDescription` or `UserQueryVisualization.PresentationDescription` attribute for the organization-owned or user-owned chart, respectively.
99
+
> [!IMPORTANT]
100
+
> In Unified Interface, only a subset of properties are supported. More information: [Supported methods and properties in Unified Interface](#methods-and-properties-supported-in-unified-interface)
101
101
102
102
### Example for web client
103
103
@@ -151,8 +151,8 @@ Gets or sets the X-axis type of the series.
151
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
153
|MajorGrid LineColor|Gets or sets the line color of a grid. More information: [Supported color format](#supported-color-format-in-unified-interface)|
154
-
|MajorTickMark Enabled|Need description|
155
-
|MajorTickMark LineColor|Need description|
154
+
|MajorTickMark Enabled|Gets or sets a flag that determines whether major grid lines are enabled.|
155
+
|MajorTickMark LineColor|Gets or sets the line color of a grid.|
156
156
|Title|Gets or sets the title of the axis.|
157
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
@@ -181,10 +181,10 @@ Gets or sets the Y-axis type of the series.
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
183
|LineColor|Gets or sets the line color of an axis. More information: [Supported color format](#supported-color-format-in-unified-interface)|
184
-
|MajorGrid Enabled|Gets or sets a flag that determines whether major or minor grid lines are enabled.|
184
+
|MajorGrid Enabled|Gets or sets a flag that determines whether major grid lines are enabled.|
185
185
|MajorGrid LineColor|Gets or sets the line color of a grid. More information: [Supported color format](#supported-color-format-in-unified-interface)|
186
-
|MajorTickMark Enabled|Need description|
187
-
|MajorTickMark LineColor|Need description|
186
+
|MajorTickMark Enabled|Gets or sets a flag that determines whether major grid lines are enabled.|
187
+
|MajorTickMark LineColor|Gets or sets the line color of a grid.|
188
188
|Maximum|Gets or sets the maximum value of an axis.|
189
189
|Minimum|Gets or sets the minimum value of an axis.|
0 commit comments