Version

HighlightingManager Class Members

The following tables list the members exposed by HighlightingManager.

Public Constructors
 NameDescription
Public ConstructorHighlightingManager ConstructorHighlightingManager constructor.  
Public Properties
 NameDescription
Public PropertyDirtySeriesA list of series pending update.  
Public PropertyInProgressBoolean indicating whether a highlighting is in progress.  
Public PropertyMaxHighlightingProgressThe maximum progress of all active highlightings.  
Public PropertyMaxMarkerHighlightingProgressThe maximum progress of all active marker highlightings.  
Public PropertySumHighlightingProgressThe sum of the progress of all active highlightings.  
Public PropertySumMarkerHighlightingProgressThe sum of the progress of all active marker highlightings.  
Public Methods
 NameDescription
Public MethodClearResets the state of the HighlightingManager.  
Public MethodEndHighlightEnds the highlight operation.  
Public MethodGetHighlightingInfoGets the HighlightingInfo matching the given criteria.  
Public MethodStartHighlightStarts the highlight operation.  
Public MethodTickProgress the highlighting incrementally.  
See Also