alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartRadarConfigItem

    Configuration item that pertains to Radar charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartRadarConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    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 - 2026 Syncfusion Inc. All Rights Reserved