Skip to content

Commit 4e7f06a

Browse files
dimodiDimo Dimov
andauthored
docs: Document PlotArea, ChartArea (#625)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 8187bec commit 4e7f06a

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

_contentTemplates/chart/link-to-basics.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,17 @@ You can control how transparent the series fill is through the `Opacity` propert
141141
### Customize Chart Elements - Nested Tags Settings
142142

143143
When configuring nested properties and child elements in your chart, the inner tags will contain their parent tag name and add specifics to its end. In general the structure of such nested tags will be `<Chart*Category**Specifics*>` where the Category can be one of the following:
144+
145+
* CategoryAxis
146+
* ChartArea
147+
* Legend
148+
* PlotArea
144149
* SeriesItems
145-
* CategoryAxes
146150
* Title
147-
* Legend
148-
* ChartXAxes
149-
* ChartYAxes
151+
* Tooltip
152+
* ValueAxis
153+
* XAxes
154+
* YAxes
150155
* and others
151156

152157
@[template](/_contentTemplates/chart/link-to-basics.md#tip-look-for-nested-tags)

_contentTemplates/stockchart/link-to-basics.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ Column, OHLC and Candlestick charts can take the color of the series item from t
3333
### Customize Chart Elements - Nested Tags Settings
3434

3535
When configuring nested properties and child elements in your chart, the inner tags will contain their parent tag name and add specifics to its end. In general the structure of such nested tags will be `<StockChart*Category**Specifics*>` where the Category can be one of the following:
36+
37+
* CategoryAxis
38+
* ChartArea
39+
* Legend
40+
* Navigator
41+
* PlotArea
3642
* SeriesItems
37-
* CategoryAxes
3843
* Title
39-
* Legend
44+
* Tooltip
45+
* ValueAxis
4046
* and others
4147

4248
@[template](/_contentTemplates/stockchart/link-to-basics.md#tip-look-for-nested-tags)

0 commit comments

Comments
 (0)