The TwxChartComponent type exposes the following members.

Constructors

  NameDescription
Public methodTwxChartComponent
Default constructor.

Methods

  NameDescription
Public methodAddHandler(RoutedEvent, Delegate)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Inherited from UIElement.)
Public methodAddHandler(RoutedEvent, Delegate, Boolean)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from UIElement.)
Public methodAddToEventRoute
Adds handlers to the specified EventRoute for the current UIElement event handler collection.
(Inherited from UIElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock)
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Inherited from UIElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
(Inherited from UIElement.)
Public methodApplyTemplate
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 FrameworkElement.)
Public methodArrange
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(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 UIElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline)
Starts an animation for a specified animated property on this element.
(Inherited from UIElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
(Inherited from UIElement.)
Public methodBeginInit
Starts the initialization process for this element.
(Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard)
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior)
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated.
(Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from FrameworkElement.)
Public methodBringIntoView()()()()
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkElement.)
Public methodBringIntoView(Rect)
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkElement.)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from UIElement.)
Public methodCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from UIElement.)
Public methodCaptureTouch
Attempts to force capture of a touch to this element.
(Inherited from UIElement.)
Public methodCheckAccess
Determines whether the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodEndInit
Indicates that the initialization process for the element is complete.
(Inherited from FrameworkElement.)
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Public methodExportPenData
Exports data samples of the specified pens in this control.
Public methodFindCommonVisualAncestor
Returns the common ancestor of two visual objects.
(Inherited from Visual.)
Public methodFindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement.)
Public methodFindPen
Looks for the first TwxChartPen in the chart control, identified by the specified name.
Public methodFindResource
Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
(Inherited from FrameworkElement.)
Public methodFocus
Attempts to set focus to this element.
(Inherited from UIElement.)
Public methodGetAnimationBaseValue
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 UIElement.)
Public methodGetBindingExpression
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetPalette
Gets the pen color palette
Public methodGetPens
Returns an array of all pens in this chart
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodInputHitTest
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
(Inherited from UIElement.)
Public methodInvalidateArrange
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 UpdateLayout()()()().
(Inherited from UIElement.)
Public methodInvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Public methodInvalidateVisual
Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) is called after the layout cycle is completed.
(Inherited from UIElement.)
Public methodIsAncestorOf
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from Visual.)
Public methodIsDescendantOf
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual.)
Public methodMeasure
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from UIElement.)
Public methodMoveFocus
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
(Inherited from FrameworkElement.)
Public methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate()()()().
(Inherited from FrameworkElement.)
Public methodPointFromScreen
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
(Inherited from Visual.)
Public methodPointToScreen
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
(Inherited from Visual.)
Public methodPredictFocus
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 FrameworkElement.)
Public methodRaiseEvent
Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data).
(Inherited from UIElement.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodRefreshData
Refreshes the runtime pen data.
Public methodRegisterName
Provides an accessor that simplifies access to the NameScope registration method.
(Inherited from FrameworkElement.)
Public methodReleaseAllTouchCaptures
Releases all captured touch devices from this element.
(Inherited from UIElement.)
Public methodReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement.)
Public methodReleaseStylusCapture
Releases the stylus device capture, if this element held the capture.
(Inherited from UIElement.)
Public methodReleaseTouchCapture
Attempts to release the specified touch device from this element.
(Inherited from UIElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from UIElement.)
Public methodSetBinding(DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
(Inherited from FrameworkElement.)
Public methodSetBinding(DependencyProperty, String)
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Inherited from FrameworkElement.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetPenColors
Creates pen colors from pen color palette.
Public methodSetResourceReference
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from FrameworkElement.)
Public methodSetTrendRange
Sets the current trend period range. This method applies only in freeze mode.
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Public methodShouldSerializeCommandBindings
Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class.
(Inherited from UIElement.)
Public methodShouldSerializeInputBindings
Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class.
(Inherited from UIElement.)
Public methodShouldSerializeResources
Returns whether serialization processes should serialize the contents of the Resources property.
(Inherited from FrameworkElement.)
Public methodShouldSerializeStyle
Returns whether serialization processes should serialize the contents of the Style property.
(Inherited from FrameworkElement.)
Public methodShouldSerializeTriggers
Returns whether serialization processes should serialize the contents of the Triggers property.
(Inherited from FrameworkElement.)
Public methodToString
Overrides ToString()()()()
(Overrides Control..::..ToString()()()().)
Public methodTransformToAncestor(Visual)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToAncestor(Visual3D)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToDescendant
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.
(Inherited from Visual.)
Public methodTransformToVisual
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object.
(Inherited from Visual.)
Public methodTranslatePoint
Translates a point relative to this element to coordinates that are relative to the specified element.
(Inherited from UIElement.)
Public methodTryFindResource
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from FrameworkElement.)
Public methodUnregisterName
Simplifies access to the NameScope de-registration method.
(Inherited from FrameworkElement.)
Public methodUpdateDefaultStyle (Inherited from FrameworkElement.)
Public methodUpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement.)
Public methodVerifyAccess
Enforces that the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)

