Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / RadarChartSubType Enumeration


    RadarChartSubType Enumeration
    Defines the available sub types for a RadarChart.
    Syntax
    'Declaration
     
    
    Public Enum RadarChartSubType 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As RadarChartSubType
    Members
    MemberDescription
    Filled

    The RadarSeries will be drawn & their inside will be filled using the SeriesFill property.

    Marker

    The RadarSeries will be drawn using single LinesMarkers will identify the Series values.

    Standard

    The RadarSeries will be drawn using single Lines

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.RadarChartSubType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also