Class ChartRadarConfigItem
Configuration item that pertains to Radar charts.
Implements
Inherited Members
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 |