Properties

  NameDescription
Public propertyActualHeight
Gets the rendered height of this element.
(Inherited from FrameworkElement.)
Public propertyActualRangeMaximum
Gets the actual pen range maximum.
Public propertyActualRangeMinimum
Gets the actual pen range minimum.
Public propertyActualWidth
Gets the rendered width of this element.
(Inherited from FrameworkElement.)
Public propertyAllowDrag
Gets or sets whether the main Chart displayed in this TwxChartComponent can be dragged.
Public propertyAllowDrop
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 UIElement.)
Public propertyAllowPenRangeSelection
Gets or sets whether the first visible range axis in the TwxChartComponent will be the one of the TwxChartPen selected in the legend.
Public propertyAlternativeRangeAxisPlacement
Gets or sets how the actual range maximum is calculated.
Public propertyAreAnyTouchesCaptured
Gets a value that indicates whether at least one touch is captured to this element.
(Inherited from UIElement.)
Public propertyAreAnyTouchesCapturedWithin
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 UIElement.)
Public propertyAreAnyTouchesDirectlyOver
Gets a value that indicates whether at least one touch is pressed over this element.
(Inherited from UIElement.)
Public propertyAreAnyTouchesOver
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 UIElement.)
Public propertyAutoScaleMargin
Gets or sets a percentage of space added to the pen's range when displayed in auto scale mode.
Public propertyAutoTimeAlignment
Let the control automatically set tick marks based on control's size and actual trend period. Time alignment settings for main chart and summary chart is ignored.
Public propertyAxisSorting
Gets or sets axis sorting type.

ShiftSorts axes from last pen to first pen and shifts the list so that the currently selected pen is next to the chart area.

StackMoves the axis of currently selected pen next to the chart area and shifts all others to left.

