Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StackedLineSeries Class
Members


In This Topic
    StackedLineSeries Class
    In This Topic
    Represents a stacked group of line series in a Y plot area.
    Syntax
    'Declaration
     
    
    Public Class StackedLineSeries 
       Inherits YSeries
       Implements ICompositeSeries 
    'Usage
     
    
    Dim instance As StackedLineSeries
    public class StackedLineSeries : YSeries, ICompositeSeries  
    Remarks
    Each point contains single value. Line borders and line fills can be assigned to a series or a point with null (Nothing in VB) indicating unassigned. Line depth is measured relative to the floor grid cell (with a range 0 to 1).
    Inheritance Hierarchy

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

    See Also