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