Version

IHighlightingManager Interface Members

The following tables list the members exposed by IHighlightingManager.

Public Properties
 NameDescription
 PropertyDirtySeriesA list of series which have changed and need to be rendered.  
 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.  
Public Methods
 NameDescription
 MethodClearResets the state of the HighlightingManager.  
 MethodEndHighlightEnds the highlight operation.  
 MethodGetHighlightingInfoGets the HighlightingInfo matching the given criteria.  
 MethodStartHighlightStarts the highlight operation.  
 MethodTickProgress the highlighting incrementally.  
See Also