Class ChartCircularAxisPanel
Represents ChartCircularAxisPanel class.
Inheritance
System.Object
ChartCircularAxisPanel
Implements
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 ChartCircularAxisPanel : ILayoutCalculator
Constructors
ChartCircularAxisPanel(Panel)
Initializes a new instance of the ChartCircularAxisPanel class.
Declaration
public ChartCircularAxisPanel(Panel panel)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Panel | panel | The Required Panel |
Properties
Axis
Gets or sets the axis of the panel.
Declaration
public ChartAxis Axis { get; set; }
Property Value
Type |
---|
ChartAxis |
Center
Gets or sets the center point of the panel.
Declaration
public Point Center { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Children
Gets the Children count of the panel.
Declaration
public List<UIElement> Children { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.UIElement> |
DesiredSize
Gets the desired size of the panel.
Declaration
public Size DesiredSize { get; }
Property Value
Type |
---|
System.Windows.Size |
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. |
Radius
Gets or sets the radius of the circular panel.
Declaration
public double Radius { get; set; }
Property Value
Type |
---|
System.Double |
Top
Gets or sets the top.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The top. |
Methods
Arrange(Size)
Arranges the elements in 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.
Declaration
public void DetachElements()
Measure(Size)
Measures the elements in 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. |
RenderElements()
Method implementation for Render labels and Ticks
Declaration
public void RenderElements()
UpdateElements()
Adds the elements in a panel.
Declaration
public void UpdateElements()