menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationChartAccessibility - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AccumulationChartAccessibility

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    AccumulationChartAccessibility
    AccumulationAccessibility
    AccumulationChartLegendAccessibility
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AccumulationChartAccessibility : EJTagHelper

    Constructors

    AccumulationChartAccessibility()

    Declaration
    public AccumulationChartAccessibility()

    Properties

    AccessibilityDescription

    Specifies the accessibility description of the chart element. This description is typically read by screen readers to give context to users.

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

    The default value is null

    AccessibilityRole

    Defines the accessibility role of the UI element, which helps screen readers understand the purpose of the element.

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Focusable

    Determines whether the chart elements can receive focus.

    Declaration
    public bool Focusable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    TabIndex

    Specifies the tab index for the chart elements.

    Declaration
    public double TabIndex { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved