Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

VisualAccessibility

Namespace ChartForgeX.Accessibility

Defines the renderer-independent text alternative and language metadata for a visual.

Inheritance

  • Object
  • VisualAccessibility

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

AsDecorative(System.Boolean arg1) #

Marks the visual as decorative.

Parameters

arg1 System.Boolean required
Clone() #

Creates an independent copy of this accessibility metadata.

WithTextAlternative(System.String arg1, System.String arg2, System.String arg3) #

Sets the accessible name and optional description and language.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required

Properties

Name #

Gets or sets the concise accessible name. Renderers use a visual-specific fallback when omitted.

Description #

Gets or sets the longer accessible description. Renderers can derive a data summary when omitted.

Language #

Gets or sets the optional BCP 47 language tag emitted by capable renderers.

IsDecorative #

Gets or sets a value indicating that the visual is decorative and should be hidden from assistive technology.