Version

AnnotationLayer Class Methods

For a list of all members of this type, see AnnotationLayer members.

Public Methods
 NameDescription
Public MethodAddHandlerOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement)
Public MethodAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.UIElement)
Public MethodApplyTemplateBuilds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from System.Windows.FrameworkElement)
Public MethodArrangePositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement)
Public MethodBeginInitStarts the initialization process for this element. (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement)
Public MethodBringIntoViewOverloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement)
Public MethodCaptureMouseAttempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureStylusAttempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureTouchAttempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement)
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEndInitIndicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodExportVisualDataExports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodFindCommonVisualAncestorReturns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual)
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindResourceSearches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement)
Public MethodFocusAttempts to set focus to this element. (Inherited from System.Windows.UIElement)
Public MethodFromWorldPositionConverts a point from world coordinates to coordinates within the viewport of the series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerBrushReturns the actual marker brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerOutlineBrushReturns the actual marker outline brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerShapeReturns the value of MarkerType property or "Custom" if MarkerTemplate property is set. As long as the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerTemplateReturns the actual marker template used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement)
Public MethodGetAxesGets this series' axes as an array. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetBindingExpressionReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodGetDataLegendAxisLabelFromCursorPositionGet series label for specified cursor position (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendBadgeGets a legend badge representing this series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendBadgeContextGets a legend badge context for this series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendBadgeContextAtPositionGets a legend badge context for this series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendBadgeShapeAndMarkerGets resolved badge shape for this series and MarkerType if the series supported it and LegendItemBadgeShape property is set to Marker (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendResolvedWorldPositionXGets world position X resolved to the end of plot area if passed value is not a number or negative (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendResolvedWorldPositionYGets world position Y resolved to the end of plot area if passed value is not a number or negative (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendSeriesContextAtGets info about series values that will be displayed in the Data Legend (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendSeriesFamilyGets the family of the series that is used in grouping similar series in Data Legend when DataLegendGroup property is not set, e.g. Category, Range, Financial (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetDataLegendSeriesTitleGets a title string for this series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetEffectiveViewportOverloaded. Gets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetEffectiveViewportForViewportGets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetExactItemIndexGets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetExactItemIndexFromSeriesPixelGets the precise item index, if possible, the closeness to the previous or next whole integer indicating which value is closer. If the series cannot provide this information this will return the same integer value as GetItemIndexFromSeriesPixel. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetItemGets the item that is the best match for the specified world coordinates. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemIndexGets the item index associated with the specified world position (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemIndexFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemsForSelection (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemSpanFor a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemValueGets a value based on one of the valid member paths for this series type. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetMainContentViewport (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetMemberPathValueGets the value of a requested member path from the series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetNextOrExactIndexGetting the next index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesHighValueIf possible, will return the best available high value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesHighValueFromSeriesPixelIf possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesHighValuePositionIf possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesHighValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesLowValueIf possible, will return the best available low value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesLowValueFromSeriesPixelIf possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesLowValuePositionIf possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesLowValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueIf possible, will return the best available main value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueBoundingBoxIf possible, will return the best available value bounding box within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueBoundingBoxFromSeriesPixelIf possible, will return the best available value bounding box within the series that has the best value match for the pixel position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueFineGrainedBoundingBoxesIf possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueFineGrainedBoundingBoxesFromSeriesPixelIf possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the pixel position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueFromSeriesPixelIf possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueMarkerBoundingBoxIf possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueMarkerBoundingBoxFromSeriesPixelIf possible, will return the best available value marker bounding box within the series that has the best value match for the pixel position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValuePositionIf possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueTypeGets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueTypePositionGets position of series value for specified layer value mode (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesValueTypePositionFromValueConverts the provided axis data values into pixel positions. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetVisiblePointsOfInterestReturns a number of points of interest for the series, if supported. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodHideToolTipsHides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodHideToolTipsImmediateHides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrangeInvalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateVisualInvalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOfDetermines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual)
Public MethodIsDescendantOfDetermines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual)
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement)
Public MethodMoveCursorPointMoves the cursor point to the provided world position. Some series may react to the current cursor position. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement)
Public MethodNotifyIndexedPropertiesChangedCalled to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodNotifyVisualPropertiesChangedNotifies the series that a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodOnApplyTemplateWhen overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodPlayTransitionInPlays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodPlayTransitionOutPlays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodPlayTransitionOutAndRemovePlays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodPointFromScreenConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreenConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from System.Windows.FrameworkElement)
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseAllTouchCapturesReleases all captured touch devices from this element. (Inherited from System.Windows.UIElement)
Public MethodReleaseMouseCaptureReleases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseTouchCaptureAttempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement)
Public MethodRemoveAllAlternateViewsRemoves all alternate views of this series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRemoveAlternateViewRemoves an alternate view of this series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRemoveAxesCall to null out the axes of the series; (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodRenderAlternateViewRenders an alternate view for use with tiling, etc. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRenderSeriesRenders the series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodReplayTransitionInReplays the assigned transition in animation, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodResolveDesiredAutoMarginResolves desired auto margin for plot area of the series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodResolveDesiredAutoMarginWithResolves desired auto margin for plot area of the series (Inherited from Infragistics.Controls.Charts.Series)
Public MethodResolveLegendIndexResolves the index to use for ordering the legend. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodScrollIntoViewRequests that the provided item should be brought into view if possible. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSetBindingOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetNegativeColorsSets the negative brush and outline properties for this series to the given arguments. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodSimulateHoverSimulates a pointer hover over the series surface. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodTestHitChecks for a matching data item at the given position. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodToStringReturns the string representation of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control)
Public MethodToWorldPositionConverts a point from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodToWorldRectConverts a rect from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodTransformToAncestorOverloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendantReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisualReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePointTranslates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement)
Public MethodTryFindResourceSearches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayoutEnsures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement)
Public MethodUpdateShowDefaultTooltipUpdates and shows default tooltip (Inherited from Infragistics.Controls.Charts.Series)
Protected Methods
 NameDescription
