Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AreaSeries Class
Members


In This Topic
    AreaSeries Class
    In This Topic
    Displays an area series.
    Object Model
    AreaSeries Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public Class AreaSeries 
       Inherits XYScatterSeries
    'Usage
     
    Dim instance As AreaSeries
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public class AreaSeries : XYScatterSeries 
    Remarks
    The AreaSeries inherits all functionality of its base XYScatterSeries and displays area segments connecting the adjacent data points. The area begins from an origin value which can be manually specified or calculated automatically.
    Inheritance Hierarchy

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

    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