Show / Hide Table of Contents

Class DateTimeAxisLabel

An axis label for displaying DateTime values.

Inheritance
System.Object
DependencyObject
UIElement
FrameworkElement
Control
AxisLabel
DateTimeAxisLabel
Inherited Members
AxisLabel.StringFormat
AxisLabel.StringFormatProperty
AxisLabel.OnStringFormatPropertyChanged(String)
AxisLabel.FormattedContent
AxisLabel.FormattedContentProperty
Control.EnableBaseControlHandlingOfVisualStates
Control.ManageIsEnabled(Boolean)
Control.Background
Control.BackgroundProperty
Control.BorderBrush
Control.BorderBrushProperty
Control.BorderThickness
Control.BorderThicknessProperty
Control.FontWeight
Control.FontWeightProperty
Control.FontStyle
Control.FontStyleProperty
Control.Foreground
Control.ForegroundProperty
Control.FontFamily
Control.FontFamilyProperty
Control.FontSize
Control.FontSizeProperty
Control.TextDecorations
Control.TextDecorationsProperty
Control.Padding
Control.PaddingProperty
Control.HorizontalContentAlignment
Control.HorizontalContentAlignmentProperty
Control.VerticalContentAlignment
Control.VerticalContentAlignmentProperty
Control.TabIndex
Control.TabIndexProperty
Control.IsTabStop
Control.IsTabStopProperty
Control.TabNavigation
Control.TabNavigationProperty
Control.Template
Control.TemplateProperty
Control.ApplyTemplate()
Control.GetTemplateChild(String)
Control.Focus()
Control.HandlesScrolling
Control.OnApplyTemplate()
Control.OnGotFocus(RoutedEventArgs)
Control.OnLostFocus(RoutedEventArgs)
Control.CreateDomElement(Object, Object)
Control.CharacterSpacingProperty
Control.CharacterSpacing
Control.FontStretchProperty
Control.FontStretch
Control.OnDrop(DragEventArgs)
Control.OnDragEnter(DragEventArgs)
Control.OnDragLeave(DragEventArgs)
Control.OnTextInputUpdate(TextCompositionEventArgs)
Control.MeasureOverride(Size)
Control.ArrangeOverride(Size)
FrameworkElement.LayoutUpdated
FrameworkElement.SizeChanged
FrameworkElement.ResourceLookupMode
FrameworkElement.StyleProperty
FrameworkElement.Style
FrameworkElement.DefaultStyleKeyProperty
FrameworkElement.DefaultStyleKey
FrameworkElement.OverridesDefaultStyleProperty
FrameworkElement.OverridesDefaultStyle
FrameworkElement.OnVisualParentChanged(DependencyObject)
FrameworkElement.VisualChildrenCount
FrameworkElement.GetVisualChild(Int32)
FrameworkElement.Parent
FrameworkElement.AddLogicalChild(Object)
FrameworkElement.RemoveLogicalChild(Object)
FrameworkElement.LogicalChildren
FrameworkElement.TemplatedParent
FrameworkElement.Resources
FrameworkElement.IsLoaded
FrameworkElement.SetBinding(DependencyProperty, BindingBase)
FrameworkElement.SetBinding(DependencyProperty, Binding)
FrameworkElement.GetBindingExpression(DependencyProperty)
FrameworkElement.Cursor
FrameworkElement.CursorProperty
FrameworkElement.FindName(String)
FrameworkElement.Name
FrameworkElement.NameProperty
FrameworkElement.DataContext
FrameworkElement.DataContextProperty
FrameworkElement.DataContextChanged
FrameworkElement.Triggers
FrameworkElement.FlowDirectionProperty
FrameworkElement.FlowDirection
FrameworkElement.LanguageProperty
FrameworkElement.Language
FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs)
FrameworkElement.Tag
FrameworkElement.TagProperty
FrameworkElement.LoadedEvent
FrameworkElement.Loaded
FrameworkElement.Unloaded
FrameworkElement.BindingValidationError
FrameworkElement.ContextMenuProperty
FrameworkElement.ContextMenu
FrameworkElement.ContextMenuOpening
FrameworkElement.ToolTipProperty
FrameworkElement.ToolTip
FrameworkElement.INTERNAL_OnDetachedFromVisualTree()
FrameworkElement.INTERNAL_OnAttachedToVisualTree()
FrameworkElement.Height
FrameworkElement.HeightProperty
FrameworkElement.Width
FrameworkElement.WidthProperty
FrameworkElement.HorizontalAlignment
FrameworkElement.HorizontalAlignmentProperty
FrameworkElement.VerticalAlignment
FrameworkElement.VerticalAlignmentProperty
FrameworkElement.Margin
FrameworkElement.MarginProperty
FrameworkElement.MinHeight
FrameworkElement.MinHeightProperty
FrameworkElement.MinWidth
FrameworkElement.MinWidthProperty
FrameworkElement.MaxHeight
FrameworkElement.MaxHeightProperty
FrameworkElement.MaxWidth
FrameworkElement.MaxWidthProperty
FrameworkElement.ActualWidthProperty
FrameworkElement.ActualWidth
FrameworkElement.ActualHeightProperty
FrameworkElement.ActualHeight
UIElement.TransformToVisual(UIElement)
UIElement.OnCreateAutomationPeer()
UIElement.RenderSize
UIElement.DesiredSize
UIElement.InvalidateMeasure()
UIElement.InvalidateArrange()
UIElement.Measure(Size)
UIElement.Arrange(Rect)
UIElement.UpdateLayout()
UIElement.DragEnter
UIElement.DragLeave
UIElement.Drop
UIElement.DragOver
UIElement.CacheMode
UIElement.CacheModeProperty
UIElement.Projection
UIElement.ProjectionProperty
UIElement.VisualParent
UIElement.AddVisualChild(UIElement)
UIElement.RemoveVisualChild(UIElement)
UIElement.OnVisualChildrenChanged(DependencyObject, DependencyObject)
UIElement.XamlSourcePath
UIElement.ClipToBounds
UIElement.ClipToBoundsProperty
UIElement.ClipProperty
UIElement.Clip
UIElement.IsEnabledProperty
UIElement.IsEnabled
UIElement.IsEnabledChanged
UIElement.EffectProperty
UIElement.Effect
UIElement.RenderTransformProperty
UIElement.RenderTransform
UIElement.RenderTransformOriginProperty
UIElement.RenderTransformOrigin
UIElement.UseLayoutRounding
UIElement.UseLayoutRoundingProperty
UIElement.Visibility
UIElement.VisibilityProperty
UIElement.IsVisibleProperty
UIElement.IsVisible
UIElement.IsVisibleChanged
UIElement.OpacityProperty
UIElement.Opacity
UIElement.OpacityMaskProperty
UIElement.OpacityMask
UIElement.IsHitTestVisible
UIElement.IsHitTestVisibleProperty
UIElement.AllowDrop
UIElement.AllowDropProperty
UIElement.CaptureMouse()
UIElement.IsMouseCaptured
UIElement.ReleaseMouseCapture()
UIElement.AllowScrollOnTouchMove
UIElement.AllowScrollOnTouchMoveProperty
UIElement.AddHandler(RoutedEvent, Delegate, Boolean)
UIElement.RemoveHandler(RoutedEvent, Delegate)
UIElement.MouseMoveEvent
UIElement.MouseMove
UIElement.OnMouseMove(MouseEventArgs)
UIElement.MouseLeftButtonDownEvent
UIElement.MouseLeftButtonDown
UIElement.OnMouseLeftButtonDown(MouseButtonEventArgs)
UIElement.MouseRightButtonDownEvent
UIElement.MouseRightButtonDown
UIElement.OnMouseRightButtonDown(MouseButtonEventArgs)
UIElement.MouseWheelEvent
UIElement.MouseWheel
UIElement.OnMouseWheel(MouseWheelEventArgs)
UIElement.MouseLeftButtonUpEvent
UIElement.MouseLeftButtonUp
UIElement.OnMouseLeftButtonUp(MouseButtonEventArgs)
UIElement.MouseEnterEvent
UIElement.MouseEnter
UIElement.OnMouseEnter(MouseEventArgs)
UIElement.MouseLeaveEvent
UIElement.MouseLeave
UIElement.OnMouseLeave(MouseEventArgs)
UIElement.TextInputStartEvent
UIElement.TextInputStart
UIElement.OnTextInputStart(TextCompositionEventArgs)
UIElement.TextInputEvent
UIElement.TextInput
UIElement.OnTextInput(TextCompositionEventArgs)
UIElement.TextInputUpdateEvent
UIElement.TextInputUpdate
UIElement.TappedEvent
UIElement.Tapped
UIElement.OnTapped(TappedRoutedEventArgs)
UIElement.MouseRightButtonUpEvent
UIElement.MouseRightButtonUp
UIElement.OnMouseRightButtonUp(MouseButtonEventArgs)
UIElement.KeyDownEvent
UIElement.KeyDown
UIElement.OnKeyDown(KeyEventArgs)
UIElement.KeyUpEvent
UIElement.KeyUp
UIElement.OnKeyUp(KeyEventArgs)
UIElement.GotFocusEvent
UIElement.GotFocus
UIElement.LostFocusEvent
UIElement.LostFocus
UIElement.LostMouseCapture
UIElement.OnLostMouseCapture(MouseEventArgs)
UIElement.INTERNAL_AttachToDomEvents()
UIElement.INTERNAL_DetachFromDomEvents()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public class DateTimeAxisLabel : AxisLabel, IControl, IFrameworkElement, IUIElement, IDependencyObject

