Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Enumeration pvc.options.varia.PointingMode


Extends string.

Field Summary
Field Attributes Field Name and Description
 
The mouse is considered to point to a visual element if it is at a certain minimum distance of it and there is no other visual element at a closer distance.
 
The mouse is considered to point to a visual element when it is over it.
Enumeration Detail
pvc.options.varia.PointingMode
The pointing mode controls the way that certain pointer events are handled for purposes of detecting whether the pointer is pointing to a certain visual element.
Field Detail
Near
The mouse is considered to point to a visual element if it is at a certain minimum distance of it and there is no other visual element at a closer distance.
Value:
'near'

Over
The mouse is considered to point to a visual element when it is over it.
Value:
'over'

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)