Class ChartPolarAreaGrid
Represents the ChartPolarAreaGrid
Inheritance
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 |
---|
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 |
---|
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 |
---|
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. |