FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StackedLineSeries Class
Members


StackedLineSeries Class
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
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