Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/en/components/charts/types/stock-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: {Platform} Stock/Financial Charts | {ProductName}
_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.
_keywords: {Platform} Charts, Stock Chart, Financial Chart, Candlestick Chart, OHLC Chart, Infragistics
_license: commercial
mentionedTypes: ["DomainChart", "FinancialChart", "FinancialChartType", "IndicatorTypes", "ZoomSliderType", "Series", "FinancialChartType"]
mentionedTypes: ["DomainChart", "FinancialChart", "FinancialChartType", "IndicatorTypes", "ZoomSliderType", "Series"]
namespace: Infragistics.Controls.Charts
---
# {Platform} Stock Chart
Expand All @@ -12,7 +12,7 @@ The {ProductName} Stock Chart, sometimes referred to as {Platform} Financial Cha

## {Platform} Stock Chart Example

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

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

Expand Down Expand Up @@ -129,7 +129,7 @@ Note that is recommended to use line chart type if plotting multiple data source
### Zoom Pane
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:

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:
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:

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

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

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

- `CategoryChart.ChartType`
- `ChartType`
- `CrosshairsSnapToData`
- `ItemsSource`
- `FinancialChart`
- `IndicatorTypes`
- `ZoomSliderType`
Loading