Class ChartAreaAccessibleObject
Represents the class that provides the accessibility object for the Smith Chart area.
Inheritance
System.Object
ChartAreaAccessibleObject
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class ChartAreaAccessibleObject : Control.ControlAccessibleObject
Constructors
ChartAreaAccessibleObject(SfSmithChart)
Initializes a new instance of the ChartAreaAccessibleObject class.
Declaration
public ChartAreaAccessibleObject(SfSmithChart chart)
Parameters
Type | Name | Description |
---|---|---|
SfSmithChart | chart | smith chart instance |
Properties
Bounds
Gets the bounds of chart area.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the Accessible Description of chart area.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of chart area.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Role
Gets the AccessibleRole of chart area.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
Methods
GetChild(Int32)
Overridden to get the accessibility object of the child at the given index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the child control. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Returns the child object at the given index. |
GetChildCount()
Overridden to update the child count of chart.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Returns the child count of the smith chart. |