Class ChartPolarPanel
Represents ChartPolarPanel class
Inheritance
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartPolarPanel : FrameworkElement
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartPolarPanel()
Declaration
public ChartPolarPanel()
Fields
AxesThicknessProperty
Using a DependencyProperty as the backing store for AxesThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AxesThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusProperty
Using a DependencyProperty as the backing store for Radius. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AxesThickness
Gets or sets the axes thickness.
Declaration
public Thickness AxesThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Thickness | The axes thickness. |
CartesianAxis
Gets or sets the Cartesian axis.
Declaration
public FrameworkElement CartesianAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | The Cartesian axis. |
PolarAxis
Gets or sets the polar axis.
Declaration
public FrameworkElement PolarAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | The polar axis. |
Radius
Gets or sets the radius.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The radius. |
VisualChildrenCount
Gets the number of visual child elements within this element.
Declaration
protected override int VisualChildrenCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
GetVisualChild(Int32)
Overrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.
Declaration
protected override Visual GetVisualChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the requested child element in the collection. |
Returns
Type | Description |
---|---|
System.Windows.Media.Visual | The requested child element. This should not return null; if the provided index is out of range, an exception is raised. |
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
Type | Description |
---|---|
System.Windows.Size | The size that this element determines it needs during layout, based on its calculations of child element sizes. |