MouseSensitivity Property (FlexChart)

Class

FlexChart.

Action

Gets the distance, in pixels, that Flex considers a data point to be under the mouse pointer when the pointer moves around a chart.

Flex considers any data point less than mouseSensitivity pixels away to be under the mouse pointer. This value is also used by the findDataPoints method. The default value is 5.

Syntax

'Declaration
Protected Read Property mouseSensitivity As Integer

Access

Read only.