Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LineSeries Class
Members


In This Topic
    LineSeries Class
    In This Topic
    Represents a line series in a Y plot area.
    Object Model
    LineSeries ClassStringCollection ClassLine ClassLine ClassFill ClassFill ClassLine ClassLineCollection ClassLine ClassFill ClassFillCollection ClassFill ClassLine ClassLineCollection ClassLine ClassFill ClassFillCollection ClassFill ClassMarker ClassMarkerCollection ClassMarker ClassDoubleCollection Class
    Syntax
    'Declaration
     
    
    Public Class LineSeries 
       Inherits YSeries
    'Usage
     
    
    Dim instance As LineSeries
    public class LineSeries : YSeries 
    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.Web.Chart.Series
          FarPoint.Web.Chart.YSeries
             FarPoint.Web.Chart.LineSeries
                FarPoint.Web.Chart.HistogramLine

    See Also