WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartPolarAreaGrid - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartPolarAreaGrid

    Represents the ChartPolarAreaGrid

    Inheritance
    System.Object
    ChartPolarAreaGrid
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartPolarAreaGrid : FrameworkElement
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Constructors

    ChartPolarAreaGrid()

    Declaration
    public ChartPolarAreaGrid()

    Fields

    BackgroundProperty

    Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    XAxisProperty

    Using a DependencyProperty as the backing store for XAxis. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty XAxisProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    YAxisProperty

    Using a DependencyProperty as the backing store for YAxis. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty YAxisProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Background

    Gets or sets the background.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The background.

    XAxis

    Gets or sets the secondary axis.

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

    The secondary axis.

    YAxis

    Gets or sets the primary axis.

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

    The primary axis.

    Methods

    OnRender(DrawingContext)

    When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext

    The drawing instructions for a specific element. This context is provided to the layout system.

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