MaximumDataTipCount Property (FlexChart)

Class

FlexChart.

Action

Gets the maximum number of datatips a chart will show.

If more datapoints are in range of the chart than allowed by this style, they will be prioritized by distance, with the closest showing first. The default value is NaN, which shows whatever datatips are within range.

Syntax

C#
protected Integer maximumDataTipCount { get; }
VB
'Declaration
Protected Read Property maximumDataTipCount As Integer

Access

Read only.