Version

IHighlightingManager Interface Members

The following tables list the members exposed by IHighlightingManager.

Public Properties
 NameDescription
 PropertyAllDirty  
 PropertyDirtySeriesA list of series which have changed and need to be rendered.  
 PropertyEnsureAnimator  
 PropertyExecutionContext  
 PropertyHighlightingBehavior  
 PropertyInProgressBoolean indicating whether a highlighting is in progress.  
 PropertyMaxHighlightingProgressThe maximum progress of all active highlightings.  
 PropertyMaxMarkerHighlightingProgressThe maximum progress of all active marker highlightings.  
 PropertySumHighlightingProgressThe sum of the progress of all active highlightings.  
 PropertySumMarkerHighlightingProgressThe sum of the progress of all active marker highlightings.  
 PropertyTotalHighlightingProgressThe average progress of all active highlightings.  
Public Methods
 NameDescription
 MethodClearResets the state of the HighlightingManager.  
 MethodEndHighlightEnds the highlight operation.  
 MethodGetHighlightingInfoGets the HighlightingInfo matching the given criteria.  
 MethodIsCrossSeriesHighlight  
 MethodStartHighlightStarts the highlight operation.  
 MethodTickProgress the highlighting incrementally.  
See Also