Class ChartRadarType
Represents ChartRadarType
Implements
System.IDisposable
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)
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartRadarType : ChartLineType, IDisposable
Constructors
ChartRadarType()
Declaration
public ChartRadarType()
Fields
DrawTypeProperty
Identifies the DrawType dependency property.
Declaration
public static readonly DependencyProperty DrawTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsClosedProperty
Identifies the IsClosed dependency property.
Declaration
public static readonly DependencyProperty IsClosedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadarSymbolProperty
Identifies the Radarsymbol dependency property.
Declaration
public static readonly DependencyProperty RadarSymbolProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AxesType
Gets axes type that are required for chart to be built.
Declaration
public override ChartAxesType AxesType { get; }
Property Value
Type |
---|
ChartAxesType |
Overrides
Flags
Gets chart type flags. This is a dependency property.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type |
---|
ChartType.ChartTypeFlags |
Overrides
Methods
GetDrawType(ChartArea)
Gets the DrawType property value.
Declaration
public static ChartRadarDrawType GetDrawType(ChartArea area)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
Returns
Type | Description |
---|---|
ChartRadarDrawType | The Drawtype |
GetIsClosed(ChartArea)
Gets the IsClosed property value.
Declaration
public static bool GetIsClosed(ChartArea area)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The Chartarea. |
Returns
Type | Description |
---|---|
System.Boolean | The IsClosed |
GetRadarSymbol(ChartSeries)
Gets the IsClosed property value.
Declaration
public static DataTemplate GetRadarSymbol(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | The IsClosed |
SetDrawType(ChartArea, ChartRadarDrawType)
Sets the DrawType property value.
Declaration
public static void SetDrawType(ChartArea area, ChartRadarDrawType value)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
ChartRadarDrawType | value | The value. |
SetIsClosed(ChartArea, Boolean)
Sets the IsClosed property value.
Declaration
public static void SetIsClosed(ChartArea area, bool value)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
System.Boolean | value | The value. |
SetRadarSymbol(ChartSeries, DataTemplate)
Sets the IsClosed property value.
Declaration
public static void SetRadarSymbol(ChartSeries series, DataTemplate value)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries. |
System.Windows.DataTemplate | value | The value. |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
See Also
Implements
System.IDisposable