LegendModifier Class Members
The following tables list the members exposed by LegendModifier.
Public Constructors
Name | Description | |
---|---|---|
![]() | LegendModifier Constructor | Initializes a new instance of the LegendModifier class. |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | GetLegendDataForProperty | Defines the GetLegendDataFor DependencyProperty |
![]() ![]() | IncludeSeriesProperty | Defined IncludeSeries Attached Property |
![]() ![]() | LegendDataProperty | Defines the LegendData DependencyProperty |
![]() ![]() | LegendItemTemplateProperty | Defines the LegendTemplate DependencyProperty |
![]() ![]() | LegendPlacementProperty | Defines the LegendPlacement DependencyProperty |
![]() ![]() | LegendTemplateProperty | Defines the SciChartLegend DependencyProperty |
![]() ![]() | OrientationProperty | Defines the LegendOrientation DependencyProperty |
![]() ![]() | ShowLegendProperty | Defines the ShowLegend DependencyProperty |
![]() ![]() | ShowSeriesMarkersProperty | Defines the ShowSeriesMarkers DependencyProperty |
![]() ![]() | ShowVisibilityCheckboxesProperty | Defines the ShowVisibilityCheckboxes DependencyProperty |
Protected Fields
Name | Description | |
---|---|---|
![]() | _isInMasterBounds | Indicates whether the current modifier is inside the master bounds (Inherited from SciChart.Charting.ChartModifiers.InspectSeriesModifierBase) |
![]() | _isMaster | Indicates whether the current modifier is master (Inherited from InspectSeriesModifierBase) |
![]() | _master | Defines the master ChartModifierBase (Inherited from InspectSeriesModifierBase) |
![]() | CurrentPoint | The Current MousePoint on the parent SciChart.Charting.Visuals.SciChartSurfaceBase.ModifierSurface (Inherited from InspectSeriesModifierBase) |
Public Properties
Name | Description | |
---|---|---|
![]() | ActualHeight | Gets the rendered height of this element. (Inherited from System.Windows.FrameworkElement) |
![]() | ActualWidth | Gets the rendered width of this element. (Inherited from InspectSeriesModifierBase) |
![]() | AllowDrop | Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. (Inherited from InspectSeriesModifierBase) |
![]() | AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from InspectSeriesModifierBase) |
![]() | AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. (Inherited from InspectSeriesModifierBase) |
![]() | AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from InspectSeriesModifierBase) |
![]() | Background | Gets or sets a brush that describes the background of a control. (Inherited from InspectSeriesModifierBase) |
![]() | BindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from InspectSeriesModifierBase) |
![]() | BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | BitmapEffectInput | Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from InspectSeriesModifierBase) |
![]() | BorderThickness | Gets or sets the border thickness of a control. (Inherited from InspectSeriesModifierBase) |
![]() | CacheMode | Gets or sets a cached representation of the System.Windows.UIElement. (Inherited from InspectSeriesModifierBase) |
![]() | Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | ClipToBounds | Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | CommandBindings | Gets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. (Inherited from InspectSeriesModifierBase) |
![]() | Content | Gets or sets the content of a System.Windows.Controls.ContentControl. (Inherited from InspectSeriesModifierBase) |
![]() | ContentStringFormat | Gets or sets a composite string that specifies how to format the System.Windows.Controls.ContentControl.Content property if it is displayed as a string. (Inherited from InspectSeriesModifierBase) |
![]() | ContentTemplate | Gets or sets the data template used to display the content of the System.Windows.Controls.ContentControl. (Inherited from InspectSeriesModifierBase) |
![]() | ContentTemplateSelector | Gets or sets a template selector that enables an application writer to provide custom template-selection logic. (Inherited from InspectSeriesModifierBase) |
![]() | ContextMenu | Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. (Inherited from InspectSeriesModifierBase) |
![]() | Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | DataContext | Gets or sets the data context for an element when it participates in data binding. (Inherited from InspectSeriesModifierBase) |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from InspectSeriesModifierBase) |
![]() | DesiredSize | Gets the size that this element computed during the measure pass of the layout process. (Inherited from InspectSeriesModifierBase) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from InspectSeriesModifierBase) |
![]() | Effect | Gets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | ExecuteOn | Determines when the ZoomExtentsModifier executes, e.g. ExecuteOn.MouseDoubleClick will cause a zoom extents on mouse double click of the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | ExecuteWhen | Gets or sets Modifier Keys that are required for ChartModifier action (Inherited from InspectSeriesModifierBase) |
![]() | FlowDirection | Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. (Inherited from InspectSeriesModifierBase) |
![]() | Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | FocusVisualStyle | Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from InspectSeriesModifierBase) |
![]() | FontFamily | Gets or sets the font family of the control. (Inherited from InspectSeriesModifierBase) |
![]() | FontSize | Gets or sets the font size. (Inherited from InspectSeriesModifierBase) |
![]() | FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from InspectSeriesModifierBase) |
![]() | FontStyle | Gets or sets the font style. (Inherited from InspectSeriesModifierBase) |
![]() | FontWeight | Gets or sets the weight or thickness of the specified font. (Inherited from InspectSeriesModifierBase) |
![]() | ForceCursor | Gets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property. (Inherited from InspectSeriesModifierBase) |
![]() | Foreground | Gets or sets a brush that describes the foreground color. (Inherited from InspectSeriesModifierBase) |
![]() | GetLegendDataFor | Gets or sets an enumeration constant defining which series to interrogate for the legend data source |
![]() | HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. (Inherited from InspectSeriesModifierBase) |
![]() | HasContent | Gets a value that indicates whether the System.Windows.Controls.ContentControl contains content. (Inherited from InspectSeriesModifierBase) |
![]() | Height | Gets or sets the suggested height of the element. (Inherited from InspectSeriesModifierBase) |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. (Inherited from InspectSeriesModifierBase) |
![]() | HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from InspectSeriesModifierBase) |
![]() | InputBindings | Gets the collection of input bindings associated with this element. (Inherited from InspectSeriesModifierBase) |
![]() | InputScope | Gets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from InspectSeriesModifierBase) |
![]() | IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from InspectSeriesModifierBase) |
![]() | IsAttached | Gets or sets whether this Element is attached to a parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). (Inherited from InspectSeriesModifierBase) |
![]() | IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsHitTestVisible | Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsInitialized | Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called. (Inherited from InspectSeriesModifierBase) |
![]() | IsInputMethodEnabled | Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsKeyboardFocusWithin | Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. (Inherited from InspectSeriesModifierBase) |
![]() | IsManipulationEnabled | Gets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from InspectSeriesModifierBase) |
![]() | IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseLeftButtonDown | Gets if the Left mouse button is currently down (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseMiddleButtonDown | Gets if the Middle mouse button is currently down (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseOver | Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseRightButtonDown | Gets of the right mouse button is currently down (Inherited from InspectSeriesModifierBase) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusOver | Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | IsSynchronized | (Inherited from InspectSeriesModifierBase) |
![]() | IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from InspectSeriesModifierBase) |
![]() | IsVisible | Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | Language | Gets or sets localization/globalization language information that applies to an element. (Inherited from InspectSeriesModifierBase) |
![]() | LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from InspectSeriesModifierBase) |
![]() | LegendData | The LegendData object provides a collection of SciChart.Charting.Model.ChartData.SeriesInfo which can be bound to in ItemsControls or SciChartLegend control. |
![]() | LegendItemTemplate | Gets or sets the Legend Item Template, which provides UI that binds to a single SciChart.Charting.Model.ChartData.SeriesInfo instance. |
![]() | LegendPlacement | Used in combination with ShowLegend = true. Defines the placement of the auto-generated legend |
![]() | LegendTemplate | Used in combination with ShowLegend = true. An optional control template for the auto-generated SciChart.Charting.Visuals.SciChartLegend control |
![]() | Margin | Gets or sets the outer margin of an element. (Inherited from InspectSeriesModifierBase) |
![]() | MaxHeight | Gets or sets the maximum height constraint of the element. (Inherited from InspectSeriesModifierBase) |
![]() | MaxWidth | Gets or sets the maximum width constraint of the element. (Inherited from InspectSeriesModifierBase) |
![]() | MinHeight | Gets or sets the minimum height constraint of the element. (Inherited from InspectSeriesModifierBase) |
![]() | MinWidth | Gets or sets the minimum width constraint of the element. (Inherited from InspectSeriesModifierBase) |
![]() | ModifierName | Gets modifier name (Inherited from InspectSeriesModifierBase) |
![]() | ModifierSurface | Gets the SciChart.Charting.Visuals.IChartModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartSurface, which acts as a canvas to place UIElements (Inherited from InspectSeriesModifierBase) |
![]() | MouseEventGroup | Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets (Inherited from InspectSeriesModifierBase) |
![]() | Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. (Inherited from InspectSeriesModifierBase) |
![]() | Opacity | Gets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | OpacityMask | Gets or sets an opacity mask, as a System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | Orientation | Gets or sets the Orientation of the Legend Items, e.g. Vertical, or Horizontal |
![]() | OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from InspectSeriesModifierBase) |
![]() | Padding | Gets or sets the padding inside a control. (Inherited from InspectSeriesModifierBase) |
![]() | Parent | Gets the logical parent element of this element. (Inherited from InspectSeriesModifierBase) |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.SciChartSurface to perform operations on (Inherited from InspectSeriesModifierBase) |
![]() | PersistId | Gets a value that uniquely identifies this element. (Inherited from InspectSeriesModifierBase) |
![]() | ReceiveHandledEvents | Gets or sets a value, indicates whether current modifier handles events which have already been marked as handled (Inherited from InspectSeriesModifierBase) |
![]() | RenderSize | Gets (or sets) the final render size of this element. (Inherited from InspectSeriesModifierBase) |
![]() | RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | RenderTransformOrigin | Gets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | Resources | Gets or sets the locally-defined resource dictionary. (Inherited from InspectSeriesModifierBase) |
![]() | SeriesData | Gets or sets the SciChart.Charting.Model.ChartData.ChartDataObject which may be bound to, to provide feedback to the user of cursor updates (Inherited from InspectSeriesModifierBase) |
![]() | Services | Gets or sets a SciChart.Core.Utility.IServiceContainer container (Inherited from InspectSeriesModifierBase) |
![]() | ShowLegend | If true, then the LegendModifier automatically shows and hosts a SciChart.Charting.Visuals.SciChartLegend inside the chart surface, according to LegendPlacement. If false, then the user may provide an alternative legend control |
![]() | ShowSeriesMarkers | Used in combination with ShowLegend = true. If true, shows the Series Markers in the automatically generated legend |
![]() | ShowVisibilityCheckboxes | Used in combination with ShowLegend = true. If true, shows the Visibility Checkboxes in the automatically generated legend. |
![]() | SnapsToDevicePixels | Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | SourceMode | Gets or sets type of series on which interaction is performed (Inherited from InspectSeriesModifierBase) |
![]() | Style | Gets or sets the style used by this element when it is rendered. (Inherited from InspectSeriesModifierBase) |
![]() | TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from InspectSeriesModifierBase) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from InspectSeriesModifierBase) |
![]() | Template | Gets or sets a control template. (Inherited from InspectSeriesModifierBase) |
![]() | TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from InspectSeriesModifierBase) |
![]() | ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from InspectSeriesModifierBase) |
![]() | TouchesCaptured | Gets all touch devices that are captured to this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from InspectSeriesModifierBase) |
![]() | TouchesDirectlyOver | Gets all touch devices that are over this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. (Inherited from InspectSeriesModifierBase) |
![]() | Triggers | Gets the collection of triggers established directly on this element, or in child elements. (Inherited from InspectSeriesModifierBase) |
![]() | Uid | Gets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | UseInterpolation | Gets or sets whether the interaction should use interpolation (Inherited from InspectSeriesModifierBase) |
![]() | UseLayoutRounding | Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. (Inherited from InspectSeriesModifierBase) |
![]() | VerticalAlignment | Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. (Inherited from InspectSeriesModifierBase) |
![]() | VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from InspectSeriesModifierBase) |
![]() | Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from InspectSeriesModifierBase) |
![]() | Width | Gets or sets the width of the element. (Inherited from InspectSeriesModifierBase) |
![]() | XAxes | Returns the XAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | XAxis | Gets the primary XAxis instance from the parent SciChart.Charting.Visuals.SciChartSurface.XAxes collection (Inherited from InspectSeriesModifierBase) |
![]() | YAxes | Returns the YAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | YAxis | Gets the primary YAxis instance from the parent SciChart.Charting.Visuals.SciChartSurface.YAxes collection (Inherited from InspectSeriesModifierBase) |
Protected Properties
Top
Public Methods
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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from InspectSeriesModifierBase) |
![]() | BeginInit | Starts the initialization process for this element. (Inherited from InspectSeriesModifierBase) |
![]() | BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from InspectSeriesModifierBase) |
![]() | BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from InspectSeriesModifierBase) |
![]() | CanReceiveMouseEvents | Returns a value indicating whether mouse events should be propagated to the mouse target. (Inherited from InspectSeriesModifierBase) |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from InspectSeriesModifierBase) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from InspectSeriesModifierBase) |
![]() | CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from InspectSeriesModifierBase) |
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | EndInit | Indicates that the initialization process for the element is complete. (Inherited from InspectSeriesModifierBase) |
![]() | Equals | (Inherited from InspectSeriesModifierBase) |
![]() | FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from InspectSeriesModifierBase) |
![]() | FindName | (Inherited from InspectSeriesModifierBase) |
![]() | FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from InspectSeriesModifierBase) |
![]() | Focus | Attempts to set focus to this element. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from InspectSeriesModifierBase) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from InspectSeriesModifierBase) |
![]() ![]() | GetIncludeSeries | Gets the include Series or not |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from InspectSeriesModifierBase) |
![]() | GetPointRelativeTo | Transforms the input point relative to the SciChart.Core.Framework.IHitTestable element. Can be used to transform points relative to the SciChart.Charting.Visuals.SciChartSurfaceBase.ModifierSurface, or SciChart.Charting.Visuals.SciChartSurface.XAxis for instance. (Inherited from InspectSeriesModifierBase) |
![]() | GetSchema | Returns an XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method (Inherited from InspectSeriesModifierBase) |
![]() | GetSiblingModifiers<T> | Gets the sibling modifiers with the same SciChart.Core.Utility.Mouse.MouseManager.MouseEventGroupProperty as this one (Inherited from InspectSeriesModifierBase) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from InspectSeriesModifierBase) |
![]() | GetXAxis | Gets the XAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface at the specified SciChart.Charting.Visuals.Axes.AxisAlignment (Inherited from InspectSeriesModifierBase) |
![]() | GetYAxis | Gets the YAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface at the specified SciChart.Charting.Visuals.Axes.AxisAlignment (Inherited from InspectSeriesModifierBase) |
![]() | InputHitTest | (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from InspectSeriesModifierBase) |
![]() | InvalidateProperty | (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from InspectSeriesModifierBase) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from InspectSeriesModifierBase) |
![]() | IsPointWithinBounds | Overloaded. Gets whether the mouse point is within the bounds of the hit-testable element. Assumes the mouse-point has not been translated yet (performs translation) (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from InspectSeriesModifierBase) |
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate. (Inherited from InspectSeriesModifierBase) |
![]() | OnAttached | Overridden. Called when the element is attached to the Chart Surface |
![]() | OnDetached | Overridden. Called immediately before the element is detached from the Chart Surface |
![]() | OnMasterMouseLeave | Called when the mouse leaves the Master of current MouseEventGroup (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierDoubleClick | Called when a Mouse DoubleClick occurs on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierKeyDown | Called when the KeyDown event is fired for the Master of the current MouseEventGroup (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierKeyUp | Called when the KeyUp event is fired for the Master of the current MouseEventGroup (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierMouseDown | Called when a Mouse Button is pressed on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierMouseMove | Overridden. Called when the Mouse is moved on the parent SciChart.Charting.Visuals.SciChartSurface |
![]() | OnModifierMouseUp | Called when a Mouse Button is released on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierMouseWheel | Called when the Mouse Wheel is scrolled on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchDown | Called when a Multi-Touch Down interaction occurs on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchManipulationCompleted | Called when a manipulation is completed (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchManipulationDelta | Called when a touch manipulation delta occurs (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchManipulationInertiaStarting | Called when a manipulation inertia is starting (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchManipulationStarted | Called when a manipulation is starting (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchManipulationStarting | Called when a manipulation is starting (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchMove | Called when a Multi-Touch Move interaction occurs on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnModifierTouchUp | Called when a Multi-Touch Up interaction occurs on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnParentSurfaceRendered | Overridden. Called when the parent SciChart.Charting.Visuals.SciChartSurface is rendered |
![]() | OnParentSurfaceResized | Called when the parent SciChartSurface is resized (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | RaiseEvent | (Inherited from InspectSeriesModifierBase) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from InspectSeriesModifierBase) |
![]() | ReadXml | Generates ChartModifierBase from its XML representation. (Inherited from InspectSeriesModifierBase) |
![]() | RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from InspectSeriesModifierBase) |
![]() | ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from InspectSeriesModifierBase) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from InspectSeriesModifierBase) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from InspectSeriesModifierBase) |
![]() | ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from InspectSeriesModifierBase) |
![]() | RemoveHandler | (Inherited from InspectSeriesModifierBase) |
![]() | ResetInertia | Instantly stops any inertia that can be associated with this modifier. (Inherited from InspectSeriesModifierBase) |
![]() | ResetKeyboardFocus | Sets a keyboard focus on a parent root element of the mouse target. (Inherited from InspectSeriesModifierBase) |
![]() | SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from InspectSeriesModifierBase) |
![]() | SetCurrentValue | (Inherited from InspectSeriesModifierBase) |
![]() ![]() | SetIncludeSeries | Sets the include Series or not |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from InspectSeriesModifierBase) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from InspectSeriesModifierBase) |
![]() | ToString | Returns the string representation of a System.Windows.Controls.Control object. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from InspectSeriesModifierBase) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from InspectSeriesModifierBase) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from InspectSeriesModifierBase) |
![]() | UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from InspectSeriesModifierBase) |
![]() | UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from InspectSeriesModifierBase) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from InspectSeriesModifierBase) |
![]() | UpdateLegend | Refreshes the legend with up-to-date SciChart.Charting.Model.ChartData.SeriesInfo with series names, latest values |
![]() | WriteXml | Converts ChartModifierBase into its XML representation. (Inherited from InspectSeriesModifierBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | AddChild | Adds a specified object as the child of a System.Windows.Controls.ContentControl. (Inherited from System.Windows.Controls.ContentControl) |
![]() | AddText | Adds a specified text string to a System.Windows.Controls.ContentControl. (Inherited from InspectSeriesModifierBase) |
![]() | AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from InspectSeriesModifierBase) |
![]() | ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from InspectSeriesModifierBase) |
![]() | ArrangeOverride | Called to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from InspectSeriesModifierBase) |
![]() | ClearAll | Overridden. When overriden in a derived class, this method should clear all markers and tooltips from the SciChart.Charting.Visuals.SciChartSurfaceBase.ModifierSurface |
![]() | FillWithIncludedSeries | Fills seriesInfos collection with series info which are included to modifier |
![]() | GetAndAssertTemplateChild<T> | Gets the TemplateChild by the specified name and casts to type T, asserting that the result is not null (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | GetSeriesInfo | Gets the SeriesInfo for all the RenderableSeries passed in |
![]() | GetSeriesInfoAt | Overloaded. Enumerates RenderableSeries on the parent ChartModifierBase.ParentSurface and gets SciChart.Charting.Model.ChartData.SeriesInfo objects in given point (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | HandleMasterMouseEvent | Overridden. When overriden in a derived class, called to handle the Master ChartModifierBase MouseMove event |
![]() | HandleMouseEvent | General logic for processing mouse events (Inherited from InspectSeriesModifierBase) |
![]() | HandleSlaveMouseEvent | Overridden. When overriden in a derived class, called to handle the Slave ChartModifierBase MouseMove event |
![]() | HitTestAxis | Performs hit-test on axis, used internally by modifiers (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | IsEnabledAt | When overridden in derived classes, indicates whether mouse point is valid for current modifier (Inherited from InspectSeriesModifierBase) |
![]() | IsHitPointValid | When overridden in derived classes, indicates whether SciChart.Charting.Visuals.RenderableSeries.HitTestInfo result of hit-test should be returned from the GetSeriesInfoAt(Point) method. (Inherited from InspectSeriesModifierBase) |
![]() | IsSeriesValid | Overridden. When overridden in derived classes, indicates whether the series should be inspected in order to get SciChart.Charting.Model.ChartData.SeriesInfo inside the GetSeriesInfoAt(Point) method. |
![]() | MatchesExecuteOn | Determines whether the currently pressed mouse buttons matches the ExecuteOn Used to filter events such as zoom or pan on right mouse button (Inherited from InspectSeriesModifierBase) |
![]() | MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from InspectSeriesModifierBase) |
![]() | MeasureOverride | Called to remeasure a control. (Inherited from InspectSeriesModifierBase) |
![]() | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from InspectSeriesModifierBase) |
![]() | OnAnnotationCollectionChanged | Called when the AnnotationCollection changes. Overridden in derived classes. (Inherited from InspectSeriesModifierBase) |
![]() | OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (Inherited from InspectSeriesModifierBase) |
![]() | OnContentChanged | (Inherited from InspectSeriesModifierBase) |
![]() | OnContentStringFormatChanged | (Inherited from InspectSeriesModifierBase) |
![]() | OnContentTemplateChanged | (Inherited from InspectSeriesModifierBase) |
![]() | OnContentTemplateSelectorChanged | (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from InspectSeriesModifierBase) |
![]() | OnDataContextChanged | Called when the DataContext of the ChartModifierBase changes (Inherited from InspectSeriesModifierBase) |
![]() | OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnGotTouchCapture | Provides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnInvalidateParentSurface | Raises the SciChart.Charting.Utility.InvalidateSciChartMessage which causes the parent SciChart.Charting.Visuals.SciChartSurface to invalidate (Inherited from InspectSeriesModifierBase) |
![]() | OnIsEnabledChanged | Called when the IsEnabled property changes on this ChartModifierBase instance (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from InspectSeriesModifierBase) |
![]() | OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from InspectSeriesModifierBase) |
![]() | OnMouseDoubleClick | Raises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnParentSurfaceMouseEnter | Called when the mouse enters the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | OnParentSurfaceMouseLeave | Called when the mouse leaves the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnPreviewMouseDoubleClick | Raises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from InspectSeriesModifierBase) |
![]() | OnPreviewTouchMove | Provides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from InspectSeriesModifierBase) |
![]() | OnPreviewTouchUp | Provides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from InspectSeriesModifierBase) |
![]() | OnPropertyChanged | Overloaded. Raises the PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnSelectedSeriesChanged | Called when the parent surface SelectedSeries collection changes (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnTemplateChanged | (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | 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 InspectSeriesModifierBase) |
![]() | OnTouchMove | Provides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from InspectSeriesModifierBase) |
![]() | OnTouchUp | Provides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from InspectSeriesModifierBase) |
![]() | OnXAxesCollectionChanged | Called with the SciChart.Charting.Visuals.SciChartSurface.XAxes SciChart.Charting.Model.AxisCollection changes. Overridden in derived classes. (Inherited from InspectSeriesModifierBase) |
![]() | OnYAxesCollectionChanged | Called with the SciChart.Charting.Visuals.SciChartSurface.YAxes SciChart.Charting.Model.AxisCollection changes. Overridden in derived classes. (Inherited from InspectSeriesModifierBase) |
![]() | RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from InspectSeriesModifierBase) |
![]() | SetCursor | Sets the Cursor on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
![]() | SetZoomState | Sets the Cursor on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from InspectSeriesModifierBase) |
Extension Methods
Name | Description | |
---|---|---|
![]() | CanvasXy | Overloaded. Sets Canvas.Left, Canvas.Top to the X,Y value of a point |
![]() | Databind | Databinds the source property to the destination property |
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | FindLogicalParent<T> | Finds the logical parent of the System.Windows.FrameworkElement |
![]() | FindVisualChild<T> | Finds the visual child of type T |
![]() | FindVisualParent | Overloaded. Finds the visual parent of type T |
![]() | GetBoundsRelativeTo | Overloaded. Gets the bounds of an element relative to another SciChart.Core.Framework.IHitTestable element |
![]() | IsInVisualTree | Overloaded. Determines whether instance is in visual tree |
![]() | IsPointWithinBounds | Determines whether a Point is within bounds of an element |
![]() | IsVisible | Determines whether this instance is visible. |
![]() | MeasureArrange | Forces the layout pass on the element |
![]() | RegisterForNotification | Registers a PropertyChangedCallback on the property name |
![]() | RenderToBitmap | Overloaded. Renders a FrameworkElement to bitmap |
![]() | ThreadSafeSetValue | ThreadSafe DependencyObject.SetValue implementation |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> | |
![]() | TranslatePoint | Translates a Point relative to a SciChart.Core.Framework.IHitTestable element |
Public Events
Name | Description | |
---|---|---|
![]() | ContextMenuClosing | Occurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkElement) |
![]() | ContextMenuOpening | Occurs when any context menu on the element is opened. (Inherited from InspectSeriesModifierBase) |
![]() | DataContextChanged | Occurs when the data context for this element changes. (Inherited from InspectSeriesModifierBase) |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from InspectSeriesModifierBase) |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from InspectSeriesModifierBase) |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from InspectSeriesModifierBase) |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from InspectSeriesModifierBase) |
![]() | FocusableChanged | Occurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from InspectSeriesModifierBase) |
![]() | GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from InspectSeriesModifierBase) |
![]() | GotFocus | Occurs when this element gets logical focus. (Inherited from InspectSeriesModifierBase) |
![]() | GotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from InspectSeriesModifierBase) |
![]() | GotMouseCapture | Occurs when this element captures the mouse. (Inherited from InspectSeriesModifierBase) |
![]() | GotStylusCapture | Occurs when this element captures the stylus. (Inherited from InspectSeriesModifierBase) |
![]() | GotTouchCapture | Occurs when a touch is captured to this element. (Inherited from InspectSeriesModifierBase) |
![]() | Initialized | Occurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. (Inherited from InspectSeriesModifierBase) |
![]() | IsEnabledChanged | Occurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from InspectSeriesModifierBase) |
![]() | IsHitTestVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsKeyboardFocusedChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsKeyboardFocusWithinChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsMouseDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsStylusDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | IsVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from InspectSeriesModifierBase) |
![]() | KeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from InspectSeriesModifierBase) |
![]() | KeyUp | Occurs when a key is released while focus is on this element. (Inherited from InspectSeriesModifierBase) |
![]() | LayoutUpdated | Occurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from InspectSeriesModifierBase) |
![]() | Loaded | Occurs when the element is laid out, rendered, and ready for interaction. (Inherited from InspectSeriesModifierBase) |
![]() | LostFocus | Occurs when this element loses logical focus. (Inherited from InspectSeriesModifierBase) |
![]() | LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element,. (Inherited from InspectSeriesModifierBase) |
![]() | LostMouseCapture | Occurs when this element loses mouse capture. (Inherited from InspectSeriesModifierBase) |
![]() | LostStylusCapture | Occurs when this element loses stylus capture. (Inherited from InspectSeriesModifierBase) |
![]() | LostTouchCapture | Occurs when this element loses a touch capture. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from InspectSeriesModifierBase) |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. (Inherited from InspectSeriesModifierBase) |
![]() | MouseDoubleClick | Occurs when a mouse button is clicked two or more times. (Inherited from InspectSeriesModifierBase) |
![]() | MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseEnter | Occurs when the mouse pointer enters the bounds of this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseMove | Occurs when the mouse pointer moves while over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseUp | Occurs when any mouse button is released over this element. (Inherited from InspectSeriesModifierBase) |
![]() | MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewKeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewKeyUp | Occurs when a key is released while focus is on this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewTextInput | Occurs when this element gets text in a device-independent manner. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | PropertyChanged | Occurs when a property changes in the System.ComponentModel.INotifyPropertyChanged implementation (Inherited from InspectSeriesModifierBase) |
![]() | QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from InspectSeriesModifierBase) |
![]() | QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Inherited from InspectSeriesModifierBase) |
![]() | RequestBringIntoView | Occurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from InspectSeriesModifierBase) |
![]() | SizeChanged | Occurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from InspectSeriesModifierBase) |
![]() | SourceUpdated | Occurs when the source value changes for any existing property binding on this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusEnter | Occurs when the stylus enters the bounds of this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from InspectSeriesModifierBase) |
![]() | StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusLeave | Occurs when the stylus leaves the bounds of the element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. (Inherited from InspectSeriesModifierBase) |
![]() | StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from InspectSeriesModifierBase) |
![]() | StylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from InspectSeriesModifierBase) |
![]() | StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | TargetUpdated | Occurs when the target value changes for any property binding on this element. (Inherited from InspectSeriesModifierBase) |
![]() | TextInput | Occurs when this element gets text in a device-independent manner. (Inherited from InspectSeriesModifierBase) |
![]() | ToolTipClosing | Occurs just before any tooltip on the element is closed. (Inherited from InspectSeriesModifierBase) |
![]() | ToolTipOpening | Occurs when any tooltip on the element is opened. (Inherited from InspectSeriesModifierBase) |
![]() | TouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from InspectSeriesModifierBase) |
![]() | Unloaded | Occurs when the element is removed from within an element tree of loaded elements. (Inherited from InspectSeriesModifierBase) |
See Also