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: controls/htmlchart/troubleshooting/common-issues.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
@@ -168,23 +168,23 @@ Solution: You can either offset the legend (see an example in the [ADD legend po
168
168
169
169
## PlotArea is Shrunk by the Legend / PlotArea Dimensions Depend on the Legend Size
170
170
171
-
Generally, the size of the chart's elements including the PlotArea is dynamic, so that that all the elements can fit in with the chart's wrapper size. This, however, may leads to the following issues:
171
+
Generally, the size of the chart's elements, including the PlotArea, is dynamic, so that all the elements can fit in with the chart's wrapper size. This, however, may lead to the following issues:
172
172
173
173
* Longer legend names will shrunk the PlotArea dimensions.
174
174
175
-
* Charts with similar dimensions and series but different legend size (e.g., the length of the legend items varies) will have different PlotArea size.
175
+
* Charts with similar dimensions and series but different legend size (e.g., the length of the legend items varies) will have a different PlotArea size.
176
176
177
-
>caption Figure 2: Compare two charts with similar dimensions but different PlotArea size.
177
+
>caption Figure 2: Compare two charts with similar dimensions but different PlotArea sizes.
1. Set enough margin between the PlotArea and the legend via the [PlotArea.Appearance.TextStyle.Margin property]({%slug htmlchart/appearance-and-styling/labels-and-titles-font-settings%}#setting-text-styles-for-titles-and-labels).
183
+
1. Set additional margin between the PlotArea and the legend via the [PlotArea.Appearance.TextStyle.Margin property]({%slug htmlchart/appearance-and-styling/labels-and-titles-font-settings%}#setting-text-styles-for-titles-and-labels).
184
184
185
185
1. Define a custom position for the legend via the [Legend.Appearance.Position, OffsetX and OffsetY properties]({%slug htmlchart/appearance-and-styling/legend-settings%}#position-and-alignment).
186
186
187
-
>caption Figure 3: Compare two charts with similar size of their PlotArea and wrapper element.
187
+
>caption Figure 3: Comparing two charts with similar sized PlotAreas and wrapper elements.
@@ -235,7 +235,7 @@ You can resolve these issue as follows:
235
235
236
236
Solution: Special characters in data source field names are escaped by surrounding the name with quotes and brackets (see **Example 3**).
237
237
238
-
>caution There are invalid characters in data source field names which cannot be escaped like "(", ")", "[", "]", ".", "/", "\". More information is available in the [Datacolumn name illegal character](https://social.msdn.microsoft.com/Forums/en-US/e2a88f75-da11-49db-8ec8-ef3007a66d28/datacolumn-name-illegal-character) forum post.
238
+
>caution There are invalid characters in data source field names that cannot be escaped including "(", ")", "[", "]", ".", "/", "\". More information is available in the [Datacolumn name illegal character](https://social.msdn.microsoft.com/Forums/en-US/e2a88f75-da11-49db-8ec8-ef3007a66d28/datacolumn-name-illegal-character) forum post.
239
239
240
240
241
241
>caption Example 4: Escaping special characters in field names by surrounding the name with quotes and brackets.
@@ -291,7 +291,7 @@ End Function
291
291
````
292
292
293
293
294
-
## Chart with display: none Does not Show Itself
294
+
## Chart with 'display: none' Does Not Show Itself
295
295
296
296
If you have a **RadHtmlChart** with `display: none` set to its wrapper element, toggling its CSS attribute to `display: block`, for example, may result in the chart not showing itself, remaining invisible or being distorted.
0 commit comments