StockSeries Constructors
Displays an Open-High-Low-Close typical financial series so that each data point consists of a vertical line indicating the price range over one unit of time, and the left and right tick marks showing the opening and closing prices for that time period, respectively.| Name | Description |
|---|---|
| StockSeries() | Initializes a new instance of the StockSeries class with default settings. |
See Also