Constructors

| Improve this Doc View Source

DateTimeAxisLabel()

Instantiates a new instance of the DateTimeAxisLabel class.

Declaration
public DateTimeAxisLabel()

Fields

| Improve this Doc View Source

DaysIntervalStringFormatProperty

Identifies the DaysIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty DaysIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

HoursIntervalStringFormatProperty

Identifies the HoursIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty HoursIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

IntervalTypeProperty

Identifies the IntervalType dependency property.

Declaration
public static readonly DependencyProperty IntervalTypeProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

MillisecondsIntervalStringFormatProperty

Identifies the MillisecondsIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty MillisecondsIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

MinutesIntervalStringFormatProperty

Identifies the MinutesIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty MinutesIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

MonthsIntervalStringFormatProperty

Identifies the MonthsIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty MonthsIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SecondsIntervalStringFormatProperty

Identifies the SecondsIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty SecondsIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

WeeksIntervalStringFormatProperty

Identifies the WeeksIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty WeeksIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

YearsIntervalStringFormatProperty

Identifies the YearsIntervalStringFormat dependency property.

Declaration
public static readonly DependencyProperty YearsIntervalStringFormatProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

DaysIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string DaysIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HoursIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string HoursIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IntervalType

Gets or sets the interval type of the DateTimeAxis2.

