Description Property (FlexChart)

Class

FlexChart.

Action

Gets a short description of the data in the chart.

When accessibility is enabled, screen readers use this property to describe the chart. This string defaults to an empty string.

Syntax

C#
protected String description { get; }
VB
'Declaration
Protected Read Property description As String

Access

Read only.