The following tables list the members exposed by StackedMountainRenderableSeriesForMvvm.
Name | Description | |
---|---|---|
![]() | StackedMountainRenderableSeriesForMvvm Constructor | Initializes a new instance of the class. |
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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | AntiAliasing | Gets or sets whether this series uses AntiAliasing when drawn (Inherited from StackedMountainRenderableSeries) |
![]() | AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | Background | Gets or sets a brush that describes the background of a control. (Inherited from StackedMountainRenderableSeries) |
![]() | BindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from StackedMountainRenderableSeries) |
![]() | BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from StackedMountainRenderableSeries) |
![]() | BorderThickness | Gets or sets the border thickness of a control. (Inherited from StackedMountainRenderableSeries) |
![]() | CacheMode | Gets or sets a cached representation of the System.Windows.UIElement. (Inherited from StackedMountainRenderableSeries) |
![]() | Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | Content | Gets or sets the content of a System.Windows.Controls.ContentControl. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | ContentTemplate | Gets or sets the data template used to display the content of the System.Windows.Controls.ContentControl. (Inherited from StackedMountainRenderableSeries) |
![]() | ContentTemplateSelector | Gets or sets a template selector that enables an application writer to provide custom template-selection logic. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | CurrentRenderPassData | Gets or sets the RenderPassData instance used for this render pass (Inherited from StackedMountainRenderableSeries) |
![]() | Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | DataContext | Gets or sets the data context for an element when it participates in data binding. (Inherited from StackedMountainRenderableSeries) |
![]() | DataPointWidthProvider | Gets or sets a IUniformDataPointWidthProvider instance. It is used to calculate size of a single bar in this RenderableSeries. (Inherited from StackedMountainRenderableSeries) |
![]() | DataSeries | Gets or sets the DataSeries associated with this series (Inherited from StackedMountainRenderableSeries) |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from StackedMountainRenderableSeries) |
![]() | DesiredSize | Gets the size that this element computed during the measure pass of the layout process. (Inherited from StackedMountainRenderableSeries) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from StackedMountainRenderableSeries) |
![]() | DrawingProviders | Gets the collection of SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider implementations associated with this series. Each series can have 1..N DrawingProviders which provides a specific function of drawing, such as lines, point-markers, candlesticks etc... These must be set in the constructor of the series before it can be drawn This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider.OnDraw which performs the drawing of the series onto the viewport (Inherited from StackedMountainRenderableSeries) |
![]() | DrawNaNAs | Gets or sets a value indicating how this RenderableSeries will treat double.NaN. See LineDrawMode for available options (Inherited from StackedMountainRenderableSeries) |
![]() | Effect | Gets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | Fill | Gets or sets the Area Brush for the mountain series. The mountain chart outline is specified by Stroke (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | FontFamily | Gets or sets the font family of the control. (Inherited from StackedMountainRenderableSeries) |
![]() | FontSize | Gets or sets the font size. (Inherited from StackedMountainRenderableSeries) |
![]() | FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from StackedMountainRenderableSeries) |
![]() | FontStyle | Gets or sets the font style. (Inherited from StackedMountainRenderableSeries) |
![]() | FontWeight | Gets or sets the weight or thickness of the specified font. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | Foreground | Gets or sets a brush that describes the foreground color. (Inherited from StackedMountainRenderableSeries) |
![]() | HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. (Inherited from StackedMountainRenderableSeries) |
![]() | HasContent | Gets a value that indicates whether the System.Windows.Controls.ContentControl contains content. (Inherited from StackedMountainRenderableSeries) |
![]() | Height | Gets or sets the suggested height of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | HitTestProvider | Gets the SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider implementation associated with this series. This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider.HitTest which return a HitTestInfo struct containing information about the Hit-Test operation. Use to determine points near the mouse or whether the mouse is over a series. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from StackedMountainRenderableSeries) |
![]() | InputBindings | Gets the collection of input bindings associated with this element. (Inherited from StackedMountainRenderableSeries) |
![]() | InputScope | Gets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from StackedMountainRenderableSeries) |
![]() | IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from StackedMountainRenderableSeries) |
![]() | IsDigitalLine | If this series draws a line, this property is used to define a value indicating whether this line is a digital (step) line (Inherited from StackedMountainRenderableSeries) |
![]() | IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. (Inherited from StackedMountainRenderableSeries) |
![]() | IsManipulationEnabled | Gets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from StackedMountainRenderableSeries) |
![]() | IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. (Inherited from StackedMountainRenderableSeries) |
![]() | IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsOneHundredPercent | Gets or sets a value whether all series with the same StackedGroupId will appear 100% stacked (Inherited from StackedMountainRenderableSeries) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from StackedMountainRenderableSeries) |
![]() | IsSelected | Gets or sets the IsSelectedProperty. (Inherited from StackedMountainRenderableSeries) |
![]() | IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from StackedMountainRenderableSeries) |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from StackedMountainRenderableSeries) |
![]() | Language | Gets or sets localization/globalization language information that applies to an element. (Inherited from StackedMountainRenderableSeries) |
![]() | LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from StackedMountainRenderableSeries) |
![]() | LegendMarkerTemplate | Gets or sets the DataTemplate, which defines the Visual to be rendered on the SciChart.Charting.Visuals.SciChartLegend as a series marker (Inherited from StackedMountainRenderableSeries) |
![]() | Margin | Gets or sets the outer margin of an element. (Inherited from StackedMountainRenderableSeries) |
![]() | MaxHeight | Gets or sets the maximum height constraint of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | MaxWidth | Gets or sets the maximum width constraint of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | MinHeight | Gets or sets the minimum height constraint of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | MinWidth | Gets or sets the minimum width constraint of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from StackedMountainRenderableSeries) |
![]() | Padding | Gets or sets the padding inside a control. (Inherited from StackedMountainRenderableSeries) |
![]() | PaletteProvider | Gets or Sets an optional SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider documentation (Inherited from StackedMountainRenderableSeries) |
![]() | Parent | Gets the logical parent element of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PersistId | Gets a value that uniquely identifies this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PointMarker | Gets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the BaseRenderableSeries. When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each data-point in the series. (Inherited from StackedMountainRenderableSeries) |
![]() | PointMarkerTemplate | Gets or sets the PointMarker ControlTemplate, which defines the point-marker Visual to be rendered on each datapoint of the series (Inherited from StackedMountainRenderableSeries) |
![]() | RenderSize | Gets (or sets) the final render size of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | ResamplingMode | Gets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series (Inherited from StackedMountainRenderableSeries) |
![]() | ResamplingPrecision | Gets or sets the resampling precision for this series. Zero is the default precision, 1 indicates double precision, 2 indicates quad and so on. Higher precision results in more points after the resampling step and will increase visual accuracy at the expense of performance (Inherited from StackedMountainRenderableSeries) |
![]() | Resources | Gets or sets the locally-defined resource dictionary. (Inherited from StackedMountainRenderableSeries) |
![]() | RolloverMarker | Gets a cached Framework Element which is used as a Rollover Marker. This is generated from a ControlTemplate in xaml via the RolloverMarkerTemplateProperty DependencyProperty (Inherited from StackedMountainRenderableSeries) |
![]() | RolloverMarkerTemplate | Gets or sets the RolloverMarker ControlTemplate, which defines the Visual to be rendered on the series when the SciChart.Charting.ChartModifiers.RolloverModifier is enabled and the user moves the mouse. (Inherited from StackedMountainRenderableSeries) |
![]() | SelectedPointMarker | Gets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the BaseRenderableSeries. When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each selected data-point in the series. (Inherited from StackedMountainRenderableSeries) |
![]() | SelectedSeriesStyle | Gets or sets a style for selected series. (Inherited from StackedMountainRenderableSeries) |
![]() | SeriesAnimation | (Inherited from StackedMountainRenderableSeries) |
![]() | SeriesInfoProvider | Gets or sets a ISeriesInfoProvider instance, which may be used to override the series info during rendering. (Inherited from StackedMountainRenderableSeries) |
![]() | Services | Gets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, BaseRenderableSeries, SciChart.Charting.ChartModifiers.ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | StackedGroupId | Gets or sets a string stacked-group Id, used to ensure columns are stacked together (Inherited from StackedMountainRenderableSeries) |
![]() | StackedSeriesId | Gets a string StackedSeriesId. All series within the same group get stacked vertically. (Inherited from StackedMountainRenderableSeries) |
![]() | Stroke | Gets or sets the Stroke. (Inherited from StackedMountainRenderableSeries) |
![]() | StrokeDashArray | If this series draws a line, this property gets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for System.Windows.Shapes.Shape.StrokeDashArray as this property attempts to mimic the same behaviour (Inherited from StackedMountainRenderableSeries) |
![]() | StrokeThickness | Gets or sets the StrokeThickness of the line. (Inherited from StackedMountainRenderableSeries) |
![]() | Style | Gets or sets the style used by this element when it is rendered. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from StackedMountainRenderableSeries) |
![]() | Template | Gets or sets a control template. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from StackedMountainRenderableSeries) |
![]() | TouchesCaptured | Gets all touch devices that are captured to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchesDirectlyOver | Gets all touch devices that are over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. (Inherited from StackedMountainRenderableSeries) |
![]() | Triggers | Gets the collection of triggers established directly on this element, or in child elements. (Inherited from StackedMountainRenderableSeries) |
![]() | Uid | Gets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from StackedMountainRenderableSeries) |
![]() | Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from StackedMountainRenderableSeries) |
![]() | Width | Gets or sets the width of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | Wrapper | The IStackedMountainsWrapper instance which wraps this StackedMountainRenderableSeries. (Inherited from StackedMountainRenderableSeries) |
![]() | XAxis | Gets or sets the XAxis that this IRenderableSeries is associated with (Inherited from StackedMountainRenderableSeries) |
![]() | XAxisId | Gets or sets the ID of the X-Axis which this RenderableSeries is measured against (Inherited from StackedMountainRenderableSeries) |
![]() | YAxis | Gets or sets the YAxis that this IRenderableSeries is associated with (Inherited from StackedMountainRenderableSeries) |
![]() | YAxisId | Gets or sets the ID of the Y-Axis which this RenderableSeries is measured against (Inherited from StackedMountainRenderableSeries) |
![]() | ZeroLineY | Gets or sets the value which determines the zero line in Y direction. Used to set the bottom of a column, or the zero line in a mountain (Inherited from StackedMountainRenderableSeries) |
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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | AssertPointSeriesType<TPointSeries> | Used internally by the renderer. Asserts that the input data-type is of the correct format for the current BaseRenderableSeries (Inherited from StackedMountainRenderableSeries) |
![]() | BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | BeginInit | Starts the initialization process for this element. (Inherited from StackedMountainRenderableSeries) |
![]() | BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from StackedMountainRenderableSeries) |
![]() | BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from StackedMountainRenderableSeries) |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | EndInit | Indicates that the initialization process for the element is complete. (Inherited from StackedMountainRenderableSeries) |
![]() | Equals | (Inherited from StackedMountainRenderableSeries) |
![]() | FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from StackedMountainRenderableSeries) |
![]() | FindName | (Inherited from StackedMountainRenderableSeries) |
![]() | FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from StackedMountainRenderableSeries) |
![]() | Focus | Attempts to set focus to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from StackedMountainRenderableSeries) |
![]() | GetChartRotationAngle | Used Internally: Gets the rotation angle of the chart, which is 0 degrees or 90 degrees depending on whether the parent SciChart.Charting.Visuals.SciChartSurface has swapped X and Y Axes or not. (Inherited from StackedMountainRenderableSeries) |
![]() | GetDatapointWidth | Overloaded. Gets the width of data-points, used to compute column and OHLC bar widths (Inherited from StackedMountainRenderableSeries) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from StackedMountainRenderableSeries) |
![]() | GetIndicesRange | Defines the interface to all RenderableSeries within SciChart. A RenderableSeries is a Line series, or Scatter series or Candlestick series and provides the visual element in pair of BaseRenderableSeries and SciChart.Charting.Model.DataSeries.IDataSeries (Inherited from StackedMountainRenderableSeries) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from StackedMountainRenderableSeries) |
![]() | GetParentSurface | Gets the parent SciChart.Charting.Visuals.ISciChartSurface for this BaseRenderableSeries (Inherited from StackedMountainRenderableSeries) |
![]() | GetPointMarker | (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | GetSelectedPointMarker | (Inherited from StackedMountainRenderableSeries) |
![]() | GetSeriesInfo | Converts the result of a hit-test operation (HitTestInfo) to a SciChart.Charting.Model.ChartData.SeriesInfo class, which may be used as a view-model when outputting series values as bindings. SciChart.Charting.Model.ChartData.SeriesInfo is used by the SciChart.Charting.ChartModifiers.RolloverModifier, SciChart.Charting.ChartModifiers.CursorModifier, SciChart.Charting.Visuals.SciChartLegend and SciChart.Charting.ChartModifiers.SeriesValueModifier classes. (Inherited from StackedMountainRenderableSeries) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from StackedMountainRenderableSeries) |
![]() | GetXRange | Defines the interface to all RenderableSeries within SciChart. A RenderableSeries is a Line series, or Scatter series or Candlestick series and provides the visual element in pair of BaseRenderableSeries and SciChart.Charting.Model.DataSeries.IDataSeries (Inherited from StackedMountainRenderableSeries) |
![]() | GetYRange | Overloaded. Returns the data range of the associated SciChart.Charting.Model.DataSeries.IDataSeries on Y direction The X-Axis Range currently in view Indicates whether to return positive YRange only (Inherited from StackedMountainRenderableSeries) |
![]() | GetYZeroCoord | Overloaded. Returns a value that determines the position of Y zero line on a chart. Significant for the series types that render negative data points differently, such as the FastColumnRenderableSeries, FastMountainRenderableSeries, FastImpulseRenderableSeries. (Inherited from StackedMountainRenderableSeries) |
![]() | InputHitTest | (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from StackedMountainRenderableSeries) |
![]() | InvalidateProperty | (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from StackedMountainRenderableSeries) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from StackedMountainRenderableSeries) |
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate. (Inherited from StackedMountainRenderableSeries) |
![]() | OnAttached | (Inherited from StackedMountainRenderableSeries) |
![]() | OnDetached | (Inherited from StackedMountainRenderableSeries) |
![]() | OnInvalidateParentSurface | Raises the SciChart.Charting.Utility.InvalidateSciChartMessage which causes the parent SciChart.Charting.Visuals.SciChartSurface to invalidate (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | RaiseEvent | (Inherited from StackedMountainRenderableSeries) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from StackedMountainRenderableSeries) |
![]() | ReadXml | Generates BaseRenderableSeries from its XML representation. (Inherited from StackedMountainRenderableSeries) |
![]() | RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from StackedMountainRenderableSeries) |
![]() | ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from StackedMountainRenderableSeries) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from StackedMountainRenderableSeries) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from StackedMountainRenderableSeries) |
![]() | ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from StackedMountainRenderableSeries) |
![]() | RemoveHandler | (Inherited from StackedMountainRenderableSeries) |
![]() | SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from StackedMountainRenderableSeries) |
![]() | SetCurrentValue | (Inherited from StackedMountainRenderableSeries) |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from StackedMountainRenderableSeries) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from StackedMountainRenderableSeries) |
![]() | ToString | Returns the string representation of a System.Windows.Controls.Control object. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from StackedMountainRenderableSeries) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from StackedMountainRenderableSeries) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from StackedMountainRenderableSeries) |
![]() | UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from StackedMountainRenderableSeries) |
![]() | UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from StackedMountainRenderableSeries) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from StackedMountainRenderableSeries) |
![]() | WriteXml | Converts BaseRenderableSeries into its XML representation. (Inherited from StackedMountainRenderableSeries) |
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 StackedMountainRenderableSeries) |
![]() | AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from StackedMountainRenderableSeries) |
![]() | ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from StackedMountainRenderableSeries) |
![]() | ArrangeOverride | Called to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from StackedMountainRenderableSeries) |
![]() | CreateRolloverMarker | Creates a RolloverMarker from the RolloverMarkerTemplate property (Inherited from StackedMountainRenderableSeries) |
![]() | GetIsValidForDrawing | Gets a value indicating whether this BaseRenderableSeries is valid for drawing. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | InternalDraw | Draws the series using the SciChart.Drawing.Common.IRenderContext2D and the IRenderPassData passed in From version 6 onward, this defers to the DrawingProviders class. If you wish to have custom drawing, you must implement a drawing provider (Inherited from StackedMountainRenderableSeries) |
![]() | MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from StackedMountainRenderableSeries) |
![]() | MeasureOverride | Called to remeasure a control. (Inherited from StackedMountainRenderableSeries) |
![]() | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from StackedMountainRenderableSeries) |
![]() | OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (Inherited from StackedMountainRenderableSeries) |
![]() | OnContentChanged | (Inherited from StackedMountainRenderableSeries) |
![]() | OnContentStringFormatChanged | (Inherited from StackedMountainRenderableSeries) |
![]() | OnContentTemplateChanged | (Inherited from StackedMountainRenderableSeries) |
![]() | OnContentTemplateSelectorChanged | (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from StackedMountainRenderableSeries) |
![]() | OnDataSeriesDependencyPropertyChanged | Overloaded. Called when the DataSeries dependency property changes. (Inherited from StackedMountainRenderableSeries) |
![]() | OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnGotTouchCapture | Provides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from StackedMountainRenderableSeries) |
![]() | OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from StackedMountainRenderableSeries) |
![]() | OnMouseDoubleClick | Raises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnParentSurfaceViewportSizeChanged | Called when the parent surface viewport size changes, immediately before a draw pass (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnPreviewMouseDoubleClick | Raises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from StackedMountainRenderableSeries) |
![]() | OnPreviewTouchMove | Provides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from StackedMountainRenderableSeries) |
![]() | OnPreviewTouchUp | Provides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnResamplingModeChanged | Called when resampling mode changes (Inherited from StackedMountainRenderableSeries) |
![]() | OnResamplingPrecisionChanged | Called when resampling precision changes (Inherited from StackedMountainRenderableSeries) |
![]() | OnSeriesColorChanged | Called when the Stroke dependency property changes. Allows derived types to do caching (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnTemplateChanged | (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | OnTouchMove | Provides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from StackedMountainRenderableSeries) |
![]() | OnTouchUp | Provides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from StackedMountainRenderableSeries) |
![]() | RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from StackedMountainRenderableSeries) |
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 |
![]() | GetSeriesColorAtPoint | Returns the color of a particular data point in the passed SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance. |
![]() | 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 |
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 StackedMountainRenderableSeries) |
![]() | DataContextChanged | Occurs when the data context for this element changes. (Inherited from StackedMountainRenderableSeries) |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from StackedMountainRenderableSeries) |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from StackedMountainRenderableSeries) |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from StackedMountainRenderableSeries) |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from StackedMountainRenderableSeries) |
![]() | FocusableChanged | Occurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from StackedMountainRenderableSeries) |
![]() | GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from StackedMountainRenderableSeries) |
![]() | GotFocus | Occurs when this element gets logical focus. (Inherited from StackedMountainRenderableSeries) |
![]() | GotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | GotMouseCapture | Occurs when this element captures the mouse. (Inherited from StackedMountainRenderableSeries) |
![]() | GotStylusCapture | Occurs when this element captures the stylus. (Inherited from StackedMountainRenderableSeries) |
![]() | GotTouchCapture | Occurs when a touch is captured to this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | IsEnabledChanged | Occurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from StackedMountainRenderableSeries) |
![]() | IsHitTestVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsKeyboardFocusedChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsKeyboardFocusWithinChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsMouseCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsMouseCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsMouseDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsStylusCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsStylusCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsStylusDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | IsVisibleChanged | Event raised whenever IsVisible property changed (Inherited from StackedMountainRenderableSeries) |
![]() | KeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | KeyUp | Occurs when a key is released while focus is on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | LayoutUpdated | Occurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from StackedMountainRenderableSeries) |
![]() | Loaded | Occurs when the element is laid out, rendered, and ready for interaction. (Inherited from StackedMountainRenderableSeries) |
![]() | LostFocus | Occurs when this element loses logical focus. (Inherited from StackedMountainRenderableSeries) |
![]() | LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element,. (Inherited from StackedMountainRenderableSeries) |
![]() | LostMouseCapture | Occurs when this element loses mouse capture. (Inherited from StackedMountainRenderableSeries) |
![]() | LostStylusCapture | Occurs when this element loses stylus capture. (Inherited from StackedMountainRenderableSeries) |
![]() | LostTouchCapture | Occurs when this element loses a touch capture. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from StackedMountainRenderableSeries) |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseDoubleClick | Occurs when a mouse button is clicked two or more times. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseEnter | Occurs when the mouse pointer enters the bounds of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseMove | Occurs when the mouse pointer moves while over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseUp | Occurs when any mouse button is released over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewKeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewKeyUp | Occurs when a key is released while focus is on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewTextInput | Occurs when this element gets text in a device-independent manner. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | RequestBringIntoView | Occurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | SelectionChanged | Event raised whenever IsSelected property changed (Inherited from StackedMountainRenderableSeries) |
![]() | SizeChanged | Occurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | SourceUpdated | Occurs when the source value changes for any existing property binding on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusEnter | Occurs when the stylus enters the bounds of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusLeave | Occurs when the stylus leaves the bounds of the element. (Inherited from StackedMountainRenderableSeries) |
![]() | 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 StackedMountainRenderableSeries) |
![]() | StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from StackedMountainRenderableSeries) |
![]() | StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TargetUpdated | Occurs when the target value changes for any property binding on this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TextInput | Occurs when this element gets text in a device-independent manner. (Inherited from StackedMountainRenderableSeries) |
![]() | ToolTipClosing | Occurs just before any tooltip on the element is closed. (Inherited from StackedMountainRenderableSeries) |
![]() | ToolTipOpening | Occurs when any tooltip on the element is opened. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from StackedMountainRenderableSeries) |
![]() | Unloaded | Occurs when the element is removed from within an element tree of loaded elements. (Inherited from StackedMountainRenderableSeries) |