Declaration
public DateTimeIntervalType IntervalType { get; set; }
Property Value
Type Description
DateTimeIntervalType
| Improve this Doc View Source

MillisecondsIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string MillisecondsIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MinutesIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string MinutesIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MonthsIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string MonthsIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SecondsIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string SecondsIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WeeksIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string WeeksIntervalStringFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

YearsIntervalStringFormat

Gets or sets the format string to use when the interval is hours.

Declaration
public string YearsIntervalStringFormat { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

OnDaysIntervalStringFormatPropertyChanged()

DaysIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnDaysIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnHoursIntervalStringFormatPropertyChanged()

HoursIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnHoursIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnIntervalTypePropertyChanged(DateTimeIntervalType, DateTimeIntervalType)

IntervalTypeProperty property changed handler.

Declaration
protected virtual void OnIntervalTypePropertyChanged(DateTimeIntervalType oldValue, DateTimeIntervalType newValue)
Parameters
Type Name Description
DateTimeIntervalType oldValue

Old value.

DateTimeIntervalType newValue

New value.

| Improve this Doc View Source

OnMillisecondsIntervalStringFormatPropertyChanged()

MillisecondsIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnMillisecondsIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnMinutesIntervalStringFormatPropertyChanged()

MinutesIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnMinutesIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnMonthsIntervalStringFormatPropertyChanged()

MonthsIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnMonthsIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnSecondsIntervalStringFormatPropertyChanged()

SecondsIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnSecondsIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnWeeksIntervalStringFormatPropertyChanged()

WeeksIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnWeeksIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

OnYearsIntervalStringFormatPropertyChanged()

YearsIntervalStringFormatProperty property changed handler.

Declaration
protected virtual void OnYearsIntervalStringFormatPropertyChanged()
| Improve this Doc View Source

UpdateFormattedContent()

Updates the formatted text.

Declaration
protected override void UpdateFormattedContent()
Overrides
AxisLabel.UpdateFormattedContent()

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
UIElementExtendedRoutedEventExtensions.AddHandler(UIElement, ExtendedRoutedEvent, Delegate, Boolean)
UIElementExtendedRoutedEventExtensions.RemoveHandler(UIElement, ExtendedRoutedEvent, Delegate)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
VisualTreeExtensions.GetBoundsRelativeTo(FrameworkElement, UIElement)
VisualTreeExtensions.InvokeOnLayoutUpdated(FrameworkElement, Action)
  • Improve this Doc
  • View Source