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


In This Topic
    PolarSeries Class
    In This Topic
    Represents a Base class for series in a polar plot area.
    Object Model
    PolarSeries ClassLine ClassFill ClassFill Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PolarSeries 
       Inherits Series
    'Usage
     
    
    Dim instance As PolarSeries
    public abstract class PolarSeries : Series 
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Chart.Series
          FarPoint.Web.Chart.PolarSeries
             FarPoint.Web.Chart.PolarAreaSeries
             FarPoint.Web.Chart.PolarLineSeries
             FarPoint.Web.Chart.PolarPointSeries

    See Also