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


In This Topic
    PolarLineSeries Class
    In This Topic
    Represents a line series in a polar plot area.
    Syntax
    'Declaration
     
    
    Public Class PolarLineSeries 
       Inherits PolarSeries
    'Usage
     
    
    Dim instance As PolarLineSeries
    public class PolarLineSeries : PolarSeries 
    Remarks
    Each point contains two values: x (angle) and y (radius). Line borders and line area fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Series
          FarPoint.Win.Chart.PolarSeries
             FarPoint.Win.Chart.PolarLineSeries

    See Also