Skip to content

Commit 2d381d3

Browse files
committed
docs(stockchart): Remove incorrect information
1 parent 282aff5 commit 2d381d3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

_contentTemplates/stockchart/link-to-basics.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ When configuring nested properties and child elements in your chart, the inner t
4949

5050
You can customize all aspects of the stock chart by using the settings provided by the nested tags.
5151

52-
An example of this is the rotation the Labels. You can use the
52+
For example:
5353

54-
`StockChartCategoryAxes` > `StockChartCategoryAxis` > `StockChartCategoryAxisLabels` > `StockChartCategoryAxisLabelsRotation` tag
54+
`StockChartCategoryAxes` > `StockChartCategoryAxis` > `StockChartCategoryAxisLabels` tags
5555

56-
and set the `Angle` property to the desired value in degrees (they might be negative or positive numbers). By using similar approach you can take control over `StockChartCategoryAxisLabelsMargin` (add margin for top, bottom, left and right), `StockChartCategoryAxisLabelsPadding` (add padding for top, bottom, left and right) and others.
57-
58-
This approach is not limited only to the Labels - it can be used with all tags that are applicable for the chart type, for example the Chart Title `StockChartTitle` > `StockChartTitleMargin`.
56+
This approach can be used with all tags that are applicable for the Chart type.
5957

6058
#end

0 commit comments

Comments
 (0)