menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRadarConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRadarConfigItem

    Configuration item that pertains to Radar charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartRadarConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartRadarConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartRadarConfigItem()

    Initializes a new instance of the ChartRadarConfigItem class.

    Declaration
    public ChartRadarConfigItem()

    Properties

    Type

    The type of Radar chart to be rendered. Default is Area.

    Declaration
    public ChartRadarDrawType Type { get; set; }
    Property Value
    Type
    ChartRadarDrawType

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved