Version

Series Class Methods

For a list of all members of this type, see Series 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 Methodstatic (Shared in Visual Basic)CMACalculates the cumulative moving average.  
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 Methodstatic (Shared in Visual Basic)EMACalculates the exponential moving average.  
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.  
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.  
Public MethodGetActualMarkerBrushReturns the actual marker brush used by the series if the series has markers.  
Public MethodGetActualMarkerOutlineBrushReturns the actual marker outline brush used by the series if the series has markers.  
Public MethodGetActualMarkerShapeReturns the value of MarkerType property or "Custom" if MarkerTemplate property is set. As long as the series has markers.  
Public MethodGetActualMarkerTemplateReturns the actual marker template used by the series if the series has markers.  
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.  
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  
Public MethodGetDataLegendBadgeGets a legend badge representing this series  
Public MethodGetDataLegendBadgeContextGets a legend badge context for this series  
Public MethodGetDataLegendBadgeContextAtPositionGets a legend badge context for this series  
Public MethodGetDataLegendBadgeShapeAndMarkerGets resolved badge shape for this series and MarkerType if the series supported it and LegendItemBadgeShape property is set to Marker  
Public MethodGetDataLegendResolvedWorldPositionXGets world position X resolved to the end of plot area if passed value is not a number or negative  
Public MethodGetDataLegendResolvedWorldPositionYGets world position Y resolved to the end of plot area if passed value is not a number or negative  
Public MethodGetDataLegendSeriesContextAtGets info about series values that will be displayed in the Data Legend  
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  
Public MethodGetDataLegendSeriesTitleGets a title string for this series  
Public MethodGetEffectiveViewportOverloaded. Gets the effective viewport, adjusted to account for margins and other factors.  
Public MethodGetEffectiveViewportForViewportGets the effective viewport, adjusted to account for margins and other factors.  
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.  
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.  
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.  
Public MethodGetItemFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area.  
Public MethodGetItemIndexGets the item index associated with the specified world position  
Public MethodGetItemIndexFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area.  
Public MethodGetItemsForSelection  
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.  
Public MethodGetItemValueGets a value based on one of the valid member paths for this series type.  
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  
Public MethodGetMemberPathValueGets the value of a requested member path from the series.  
Public MethodGetNextOrExactIndexGetting the next index that is near a given world position, if possible, otherwise NaN.  
Public MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN.  
Public MethodGetSeriesHighValueIf possible, will return the best available high value of the series for a given world coordinate.  
Public MethodGetSeriesHighValueFromSeriesPixelIf possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area.  
Public MethodGetSeriesHighValuePositionIf possible, will return the best available position within the series that has the best high value match for the world position provided.  
Public MethodGetSeriesHighValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best high value match for the world position provided.  
Public MethodGetSeriesLowValueIf possible, will return the best available low value of the series for a given world coordinate.  
Public MethodGetSeriesLowValueFromSeriesPixelIf possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area.  
Public MethodGetSeriesLowValuePositionIf possible, will return the best available position within the series that has the best low value match for the world position provided.  
Public MethodGetSeriesLowValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best low value match for the world position provided.  
Public MethodGetSeriesValueIf possible, will return the best available main value of the series for a given world coordinate.  
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.  
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.  
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.  
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.  
Public MethodGetSeriesValueFromSeriesPixelIf possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area.  
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.  
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.  
Public MethodGetSeriesValuePositionIf possible, will return the best available position within the series that has the best value match for the world position provided.  
Public MethodGetSeriesValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best value match for the world position provided.  
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.  
Public MethodGetSeriesValueTypePositionGets position of series value for specified layer value mode  
Public MethodGetSeriesValueTypePositionFromValueConverts the provided axis data values into pixel positions.  
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.  
Public MethodHideToolTipsHides any internal tooltips presented by the series, if any.  
Public MethodHideToolTipsImmediateHides any internal tooltips presented by the series, if any.  
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 Methodstatic (Shared in Visual Basic)MMACalculates the modified moving average.  
Public MethodMoveCursorPointMoves the cursor point to the provided world position. Some series may react to the current cursor position.  
Public MethodMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement)
Public Methodstatic (Shared in Visual Basic)MovingSumCalculates a moving sum over a sequence with a given period.  
Public MethodNotifyIndexedPropertiesChangedCalled to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series  
Public MethodNotifyVisualPropertiesChangedNotifies the series that a visual property has changed, requiring a visual update.  
Public MethodOnApplyTemplateOverridden. When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.  
Public MethodPlayTransitionInPlays the assigned transition out animation, if any.  
Public MethodPlayTransitionOutPlays the assigned transition out animation, if any.  
Public MethodPlayTransitionOutAndRemovePlays the assigned transition out animation, if any.  
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.  
Public MethodRemoveAlternateViewRemoves an alternate view of this series.  
Public MethodRemoveAxesCall to null out the axes of the series;  
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodRenderAlternateViewRenders an alternate view for use with tiling, etc.  
Public MethodRenderSeriesRenders the series.  
Public MethodReplayTransitionInReplays the assigned transition in animation, if any.  
Public MethodResolveDesiredAutoMarginResolves desired auto margin for plot area of the series  
Public MethodResolveDesiredAutoMarginWithResolves desired auto margin for plot area of the series  
Public MethodResolveLegendIndexResolves the index to use for ordering the legend.  
Public MethodScrollIntoViewRequests that the provided item should be brought into view if possible.  
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.  
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.  
Public Methodstatic (Shared in Visual Basic)SMACalculates the simple moving average.  
Public Methodstatic (Shared in Visual Basic)STDEVCalculates the standard deviation of a sequence with a given period.  
Public MethodTestHitChecks for a matching data item at the given position.  
Public Methodstatic (Shared in Visual Basic)ToEnumerableEvaluates the given expression over a range of indexes starting at 0.  
Public Methodstatic (Shared in Visual Basic)ToEnumerableRangeEvaluates the given expression over a range of indexes.  
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.  
Public MethodToWorldRectConverts a rect from coordinates within the series plot area to a world position within axis space.  
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  
Public Methodstatic (Shared in Visual Basic)WMACalculates the weighted moving average.  
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.  
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  
Protected MethodCheckTransitionInterruptedChecks if the transition has been interrupted.  
Protected Internal MethodClearAndAbortIfInvalidOverloaded. Clears the series and aborts rendering if the series is not valid.  
Protected Internal MethodClearAxesCall to null out the axes of a series.  
Protected Internal MethodClearHighlightsClear highlighting of the series  
Protected Internal MethodClearRenderingOverloaded. Clears the rendering for the series.  
Protected MethodClearSpeedModifiersClears the speed modifiers for this series.  
Protected MethodCopyVisualDataCopies the source visual data to the target visual data.  
Protected MethodCreateCloneInstance  
Protected Internal Methodstatic (Shared in Visual Basic)CreateExternalMap  
Protected MethodCreateViewCalled to create the view for the series.  
Protected MethodDataUpdatedOverrideMethod called whenever a change is made to the series data.  
Protected MethodDeregisterForAxisDeregisters this series with an axis.  
Protected MethodDirtyItemWiseContent  
Protected MethodDisableCursorEventsForSeriesDisables cursor-related events for the given series.  
Protected Internal MethodDoUpdateIndexedPropertiesMakes sure the indexed properties are updated.  
Protected Internal Methodstatic (Shared in Visual Basic)EnsureExternalMap  
Protected Internal MethodEnsureItemSelected  
Protected MethodEnsureItemWiseContent  
Protected Internal MethodEnsureSelectionMarkerState  
Protected MethodEnsureVisibleRangeMarginsEnsures visible range margins arc calculated  
Protected Internal MethodExpandRangeForMarginExpands range for margin  
Protected MethodExportVisualDataOverrideCalled when the series should provide visual data for export.  
Protected MethodFindActualLegendFinds the legend to use for this series.  
Protected MethodForceIndexUpdateForce the given series to update its indexed properties.  
Protected Internal MethodForLayersIf this series is a parent series, returns the visual sub series present.  
Protected MethodForLegendSubItemsOverridePerforms an action for each legend sub-item  
Protected Internal MethodForSubVisualSeriesIf this series is a parent series, returns the visual sub series present.  
Protected MethodGetActualLegendBadgeOverrideAllows overriding LegendItemBadgeShape resolved from automatic LegendItemBadgeShape by derived series  
Protected Internal MethodGetActualMarkerThicknessGets actual Marker Thickness  
Protected Internal MethodGetCalloutsAxisBufferExpansionGets axis buffer expansion for largests callout  
Protected Internal MethodGetCategoryAxisIfPresentGets the category axis in context, if one is present.  
Protected MethodGetCloneInstance  
Protected MethodGetDefaultTooltipInstance  
Protected MethodGetDefaultTransitionInSpeedTypeReturns the default TransitionInSpeedType for this series.  
Protected MethodGetDefaultTransitionOutSpeedTypeReturns the default TransitionOutSpeedType for this series.  
Protected Internal MethodGetDesiredPlotAreaMarginHorizontalModeGets desired plot area margin in horizontal mode  
Protected Internal MethodGetDesiredPlotAreaMarginVerticalModeGets desired plot area margin in vertical mode  
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.  
Protected MethodGetDistanceToIndexHelperHelps determine the distance to an index from a world position. Distance is not necessarily in pixels.  
Protected Internal MethodGetEffectiveViewportForUnitViewportGets the effective viewport within the series viewport.  
Protected Internal MethodGetExactUnsortedItemIndexHelperHelps in obtaining an unsorted index from a sorting axis.  
Protected Internal MethodGetFragmentIndexIf this series is a stack fragment, returns the fragment index.  
Protected MethodGetHighlightedValueLayerPropertyOverlays  
Protected MethodGetHighlightedValueLayerPropertyOverlaysOverride  
Protected Internal MethodGetHighlightingInfoGets the highlighting info of the series  
Protected Internal MethodGetHighStrokeSegmentsReturns positions of high stroke segements for a specified position over this series  
Protected Internal MethodGetHitTestAllowanceReturns the hit-test allowance  
Protected Internal MethodGetInterpolatedSeriesValueGets a data value based on the surrounding data items.  
Protected Internal MethodGetItemIndexSortedGets the sorted index of the item based on world coordinates, if the series supports a sorted axis  
Protected Internal MethodGetItemLabelGets an item label, if available, for the given data item.  
Protected MethodGetItemValueByMemberPathGets item value for specified data member path  
Protected MethodGetItemWiseBrush  
Protected MethodGetItemWiseLabel  
Protected MethodGetItemwiseLegendContext  
Protected MethodGetItemWiseLegendLabel  
Protected MethodGetItemWiseMarkerBrush  
Protected MethodGetItemWiseMarkerOutline  
Protected MethodGetItemWiseOutline  
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.  
Protected Internal MethodGetLogicalFragmentIndexIf this series is a stack fragment, returns the logical fragment index.  
Protected Internal MethodGetLowStrokeSegmentsReturns positions of low stroke segements for a specified position over this series  
Protected Internal MethodGetMarkerHighlightingInfoGets the highlighting info of a marker if the series supports markers  
Protected Internal MethodGetMatchingAxisGets the axis which should be paired with the given axis.  
Protected Internal MethodGetMatchingBucketIndexesGets the data values present at a given point.  
Protected Internal MethodGetMatchingBucketsGets the data values present at a given point.  
Protected Internal MethodGetNextOrExactIndexHelperHelps in getting the next index that is near a given world position.  
Protected Internal MethodGetPreviousOrExactIndexHelperHelps in getting the previous index that is near a given world position.  
Protected Internal MethodGetRangeReturns the range requirement of this series on the given axis.  
Protected Internal MethodGetReferenceValueGets a numeric value representing the initial value of this series.  
Protected MethodGetResolvedFocusModeResolves Selection mode of the series  
Protected MethodGetResolvedHighlightingModeResolves highlighting mode of the series  
Protected MethodGetResolvedSelectionModeResolves Selection mode of the series  
Protected MethodGetSeriesHighlightingInfoGets series highlighting info for specified data item  
Protected MethodGetSeriesItemGets the item based on the given point for another series.  
Protected MethodGetSeriesMarkerHighlightingInfoGets marker highlighting info for specified data item  
Protected MethodGetSeriesValueHelperHelps to obtain the a series value that is close to the provided world position, if possible. Otherwise returns NaN.  
Protected MethodGetSeriesValuePositionHelperGets a point representing the data values of the given point expressed in world coordinates.  
Protected Internal MethodGetSubSeriesCountIf this series is a parent series, returns the number of logical sub series present.  
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.  
Protected Internal MethodGetVisibleRangeGets the range of values contained within the current horizontal window.  
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  
Protected MethodHasLegendSubItemsOverrideChecks if this series had legend sub-items  
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  
Protected Internal MethodInvalidateAxesMethod called when the series has changed in a way that will invalidate the range and rendering of its axes.  
Protected MethodIsIndexedPropertyChanged  
Protected MethodIsSpecificHighlightingModeChecks if series has specific highlighting mode set  
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.  
Protected MethodLayerBrushModifications  
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.  
Protected MethodNotifyDataLegendAboutSeriesChangesNotify DataLegend about changes to series  
Protected Internal MethodNotifySizeScalesDirtyThis gets called when the size scales associated with a series become dirty.  
Protected Internal MethodNotifyThumbnailAppearanceChangedCalled to notify that the appearance has changed and the thumbnail may need to refresh  
Protected MethodNotifyThumbnailDataChangedCalled to notify that the data has changed and the thumbnail may need to refresh.  
Protected MethodOnAccessKeyProvides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement)
Protected MethodOnAnimationCompleted  
Protected Internal MethodOnBeforeContentRefreshMethod invoked before the series refreshes its visual content.  
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 MethodOnCursorPointMovedCalled when the cursor point has been moved by the user or mouse/touch events.  
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  
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 IsDropShadowEnabled is changed. Updates the values of the unset drop shadow related properties according to the series type.  
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 MethodOnLostMouseCapture(MouseEventArgs)Invoked 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 MethodOnMouseEnter(MouseEventArgs)Invoked 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 MethodOnMouseLeave(MouseEventArgs)Invoked 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 MethodOnMouseLeftButtonUp(MouseButtonEventArgs)Invoked 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 MethodOnMouseMove(MouseEventArgs)Invoked 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  
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  
Protected Internal MethodOnViewCreatedCalled when the view for the series is created.  
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.  
Protected Internal MethodOnVisualPropertiesChangedImmediateMethod invoked when a visual property has changed, requiring an immediate visual update.  
Protected MethodOnVisualPropertiesChangedOverrideMethod invoked when a visual property has changed, requiring a visual update.  
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 MethodPropertyUpdatedOverrideWhen overridden in a derived class, gets called whenever a property value is updated on the series or owning chart. Gives the series a chance to respond to the various property updates.  
Protected MethodRaisePropertyChangedRaises PropertyChanged and/or PropertyUpdated events if any listeners have been registered.  
Protected Internal MethodRefreshIndexedProperties  
Protected MethodRegisterDoubleColumnRegisters a double column for the assigned ItemsSource.  
Protected MethodRegisterForAxisRegisters this series with an axis.  
Protected MethodRegisterIntColumnRegisters an int column for the assigned ItemsSource.  
Protected MethodRegisterObjectColumnRegisters an object column for the assigned ItemsSource.  
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 Internal MethodRenderSeriesOverrideRenders the series.  
Protected Internal MethodRenderThumbnailRenders the thumbnail for the OPD pane.  
Protected MethodReplayProperties  
Protected MethodRequiresPrepareInforms whether this series requires PrepareFrame to be called before RenderFrame.  
Protected MethodResolveActualResolution  
Protected MethodResolveDefaultMarkerFillOpacityReturns default marker fill opacity, e.g. 0.7 (70% opacity)  
Protected Internal MethodResolveFragmentNameResolves name of fragment of stacked series  
Protected MethodResolveHighlightedValuesValid  
Protected Internal MethodResolveHostedSeriesResolves the hosted series for a geographic series, if possible.  
Protected Internal MethodResolveIsSelectionEnabled  
Protected MethodResolveMemberPathResolves member path based on member path string or member path expression  
Protected Internal MethodResolveNegativeBrushResolves to the series' negative brush (if supported) or defaults to primary series' brush  
Protected Internal MethodResolveNegativeOutlineResolves to the series' negative outline (if supported) or defaults to primary series' outline  
Protected Internal MethodResolveOutlineModeResolves automatic outline mode of the series  
Protected Internal MethodResolveParentSeriesIf this series is a stack fragment, returns the parent series.  
Protected Internal MethodResolveVisibleRangeModeResolves automatic visible range mode of the series  
Protected MethodRetrieveBindingFormatter  
Protected MethodSeriesLayerPropertyOverlay_ItemsSourceResolving  
Protected MethodSeriesLayerPropertyOverlay_TitleValueResolving  
Protected MethodSeriesLayerPropertyOverlay_TransitionDurationResolving  
Protected MethodSeriesLayerPropertyOverlay_ValueResolving  
Protected MethodSetGeoParent  
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.  
Protected MethodShouldTransitionOutAllows derived series to return true if it supports the current transition-in mode.  
Protected MethodTestHighLowStrokeOverReturns a boolean indicating whether or not the given point is considered over the high or low outlines of this series.  
Protected MethodTestNearStrokeReturns a boolean indicating whether or not the given point is near the given PathGeometry outline.  
Protected MethodTestOverPolyReturns a boolean indicating whether or not the given point is over the given PathGeometry.  
Protected MethodTestShapesOverTest if the given point is over a shape in this series.  
Protected Internal MethodTransformBrushIfLayered  
Protected Internal MethodUpdateActualAreaFillOpacityUpdates the ActualAreaFillOpacity property based on the state of this series.  
Protected Internal MethodUpdateActualHighlightedValuesFadeOpacity  
Protected Internal MethodUpdateActualMarkerFillOpacityUpdates the ActualMarkerFillOpacity property based on the state of this series.  
Protected MethodUpdateActualThicknessGets actual thickness of the series  
Protected MethodUpdateIndexedPropertiesUpdates properties that are based on the index of the series in the series collection.  
Protected MethodUpdateLegendItemVisualsUpdates legend item visuals such as Legend Badges  
Protected MethodUpdatePercentChangeUpdates precent change based on final value and reference value  
Protected Internal MethodUpdateProximityHighlightsUpdates proximity highlights of the 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.  
Protected Internal MethodValidateSeriesOverloaded. Checks if the series is valid to be rendered.  
Protected MethodViewportRectChangedOverrideWhen overridden in a derived class, is invoked whenever the series viewport rectangle is changed.  
Protected MethodWindowRectChangedOverrideWhen overridden in a derived class, is invoked whenever the series window rectangle is changed.  
See Also