menu

WinForms

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

    Show / Hide Table of Contents

    Class SeriesDataPointAccessibleObject

    Represents the class that provides the accessibility object for the Smith Chart series data point.

    Inheritance
    System.Object
    SeriesDataPointAccessibleObject
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public class SeriesDataPointAccessibleObject : Control.ControlAccessibleObject

    Constructors

    SeriesDataPointAccessibleObject(SfSmithChart, Int32, ChartSeries)

    Initializes a new instance of the SeriesDataPointAccessibleObject class.

    Declaration
    public SeriesDataPointAccessibleObject(SfSmithChart chart, int index, ChartSeries series)
    Parameters
    Type Name Description
    SfSmithChart chart

    smith chart instance

    System.Int32 index

    corresponding data point index

    ChartSeries series

    Specifies the chart series

    Properties

    Bounds

    Gets the bounds of the data point.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Description

    Gets the AccessibleDescription of the data point.

    Declaration
    public override string Description { get; }
    Property Value
    Type
    System.String

    Name

    Gets the AccessibleName of the data point.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type
    System.String

    Role

    Gets the AccessibleRole of the data point.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved