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


LineSeries Class
Represents a line series in a Y plot area.
Syntax
'Declaration
 
Public Class LineSeries 
   Inherits YSeries
 
'Usage
 
Dim instance As LineSeries
Remarks
Each point contains a single value. Line borders and line fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unsigned. Line depth is measured relative to the floor grid cell (with values in the range 0 to 1).
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.Series
      FarPoint.Win.Chart.YSeries
         FarPoint.Win.Chart.LineSeries
            FarPoint.Win.Chart.HistogramLine

See Also