Skip to content

Commit 442a7ed

Browse files
committed
Fixes
1 parent d9aba2e commit 442a7ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

powerapps-docs/developer/model-driven-apps/understand-charts-underlying-data-chart-representation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ For more sample data description XML strings, see [Sample Charts](sample-charts.
9494

9595
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)
9696

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.
9998

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)
101101
102102
### Example for web client
103103

@@ -151,8 +151,8 @@ Gets or sets the X-axis type of the series.
151151
|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.|
152152
|MajorGrid Enabled|Gets or sets a flag that determines whether major or minor grid lines are enabled.|
153153
|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.|
156156
|Title|Gets or sets the title of the axis.|
157157
|TitleForeColor|Gets or sets the text color of an axis title. More information: [Supported color format](#supported-color-format-in-unified-interface)|
158158

@@ -181,10 +181,10 @@ Gets or sets the Y-axis type of the series.
181181
|LabelStyle ForeColor|Gets or sets the color of the label.|
182182
|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)|
183183
|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.|
185185
|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.|
188188
|Maximum|Gets or sets the maximum value of an axis.|
189189
|Minimum|Gets or sets the minimum value of an axis.|
190190
|Title|Gets or sets the title of the axis.|

0 commit comments

Comments
 (0)