Public propertyBackground
Gets or sets a brush that describes the background of a control.
(Inherited from Control.)
Public propertyBadQualityPlotMode
Gets or sets the QualityPlotMode used when plotting bad quality data.
Public propertyBindingGroup
Gets or sets the BindingGroup that is used for the element.
(Inherited from FrameworkElement.)
Public propertyBitmapEffect Obsolete.
Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyBitmapEffectInput Obsolete.
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 UIElement.)
Public propertyBorderBrush
Gets or sets a brush that describes the border background of a control.
(Inherited from Control.)
Public propertyBorderThickness
Gets or sets the border thickness of a control.
(Inherited from Control.)
Public propertyCacheMode
Gets or sets a cached representation of the UIElement.
(Inherited from UIElement.)
Public propertyChartBackground
Gets or sets the Brush applied to the charts background.
Public propertyChartInnerAlternateBackground
Alternate background color of plot area for even major X grid lines.
Public propertyChartInnerBackground
Gets or sets the Brush applied to the charts inner background.
Public propertyChartInnerBorder
Gets or sets the Brush applied to the charts inner background.
Public propertyChartInnerFrozenBackground
Gets or sets the Brush applied to the charts inner background in freeze mode.
Public propertyClip
Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property.
(Inherited from UIElement.)
Public propertyClipToBounds
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 UIElement.)
Public propertyCommandBindings
Gets a collection of CommandBinding objects associated with this element. A 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 UIElement.)
Public propertyContent
Gets or sets the content of a ContentControl.
(Inherited from ContentControl.)
Public propertyContentStringFormat
Gets or sets a composite string that specifies how to format the Content property if it is displayed as a string.
(Inherited from ContentControl.)
Public propertyContentTemplate
Gets or sets the data template used to display the content of the ContentControl.
(Inherited from ContentControl.)
Public propertyContentTemplateSelector
Gets or sets a template selector that enables an application writer to provide custom template-selection logic.
(Inherited from ContentControl.)
Public propertyContextMenu
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 FrameworkElement.)
Public propertyContextMenuInvalidDisplayMode
Display mode for context menu items that are invalid (e.g. no command target).
Public propertyContinuousWriteCursorPosition
When enabled, cursor positions is continuously stored when dragging the cursors.
Public propertyCursor
Gets or sets the cursor that displays when the mouse pointer is over this element.
(Inherited from FrameworkElement.)
Public propertyCursorDataSource
Data source of first cursor position. It must be a string data type.
Public propertyCursorJumpToClick
Enable to allow moving cursors by mouse click or tap.
Public propertyCursorMoveWithMouse
Enable to allow moving chart cursors with mouse cursor. Not available when second cursor is visible. Disables zoom by mouse.
Public propertyCursorSampleMode
Specifies the criteria used when highlighting samples.
Public propertyCursorStroke
First cursor color.
Public propertyCursorTooltipsVisibilityDataSource
Data source of cursor tooltip visibility. It must be an integer data type.
Public propertyCursorWidth
Width of cursor bars.
Public propertyCustomGeneralDateFormat
Custom date format in tooltips, legend and reports.
Public propertyCustomGeneralFormat
Custom date/time format in tooltips, legend and reports.
Public propertyCustomGeneralTimeFormat
Custom time format in tooltips, legend and reports.
Public propertyDataContext
Gets or sets the data context for an element when it participates in data binding.
(Inherited from FrameworkElement.)
Public propertyDataSamplingMethod
Data sampling method used to generate samples in this chart.
Public propertyDefaultConnectionParameters
Default connection parameters for pens added in runtime. Does not apply in case the pen already declares its connection parameters.
Public propertyDefaultPenAxis
Default configuration of pen axis for pens added in runtime.
Public propertyDefaultPenAxisEnabled
Enable to apply default pen axis configuration for pens added in runtime.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDesiredSize
Gets the size that this element computed during the measure pass of the layout process.
(Inherited from UIElement.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEffect
Gets or sets the bitmap effect to apply to the UIElement. This is a dependency property.
(Inherited from UIElement.)
Public propertyEnableBusyIndicator
Show busy indicator when updating data.
Public propertyEnableControlEvents
True to enable actions and commmands for control events.
Public propertyEnableCursorUserInput
When enabled, user can change cursor positions using keyboard or pointing devices.
Public propertyEnableSampleMouseOver
Enable mouse over style of pie and bar samples.
Public propertyExportSettings
Default settings for data export.
Public propertyExportStatsSettings
Default settings for statistics export.
Public propertyFitMarginLabels
Fit time axis labels into axis area.
Public propertyFlowDirection
Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout.
(Inherited from FrameworkElement.)
Public propertyFocusable
Gets or sets a value that indicates whether the element can receive focus. This is a dependency property.
(Inherited from UIElement.)
Public propertyFocusVisualStyle
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 FrameworkElement.)
Public propertyFontFamily
Gets or sets the font family of the control.
(Inherited from Control.)
Public propertyFontSize
Gets or sets the font size.
(Inherited from Control.)
Public propertyFontStretch
Gets or sets the degree to which a font is condensed or expanded on the screen.
(Inherited from Control.)
Public propertyFontStyle
Gets or sets the font style.
(Inherited from Control.)
Public propertyFontWeight
Gets or sets the weight or thickness of the specified font.
(Inherited from Control.)
Public propertyForceCursor
Gets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property.
(Inherited from FrameworkElement.)
Public propertyForeground
Gets or sets a brush that describes the foreground color.
(Inherited from Control.)
Public propertyGeneralDateFormat
Date format type in tooltips, legend and reports.
Public propertyGeneralDateTimeMode
Visibility of date and time components in tooltips, legend and reports.
Public propertyGeneralDateTimeSeparator
Date/time separator in tooltips, legend and reports.
Public propertyGeneralTimeFormat
Time format in tooltips, legend and reports.
Public propertyGridLinesVisibility
Gets or sets the legend DataGridGridLinesVisibility.
Public propertyGridXMajorLineStyle
Gets or sets the LineStyle for major X grid lines.
Public propertyGridXMinorLineStyle
Gets or sets the LineStyle for minor X grid lines.
Public propertyGridXStroke
Gets or sets the stroke Brush used for chart x grid lines.
Public propertyGridXStrokeThickness
Gets or sets the stroke thickness for x grid lines.
Public propertyGridYMajorLineStyle
Gets or sets the LineStyle for major Y grid lines.
Public propertyGridYMinorLineStyle
Gets or sets the LineStyle for minor Y grid lines.
Public propertyGridYStroke
Gets or sets the stroke Brush used for chart y grid lines.
Public propertyGridYStrokeThickness
Gets or sets the stroke thickness for y grid lines.
Public propertyHasAnimatedProperties
Gets a value indicating whether this element has any animated properties.
(Inherited from UIElement.)
Public propertyHasContent
Gets a value that indicates whether the ContentControl contains content.
(Inherited from ContentControl.)
Public propertyHeight
Exposes the height settings.
Public propertyHistoryRefreshRate
Desired historical data request interval. Can be automatically optimized by OptimizeHistoryRefreshRate.
Public propertyHistoryRefreshRateAlignment
Historical data request interval time alignment. If set to Custom()()()(), HistoryRefreshRate specifies custom interval. Otherwise HistoryRefreshRateValue defines number of selected time intervals.
Public propertyHistoryRefreshRateValue
Number of intervals specified by HistoryRefreshRateAlignment. Not used in case HistoryRefreshRateAlignment equals Custom()()()().
Public propertyHorizontalAlignment
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 FrameworkElement.)
Public propertyHorizontalContentAlignment
Gets or sets the horizontal alignment of the control's content.
(Inherited from Control.)
Public propertyHorizontalGridLines
Gets or sets the legend horizontal grid line Brush.
Public propertyInheritDateTimeFormat
Enable to inherit date and time format settings from time axis.
Public propertyInputBindings
Gets the collection of input bindings associated with this element.
(Inherited from UIElement.)
Public propertyInputScope
Gets or sets the context for input used by this FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyIsArrangeValid
Gets a value indicating whether the computed size and position of child elements in this element's layout are valid.
(Inherited from UIElement.)
Public propertyIsEnabled
Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property.
(Inherited from UIElement.)
Public propertyIsFocused
Gets a value that determines whether this element has logical focus. This is a dependency property.
(Inherited from UIElement.)
Public propertyIsFreezeModeEnabled
Gets or sets whether the TwxChartComponent is currently in 'Freeze' mode.
Public propertyIsGlobalRangeEnabled
Gets or sets whether a shared value axis is used for all charts.
Public propertyIsHitTestVisible
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 UIElement.)
Public propertyIsInitialized
Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit()()()() method called.
(Inherited from FrameworkElement.)
Public propertyIsInputMethodEnabled
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 UIElement.)
Public propertyIsKeyboardFocused
Gets a value indicating whether this element has keyboard focus. This is a dependency property.
(Inherited from UIElement.)
Public propertyIsKeyboardFocusWithin
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 UIElement.)
Public propertyIsLegendVisible
Gets whether the legend is visible.
Public propertyIsLoaded
Gets a value that indicates whether this element has been loaded for presentation.
(Inherited from FrameworkElement.)
Public propertyIsManipulationEnabled
Gets or sets a value that indicates whether manipulation events are enabled on this UIElement.
(Inherited from UIElement.)
Public propertyIsMeasureValid
Gets a value indicating whether the current size returned by layout measure is valid.
(Inherited from UIElement.)
Public propertyIsMouseCaptured
Gets a value indicating whether the mouse is captured to this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyIsMouseCaptureWithin
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 UIElement.)
Public propertyIsMouseDirectlyOver
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 UIElement.)
Public propertyIsMouseOver
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 UIElement.)
Public propertyIsRealTimeMode
Gets whether the control is in Real-Time mode, that is IsRuntimeModeEnabled is true and IsFreezeModeEnabled is false;
Public propertyIsRuntimeModeEnabled
Gets whether the TwxChartComponent is in 'Runtime' mode.
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyIsSessionBufferSizeAutomatic
Gets or sets whether the SessionBufferSize is automatically calculated.
Public propertyIsStylusCaptured
Gets a value indicating whether the stylus is captured by this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyIsStylusCaptureWithin
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 UIElement.)
Public propertyIsStylusDirectlyOver
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 UIElement.)
Public propertyIsStylusOver
Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property.
(Inherited from UIElement.)
Public propertyIsSummaryChartVisible
Gets whether the summary chart is actually visible.
Public propertyIsTabStop
Gets or sets a value that indicates whether a control is included in tab navigation.
(Inherited from Control.)
Public propertyIsVisible
Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property.
(Inherited from UIElement.)
Public propertyIsZoomModeEnabled
Gets or sets whether the user can zoom charts in our out.
Public propertyLanguage
Gets or sets localization/globalization language information that applies to an element.
(Inherited from FrameworkElement.)
Public propertyLayoutTransform
Gets or sets a graphics transformation that should apply to this element when layout is performed.
(Inherited from FrameworkElement.)
Public propertyLegendActiveSelectionBackground
Gets or sets the LegendActiveSelectionBackground.
Public propertyLegendActiveSelectionForeground
Gets or sets the LegendActiveSelectionForeground.
Public propertyLegendBackground
Gets or sets the legend background Brush.
Public propertyLegendBorderBrush
Gets or sets the legend border Brush.
Public propertyLegendBorderThickness
Gets or sets the legend border thickness.
Public propertyLegendDock
Gets or sets the legend Dock position in the TwxChartComponent layout.
Public propertyLegendFontFamily
Gets or sets the LegendFontFamily.
Public propertyLegendFontSize
Gets or sets the LegendFontSize.
Public propertyLegendHeaderBackground
Gets or sets the LegendHeaderBackground.
Public propertyLegendHeaderBorder
Gets or sets the LegendHeaderBorder.
Public propertyLegendHeaderForeground
Gets or sets the LegendHeaderForeground.
Public propertyLegendInactiveSelectionBackground
Gets or sets the LegendInactiveSelectionBackground.
Public propertyLegendInactiveSelectionForeground
Gets or sets the LegendInactiveSelectionForeground.
Public propertyLegendRowBackground
Gets or sets the LegendRowBackground.
Public propertyLegendRowForeground
Gets or sets the LegendRowForeground.
Public propertyLegendScrollbarBackground
Gets or sets the LegendScrollbarBackground.
Public propertyLegendScrollbarForeground
Gets or sets the LegendScrollbarForeground.
Public propertyLegendScrollbarHoverColor
Gets or sets the LegendScrollbarHoverColor.
Public propertyLegendWidth
Gets or sets the width of the legend in the chart component.
Public propertyManualRangeMaximumTag
Gets or sets a value representing the shared value axis maximum.
Public propertyManualRangeMinimumTag
Gets or sets a value representing the shared value axis minimum.
Public propertyMargin
Gets or sets the outer margin of an element.
(Inherited from FrameworkElement.)
Public propertyMaxAutomaticSessionBufferSize
Gets or sets a user defined hard limit for the pen buffer size.
Public propertyMaxHeight
Gets or sets the maximum height constraint of the element.
(Inherited from FrameworkElement.)
Public propertyMaxWidth
Gets or sets the maximum width constraint of the element.
(Inherited from FrameworkElement.)
Public propertyMinHeight
Gets or sets the minimum height constraint of the element.
(Inherited from FrameworkElement.)
Public propertyMinWidth
Gets or sets the minimum width constraint of the element.
(Inherited from FrameworkElement.)
Public propertyName
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 FrameworkElement.)
Public propertyOpacity
Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property.
(Inherited from UIElement.)
Public propertyOpacityMask
Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyOptimizeHistoryRefreshRate
Automatically adjust frequency of reading historical data to improve performance.
Public propertyOverridesDefaultStyle
Gets or sets a value that indicates whether this element incorporates style properties from theme styles.
(Inherited from FrameworkElement.)
Public propertyPadding
Gets or sets the padding inside a control.
(Inherited from Control.)
Public propertyParent
Gets the logical parent element of this element.
(Inherited from FrameworkElement.)
Public propertyPenColorPalette
Specifies color palette for your pens.
Public propertyPenCount
Gets the count of TwxChartPens contained in the TwxChartComponent.
Public propertyPersistId Obsolete.
Gets a value that uniquely identifies this element.
(Inherited from UIElement.)
Public propertyRangeAxis
Gets or sets the chart value range TwxAxis.
Public propertyRangeAxisAreaSize
Requested size of value range area. When set to zero or empty, the area has automatic size. Enter number of pixels (50) or percents (10%).
Public propertyRangeMaximumMode
Gets or sets how the actual range maximum is calculated.
Public propertyRangeMinimumMode
Gets or sets how the actual range minimum is calculated.
Public propertyReadCursorPosition
When enabled, cursor positions are obtained from CursorDataSource and SecondCursorDataSource.
Public propertyReadCursorTooltipsVisibility
When enabled, cursor tooltips visibility is obtained from CursorTooltipsVisibilityDataSource.
Public propertyReadTimeRange
When enabled, if this chart is in freeze mode, trend range is obtained from TimeRangeDataSource.
Public propertyReadTimeRangeWhenZoomed
Disable to suspend time range updates from TimeRangeDataSource when chart is zoomed.
Public propertyRefreshRate
Animation speed for trends in real-time mode.
Public propertyRefreshRateAlignment
Animation rate period alignment of the chart in real-time mode. If set to Custom()()()(), RefreshRate specifies custom period. Otherwise RefreshRateValue defines number of selected time intervals.
Public propertyRefreshRateValue
Number of intervals specified by RefreshRateAlignment. Not used in case RefreshRateAlignment equals Custom()()()().
Public propertyRenderSize
Gets (or sets, but see Remarks) the final render size of this element.
(Inherited from UIElement.)
Public propertyRenderTransform
Gets or sets transform information that affects the rendering position of this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyRenderTransformOrigin
Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property.
(Inherited from UIElement.)
Public propertyResources
Gets or sets the locally-defined resource dictionary.
(Inherited from FrameworkElement.)
Public propertySampleMouseOverFill
Mouse over fill of pie and bar samples.
Public propertySampleMouseOverStroke
Mouse over stroke of pie and bar samples.
Public propertySamplingInterval
Sampling interval for calculated historical data or collection rate for real-time data. It has no effect on raw historical data.
Public propertySamplingIntervalAlignment
Sampling interval time alignment. If set to Custom()()()(), SamplingInterval specifies custom interval. Otherwise SamplingIntervalValue defines number of selected time intervals.
Public propertySamplingIntervalValue
Number of intervals specified by SamplingIntervalAlignment. Not used in case SamplingIntervalAlignment equals Custom()()()().
Public propertySamplingMultiplier
Sample count per major tick mark. Effective only when DataSamplingMethod is set to Auto()()()() and UseTickmarkTimeAlignment on TrendAxis is true.
Public propertySamplingTotalCount
Desired total count of samples for each pen in this chart. Effective only when DataSamplingMethod is set to Count()()()().
Public propertySecondCursorDataSource
Data source of second cursor position. It must be a string data type.
Public propertySecondCursorStroke
Second cursor color.
Public propertySessionBufferSize
Gets or sets an explicit pen buffer size used when IsSessionBufferSizeAutomatic is false.
Public propertyShowAnnotation
Gets or sets whether annotations are displayed for trends in the TwxChartComponent (when available).
Public propertyShowAxes
Gets or sets whether chart axes will be displayed.
Public propertyShowChartContextMenu
Show context menu for chart area.
Public propertyShowColoredDetails
Gets or sets whether text elements and other details in the legend use the color of associated pens.
Public propertyShowCursorInFreezeMode
Gets or sets whether chart cursors are visible in freeze mode.
Public propertyShowCursorOnRealtime
Gets or sets whether chart cursors are visible in realtime mode.
Public propertyShowCursorTooltips
Gets or sets whether tooltips will be displayed when draging a cursor.
Public propertyShowDisabledPens
Gets or sets whether disabled pens are displayed in areas of the control such as the legend.
Public propertyShowGrid
Gets or sets whether chart grid lines will be displayed.
Public propertyShowInvalidPens
Show pens with invalid datasources in chart and legend.
Public propertyShowLegend
Gets or sets whether the legend is visible.
Public propertyShowLegendContextMenu
Show context menu for legend area.
Public propertyShowLegendHeaders
Gets or sets whether legend headers are displayed.
Public propertyShowRangeZoomRuler
Gets or sets whether charts in the component will display a zoom ruler associated to the main Y axis.
Public propertyShowSampleTooltips
Gets or sets whether tooltips will be displayed after hovering a data sample marker.
Public propertyShowSecondCursor
Gets or sets whether the second chart cursor is visible.
Public propertyShowSignalMarkers
Gets or sets whether signal markers are displayed in the charts.
Public propertyShowSummaryChart
Gets or sets if the summary chart will be displayed in the TwxChartComponent when in 'Freeze' mode.
Public propertyShowSummaryExpandButton
Enable to show summary expand button.
Public propertyShowSummaryPlot
Enable to show summary chart.
Public propertyShowSummaryRangeAxis
Show Y axis in summary chart.
Public propertyShowSummaryScrollbar
Enable to show summary scroll bar below the summary chart.
Public propertyShowSummaryTrendAxis
Show X axis in summary chart.
Public propertyShowTotalizerEngineeringUnits
Gets or sets whether totalizer engineering units are displayed together with pen's totalizer values.
Public propertyShowTrendPeriodArea
Shows trend period axis area.
Public propertyShowTrendPeriodToolBar
Shows trend period toolbar with customizable buttons.
Public propertyShowValueRangeArea
Gets or sets whether the value range area will be displayed for the charts.
Public propertySimpleMouseWheelZoom
Gets or sets whether a zoom action can be achieved by simple mouse wheel. If set to False, user has to use the mouse wheel with CTRL+SHIFT keystrokes.
Public propertySnapsToDevicePixels
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 UIElement.)
Public propertySplitterColor
Color of chart splitters.
Public propertyStartFrozen
Freeze the chart immediately after entering the Runtime mode.
Public propertyStyle
Gets or sets the style used by this element when it is rendered.
(Inherited from FrameworkElement.)
Public propertySummaryChartDock
Gets or sets the Dock position for the summary chart.
Public propertySummaryCursorFill
Gets or sets the Brush applied to the cursor.
Public propertySummaryCursorStroke
Gets or sets the Brush applied to the cursor.
Public propertySummarySnapMode
Enable to snap summary cursor and scrollbar to closest tick marks.
Public propertySummaryTrendAxis
Summary X axis settings.
Public propertySummaryTrendPeriod
Period of the summary chart.
Public propertySummaryTrendPeriodAlignment
Trend period alignment of summary chart. If set to Custom()()()(), SummaryTrendPeriod specifies custom period. Otherwise SummaryTrendPeriodValue defines number of selected intervals.
Public propertySummaryTrendPeriodValue
Number of intervals specified by SummaryTrendPeriodAlignment. Not used in case SummaryTrendPeriodAlignment equals Custom()()()().
Public propertySwapAxes
Gets or sets whether the X and Y axis areas are swapped in the charts.
Public propertyTabIndex
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 Control.)
Public propertyTag
Gets or sets an arbitrary object value that can be used to store custom information about this element.
(Inherited from FrameworkElement.)
Public propertyTemplate
Gets or sets a control template.
(Inherited from Control.)
Public propertyTemplatedParent
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 FrameworkElement.)
Public propertyTimeAlignedSummaryCursors
If X axis range is declared by time units, dragging summary cursors results in time aligned period.
Public propertyTimeAlignedZoom
If time alignment is enabled on X axis, all zoom operations results in time aligned period.
Public propertyTimeRangeDataSource
Data source of global time range.
Public propertyTimeZoneFormat
Format of time zone used in dates and times, in case time zone alignment is enabled.
Public propertyTimeZonesAlignment
Enable to align all pens by time zone. Samples from different time zones are aligned to current time.
Public propertyToolTip
Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
(Inherited from FrameworkElement.)
Public propertyTouchesCaptured
Gets all touch devices that are captured to this element.
(Inherited from UIElement.)
Public propertyTouchesCapturedWithin
Gets all touch devices that are captured to this element or any child elements in its visual tree.
(Inherited from UIElement.)
Public propertyTouchesDirectlyOver
Gets all touch devices that are over this element.
(Inherited from UIElement.)
Public propertyTouchesOver
Gets all touch devices that are over this element or any child elements in its visual tree.
(Inherited from UIElement.)
Public propertyTrendAxis
Configuration of trend period axis.
Public propertyTrendPeriod
Custom trend period of the chart. Used only if TrendPeriodAlignment is set to Custom()()()().
Public propertyTrendPeriodAlignment
Trend period alignment of the chart. If set to Custom()()()(), TrendPeriod specifies custom period. Otherwise TrendPeriodValue defines number of selected intervals.
Public propertyTrendPeriodEnd
Gets the ending DateTime of the current trend period.
Public propertyTrendPeriodGridVisibility
Gets or sets the GridLineVisibility for the TrendAxis.
Public propertyTrendPeriodStart
Gets the starting DateTime of the current trend period.
Public propertyTrendPeriodValue
Number of intervals specified by TrendPeriodAlignment. Not used in case TrendPeriodAlignment equals Custom()()()().
Public propertyTriggers
Gets the collection of triggers established directly on this element, or in child elements.
(Inherited from FrameworkElement.)
Public propertyTwxViewer
Gets ViewControl()()()() as a TwxViewControl instance.
Public propertyUid
Gets or sets the unique identifier (for localization) for this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyUncertainQualityPlotMode
Gets or sets the QualityPlotMode used when plotting uncertain quality data.
Public propertyUniquePens
When adding pens in runtime, reject pens already visualized in the chart.
Public propertyUseCustomGeneralFormat
Use custom date/time format in tooltips, legend and reports.
Public propertyUseCustomSummaryTrendAxis
Use custom settings for summary chart X axis.
Public propertyUseDefaultConnectionParameters
Enable to fill in default connection parameters for pens added in runtime. Does not apply in case the pen already declares its connection parameters.
Public propertyUseLayoutRounding
Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout.
(Inherited from FrameworkElement.)
Public propertyUseParentDataManager
Gets or sets whether to use parent data manager, if available. Enable if you need to share local variables.
Public propertyUseUtcTime
Gets or sets whether dates and times in the TwxChartComponent are displayed in the UTC format.
Public propertyValueRangeGridVisibility
Gets or sets the GridLineVisibility for the RangeAxis.
Public propertyVerticalAlignment
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 FrameworkElement.)
Public propertyVerticalContentAlignment
Gets or sets the vertical alignment of the control's content.
(Inherited from Control.)
Public propertyVerticalGridLines
Gets or sets the legend vertical grid line Brush.
Public propertyVisibility
Gets or sets the user interface (UI) visibility of this element. This is a dependency property.
(Inherited from UIElement.)
Public propertyVisibleValueRanges
Gets or sets the count of visible range Axis displayed at the same time.
Public propertyWidth
Gets or sets the width of the element.
(Inherited from FrameworkElement.)
Public propertyWriteCursorPosition
When enabled, cursor positions are stored in CursorDataSource and SecondCursorDataSource.
Public propertyWriteCursorTooltipsVisibility
When enabled, cursor tooltips visibility is stored in CursorTooltipsVisibilityDataSource.
Public propertyWriteTimeRange
When enabled, actual trend range is stored in TimeRangeDataSource and can be shared with other controls.
Public propertyZoomFill
Gets or sets the fill used for the zoom selection.

