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.ChartClearSelectionMode


Extends string.

Field Summary
Field Attributes Field Name and Description
 
The user can click on any empty area inside the chart to clear the selection.
 
The user has no way to explicitly fully clear the selection.
Enumeration Detail
pvc.options.varia.ChartClearSelectionMode
Controls if and how the selection can be cleared by the user.
Field Detail
EmptySpaceClick
The user can click on any empty area inside the chart to clear the selection.
Value:
'emptySpaceClick'

Manual
The user has no way to explicitly fully clear the selection.

It is still possible to clear the selection, if the selection behavior performs a toggling operation.

Selection can always be cleared by code.

Value:
'manual'

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