menu

UWP

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

    Show / Hide Table of Contents

    Class ChartPolarGridLinesPanel

    Represents ChartPolarGridLinesPanel

    Inheritance
    System.Object
    ChartPolarGridLinesPanel
    Implements
    ILayoutCalculator
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartPolarGridLinesPanel : Object, ILayoutCalculator

    Constructors

    ChartPolarGridLinesPanel(Panel)

    Initializes a new instance of the ChartPolarGridLinesPanel class.

    Declaration
    public ChartPolarGridLinesPanel(Panel panel)
    Parameters
    Type Name Description
    Windows.UI.Xaml.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<Windows.UI.Xaml.UIElement>

    DesiredSize

    Gets the desired position of the panel.

    Declaration
    public Size DesiredSize { get; }
    Property Value
    Type
    Windows.Foundation.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
    Windows.UI.Xaml.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
    Windows.Foundation.Size finalSize

    final size of the panel.

    Returns
    Type Description
    Windows.Foundation.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
    Windows.Foundation.Size availableSize

    available size of the panel.

    Returns
    Type Description
    Windows.Foundation.Size

    returns Size.

    UpdateElements()

    Adds the elements to the panel.

    Declaration
    public void UpdateElements()

    Implements

    ILayoutCalculator

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved