ShowDataTips Property (FlexChart)

Class

FlexChart.

Action

Gets whether DataTip controls for the chart show.

DataTip controls are similar to tool tips, except that they display an appropriate value that represents the nearest chart data point under the mouse pointer.

Syntax

C#
protected Boolean showDataTips { get; }
VB
'Declaration
Protected Read Property showDataTips As Boolean

Access

Read only.