menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAreaInfo

    Represents the smith chart center point, radius and area bounds.

    Inheritance
    System.Object
    ChartAreaInfo
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.WPF.dll
    Syntax
    public class ChartAreaInfo : DependencyObject

    Constructors

    ChartAreaInfo()

    Declaration
    public ChartAreaInfo()

    Fields

    AreaBoundsProperty

    Declaration
    public static readonly DependencyProperty AreaBoundsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CenterPointProperty

    Declaration
    public static readonly DependencyProperty CenterPointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RadiusProperty

    Declaration
    public static readonly DependencyProperty RadiusProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AreaBounds

    Gets the area bounds System.Windows.Rect region. This area bounds value is relative to the control.

    Declaration
    public Rect AreaBounds { get; }
    Property Value
    Type Description
    System.Windows.Rect

    This value can be rect and it return the area bounds of the smith chart.

    CenterPoint

    Gets the center X and center Y value of the smith chart. This center point value is relative to the control.

    Declaration
    public Point CenterPoint { get; }
    Property Value
    Type Description
    System.Windows.Point

    This value can be point and it return the center point of the smith chart.

    Radius

    Gets chart area circle radius value. This radius value is relative to the control.

    Declaration
    public double Radius { get; }
    Property Value
    Type Description
    System.Double

    This value can be double and it return the radius value of the smith chart.

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