Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AreaSeries Class
Members


In This Topic
    AreaSeries Class
    In This Topic
    Represents an area series in a Y plot area.
    Syntax
    'Declaration
     
    
    Public Class AreaSeries 
       Inherits YSeries
    'Usage
     
    
    Dim instance As AreaSeries
    public class AreaSeries : YSeries 
    Remarks
    Each point contains a single value. Area borders and area fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Area depth is measured relative to the floor grid cell (with a range of 0 to 1). Area origin can be automatically generated or manually assigned.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Series
          FarPoint.Win.Chart.YSeries
             FarPoint.Win.Chart.AreaSeries

    See Also