Version 24.2 (latest)

StockPriceHistory Class Properties

For a list of all members of this type, see StockPriceHistory members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<StockPricePoint>)
Public PropertyCompanyGets or sets company name of the stock ticker  
Public PropertyCountGets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<StockPricePoint>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<StockPricePoint>)
Public PropertySymbolGets or sets symbol of stock ticker  
Public PropertyTitleGets or sets title of data source  
See Also