StockChartView Properties
A view that displays stock charts.| Name | Description |
|---|---|
| AxisGroup | Returns the axis group to which this chart view belongs. Inherited from ChartViewBase. |
| ChartType | Returns the chart type associated with this view. |
| DataLabels | Gets stock data labels for this chart view. |
| DownBarProperties | Gets or sets formatting properties for down bars. |
| DropLineProperties | Gets or sets formatting properties for drop lines. |
| HighLowLineProperties | Gets or sets formatting properties for high-low lines. |
| ShowDropLines | Gets or sets whether drop lines are displayed. |
| ShowHighLowLines | Gets or sets whether high-low lines are displayed. |
| ShowUpDownBars | Gets or sets whether up-down bars are displayed. |
| UpBarProperties | Gets or sets formatting properties for up bars. |
| UpDownBarGapWidth | Gets or sets the gap width between the up and down bars of adjacent data points. |
See Also