Class ChartPolarType
Represents ChartPolarType
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 ChartPolarType : ChartAreaType, IDisposable
Constructors
ChartPolarType()
Declaration
public ChartPolarType()
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 |
PolarSymbolProperty
Identifies the PolarSymbol dependency property.
Declaration
public static readonly DependencyProperty PolarSymbolProperty
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 | Description |
---|---|
ChartAxesType | The type of the axes. |
Overrides
Flags
Gets chart type flags.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type | Description |
---|---|
ChartType.ChartTypeFlags | The flags. |
Overrides
Methods
GetDrawType(ChartArea)
Gets the DrawType property value.
Declaration
public static ChartPolarDrawType GetDrawType(ChartArea area)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
Returns
Type | Description |
---|---|
ChartPolarDrawType | 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 |
GetPolarSymbol(ChartSeries)
Gets the IsClosed property value.
Declaration
public static DataTemplate GetPolarSymbol(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | The IsClosed |
SetDrawType(ChartArea, ChartPolarDrawType)
Sets the DrawType property value.
Declaration
public static void SetDrawType(ChartArea area, ChartPolarDrawType value)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
ChartPolarDrawType | 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. |
SetPolarSymbol(ChartSeries, DataTemplate)
Sets the IsClosed property value.
Declaration
public static void SetPolarSymbol(ChartSeries series, DataTemplate value)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries. |
System.Windows.DataTemplate | value | The value. |
ToString()
Converts ChartAreaType to string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
See Also
Implements
System.IDisposable