Class LegendItemAccessibleObject
Represents the class that provides the accessibility object for the Smith Chart legend item.
Inheritance
System.Object
LegendItemAccessibleObject
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class LegendItemAccessibleObject : Control.ControlAccessibleObject
Constructors
LegendItemAccessibleObject(SfSmithChart, Int32)
Initializes a new instance of the LegendItemAccessibleObject class.
Declaration
public LegendItemAccessibleObject(SfSmithChart chart, int index)
Parameters
Type | Name | Description |
---|---|---|
SfSmithChart | chart | smith chart instance |
System.Int32 | index | corresponding legend item index |
Properties
Bounds
Gets the bounds of the legend item.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the legend item.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the legend item.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Role
Gets the AccessibleRole of the legend item.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |