menu

WPF

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

    Show / Hide Table of Contents

    Class ChartPolarType

    Represents ChartPolarType

    Inheritance
    System.Object
    ChartType
    ChartAreaType
    ChartPolarType
    Implements
    System.IDisposable
    Inherited Members
    ChartAreaType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartAreaType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.Calculate(ChartSeries)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsCompatible(ChartType)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.RequiresDataCount
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    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
    ChartType.AxesType

    Flags

    Gets chart type flags.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags

    The flags.

    Overrides
    ChartAreaType.Flags

    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
    ChartAreaType.ToString()
    See Also
    ChartPolarType

    Implements

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