Xceed Chart for WinForms v4.4 Documentation
StockSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : StockSeries Class
Represents a stock series.
Object Model
StockSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class StockSeries 
   Inherits XYScatterSeries
'Usage
 
Dim instance As StockSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class StockSeries : XYScatterSeries 
Remarks
The user can create an instance of this class with the help of the Add method of the SeriesCollection class.

Dim stockSeries As StockSeries =  Chart.Series.Add(SeriesType.Stock)

StockSeries stockSeries = Chart.Series.Add(SeriesType.Stock);
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.SeriesBase
      Xceed.Chart.Core.Series
         Xceed.Chart.Core.XYScatterSeries
            Xceed.Chart.Core.StockSeries

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StockSeries Members
Xceed.Chart.Core Namespace
Series Class