For a list of all members of this type, see WaterfallSeries members.
Name | Description | |
---|---|---|
AddHandler | Overloaded. 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) | |
AddToEventRoute | Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement) | |
ApplyAnimationClock | Overloaded. 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) | |
ApplyTemplate | Builds 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) | |
Arrange | Positions 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) | |
BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement) | |
BeginInit | Starts the initialization process for this element. (Inherited from System.Windows.FrameworkElement) | |
BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement) | |
BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement) | |
CanUseAsXAxis | Determine if object can be used as XAxis (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
CanUseAsYAxis | Determine if object can be used as YAxis (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement) | |
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement) | |
CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement) | |
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
EndInit | Indicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
ExportVisualData | Exports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Controls.Charts.Series) | |
FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual) | |
FindName | (Inherited from System.Windows.FrameworkElement) | |
FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement) | |
Focus | Attempts to set focus to this element. (Inherited from System.Windows.UIElement) | |
FromWorldPosition | Converts a point from world coordinates to coordinates within the viewport of the series. (Inherited from Infragistics.Controls.Charts.Series) | |
GetActualMarkerBrush | Returns the actual marker brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetActualMarkerOutlineBrush | Returns the actual marker outline used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetActualMarkerShape | Returns the value of MarkerType property or "Custom" if MarkerTemplate property is set. As long as the series has markers. (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetActualMarkerTemplate | Returns the actual marker template used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetAnimationBaseValue | Returns 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) | |
GetAxes | Gets this series' axes as an array. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement) | |
GetCategoryItems | Gets an array of category items for specified range of indices. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetCategoryWidth | Returns the width of the category grouping this series is in. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetDataLegendAxisLabelFromCursorPosition | Get series label for specified cursor position (Inherited from Infragistics.Controls.Charts.Series) | |
GetDataLegendBadge | Gets a legend badge representing this series (Inherited from Infragistics.Controls.Charts.Series) | |
GetDataLegendBadgeContext | Gets a legend badge context for this series (Inherited from Infragistics.Controls.Charts.Series) | |
GetDataLegendBadgeContextAtPosition | Gets a legend badge context for this series (Inherited from Infragistics.Controls.Charts.Series) | |
GetDataLegendBadgeShapeAndMarker | Gets 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) | |
GetDataLegendResolvedWorldPositionX | Gets 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) | |
GetDataLegendResolvedWorldPositionY | Gets 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) | |
GetDataLegendSeriesContextAt | Gets info about series values that will be displayed in the Data Legend (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetDataLegendSeriesFamily | Gets 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) | |
GetDataLegendSeriesTitle | Gets a title string for this series (Inherited from Infragistics.Controls.Charts.Series) | |
GetEffectiveViewport | Overloaded. Gets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.Series) | |
GetEffectiveViewportForViewport | Gets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.Series) | |
GetExactItemIndex | Gets 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.CategorySeries) | |
GetExactItemIndexFromSeriesPixel | Gets 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) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetItem | Gets the item that is the best match for the specified world coordinates. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetItemFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemIndex | Gets the index of the item based on world coordinates. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetItemIndexFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemsForSelection | Overridden. | |
GetItemSpan | Overridden. For 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. | |
GetItemValue | Gets a value based on one of the valid member paths for this series type. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetMainContentViewport | (Inherited from Infragistics.Controls.Charts.Series) | |
GetMemberPathValue | Gets the value of a requested member path from the series. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetNextOrExactIndex | Getting the next index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetOffsetValue | Returns the offset value for this series if grouped on a category axis. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetPreviousOrExactIndex | Getting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetSeriesHighValue | If possible, will return the best available high value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesHighValueFromSeriesPixel | If 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) | |
GetSeriesHighValuePosition | If 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) | |
GetSeriesHighValuePositionFromSeriesPixel | If 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) | |
GetSeriesLowValue | If possible, will return the best available low value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesLowValueFromSeriesPixel | If 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) | |
GetSeriesLowValuePosition | If 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) | |
GetSeriesLowValuePositionFromSeriesPixel | If 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) | |
GetSeriesValue | If possible, will return the best available main value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetSeriesValueBoundingBox | Overridden. If possible, will return the best available value bounding box within the series that has the best value match for the world position provided. | |
GetSeriesValueBoundingBoxFromSeriesPixel | If 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) | |
GetSeriesValueFineGrainedBoundingBoxes | If 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) | |
GetSeriesValueFineGrainedBoundingBoxesFromSeriesPixel | If 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) | |
GetSeriesValueFromSeriesPixel | If 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) | |
GetSeriesValueMarkerBoundingBox | If 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.HorizontalAnchoredCategorySeries) | |
GetSeriesValueMarkerBoundingBoxFromSeriesPixel | If 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) | |
GetSeriesValuePosition | If 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.HorizontalAnchoredCategorySeries) | |
GetSeriesValuePositionFromSeriesPixel | If 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) | |
GetSeriesValueType | Gets a numeric value from the numeric axis associated with this series that matches the desired value mode. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetSeriesValueTypePosition | (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetSeriesValueTypePositionFromValue | Converts the provided numeric values into pixel positions. For category series only one axis has numeric values depending on the orientation of the series. For horizontal category series the provided value should be expressed as ( NaN, YValue ). For vertical category series these values are flipped to ( XValue, NaN ). (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetVisiblePointsOfInterest | Returns a number of points of interest for the series, if supported. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
HideToolTips | Hides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
HideToolTipsImmediate | Hides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
InputHitTest | (Inherited from System.Windows.UIElement) | |
InvalidateArrange | Invalidates 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) | |
InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
InvalidateVisual | Invalidates 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) | |
IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual) | |
IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual) | |
Measure | Updates 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) | |
MoveCursorPoint | Moves the cursor point to the provided world position. Some series may react to the current cursor position. (Inherited from Infragistics.Controls.Charts.Series) | |
MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement) | |
NotifyIndexedPropertiesChanged | Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series (Inherited from Infragistics.Controls.Charts.Series) | |
NotifyVisualPropertiesChanged | Notifies the series that a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series) | |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
PlayTransitionIn | Plays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
PlayTransitionOut | Plays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
PlayTransitionOutAndRemove | Plays the assigned transition out animation, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
PointFromScreen | Converts 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) | |
PointToScreen | Converts 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) | |
PredictFocus | Determines 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) | |
RaiseEvent | (Inherited from System.Windows.UIElement) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement) | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from System.Windows.UIElement) | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement) | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement) | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement) | |
RemoveAllAlternateViews | Removes all alternate views of this series. (Inherited from Infragistics.Controls.Charts.Series) | |
RemoveAlternateView | Removes an alternate view of this series. (Inherited from Infragistics.Controls.Charts.Series) | |
RemoveAxes | Call to null out the axes of the series; (Inherited from Infragistics.Controls.Charts.Series) | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
RenderAlternateView | Renders an alternate view for of this series (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
RenderSeries | Renders the series. (Inherited from Infragistics.Controls.Charts.Series) | |
ReplayTransitionIn | Replays the assigned transition in animation, if any. (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveDesiredAutoMargin | Resolves desired auto margin for plot area of the series (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveDesiredAutoMarginWith | Resolves desired auto margin for plot area of the series (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveLegendIndex | Resolves the index to use for ordering the legend. (Inherited from Infragistics.Controls.Charts.Series) | |
ScrollIntoView | Scrolls the series to display the item for the specified data item. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetNegativeColors | Overridden. Sets the negative brush and outline properties for this series to the given arguments. | |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
SimulateHover | Simulates a pointer hover over the series surface. (Inherited from Infragistics.Controls.Charts.Series) | |
TestHit | Overridden. Checks for a matching data item at the given position. | |
ToString | Returns the string representation of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control) | |
ToWorldPosition | Converts a point from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series) | |
ToWorldRect | Converts a rect from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series) | |
TransformToAncestor | Overloaded. 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) | |
TransformToDescendant | Returns 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) | |
TransformToVisual | Returns 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) | |
TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement) | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement) | |
UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement) | |
UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement) | |
UpdateShowDefaultTooltip | Updates and shows default tooltip (Inherited from Infragistics.Controls.Charts.Series) |
Name | Description | |
---|---|---|
AddLogicalChild | Adds the provided object to the logical tree of this element. (Inherited from System.Windows.FrameworkElement) | |
AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual) | |
Animator_PropertyChanged | Handles the PropertyChanged event of the animator. (Inherited from Infragistics.Controls.Charts.Series) | |
ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement) | |
ArrangeOverride | Called to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control) | |
AssignBindingFormatter | (Inherited from Infragistics.Controls.Charts.Series) | |
CheckTransitionInterrupted | Checks if the transition has been interrupted. (Inherited from Infragistics.Controls.Charts.Series) | |
ClearAndAbortIfInvalid | Overloaded. Clears the series and aborts rendering if the series is not valid. (Inherited from Infragistics.Controls.Charts.Series) | |
ClearAxes | Call to null out the axes of a series. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
ClearHighlights | (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ClearRendering | Overloaded. Overridden. Clears the rendering for the series. | |
ClearSpeedModifiers | Clears the speed modifiers for this series. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
CopyVisualData | Copies the source visual data to the target visual data. (Inherited from Infragistics.Controls.Charts.Series) | |
CreateCloneInstance | Overridden. | |
CreateView | Overridden. Called to create the view for the series. | |
DataUpdatedOverride | Called when the data assigned to the series has been updated. (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
DeregisterForAxis | Deregisters this series with an axis. (Inherited from Infragistics.Controls.Charts.Series) | |
DirtyItemWiseContent | (Inherited from Infragistics.Controls.Charts.Series) | |
DisableCursorEventsForSeries | Disables cursor-related events for the given series. (Inherited from Infragistics.Controls.Charts.Series) | |
DoUpdateIndexedProperties | Makes sure the indexed properties are updated. (Inherited from Infragistics.Controls.Charts.Series) | |
EnsureItemSelected | (Inherited from Infragistics.Controls.Charts.Series) | |
EnsureItemWiseContent | (Inherited from Infragistics.Controls.Charts.Series) | |
EnsureSelectionMarkerState | (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
EnsureVisibleRangeMargins | Ensures visible range margins arc calculated (Inherited from Infragistics.Controls.Charts.Series) | |
ExpandRangeForMargin | Expands range for margin (Inherited from Infragistics.Controls.Charts.Series) | |
ExportVisualDataOverride | Exports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
FindActualLegend | Finds the legend to use for this series. (Inherited from Infragistics.Controls.Charts.Series) | |
ForceIndexUpdate | Force the given series to update its indexed properties. (Inherited from Infragistics.Controls.Charts.Series) | |
ForLayers | If this series is a parent series, returns the visual sub series present. (Inherited from Infragistics.Controls.Charts.Series) | |
ForLegendSubItemsOverride | Performs an action for each legend sub-item (Inherited from Infragistics.Controls.Charts.Series) | |
ForSubVisualSeries | If this series is a parent series, returns the visual sub series present. (Inherited from Infragistics.Controls.Charts.Series) | |
GetActiveMarkers | Returns a list of the active markers. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetActualLegendBadgeOverride | Allows overriding LegendItemBadgeShape resolved from automatic LegendItemBadgeShape by derived series (Inherited from Infragistics.Controls.Charts.Series) | |
GetActualMarkerThickness | Gets actual Marker Thickness (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetBucketSize | Returns the number of data items per bucket. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetCalloutsAxisBufferExpansion | Gets axis buffer expansion for largests callout (Inherited from Infragistics.Controls.Charts.Series) | |
GetCategoryAxis | Returns the Category Axis assigned to this series (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetCategoryAxisIfPresent | Gets the category axis in context, if one is present. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetCategoryItemsHelper | Gets an array of category items for specified range of indices. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetCloneInstance | (Inherited from Infragistics.Controls.Charts.Series) | |
GetDefaultTooltipInstance | (Inherited from Infragistics.Controls.Charts.Series) | |
GetDefaultTransitionInMode | Overridden. Gets default transition-in mode | |
GetDefaultTransitionInSpeedType | Returns the default TransitionInSpeedType for this series. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetDefaultTransitionOutSpeedType | Returns the default TransitionInSpeedType for this series. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetDesiredPlotAreaMarginHorizontalMode | (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetDesiredPlotAreaMarginVerticalMode | (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetDistanceToIndex | Returns 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.HorizontalAnchoredCategorySeries) | |
GetDistanceToIndexHelper | Helps determine the distance to an index from a world position. Distance is not necessarily in pixels. (Inherited from Infragistics.Controls.Charts.Series) | |
GetEffectiveViewportForUnitViewport | Gets the effective viewport within the series viewport. (Inherited from Infragistics.Controls.Charts.Series) | |
GetExactUnsortedItemIndex | Gets the exact unsorted index of the item based on world coordinates from the current sorting axis. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetExactUnsortedItemIndexHelper | Helps in obtaining an unsorted index from a sorting axis. (Inherited from Infragistics.Controls.Charts.Series) | |
GetFirstBucket | Returns the index of the first visible bucket. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetFragmentIndex | If this series is a stack fragment, returns the fragment index. (Inherited from Infragistics.Controls.Charts.Series) | |
GetFullSeriesInfo | Gets the highlighting info of the series (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetHighlightedValueLayerPropertyOverlays | (Inherited from Infragistics.Controls.Charts.Series) | |
GetHighlightedValueLayerPropertyOverlaysOverride | Overridden. | |
GetHighlightingInfo | Gets the highlighting info of the series (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetHighStrokeSegments | Returns positions of high stroke segements for a specified position over this series (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetHitTestAllowance | Returns the hit-test allowance (Inherited from Infragistics.Controls.Charts.Series) | |
GetInterpolatedSeriesValue | Gets a data value based on the surrounding data items. (Inherited from Infragistics.Controls.Charts.Series) | |
GetIsCustomCategoryMarkerStyleAllowed | Determines if a custom category marker style is allowed. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetIsCustomCategoryStyleAllowed | Determines if a custom category style is allowed. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetItemIndexSorted | Gets the index of the item based on world coordinates. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetItemLabel | Gets an item label, if available, for the given data item. (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemValueByMemberPath | Gets item value for specified data member path (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemWiseBrush | (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemWiseLabel | (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemwiseLegendContext | (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemWiseLegendLabel | (Inherited from Infragistics.Controls.Charts.Series) | |
GetItemWiseMarkerBrush | (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetItemWiseMarkerOutline | (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
GetItemWiseOutline | (Inherited from Infragistics.Controls.Charts.Series) | |
GetLastBucket | Returns the index of the last visible bucket. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetLayoutClip | Returns 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) | |
GetLegendItem | Gets the legend item control to use. (Inherited from Infragistics.Controls.Charts.Series) | |
GetLogicalFragmentIndex | If this series is a stack fragment, returns the logical fragment index. (Inherited from Infragistics.Controls.Charts.Series) | |
GetLowStrokeSegments | Returns positions of low stroke segements for a specified position over this series (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetMarkerHighlightingInfo | Gets the highlighting info of a marker, if the series supports markers. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetMatchingAxis | Gets the axis which should be paired with the given axis. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetMatchingBucketIndexes | Gets the data values present at a given point. (Inherited from Infragistics.Controls.Charts.Series) | |
GetMatchingBuckets | Gets the data values present at a given point. (Inherited from Infragistics.Controls.Charts.Series) | |
GetMode2Index | Gets the mode 2 index for the series. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetNextOrExactIndexHelper | Helps in getting the next index that is near a given world position. (Inherited from Infragistics.Controls.Charts.Series) | |
GetPreviousOrExactIndexHelper | Helps in getting the previous index that is near a given world position. (Inherited from Infragistics.Controls.Charts.Series) | |
GetRange | Returns the range requirement of this series on the given axis. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetReferenceValue | Gets a numeric value representing the initial value of this series. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetResolvedFocusMode | Resolves Selection mode of the series (Inherited from Infragistics.Controls.Charts.Series) | |
GetResolvedHighlightingMode | Resolves highlighting mode of the series (Inherited from Infragistics.Controls.Charts.Series) | |
GetResolvedSelectionMode | Resolves Selection mode of the series (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesHighlightingInfo | Gets series highlighting info for specified data item (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesItem | Gets the item based on the given point for another series. (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesMarkerHighlightingInfo | Gets marker highlighting info for specified data item (Inherited from Infragistics.Controls.Charts.Series) | |
GetSeriesValueHelper | Helps 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) | |
GetSeriesValuePositionHelper | Gets a point representing the data values of the given point expressed in world coordinates. (Inherited from Infragistics.Controls.Charts.Series) | |
GetSpecificHighlightingInfo | Gets the highlighting info of the series (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetSpecificMarkerHighlightingInfo | Gets the highlighting info of a marker, if the series supports markers. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
GetSubSeriesCount | If this series is a parent series, returns the number of logical sub series present. (Inherited from Infragistics.Controls.Charts.Series) | |
GetTemplateChild | Returns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. (Inherited from System.Windows.FrameworkElement) | |
GetTransitionFromZeroValue | Gets transition from zero value of the series: chart's left edge for vertical series or chart's bottom edge for horizontal series (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetUIParentCore | Returns an alternative logical parent for this element if there is no visual parent. (Inherited from System.Windows.FrameworkElement) | |
GetValueAxis | Returns the Numeric Axis assigned to this series (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
GetViewInfo | Gets the view info for the series. (Inherited from Infragistics.Controls.Charts.Series) | |
GetVisibleRange | Gets the range of values contained within the current horizontal window. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
GetVisualChild | Overrides 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) | |
HasItem | (Inherited from Infragistics.Controls.Charts.Series) | |
HasLegendSubItemsOverride | Checks if this series had legend sub-items (Inherited from Infragistics.Controls.Charts.Series) | |
HitTestCore | Overloaded. 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) | |
InitializeOtherCloneProperties | (Inherited from Infragistics.Controls.Charts.Series) | |
InvalidateAxes | Invalidates the axes associated with the series. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
IsIndexedPropertyChanged | (Inherited from Infragistics.Controls.Charts.Series) | |
IsSpecificHighlightingMode | Checks if series has specific highlighting mode set (Inherited from Infragistics.Controls.Charts.Series) | |
Item | Returns the item that is found at the given point. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
LayerBrushModifications | (Inherited from Infragistics.Controls.Charts.Series) | |
MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) | |
MeasureOverride | Called to remeasure a control. (Inherited from System.Windows.Controls.Control) | |
NotifyBrushScalesDirty | This gets called when the brush scales associated with a series become dirty. (Inherited from Infragistics.Controls.Charts.Series) | |
NotifyDataLegendAboutSeriesChanges | Notify DataLegend about changes to series (Inherited from Infragistics.Controls.Charts.Series) | |
NotifySizeScalesDirty | This gets called when the size scales associated with a series become dirty. (Inherited from Infragistics.Controls.Charts.Series) | |
NotifyThumbnailAppearanceChanged | Called to notify that the appearance has changed and the thumbnail may need to refresh (Inherited from Infragistics.Controls.Charts.Series) | |
NotifyThumbnailDataChanged | Called to notify that the data has changed and the thumbnail may need to refresh. (Inherited from Infragistics.Controls.Charts.Series) | |
OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement) | |
OnAnimationCompleted | (Inherited from Infragistics.Controls.Charts.Series) | |
OnBeforeContentRefresh | Method invoked before the series refreshes its visual content. (Inherited from Infragistics.Controls.Charts.Series) | |
OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (Inherited from System.Windows.UIElement) | |
OnContextMenuClosing | Invoked 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) | |
OnContextMenuOpening | Invoked 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) | |
OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.UIElement) | |
OnCursorPointMoved | Called when the cursor point has been moved by the user or mouse/touch events. (Inherited from Infragistics.Controls.Charts.Series) | |
OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from System.Windows.Media.Visual) | |
OnDragEnter | Invoked 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) | |
OnDragLeave | Invoked 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) | |
OnDragOver | Invoked 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) | |
OnDrop | Invoked 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) | |
OnGiveFeedback | Invoked 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) | |
OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from System.Windows.FrameworkElement) | |
OnGotKeyboardFocus | Invoked 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) | |
OnGotMouseCapture | Invoked 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) | |
OnGotStylusCapture | Invoked 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) | |
OnGotTouchCapture | Provides 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) | |
OnIndexChanged | Occurs when index of the series has changed (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
OnInitialized | Raises 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) | |
OnIsDropShadowEnabledChanged | Called 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) | |
OnIsKeyboardFocusedChanged | Invoked 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) | |
OnIsKeyboardFocusWithinChanged | Invoked 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) | |
OnIsMouseCapturedChanged | Invoked 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) | |
OnIsMouseCaptureWithinChanged | Invoked 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) | |
OnIsMouseDirectlyOverChanged | Invoked 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) | |
OnIsStylusCapturedChanged | Invoked 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) | |
OnIsStylusCaptureWithinChanged | Invoked 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) | |
OnIsStylusDirectlyOverChanged | Invoked 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) | |
OnKeyDown | Invoked 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) | |
OnKeyUp | Invoked 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) | |
OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement) | |
OnLostKeyboardFocus | Invoked 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) | |
OnLostMouseCapture | 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) | |
OnLostStylusCapture | Invoked 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) | |
OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement) | |
OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement) | |
OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement) | |
OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement) | |
OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement) | |
OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement) | |
OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement) | |
OnMouseDoubleClick | Raises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control) | |
OnMouseDown | Invoked 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) | |
OnMouseEnter | 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) | |
OnMouseLeave | 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) | |
OnMouseLeftButtonDown | Invoked 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) | |
OnMouseLeftButtonUp | 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) | |
OnMouseMove | 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) | |
OnMouseRightButtonDown | Invoked 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) | |
OnMouseRightButtonUp | Invoked 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) | |
OnMouseUp | Invoked 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) | |
OnMouseWheel | Invoked 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) | |
OnPreviewDragEnter | Invoked 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) | |
OnPreviewDragLeave | Invoked 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) | |
OnPreviewDragOver | Invoked 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) | |
OnPreviewDrop | Invoked 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) | |
OnPreviewGiveFeedback | Invoked 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) | |
OnPreviewGotKeyboardFocus | Invoked 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) | |
OnPreviewKeyDown | Invoked 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) | |
OnPreviewKeyUp | Invoked 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) | |
OnPreviewLostKeyboardFocus | Invoked 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) | |
OnPreviewMouseDoubleClick | Raises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control) | |
OnPreviewMouseDown | Invoked 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) | |
OnPreviewMouseLeftButtonDown | Invoked 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) | |
OnPreviewMouseLeftButtonUp | Invoked 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) | |
OnPreviewMouseMove | Invoked 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) | |
OnPreviewMouseRightButtonDown | Invoked 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) | |
OnPreviewMouseRightButtonUp | Invoked 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) | |
OnPreviewMouseUp | Invoked 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) | |
OnPreviewMouseWheel | Invoked 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) | |
OnPreviewQueryContinueDrag | Invoked 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) | |
OnPreviewStylusButtonDown | Invoked 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) | |
OnPreviewStylusButtonUp | Invoked 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) | |
OnPreviewStylusDown | Invoked 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) | |
OnPreviewStylusInAirMove | Invoked 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) | |
OnPreviewStylusInRange | Invoked 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) | |
OnPreviewStylusMove | Invoked 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) | |
OnPreviewStylusOutOfRange | Invoked 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) | |
OnPreviewStylusSystemGesture | Invoked 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) | |
OnPreviewStylusUp | Invoked 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) | |
OnPreviewTextInput | Invoked 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) | |
OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement) | |
OnPreviewTouchMove | Provides 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) | |
OnPreviewTouchUp | Provides 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) | |
OnPropertyChanged | Invoked 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) | |
OnQueryContinueDrag | Invoked 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) | |
OnQueryCursor | Invoked 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) | |
OnRender | When 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) | |
OnRenderSizeChanged | Raises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data. (Inherited from System.Windows.FrameworkElement) | |
OnRenderValid | (Inherited from Infragistics.Controls.Charts.Series) | |
OnStyleChanged | (Inherited from System.Windows.FrameworkElement) | |
OnStylusButtonDown | Invoked 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) | |
OnStylusButtonUp | Invoked 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) | |
OnStylusDown | Invoked 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) | |
OnStylusEnter | Invoked 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) | |
OnStylusInAirMove | Invoked 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) | |
OnStylusInRange | Invoked 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) | |
OnStylusLeave | Invoked 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) | |
OnStylusMove | Invoked 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) | |
OnStylusOutOfRange | Invoked 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) | |
OnStylusSystemGesture | Invoked 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) | |
OnStylusUp | Invoked 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) | |
OnTemplateChanged | (Inherited from System.Windows.Controls.Control) | |
OnTextInput | Invoked 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) | |
OnToolTipClosing | Invoked 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) | |
OnToolTipOpening | Invoked 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) | |
OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement) | |
OnTouchEnter | Provides 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) | |
OnTouchLeave | Provides 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) | |
OnTouchMove | Provides 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) | |
OnTouchUp | Provides 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) | |
OnTransitionOutFinished | (Inherited from Infragistics.Controls.Charts.Series) | |
OnViewCreated | Overridden. Called when the view for the series is created. | |
OnVisualChildrenChanged | Called when the System.Windows.Media.VisualCollection of the visual object is modified. (Inherited from System.Windows.Media.Visual) | |
OnVisualParentChanged | Invoked 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) | |
OnVisualPropertiesChanged | Method invoked when a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series) | |
OnVisualPropertiesChangedImmediate | Method invoked when a visual property has changed, requiring an immediate visual update. (Inherited from Infragistics.Controls.Charts.Series) | |
OnVisualPropertiesChangedOverride | Method invoked when a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series) | |
ParentLayoutInvalidated | Supports 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) | |
PerformCategoryMarkerStyleOverride | Raises the AssigningCategoryMarkerStyle event, and applies any changes made to the EventArgs. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
PerformCategoryStyleOverride | Raises the AssigningCategoryStyle event, and applies any changes made to the EventArgs. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
PropertyUpdatedOverride | Overridden. When 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. | |
RaiseAssigningCategoryMarkerStyles | Raises the AssigningCategoryMarkerStyle event. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
RaiseAssigningCategoryStyles | Raises the AssigningCategoryStyle event. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
RaisePropertyChanged | Raises PropertyChanged and/or PropertyUpdated events if any listeners have been registered. (Inherited from Infragistics.Controls.Charts.Series) | |
RefreshIndexedProperties | (Inherited from Infragistics.Controls.Charts.Series) | |
RegisterDoubleColumn | Registers a double column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series) | |
RegisterForAxis | Registers this series with an axis. (Inherited from Infragistics.Controls.Charts.Series) | |
RegisterIntColumn | Registers an int column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series) | |
RegisterObjectColumn | Registers an object column for the assigned ItemsSource. (Inherited from Infragistics.Controls.Charts.Series) | |
RemoveLogicalChild | Removes 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) | |
RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual) | |
RenderSeriesOverride | Renders the series visual. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
RenderThumbnail | Renders the thumbnail for the OPD pane. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ReplayProperties | (Inherited from Infragistics.Controls.Charts.Series) | |
RequiresPrepare | Informs whether this series requires PrepareFrame to be called before RenderFrame. (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveActualResolution | Overridden. | |
ResolveDefaultMarkerFillOpacity | Returns default marker fill opacity, e.g. 0.7 (70% opacity) (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveFragmentName | Resolves name of fragment of stacked series (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveHighlightedValuesValid | (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
ResolveHostedSeries | Resolves the hosted series for a geographic series, if possible. (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveIsSelectionEnabled | (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveMarkerFillMode | Resolves automatic marker fill mode (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
ResolveMarkerOutlineMode | Resolves marker outline mode (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
ResolveMemberPath | Resolves member path based on member path string or member path expression (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveNegativeBrush | Overridden. Resolves to the series' negative brush (if supported) or defaults to primary series' brush | |
ResolveNegativeOutline | Overridden. Resolves to the series' negative outline (if supported) or defaults to primary series' outline | |
ResolveOutlineMode | Resolves automatic outline mode of the series (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveParentSeries | If this series is a stack fragment, returns the parent series. (Inherited from Infragistics.Controls.Charts.Series) | |
ResolveVisibleRangeMode | Overridden. Resolves automatic visible range mode of the series | |
RetrieveBindingFormatter | (Inherited from Infragistics.Controls.Charts.Series) | |
SeriesLayerPropertyOverlay_ItemsSourceResolving | (Inherited from Infragistics.Controls.Charts.Series) | |
SeriesLayerPropertyOverlay_TitleValueResolving | (Inherited from Infragistics.Controls.Charts.Series) | |
SeriesLayerPropertyOverlay_TransitionDurationResolving | (Inherited from Infragistics.Controls.Charts.Series) | |
SeriesLayerPropertyOverlay_ValueResolving | (Inherited from Infragistics.Controls.Charts.Series) | |
SetGeoParent | (Inherited from Infragistics.Controls.Charts.Series) | |
ShouldDisplayMarkers | Returns true if the markers should be displayed. (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
ShouldOverrideCategoryStyle | Determines if the category style should be overridden. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ShouldOverrideMarkerStyle | Determines if the marker style should be overridden. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
ShouldTransitionIn | Checks if this series should perform transition-in animation (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ShouldTransitionOut | Checks if this series should perform transition-in animation (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
ShouldUseDashedStyleHighlightedValueGhost | (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
TestAreaOver | Checks if the series has area visuals at specified position (Inherited from Infragistics.Controls.Charts.HorizontalAnchoredCategorySeries) | |
TestHighLowStrokeOver | Returns 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) | |
TestMarkersOver | Simulates hovering over a marker at specified position within series plot area (Inherited from Infragistics.Controls.Charts.MarkerSeries) | |
TestNearStroke | Returns a boolean indicating whether or not the given point is near the given PathGeometry outline. (Inherited from Infragistics.Controls.Charts.Series) | |
TestOverPoly | Returns a boolean indicating whether or not the given point is over the given PathGeometry. (Inherited from Infragistics.Controls.Charts.Series) | |
TestShapesOver | Test if the given point is over a shape in this series. (Inherited from Infragistics.Controls.Charts.Series) | |
TransformBrushIfLayered | (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateActualAreaFillOpacity | Updates the ActualAreaFillOpacity property based on the state of this series. (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateActualHighlightedValuesFadeOpacity | (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateActualMarkerFillOpacity | Updates the ActualMarkerFillOpacity property based on the state of this series. (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateActualThickness | Gets actual thickness of the series (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateIndexedProperties | Updates properties that are based on the index of the series in the series collection. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
UpdateLegendItemVisuals | Updates legend item visuals such as Legend Badges (Inherited from Infragistics.Controls.Charts.Series) | |
UpdatePercentChange | Updates precent change based on final value and reference value (Inherited from Infragistics.Controls.Charts.Series) | |
UpdateProximityHighlights | Updates proximity highlights of the series (Inherited from Infragistics.Controls.Charts.Series) | |
UseParentMarkerCanvas | Determines 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) | |
ValidateSeries | Overloaded. Checks if the series is valid to be rendered. (Inherited from Infragistics.Controls.Charts.AnchoredCategorySeries) | |
ViewportRectChangedOverride | Overridden in derived classes when they want to respond to the viewport changing. (Inherited from Infragistics.Controls.Charts.CategorySeries) | |
WindowRectChangedOverride | Overridden in derived classes when they want to respond to the chart's window changing. (Inherited from Infragistics.Controls.Charts.CategorySeries) |