TimeSpanAxis3D Class Members
The following tables list the members exposed by TimeSpanAxis3D.
Public Constructors
Name | Description | |
---|---|---|
![]() | TimeSpanAxis3D Constructor | Initializes a new instance of the SciChart.Charting.Visuals.Axes.DateTimeAxis class. |
Protected Fields
Name | Description | |
---|---|---|
![]() | _isLoaded | (Inherited from SciChart.Charting.Visuals.Axes.AxisCore) |
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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | AnimatedVisibleRange | Gets or sets the animated VisibleRange of the Axis. When this property is set, the axis animates the VisibleRange to the new value over a duration of 500ms (Inherited from TimeSpanAxis3DBase) |
![]() | AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | AutoRange | Gets or sets AutoRange Mode (Inherited from TimeSpanAxis3DBase) |
![]() | AutoTicks | Gets or sets value, that indicates whether calculate ticks automatically. Default is True. (Inherited from TimeSpanAxis3DBase) |
![]() | AxisBandsFill | Gets or sets the Fill of the Axis Bands. Also see SciChart.Charting.Visuals.Axes.AxisCore.DrawMajorBands to enable this behaviour (Inherited from TimeSpanAxis3DBase) |
![]() | AxisPlaneBackgroundFill | Gets or sets the Fill of the Axis Background. Defaults to Transparent. (Inherited from TimeSpanAxis3DBase) |
![]() | AxisTitle | Gets or sets the Axis Title (Inherited from TimeSpanAxis3DBase) |
![]() | AxisTitleOffset | Gets or sets an offset of the title to axis plane. (Inherited from TimeSpanAxis3DBase) |
![]() | AxisTitleOrientation | Gets or sets a rotation mode of the axis title (Inherited from TimeSpanAxis3DBase) |
![]() | Background | Gets or sets a brush that describes the background of a control. (Inherited from TimeSpanAxis3DBase) |
![]() | BindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from TimeSpanAxis3DBase) |
![]() | BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from TimeSpanAxis3DBase) |
![]() | BorderThickness | Gets or sets the border thickness of a control. (Inherited from TimeSpanAxis3DBase) |
![]() | CacheMode | Gets or sets a cached representation of the System.Windows.UIElement. (Inherited from TimeSpanAxis3DBase) |
![]() | Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Content | Gets or sets the content of a System.Windows.Controls.ContentControl. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | ContentTemplate | Gets or sets the data template used to display the content of the System.Windows.Controls.ContentControl. (Inherited from TimeSpanAxis3DBase) |
![]() | ContentTemplateSelector | Gets or sets a template selector that enables an application writer to provide custom template-selection logic. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | CursorTextFormatting | Gets or sets the Text Formatting String for Labels on this cursor (Inherited from TimeSpanAxis3DBase) |
![]() | DataContext | Gets or sets the data context for an element when it participates in data binding. (Inherited from TimeSpanAxis3DBase) |
![]() | DefaultLabelProvider | Gets the default SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider instance. (Inherited from TimeSpanAxis3DBase) |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from TimeSpanAxis3DBase) |
![]() | DesiredSize | Gets the size that this element computed during the measure pass of the layout process. (Inherited from TimeSpanAxis3DBase) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from TimeSpanAxis3DBase) |
![]() | DrawLabels | If True, draw labels for each major tick on the Axis, else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | DrawMajorBands | If True, draws Major Axis Bands (a filled area between major gridlines), else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | DrawMajorGridLines | If True, draws Major Grid Lines, else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | DrawMajorTicks | If True, draws Major Tick Lines, else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | DrawMinorGridLines | If True, draws Minor Grid Lines, else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | DrawMinorTicks | If True, draws Minor Tick Lines, else skips this step (Inherited from TimeSpanAxis3DBase) |
![]() | Effect | Gets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | FlipCoordinates | Gets or sets a flag indicating whether to flip the tick and pixel coordinate generation for this axis, causing the axis ticks to decrement and chart to be flipped in the axis direction (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | FontFamily | Gets or sets the font family of the control. (Inherited from TimeSpanAxis3DBase) |
![]() | FontSize | Gets or sets the font size. (Inherited from TimeSpanAxis3DBase) |
![]() | FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from TimeSpanAxis3DBase) |
![]() | FontStyle | Gets or sets the font style. (Inherited from TimeSpanAxis3DBase) |
![]() | FontWeight | Gets or sets the weight or thickness of the specified font. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Foreground | Gets or sets a brush that describes the foreground color. (Inherited from TimeSpanAxis3DBase) |
![]() | GrowBy | Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase the axis extents by 10% (min) and 20% (max) outside of the data range (Inherited from TimeSpanAxis3DBase) |
![]() | HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. (Inherited from TimeSpanAxis3DBase) |
![]() | HasChanges | Gets whether this instance has changes. When true, caches will be invalidated and the entire series drawn afresh. When false, where possible vertices will be cached (Inherited from TimeSpanAxis3DBase) |
![]() | HasContent | Gets a value that indicates whether the System.Windows.Controls.ContentControl contains content. (Inherited from TimeSpanAxis3DBase) |
![]() | HasDefaultVisibleRange | Gets whether the VisibleRange has default value (Inherited from TimeSpanAxis3DBase) |
![]() | HasValidVisibleRange | Gets whether the VisibleRange is valid, e.g. is not null, is not NaN and the difference between Max and Min is not zero (Inherited from TimeSpanAxis3DBase) |
![]() | Height | Gets or sets the suggested height of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from TimeSpanAxis3DBase) |
![]() | Id | Gets or sets the string Id of this axis. Used to associate RenderableSeries, ChartModifiers and Annotations (Inherited from TimeSpanAxis3DBase) |
![]() | InputBindings | Gets the collection of input bindings associated with this element. (Inherited from TimeSpanAxis3DBase) |
![]() | InputScope | Gets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from TimeSpanAxis3DBase) |
![]() | IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from TimeSpanAxis3DBase) |
![]() | IsCategoryAxis | Gets a value indicating whether this instance is a category axis. (Inherited from TimeSpanAxis3DBase) |
![]() | IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsLabelCullingEnabled | Gets or sets a value indicating whether Label Culling is enabled (when labels overlap) on this AxisPanel3D instance (Inherited from TimeSpanAxis3DBase) |
![]() | IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. (Inherited from TimeSpanAxis3DBase) |
![]() | IsLogarithmicAxis | Gets a value indicating whether this instance is a logarithmic axis. (Inherited from TimeSpanAxis3DBase) |
![]() | IsManipulationEnabled | Gets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from TimeSpanAxis3DBase) |
![]() | IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. (Inherited from TimeSpanAxis3DBase) |
![]() | IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from TimeSpanAxis3DBase) |
![]() | IsStaticAxis | Gets or sets whether current Axis is a static axis (Inherited from TimeSpanAxis3DBase) |
![]() | IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended (Inherited from TimeSpanAxis3DBase) |
![]() | IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from TimeSpanAxis3DBase) |
![]() | IsVisible | Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | IsXAxis | Gets whether the current axis is an X-Axis or not (Inherited from TimeSpanAxis3DBase) |
![]() | IsYAxis | Gets whether the current axis is an Y-Axis or not (Inherited from TimeSpanAxis3DBase) |
![]() | IsZAxis | Gets whether the current axis is an Y-Axis or not (Inherited from TimeSpanAxis3DBase) |
![]() | LabelDepthTestEnabled | If true : labels text is always on top (Inherited from TimeSpanAxis3DBase) |
![]() | LabelProvider | Gets or sets a SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider instance, which may be used to programmatically override the formatting of text and cursor labels. For examples, see the SciChart.Charting.Visuals.Axes.AxisCore.DefaultLabelProvider and SciChart.Charting.Visuals.Axes.LabelProviders.TradeChartAxisLabelProvider (Inherited from TimeSpanAxis3DBase) |
![]() | Language | Gets or sets localization/globalization language information that applies to an element. (Inherited from TimeSpanAxis3DBase) |
![]() | LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from TimeSpanAxis3DBase) |
![]() | MajorDelta | Gets or sets the Major Delta (Inherited from TimeSpanAxis3DBase) |
![]() | MajorGridLineStyle | Gets or sets the Major Grid Line Style (TargetType System.Windows.Shapes.Line), applied to all major gridlines drawn by this axis (Inherited from TimeSpanAxis3DBase) |
![]() | MajorTickLineStyle | Gets or sets the Major Tick Line Style (TargetType System.Windows.Shapes.Line), applied to all major ticks on this axis (Inherited from TimeSpanAxis3DBase) |
![]() | Margin | Gets or sets the outer margin of an element. (Inherited from TimeSpanAxis3DBase) |
![]() | MaxAutoTicks | Gets or sets the max ticks. (Inherited from TimeSpanAxis3DBase) |
![]() | MaxHeight | Gets or sets the maximum height constraint of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | MaxWidth | Gets or sets the maximum width constraint of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | MinHeight | Gets or sets the minimum height constraint of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | MinimalZoomConstrain | Gets or sets the MinimalZoomConstrain of the Axis. This is used to set minimum distance between Min and Max of the VisibleRange (Inherited from TimeSpanAxis3DBase) |
![]() | MinorDelta | Gets or sets the Minor Delta (Inherited from TimeSpanAxis3DBase) |
![]() | MinorGridLineStyle | Gets or sets the Minor Grid Line Style (TargetType System.Windows.Shapes.Line), applied to all minor gridlines drawn by this axis (Inherited from TimeSpanAxis3DBase) |
![]() | MinorsPerMajor | Gets or sets the number of Minor Delta ticks per Major Tick (Inherited from TimeSpanAxis3DBase) |
![]() | MinorTickLineStyle | Gets or sets the Minor Tick Line Style (TargetType System.Windows.Shapes.Line), applied to all minor ticks on this axis (Inherited from TimeSpanAxis3DBase) |
![]() | MinWidth | Gets or sets the minimum width constraint of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | NegativeSideClipping | Gets or sets a value determining how Renderable Series is clipped by axis at its negative side. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from TimeSpanAxis3DBase) |
![]() | Padding | Gets or sets the padding inside a control. (Inherited from TimeSpanAxis3DBase) |
![]() | Parent | Gets the logical parent element of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | ParentSurface | Gets or sets the ParentSurface that this Axis is associated with (Inherited from TimeSpanAxis3DBase) |
![]() | PersistId | Gets a value that uniquely identifies this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PlaneBorderColor | Gets or sets a color of the axis plane border. (Inherited from TimeSpanAxis3DBase) |
![]() | PlaneBorderThickness | Gets or sets a thickness of the axis plane border. (Inherited from TimeSpanAxis3DBase) |
![]() | PositiveSideClipping | Gets or sets a value determining how Renderable Series is clipped by axis at its positive side. (Inherited from TimeSpanAxis3DBase) |
![]() | RenderSize | Gets (or sets) the final render size of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Resources | Gets or sets the locally-defined resource dictionary. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 various scichart components throughout the surface instance. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Style | Gets or sets the style used by this element when it is rendered. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from TimeSpanAxis3DBase) |
![]() | Template | Gets or sets a control template. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | TextFormatting | Gets or sets the Text Formatting String for Tick Labels on this axis (Inherited from TimeSpanAxis3DBase) |
![]() | TickCoordinatesProvider | Gets or sets a SciChart.Charting.Numerics.CoordinateProviders.ITickCoordinatesProvider instance on current axis, which is used to transform the data-values received from the SciChart.Charting.Visuals.Axes.IAxisCore.TickProvider instance to the coordinates for Axis Gridlines, Ticks and Labels drawing. (Inherited from TimeSpanAxis3DBase) |
![]() | TickLabelAlignment | Gets or sets the TextAlignment of tick labels for the axis drawn in the 3D Viewport (Inherited from TimeSpanAxis3DBase) |
![]() | TickLabelOrientation | Gets or sets a rotation mode of the axis labels (Inherited from TimeSpanAxis3DBase) |
![]() | TickLabelsOffset | Gets or sets an offset of a tick labels to axis plane. (Inherited from TimeSpanAxis3DBase) |
![]() | TickLabelStyle | Gets or sets a style for the labels on this Axis. (Inherited from TimeSpanAxis3DBase) |
![]() | TickProvider | Gets or sets a SciChart.Charting.Numerics.TickProviders.ITickProvider instance on current axis, which is used to compute the data-values of Axis Gridlines, Ticks and Labels. (Inherited from TimeSpanAxis3DBase) |
![]() | TickTextBrush | Gets or sets the tick text brush applied to text labels (Inherited from TimeSpanAxis3DBase) |
![]() | TitleStyle | Gets or sets the Style of the Axis Title (Inherited from TimeSpanAxis3DBase) |
![]() | ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from TimeSpanAxis3DBase) |
![]() | TouchesCaptured | Gets all touch devices that are captured to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchesDirectlyOver | Gets all touch devices that are over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. (Inherited from TimeSpanAxis3DBase) |
![]() | Triggers | Gets the collection of triggers established directly on this element, or in child elements. (Inherited from TimeSpanAxis3DBase) |
![]() | Uid | Gets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from TimeSpanAxis3DBase) |
![]() | Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from TimeSpanAxis3DBase) |
![]() | VisibleRange | Gets or sets the VisibleRange of the Axis. (Inherited from TimeSpanAxis3DBase) |
![]() | Width | Gets or sets the width of the element. (Inherited from TimeSpanAxis3DBase) |
Protected Properties
Name | Description | |
---|---|---|
![]() | IsEnabledCore | Gets a value that becomes the return value of System.Windows.UIElement.IsEnabled in derived classes. (Inherited from System.Windows.UIElement) |
![]() | StylusPlugIns | Gets a collection of all stylus plug-in (customization) objects associated with this element. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualBitmapEffect | Gets or sets the System.Windows.Media.Effects.BitmapEffect value for the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualBitmapEffectInput | Gets or sets the System.Windows.Media.Effects.BitmapEffectInput value for the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualBitmapScalingMode | Gets or sets the System.Windows.Media.BitmapScalingMode for the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualCacheMode | Gets or sets a cached representation of the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualChildrenCount | Gets the number of visual child elements within this element. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualClip | Gets or sets the clip region of the System.Windows.Media.Visual as a System.Windows.Media.Geometry value. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualEdgeMode | Gets or sets the edge mode of the System.Windows.Media.Visual as an System.Windows.Media.EdgeMode value. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualEffect | Gets or sets the bitmap effect to apply to the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualOffset | Gets or sets the offset value of the visual object. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualOpacity | Gets or sets the opacity of the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualOpacityMask | Gets or sets the System.Windows.Media.Brush value that represents the opacity mask of the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualParent | Gets the visual tree parent of the visual object. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualScrollableAreaClip | Gets or sets a clipped scrollable area for the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualTransform | Gets or sets the System.Windows.Media.Transform value for the System.Windows.Media.Visual. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualXSnappingGuidelines | Gets or sets the x-coordinate (vertical) guideline collection. (Inherited from TimeSpanAxis3DBase) |
![]() | VisualYSnappingGuidelines | Gets or sets the y-coordinate (horizontal) guideline collection. (Inherited from TimeSpanAxis3DBase) |
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 TimeSpanAxis3DBase) |
![]() | AnimateVisibleRangeTo | Animates the visible range of the axis to the destination VisibleRange, over the specified Duration. Also see SciChart.Charting.Visuals.Axes.AxisCore.AnimatedVisibleRange property which has a default duration of 500ms (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | BeginAnimation | Overloaded. Starts an animation for a specified animated property on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | BeginInit | Starts the initialization process for this element. (Inherited from TimeSpanAxis3DBase) |
![]() | BeginStoryboard | Overloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from TimeSpanAxis3DBase) |
![]() | BringIntoView | Overloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from TimeSpanAxis3DBase) |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | DecrementSuspend | Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from TimeSpanAxis3DBase) |
![]() | EndInit | Indicates that the initialization process for the element is complete. (Inherited from TimeSpanAxis3DBase) |
![]() | Equals | (Inherited from TimeSpanAxis3DBase) |
![]() | FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from TimeSpanAxis3DBase) |
![]() | FindName | (Inherited from TimeSpanAxis3DBase) |
![]() | FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from TimeSpanAxis3DBase) |
![]() | Focus | Attempts to set focus to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | GetAxis3DParams | (Inherited from TimeSpanAxis3DBase) |
![]() | GetAxisOffset | Returns the offset of the Axis (Inherited from TimeSpanAxis3DBase) |
![]() | GetAxisSize | Gets the size of the axis in the Viewport (Inherited from TimeSpanAxis3DBase) |
![]() | GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from TimeSpanAxis3DBase) |
![]() | GetCoordinate | Given the Data Value, returns the x or y pixel coordinate at that value on the Axis. This operation is the opposite of SciChart.Charting.Visuals.Axes.AxisBase.HitTest (Inherited from TimeSpanAxis3DBase) |
![]() | GetCurrentCoordinateCalculator | Gets the current SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> for this Axis, based on current Visible Range and axis type (Inherited from TimeSpanAxis3DBase) |
![]() | GetDataValue | Transforms a pixel coordinate into a data value for this axis. (Inherited from TimeSpanAxis3DBase) |
![]() | GetDefaultNonZeroRange | Returns an default non zero SciChart.Data.Model.IRange, called internally by SciChart to reset the VisibleRange of an axis to an undefined state (Inherited from TimeSpanAxis3DBase) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from TimeSpanAxis3DBase) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from TimeSpanAxis3DBase) |
![]() | GetMaximumRange | Overridden. Gets the maximum range. |
![]() | GetUndefinedRange | Returns an undefined SciChart.Data.Model.IRange, called internally by SciChart to reset the VisibleRange of an axis to an undefined state (Inherited from TimeSpanAxis3DBase) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from TimeSpanAxis3DBase) |
![]() | InputHitTest | (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from TimeSpanAxis3DBase) |
![]() | InvalidateParentSurface | Invalidates the parent surface, asynchronously triggering a redraw. Only works if the Axis is currently attached (check ParentSurface property != null) (Inherited from TimeSpanAxis3DBase) |
![]() | InvalidateProperty | (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from TimeSpanAxis3DBase) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from TimeSpanAxis3DBase) |
![]() | IsOfValidType | Checks whether range is not Null and is of valid type for this axis (Inherited from TimeSpanAxis3DBase) |
![]() | IsValidRange | Checks whether range is valid visible range for this axis (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from TimeSpanAxis3DBase) |
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | RaiseEvent | (Inherited from TimeSpanAxis3DBase) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from TimeSpanAxis3DBase) |
![]() | RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from TimeSpanAxis3DBase) |
![]() | ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from TimeSpanAxis3DBase) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from TimeSpanAxis3DBase) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from TimeSpanAxis3DBase) |
![]() | ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from TimeSpanAxis3DBase) |
![]() | RemoveHandler | (Inherited from TimeSpanAxis3DBase) |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from TimeSpanAxis3DBase) |
![]() | SetBinding | Overloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from TimeSpanAxis3DBase) |
![]() | SetCurrentValue | (Inherited from TimeSpanAxis3DBase) |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from TimeSpanAxis3DBase) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from TimeSpanAxis3DBase) |
![]() | SuspendUpdates | Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from TimeSpanAxis3DBase) |
![]() | ToAxisDescriptor | CALLED INTERNALLY BY SCICHART: Performs computation before drawing (such as computing axis tick intervals, labels) and converts to an SciChart.Charting3D.Primitives.IAxisDescriptor instance which is passed to the 3D renderer (Inherited from TimeSpanAxis3DBase) |
![]() | ToString | Returns the string representation of a System.Windows.Controls.Control object. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from TimeSpanAxis3DBase) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from TimeSpanAxis3DBase) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from TimeSpanAxis3DBase) |
![]() | UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from TimeSpanAxis3DBase) |
![]() | UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from TimeSpanAxis3DBase) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from TimeSpanAxis3DBase) |
![]() | ValidateAxis | Called to check if the axis properties are valid for rendering. Will throw an exception if not (Inherited from TimeSpanAxis3DBase) |
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 TimeSpanAxis3DBase) |
![]() | AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from TimeSpanAxis3DBase) |
![]() | ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from TimeSpanAxis3DBase) |
![]() | ArrangeOverride | Called to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from TimeSpanAxis3DBase) |
![]() | AssertRangeType | Asserts the SciChart.Data.Model.IRange is of the correct type for this axis (Inherited from TimeSpanAxis3DBase) |
![]() | CalculateDelta | Calculates the deltas for use in this render pass (Inherited from TimeSpanAxis3DBase) |
![]() | CalculateTicks | Overridden by derived types, called internal to calculate MinorTicks, MajorTicks before Axis drawing (Inherited from TimeSpanAxis3DBase) |
![]() | CoerceVisibleRange | When overridden in derived classes, changes value of the VisibleRange according to axis requirements before it is applied (Inherited from TimeSpanAxis3DBase) |
![]() | CoerceZeroRange | Coerce if current range is zero range (Inherited from TimeSpanAxis3DBase) |
![]() | GetAndAssertTemplateChild<T> | Gets the TemplateChild by the specified name and casts to type T, asserting that the result is not null (Inherited from TimeSpanAxis3DBase) |
![]() | GetDeltaCalculator | Returns an instance of an SciChart.Charting.Numerics.DeltaCalculators.IDeltaCalculator which is used to compute the data-values of SciChart.Charting.Visuals.Axes.AxisCore.MajorDelta, SciChart.Charting.Visuals.Axes.AxisCore.MinorDelta. Overridden by derived types to allow calculations specific to that axis type. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | GetMaxAutoTicks | Calculates max auto ticks amount, which is >= 1 (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsVisibleRangeConstrained | Overloaded. Checks whether the current SciChart.Charting.Visuals.Axes.AxisCore.VisibleRange meets SciChart.Charting.Visuals.Axes.AxisCore.MinimalZoomConstrain. (Inherited from TimeSpanAxis3DBase) |
![]() | IsVisibleRangeValid | Checks if the VisibleRange is valid, e.g. is not null, is not NaN, the difference between Max and Min is positive (Inherited from TimeSpanAxis3DBase) |
![]() | MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from TimeSpanAxis3DBase) |
![]() | MeasureOverride | Called to remeasure a control. (Inherited from TimeSpanAxis3DBase) |
![]() | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from TimeSpanAxis3DBase) |
![]() | OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (Inherited from TimeSpanAxis3DBase) |
![]() | OnContentChanged | (Inherited from TimeSpanAxis3DBase) |
![]() | OnContentStringFormatChanged | (Inherited from TimeSpanAxis3DBase) |
![]() | OnContentTemplateChanged | (Inherited from TimeSpanAxis3DBase) |
![]() | OnContentTemplateSelectorChanged | (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from TimeSpanAxis3DBase) |
![]() | OnDependencyPropertyChanged | Called when a dependency property changes that requires the parent surface redraws (Inherited from TimeSpanAxis3DBase) |
![]() | OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnFlipCoordinatesChanged | Called when the FlippedCoordinates DependencyProperty changes (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnGotTouchCapture | Provides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnIdChanged | Called when a dependency property changes that requires the parent surface redraws (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from TimeSpanAxis3DBase) |
![]() | OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from TimeSpanAxis3DBase) |
![]() | OnMouseDoubleClick | Raises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnPreviewMouseDoubleClick | Raises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnPreviewTouchMove | Provides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnPreviewTouchUp | Provides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnPropertyChanged | Overloaded. Raises the SciChart.Charting.Visuals.Axes.AxisCore.PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnTemplateChanged | (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnTickOrGridLineStyleChanged | Called when a dependency property or Major/Minor Tick or Grid Line Style changes, or Axis Bands brush changes, requiring recreation of brushes & pens for gridlines (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | OnTouchMove | Provides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnTouchUp | Provides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from TimeSpanAxis3DBase) |
![]() | OnVisibleRangeChanged | Raises the VisibleRangeChanged event (Inherited from TimeSpanAxis3DBase) |
![]() | RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from TimeSpanAxis3DBase) |
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 TimeSpanAxis3DBase) |
![]() | DataContextChanged | Occurs when the data context for this element changes. (Inherited from TimeSpanAxis3DBase) |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from TimeSpanAxis3DBase) |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from TimeSpanAxis3DBase) |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from TimeSpanAxis3DBase) |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from TimeSpanAxis3DBase) |
![]() | FocusableChanged | Occurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from TimeSpanAxis3DBase) |
![]() | GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from TimeSpanAxis3DBase) |
![]() | GotFocus | Occurs when this element gets logical focus. (Inherited from TimeSpanAxis3DBase) |
![]() | GotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | GotMouseCapture | Occurs when this element captures the mouse. (Inherited from TimeSpanAxis3DBase) |
![]() | GotStylusCapture | Occurs when this element captures the stylus. (Inherited from TimeSpanAxis3DBase) |
![]() | GotTouchCapture | Occurs when a touch is captured to this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | IsEnabledChanged | Occurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from TimeSpanAxis3DBase) |
![]() | IsHitTestVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsKeyboardFocusedChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsKeyboardFocusWithinChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsMouseCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsMouseCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsMouseDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsStylusCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsStylusCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsStylusDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | IsVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | KeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | KeyUp | Occurs when a key is released while focus is on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | LayoutUpdated | Occurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from TimeSpanAxis3DBase) |
![]() | Loaded | Occurs when the element is laid out, rendered, and ready for interaction. (Inherited from TimeSpanAxis3DBase) |
![]() | LostFocus | Occurs when this element loses logical focus. (Inherited from TimeSpanAxis3DBase) |
![]() | LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element,. (Inherited from TimeSpanAxis3DBase) |
![]() | LostMouseCapture | Occurs when this element loses mouse capture. (Inherited from TimeSpanAxis3DBase) |
![]() | LostStylusCapture | Occurs when this element loses stylus capture. (Inherited from TimeSpanAxis3DBase) |
![]() | LostTouchCapture | Occurs when this element loses a touch capture. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from TimeSpanAxis3DBase) |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseDoubleClick | Occurs when a mouse button is clicked two or more times. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseEnter | Occurs when the mouse pointer enters the bounds of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseMove | Occurs when the mouse pointer moves while over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseUp | Occurs when any mouse button is released over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewKeyDown | Occurs when a key is pressed while focus is on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewKeyUp | Occurs when a key is released while focus is on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewTextInput | Occurs when this element gets text in a device-independent manner. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | PropertyChanged | Raised when properties are changed (Inherited from TimeSpanAxis3DBase) |
![]() | QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | RequestBringIntoView | Occurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | SizeChanged | Occurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | SourceUpdated | Occurs when the source value changes for any existing property binding on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusEnter | Occurs when the stylus enters the bounds of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusLeave | Occurs when the stylus leaves the bounds of the element. (Inherited from TimeSpanAxis3DBase) |
![]() | 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 TimeSpanAxis3DBase) |
![]() | StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Inherited from TimeSpanAxis3DBase) |
![]() | StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TargetUpdated | Occurs when the target value changes for any property binding on this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TextInput | Occurs when this element gets text in a device-independent manner. (Inherited from TimeSpanAxis3DBase) |
![]() | ToolTipClosing | Occurs just before any tooltip on the element is closed. (Inherited from TimeSpanAxis3DBase) |
![]() | ToolTipOpening | Occurs when any tooltip on the element is opened. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchDown | Occurs when a finger touches the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from TimeSpanAxis3DBase) |
![]() | Unloaded | Occurs when the element is removed from within an element tree of loaded elements. (Inherited from TimeSpanAxis3DBase) |
![]() | VisibleRangeChanged | Raised when the VisibleRange is changed (Inherited from TimeSpanAxis3DBase) |
See Also