menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartPolarGridLinesPanel

    Represents ChartPolarGridLinesPanel

    Inheritance
    System.Object
    ChartPolarGridLinesPanel
    Implements
    ILayoutCalculator
    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.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartPolarGridLinesPanel : ILayoutCalculator

    Constructors

    ChartPolarGridLinesPanel(Panel)

    Initializes a new instance of the ChartPolarGridLinesPanel class.

    Declaration
    public ChartPolarGridLinesPanel(Panel panel)
    Parameters
    Type Name Description
    System.Windows.Controls.Panel panel

    The Required Panel

    Exceptions
    Type Condition
    System.ArgumentNullException

    System.ArgumentNullException may be thrown

    Properties

    Children

    Gets the children count in the panel.

    Declaration
    public List<UIElement> Children { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Windows.UIElement>

    DesiredSize

    Gets the desired position of the panel.

    Declaration
    public Size DesiredSize { get; }
    Property Value
    Type
    System.Windows.Size

    IsRadar

    Gets or sets a value indicating whether the Series is Radar/Polar Series type.

    Declaration
    public bool IsRadar { get; }
    Property Value
    Type
    System.Boolean

    Left

    Gets or sets the left.

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    The left.

    Panel

    Gets the panel.

    Declaration
    public Panel Panel { get; }
    Property Value
    Type Description
    System.Windows.Controls.Panel

    The panel.

    Top

    Gets or sets the top.

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    The top.

    XAxis

    Gets the x-axis of the chart.

    Declaration
    public ChartAxis XAxis { get; }
    Property Value
    Type
    ChartAxis

    YAxis

    Gets the y-axis of the chart.

    Declaration
    public ChartAxis YAxis { get; }
    Property Value
    Type
    ChartAxis

    Methods

    Arrange(Size)

    Arranges the elements of a panel.

    Declaration
    public Size Arrange(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    final size of the panel.

    Returns
    Type Description
    System.Windows.Size

    returns Size

    DetachElements()

    Seek the elements from the panel.

    Declaration
    public void DetachElements()

    Measure(Size)

    Measures the elements of a panel.

    Declaration
    public Size Measure(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    available size of the panel.

    Returns
    Type Description
    System.Windows.Size

    returns Size.

    UpdateElements()

    Adds the elements to the panel.

    Declaration
    public void UpdateElements()

    Implements

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