Protected Internal MethodAddLogicalChildAdds the provided object to the logical tree of this element. (Inherited from System.Windows.FrameworkElement)
Protected MethodAddVisualChildDefines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodAnimator_PropertyChangedHandles the PropertyChanged event of the animator. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodArrangeCoreImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverrideCalled to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control)
Protected MethodAssignBindingFormatter (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodCheckTransitionInterruptedChecks if the transition has been interrupted. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodClearAndAbortIfInvalidOverloaded. Clears the series and aborts rendering if the series is not valid. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodClearAxesCall to null out the axes of a series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodClearHighlightsClear highlighting of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodClearRenderingOverloaded. Clears the rendering for the series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodClearSpeedModifiersClears the speed modifiers for this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodCopyVisualDataCopies the source visual data to the target visual data. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodCreateCloneInstance (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodCreateViewOverridden. Overridden to provide the view for this series.  
Protected MethodDataUpdatedOverrideMethod called whenever a change is made to the series data. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodDeregisterForAxisDeregisters this series with an axis. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodDirtyItemWiseContent (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodDisableCursorEventsForSeriesDisables cursor-related events for the given series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodDoUpdateIndexedPropertiesMakes sure the indexed properties are updated. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodEnsureItemSelected (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodEnsureItemWiseContent (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodEnsureSelectionMarkerState (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodEnsureVisibleRangeMarginsEnsures visible range margins arc calculated (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodExpandRangeForMarginExpands range for margin (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodExportVisualDataOverrideCalled when the series should provide visual data for export. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodFindActualLegendFinds the legend to use for this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodForceIndexUpdateForce the given series to update its indexed properties. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodForLayersIf this series is a parent series, returns the visual sub series present. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodForLegendSubItemsOverridePerforms an action for each legend sub-item (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodForSubVisualSeriesIf this series is a parent series, returns the visual sub series present. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetActualLegendBadgeOverrideAllows overriding LegendItemBadgeShape resolved from automatic LegendItemBadgeShape by derived series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetActualMarkerThicknessGets actual Marker Thickness (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetBrushProvides the main brush to use for the annotation visuals.  
Protected Internal MethodGetCalloutsAxisBufferExpansionGets axis buffer expansion for largests callout (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetCategoryAxisIfPresentGets the category axis in context, if one is present. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetCategoryPositionReturns category position of specified series  
Protected MethodGetCloneInstance (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetDefaultAppearanceMode  
Protected MethodGetDefaultBrightnessShift  
Protected MethodGetDefaultHorizontalAppearanceMode  
Protected MethodGetDefaultHorizontalDashArray  
Protected MethodGetDefaultHorizontalShiftAmount  
Protected MethodGetDefaultOpacityShift  
Protected MethodGetDefaultSaturationShift  
Protected MethodGetDefaultTooltipInstance (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetDefaultTransitionInSpeedTypeReturns the default TransitionInSpeedType for this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetDefaultTransitionOutSpeedTypeReturns the default TransitionOutSpeedType for this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetDefaultVerticalAppearanceMode  
Protected MethodGetDefaultVerticalDashArray  
Protected MethodGetDefaultVerticalShiftAmount  
Protected Internal MethodGetDesiredPlotAreaMarginHorizontalModeGets desired plot area margin in horizontal mode (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetDesiredPlotAreaMarginVerticalModeGets desired plot area margin in vertical mode (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetDistanceToIndexReturns a distance value (not necessarily pixels), that indicates how 'close' a world position is to an indexed value in the series. Not every series can necessarily answer this question, it can't or the world position or index is invalid, NaN will be returned. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetDistanceToIndexHelperHelps determine the distance to an index from a world position. Distance is not necessarily in pixels. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetEffectiveViewportForUnitViewportGets the effective viewport within the series viewport. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetExactUnsortedItemIndexHelperHelps in obtaining an unsorted index from a sorting axis. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetFragmentIndexIf this series is a stack fragment, returns the fragment index. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetHighlightedValueLayerPropertyOverlays (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetHighlightedValueLayerPropertyOverlaysOverride (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetHighlightingInfoGets the highlighting info of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetHighStrokeSegmentsReturns positions of high stroke segements for a specified position over this series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetHitTestAllowanceReturns the hit-test allowance (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetInterpolatedSeriesValueGets a data value based on the surrounding data items. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetItemIndexSortedGets the sorted index of the item based on world coordinates, if the series supports a sorted axis (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetItemLabelGets an item label, if available, for the given data item. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemValueByMemberPathGets item value for specified data member path (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseBrush (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseLabel (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemwiseLegendContext (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseLegendLabel (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseMarkerBrush (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseMarkerOutline (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetItemWiseOutline (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetLayoutClipReturns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. (Inherited from System.Windows.FrameworkElement)
Protected MethodGetLegendItemGets the legend item control to use. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetLogicalFragmentIndexIf this series is a stack fragment, returns the logical fragment index. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetLowStrokeSegmentsReturns positions of low stroke segements for a specified position over this series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetMarkerHighlightingInfoGets the highlighting info of a marker if the series supports markers (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetMatchingAxisGets the axis which should be paired with the given axis. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetMatchingBucketIndexesGets the data values present at a given point. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetMatchingBucketsGets the data values present at a given point. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetNextOrExactIndexHelperHelps in getting the next index that is near a given world position. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetOutlineProvides the main outline brush to use for the annotation visuals.  
Protected Internal MethodGetPreviousOrExactIndexHelperHelps in getting the previous index that is near a given world position. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetRangeReturns the range requirement of this series on the given axis. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetReferenceValueGets a numeric value representing the initial value of this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetResolvedAppearanceMode  
Protected MethodGetResolvedFocusModeResolves Selection mode of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetResolvedHighlightingModeResolves highlighting mode of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetResolvedHorizontalAppearanceMode  
Protected MethodGetResolvedHorizontalDashArray  
Protected MethodGetResolvedHorizontalShiftAmount  
Protected MethodGetResolvedSelectionModeResolves Selection mode of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetResolvedShiftAmount  
Protected MethodGetResolvedVerticalAppearanceMode  
Protected MethodGetResolvedVerticalDashArray  
Protected MethodGetResolvedVerticalShiftAmount  
Protected MethodGetSeriesHighlightingInfoGets series highlighting info for specified data item (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetSeriesItemGets the item based on the given point for another series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetSeriesMarkerHighlightingInfoGets marker highlighting info for specified data item (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetSeriesValueHelperHelps to obtain the a series value that is close to the provided world position, if possible. Otherwise returns NaN. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetSeriesValuePositionHelperGets a point representing the data values of the given point expressed in world coordinates. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetSubSeriesCountIf this series is a parent series, returns the number of logical sub series present. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetTemplateChildReturns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodGetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodGetViewInfoGets the view info for the series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodGetVisibleRangeGets the range of values contained within the current horizontal window. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodGetVisualChildOverrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodHasItem (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodHasLegendSubItemsOverrideChecks if this series had legend sub-items (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodHitTestCoreOverloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from System.Windows.UIElement)
Protected MethodInitializeOtherCloneProperties (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodInvalidateAxesMethod called when the series has changed in a way that will invalidate the range and rendering of its axes. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodIsDependentOnAxisOverride to decide if an axis rendering should incur a re-render for the layer.  
Protected MethodIsDependentOnSeriesOverride to decide if a series rendering should incur a re-render for the layer.  
Protected MethodIsIndexedPropertyChanged (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodIsSeriesValidChecks if specified series is valid for rendering  
Protected MethodIsSpecificHighlightingModeChecks if series has specific highlighting mode set (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodItemWhen overridden in a derived class gives the opportunity to define how the data source item for a given set of mouse coordinates is fetched. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodLayerBrushModifications (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodMeasureCoreImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverrideCalled to remeasure a control. (Inherited from System.Windows.Controls.Control)
Protected Internal MethodNotifyBrushScalesDirtyThis gets called when the brush scales associated with a series become dirty. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodNotifyDataLegendAboutSeriesChangesNotify DataLegend about changes to series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodNotifySizeScalesDirtyThis gets called when the size scales associated with a series become dirty. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodNotifyThumbnailAppearanceChangedCalled to notify that the appearance has changed and the thumbnail may need to refresh (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodNotifyThumbnailDataChangedCalled to notify that the data has changed and the thumbnail may need to refresh. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnAccessKeyProvides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement)
Protected MethodOnAnimationCompleted (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnAxisCollectionChangedCalled when the collection of axes this annotation layer may care about has changed.  
Protected Internal MethodOnBeforeContentRefreshMethod invoked before the series refreshes its visual content. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnChildDesiredSizeChangedSupports layout behavior when a child element is resized. (Inherited from System.Windows.UIElement)
Protected MethodOnContextMenuClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpeningInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeerReturns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.UIElement)
Protected MethodOnCursorPointMovedOverridden. Called when the cursor point has been moved by the user or mouse/touch events.  
Protected MethodOnDependentAxisRenderOverridden to react to when an axis on which the annotation layer is possibly dependent is rendering.  
Protected MethodOnDependentSeriesRenderOverridden to react to when a series on which the annotation layer is possibly dependent is rendering.  
Protected MethodOnDpiChangedCalled when the DPI at which this View is rendered changes. (Inherited from System.Windows.Media.Visual)
Protected MethodOnDragEnterInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDragOverInvoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnDropInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotFocusInvoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnGotTouchCaptureProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Protected MethodOnIndexChangedCalled when index of the series has changed (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnInitializedRaises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to %[LangWord]true %internally. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnIsDropShadowEnabledChangedCalled when Series.IsDropShadowEnabled is changed. Updates the values of the unset drop shadow related properties according to the series type. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsKeyboardFocusWithinChangedInvoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostFocusRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement)
Protected MethodOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnLostTouchCaptureProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationBoundaryFeedbackCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationCompletedCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationDeltaCalled when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationInertiaStartingCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartedCalled when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartingProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseEnterInvoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeaveInvoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonDownInvoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseUpInvoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseDoubleClickRaises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchDownProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchMoveProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchUpProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs). (Inherited from System.Windows.FrameworkElement)
Protected MethodOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnRenderWhen overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Inherited from System.Windows.UIElement)
Protected Internal MethodOnRenderSizeChangedRaises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnRenderValid (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnSeriesCollectionChangedCalled when the collection of series this annotation layer may care about has changed.  
Protected Internal MethodOnStyleChanged (Inherited from System.Windows.FrameworkElement)
Protected MethodOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnTemplateChanged (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnToolTipClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnToolTipOpeningInvoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnTouchDownProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchEnterProvides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchLeaveProvides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchMoveProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchUpProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTransitionOutFinished (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodOnViewCreatedOverridden. Overridden to process the created view for this series at creation time.  
Protected Internal MethodOnVisualChildrenChangedCalled when the System.Windows.Media.VisualCollection of the visual object is modified. (Inherited from System.Windows.Media.Visual)
Protected Internal MethodOnVisualParentChangedInvoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject). (Inherited from System.Windows.FrameworkElement)
Protected MethodOnVisualPropertiesChangedMethod invoked when a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodOnVisualPropertiesChangedImmediateMethod invoked when a visual property has changed, requiring an immediate visual update. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnVisualPropertiesChangedOverrideMethod invoked when a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodParentLayoutInvalidatedSupports incremental layout implementations in specialized subclasses of System.Windows.FrameworkElement. System.Windows.FrameworkElement.ParentLayoutInvalidated(System.Windows.UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. (Inherited from System.Windows.FrameworkElement)
Protected MethodPrepareFrameCalled when the series should prepare the next animation frame.  
Protected MethodPropertyUpdatedOverrideOverridden. Overridden to react to changes in series property values.  
Protected MethodRaisePropertyChangedRaises PropertyChanged and/or PropertyUpdated events if any listeners have been registered. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodRefreshIndexedProperties (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRegisterDoubleColumnRegisters a double column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRegisterForAxisRegisters this series with an axis. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRegisterIntColumnRegisters an int column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRegisterObjectColumnRegisters an object column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodRemoveLogicalChildRemoves the provided object from this element's logical tree. System.Windows.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (Inherited from System.Windows.FrameworkElement)
Protected MethodRemoveVisualChildRemoves the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodRenderFrameCalled when the series should render the provided animation frame.  
Protected Internal MethodRenderSeriesOverrideOverridden. Called when the series should update its visuals to react to changes in settings or data.  
Protected Internal MethodRenderThumbnailRenders the thumbnail for the OPD pane. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodReplayProperties (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRequiresPrepareInforms whether this series requires PrepareFrame to be called before RenderFrame. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodResolveActualResolution (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodResolveDefaultMarkerFillOpacityReturns default marker fill opacity, e.g. 0.7 (70% opacity) (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveFragmentNameResolves name of fragment of stacked series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodResolveHighlightedValuesValid (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveHostedSeriesResolves the hosted series for a geographic series, if possible. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveIsSelectionEnabled (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodResolveMemberPathResolves member path based on member path string or member path expression (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveNegativeBrushResolves to the series' negative brush (if supported) or defaults to primary series' brush (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveNegativeOutlineResolves to the series' negative outline (if supported) or defaults to primary series' outline (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveOutlineModeResolves automatic outline mode of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveParentSeriesIf this series is a stack fragment, returns the parent series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodResolveVisibleRangeModeResolves automatic visible range mode of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodRetrieveBindingFormatter (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodSeriesLayerPropertyOverlay_ItemsSourceResolving (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodSeriesLayerPropertyOverlay_TitleValueResolving (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodSeriesLayerPropertyOverlay_TransitionDurationResolving (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodSeriesLayerPropertyOverlay_ValueResolving (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodSetGeoParent (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected MethodShouldTransitionInAllows derived series to return true if it supports the current transition-in mode. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodShouldTransitionOutAllows derived series to return true if it supports the current transition-in mode. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodTestHighLowStrokeOverReturns a boolean indicating whether or not the given point is considered over the high or low outlines of this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodTestNearStrokeReturns a boolean indicating whether or not the given point is near the given PathGeometry outline. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodTestOverPolyReturns a boolean indicating whether or not the given point is over the given PathGeometry. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodTestShapesOverTest if the given point is over a shape in this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodTransformBrushIfLayered (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodUpdateActualAreaFillOpacityUpdates the ActualAreaFillOpacity property based on the state of this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodUpdateActualHighlightedValuesFadeOpacity (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodUpdateActualMarkerFillOpacityUpdates the ActualMarkerFillOpacity property based on the state of this series. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodUpdateActualThicknessGets actual thickness of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodUpdateAppearanceSettings  
Protected MethodUpdateIndexedPropertiesUpdates properties that are based on the index of the series in the series collection. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodUpdateLegendItemVisualsUpdates legend item visuals such as Legend Badges (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodUpdatePercentChangeUpdates precent change based on final value and reference value (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodUpdateProximityHighlightsUpdates proximity highlights of the series (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodUseParentMarkerCanvasDetermines if the current series renders its markers to the MarkerCanvas of the parent series. Ensures that StackedFragmentSeries don't reparent the MarkerCanvas. (Inherited from Infragistics.Controls.Charts.Series)
Protected Internal MethodValidateSeriesOverloaded. Overridden. Called to determine if the series is in a valid state or not.  
Protected MethodViewportRectChangedOverrideOverridden. Overridden in derived classes when they want to respond to the chart's window changing.  
Protected MethodWindowRectChangedOverrideOverridden. Overridden in derived classes when they want to respond to the chart's window changing.  
See Also