Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit d305b42

Browse files
authored
Merge pull request #1980 from IgniteUI/gedinakova/fix-financial-chart-links
fix(FinancialChart): Fixed wrong api links.
2 parents 2ff4a8d + 2090ce6 commit d305b42

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

doc/en/components/charts/types/stock-chart.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: {Platform} Stock/Financial Charts | {ProductName}
33
_description: The {ProductName} Stock Chart is a composite visualization that renders stock ticker data, or price data in an interactive time-series display. Try for FREE.
44
_keywords: {Platform} Charts, Stock Chart, Financial Chart, Candlestick Chart, OHLC Chart, Infragistics
55
_license: commercial
6-
mentionedTypes: ["DomainChart", "FinancialChart", "FinancialChartType", "IndicatorTypes", "ZoomSliderType", "Series", "FinancialChartType"]
6+
mentionedTypes: ["DomainChart", "FinancialChart", "FinancialChartType", "IndicatorTypes", "ZoomSliderType", "Series"]
77
namespace: Infragistics.Controls.Charts
88
---
99
# {Platform} Stock Chart
@@ -12,7 +12,7 @@ The {ProductName} Stock Chart, sometimes referred to as {Platform} Financial Cha
1212

1313
## {Platform} Stock Chart Example
1414

15-
You can create Stock Chart using the `FinancialChart` control by binding your data and optionally setting `CategoryChart.ChartType` property to `Line` value, as shown in the example below.
15+
You can create Stock Chart using the `FinancialChart` control by binding your data and optionally setting `ChartType` property to `Line` value, as shown in the example below.
1616

1717
`sample="/charts/financial-chart/multiple-data", height="600", alt="{Platform} Stock Chart Example"`
1818

@@ -129,7 +129,7 @@ Note that is recommended to use line chart type if plotting multiple data source
129129
### Zoom Pane
130130
This pane controls the zoom of all the displayed panes. This pane is displayed by default. It can be turned off by setting the `ZoomSliderType` to `none` as demonstrated in the following code:
131131

132-
Note that you should set the `ZoomSliderType` option to the same value as the `CategoryChart.ChartType` option is set to. This way, the zoom slider will show correct preview of the price pane. The following code demonstrates how to do this:
132+
Note that you should set the `ZoomSliderType` option to the same value as the `ChartType` option is set to. This way, the zoom slider will show correct preview of the price pane. The following code demonstrates how to do this:
133133

134134
In this example, the stock chart is plotting revenue for United States.
135135

@@ -153,9 +153,8 @@ You can find more information about related chart features in these topics:
153153

154154
The following table lists API members mentioned in the above sections:
155155

156-
- `CategoryChart.ChartType`
156+
- `ChartType`
157157
- `CrosshairsSnapToData`
158-
- `ItemsSource`
159158
- `FinancialChart`
160159
- `IndicatorTypes`
161160
- `ZoomSliderType`

0 commit comments

Comments
 (0)