Events

  NameDescription
Public eventContextMenuClosing
Occurs just before any context menu on the element is closed.
(Inherited from FrameworkElement.)
Public eventContextMenuOpening
Occurs when any context menu on the element is opened.
(Inherited from FrameworkElement.)
Public eventDataContextChanged
Occurs when the data context for this element changes.
(Inherited from FrameworkElement.)
Public eventDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from UIElement.)
Public eventDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from UIElement.)
Public eventDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from UIElement.)
Public eventDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from UIElement.)
Public eventFocusableChanged
Occurs when the value of the Focusable property changes.
(Inherited from UIElement.)
Public eventGiveFeedback
Occurs when the input system reports an underlying drag-and-drop event that involves this element.
(Inherited from UIElement.)
Public eventGotFocus
Occurs when this element gets logical focus.
(Inherited from UIElement.)
Public eventGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from UIElement.)
Public eventGotMouseCapture
Occurs when this element captures the mouse.
(Inherited from UIElement.)
Public eventGotStylusCapture
Occurs when this element captures the stylus.
(Inherited from UIElement.)
Public eventGotTouchCapture
Occurs when a touch is captured to this element.
(Inherited from UIElement.)
Public eventInitialized
Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
(Inherited from FrameworkElement.)
Public eventIsEnabledChanged
Occurs when the value of the IsEnabled property on this element changes.
(Inherited from UIElement.)
Public eventIsHitTestVisibleChanged
Occurs when the value of the IsHitTestVisible dependency property changes on this element.
(Inherited from UIElement.)
Public eventIsKeyboardFocusedChanged
Occurs when the value of the IsKeyboardFocused property changes on this element.
(Inherited from UIElement.)
Public eventIsKeyboardFocusWithinChanged
Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element.
(Inherited from UIElement.)
Public eventIsMouseCapturedChanged
Occurs when the value of the IsMouseCaptured property changes on this element.
(Inherited from UIElement.)
Public eventIsMouseCaptureWithinChanged
Occurs when the value of the IsMouseCaptureWithinProperty changes on this element.
(Inherited from UIElement.)
Public eventIsMouseDirectlyOverChanged
Occurs when the value of the IsMouseDirectlyOver property changes on this element.
(Inherited from UIElement.)
Public eventIsStylusCapturedChanged
Occurs when the value of the IsStylusCaptured property changes on this element.
(Inherited from UIElement.)
Public eventIsStylusCaptureWithinChanged
Occurs when the value of the IsStylusCaptureWithin property changes on this element.
(Inherited from UIElement.)
Public eventIsStylusDirectlyOverChanged
Occurs when the value of the IsStylusDirectlyOver property changes on this element.
(Inherited from UIElement.)
Public eventIsVisibleChanged
Occurs when the value of the IsVisible property changes on this element.
(Inherited from UIElement.)
Public eventKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public eventKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public eventLayoutUpdated
Occurs when the layout of the various visual elements associated with the current Dispatcher changes.
(Inherited from UIElement.)
Public eventLoaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkElement.)
Public eventLostFocus
Occurs when this element loses logical focus.
(Inherited from UIElement.)
Public eventLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element,.
(Inherited from UIElement.)
Public eventLostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from UIElement.)
Public eventLostStylusCapture
Occurs when this element loses stylus capture.
(Inherited from UIElement.)
Public eventLostTouchCapture
Occurs when this element loses a touch capture.
(Inherited from UIElement.)
Public eventManipulationBoundaryFeedback
Occurs when the manipulation encounters a boundary.
(Inherited from UIElement.)
Public eventManipulationCompleted
Occurs when a manipulation and inertia on the UIElement object is complete.
(Inherited from UIElement.)
Public eventManipulationDelta
Occurs when the input device changes position during a manipulation.
(Inherited from UIElement.)
Public eventManipulationInertiaStarting
Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins.
(Inherited from UIElement.)
Public eventManipulationStarted
Occurs when an input device begins a manipulation on the UIElement object.
(Inherited from UIElement.)
Public eventManipulationStarting
Occurs when the manipulation processor is first created.
(Inherited from UIElement.)
Public eventMouseDoubleClick
Occurs when a mouse button is clicked two or more times.
(Inherited from Control.)
Public eventMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public eventMouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from UIElement.)
Public eventMouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from UIElement.)
Public eventMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventMouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from UIElement.)
Public eventMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventMouseUp
Occurs when any mouse button is released over this element.
(Inherited from UIElement.)
Public eventMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from UIElement.)
Public eventPreviewDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from UIElement.)
Public eventPreviewDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from UIElement.)
Public eventPreviewDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from UIElement.)
Public eventPreviewGiveFeedback
Occurs when a drag-and-drop operation is started.
(Inherited from UIElement.)
Public eventPreviewGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from UIElement.)
Public eventPreviewKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public eventPreviewKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public eventPreviewLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element.
(Inherited from UIElement.)
Public eventPreviewMouseDoubleClick
Occurs when a user clicks the mouse button two or more times.
(Inherited from Control.)
Public eventPreviewMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseMove
Occurs when the mouse pointer moves while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseUp
Occurs when any mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from UIElement.)
Public eventPreviewStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from UIElement.)
Public eventPreviewStylusDown
Occurs when the stylus touches the digitizer while it is over this element.
(Inherited from UIElement.)
Public eventPreviewStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from UIElement.)
Public eventPreviewStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public eventPreviewStylusMove
Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead.
(Inherited from UIElement.)
Public eventPreviewStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected.
(Inherited from UIElement.)
Public eventPreviewStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from UIElement.)
Public eventPreviewStylusUp
Occurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Inherited from UIElement.)
Public eventPreviewTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from UIElement.)
Public eventPreviewTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventPreviewTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventPreviewTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventPropertyChanged
Raised when a property of the chart component changed.
Public eventQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from UIElement.)
Public eventQueryCursor
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 UIElement.)
Public eventRequestBringIntoView
Occurs when BringIntoView(Rect) is called on this element.
(Inherited from FrameworkElement.)
Public eventSizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Inherited from FrameworkElement.)
Public eventSourceUpdated
Occurs when the source value changes for any existing property binding on this element.
(Inherited from FrameworkElement.)
Public eventStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from UIElement.)
Public eventStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from UIElement.)
Public eventStylusDown
Occurs when the stylus touches the digitizer while the stylus is over this element.
(Inherited from UIElement.)
Public eventStylusEnter
Occurs when the stylus enters the bounds of this element.
(Inherited from UIElement.)
Public eventStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from UIElement.)
Public eventStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public eventStylusLeave
Occurs when the stylus leaves the bounds of the element.
(Inherited from UIElement.)
Public eventStylusMove
Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead.
(Inherited from UIElement.)
Public eventStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected, while over this element.
(Inherited from UIElement.)
Public eventStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from UIElement.)
Public eventStylusUp
Occurs when the user raises the stylus off the digitizer while it is over this element.
(Inherited from UIElement.)
Public eventTargetUpdated
Occurs when the target value changes for any property binding on this element.
(Inherited from FrameworkElement.)
Public eventTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from UIElement.)
Public eventToolTipClosing
Occurs just before any tooltip on the element is closed.
(Inherited from FrameworkElement.)
Public eventToolTipOpening
Occurs when any tooltip on the element is opened.
(Inherited from FrameworkElement.)
Public eventTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventTouchEnter
Occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from UIElement.)
Public eventTouchLeave
Occurs when a touch moves from inside to outside the bounds of this element.
(Inherited from UIElement.)
Public eventTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from UIElement.)
Public eventUnloaded
Occurs when the element is removed from within an element tree of loaded elements.
(Inherited from FrameworkElement.)

See Also