Version

IHighlightingManager Interface Members

The following tables list the members exposed by IHighlightingManager.

Public Properties
 NameDescription
 PropertyAllDirtyTODO  
 PropertyDirtyContextsA list of contexts which have changed and need to be rendered.  
 PropertyEnsureAnimatorTODO  
 PropertyExecutionContextTODO  
 PropertyInProgressBoolean indicating whether a highlighting is in progress.  
 PropertyIsExclusiveHighlightTODO  
 PropertyMaxHighlightingProgressThe maximum progress of all active highlightings.  
 PropertyMaxMarkerHighlightingProgressThe maximum progress of all active marker highlightings.  
 PropertyRetainMainShapesTODO  
 PropertySumHighlightingProgressThe sum of the progress of all active highlightings.  
 PropertySumMarkerHighlightingProgressThe sum of the progress of all active marker highlightings.  
 PropertyTotalHighlightingProgressThe average progress of all the series highlights.  
 PropertyTotalHighWaterMarkThe total highlighting high water mark.  
Public Methods
 NameDescription
 MethodClearResets the state of the HighlightingManager.  
 MethodEndHighlightEnds the highlight operation.  
 MethodGetHighlightingInfoGets the HighlightingInfo matching the given criteria.  
 MethodIsContextValidIs the context of a highlight valid.  
 MethodIsCrossContextHighlightTODO  
 MethodStartHighlightStarts the highlight operation.  
 MethodTickProgress the highlighting incrementally.  
See Also