Class SeriesAccessibleObject
Represents the class that provides the accessibility object for the Smith Chart series.
Inheritance
System.Object
SeriesAccessibleObject
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class SeriesAccessibleObject : Control.ControlAccessibleObject
Constructors
SeriesAccessibleObject(SfSmithChart, Int32)
Initializes a new instance of the SeriesAccessibleObject class.
Declaration
public SeriesAccessibleObject(SfSmithChart chart, int index)
Parameters
Type | Name | Description |
---|---|---|
SfSmithChart | chart | smith chart instance |
System.Int32 | index | corresponding index |
Properties
Description
Gets the AccessibleDescription of the series.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the series.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Role
Gets the AccessibleRole of the series.
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 counts of series data point.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Returns the data point count of the smith chart. |