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
_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.
@@ -12,7 +12,7 @@ The {ProductName} Stock Chart, sometimes referred to as {Platform} Financial Cha
12
12
13
13
## {Platform} Stock Chart Example
14
14
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.
@@ -129,7 +129,7 @@ Note that is recommended to use line chart type if plotting multiple data source
129
129
### Zoom Pane
130
130
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:
131
131
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:
133
133
134
134
In this example, the stock chart is plotting revenue for United States.
135
135
@@ -153,9 +153,8 @@ You can find more information about related chart features in these topics:
153
153
154
154
The following table lists API members mentioned in the above sections:
0 commit comments