File

projects/wms-framework/src/lib/datavisualization/series.ts

Description

Linear axis class

Extends

NumericAxis

Index

Properties
Methods

Properties

ActualDoubleRange
Type : any

Actual double range

ActualInterval
Type : number
Decorators :
@Dependency(LinearAxis.ActualIntervalProperty)

Actual interval

Static Readonly ActualIntervalProperty
Default value : new DependencyProperty( 'ActualInterval', null, null )

Actual interval property

Interval
Type : number
Decorators :
@Dependency(LinearAxis.IntervalProperty)

Interval

Static Readonly IntervalProperty
Default value : new DependencyProperty( 'Interval', null, null )

Interval property

ActualMaximum
Type : number
Decorators :
@Dependency(NumericAxis.ActualMaximumProperty)
Inherited from NumericAxis
Defined in NumericAxis:773

Actual maximum

Static Readonly ActualMaximumProperty
Default value : new DependencyProperty( 'ActualMaximum', null, null )
Inherited from NumericAxis
Defined in NumericAxis:716

Actual maximum property

ActualMinimum
Type : number
Decorators :
@Dependency(NumericAxis.ActualMinimumProperty)
Inherited from NumericAxis
Defined in NumericAxis:781

Actual minimum

Static Readonly ActualMinimumProperty
Default value : new DependencyProperty( 'ActualMinimum', null, null )
Inherited from NumericAxis
Defined in NumericAxis:727

Actual minimum property

ExtendRangeToOrigin
Type : boolean
Decorators :
@Dependency(NumericAxis.ExtendRangeToOriginProperty)
Inherited from NumericAxis
Defined in NumericAxis:789

Extended range to origin

Static Readonly ExtendRangeToOriginProperty
Default value : new DependencyProperty( 'ExtendRangeToOrigin', null, null )
Inherited from NumericAxis
Defined in NumericAxis:738

Extended range to origin property

Maximum
Type : number
Decorators :
@Dependency(NumericAxis.MaximumProperty)
Inherited from NumericAxis
Defined in NumericAxis:797

Maximum

Static Readonly MaximumProperty
Default value : new DependencyProperty( 'Maximum', null, null )
Inherited from NumericAxis
Defined in NumericAxis:749

Maximum property

Minimum
Type : number
Decorators :
@Dependency(NumericAxis.MinimumProperty)
Inherited from NumericAxis
Defined in NumericAxis:805

Minimum

Static Readonly MinimumProperty
Default value : new DependencyProperty( 'Minimum', null, null )
Inherited from NumericAxis
Defined in NumericAxis:760

Minimum property

ActualRange
Type : any
Inherited from RangeAxis
Defined in RangeAxis:677

Actual range

MinorTickMarkStyle
Type : RuntimeStyleInfo
Decorators :
@Dependency(RangeAxis.MinorTickMarkStyleProperty)
Inherited from RangeAxis
Defined in RangeAxis:670

Minor tick mark style property

Static Readonly MinorTickMarkStyleProperty
Default value : new DependencyProperty( 'MinorTickMarkStyle', null, null )
Inherited from RangeAxis
Defined in RangeAxis:658

Minor tick mark style property

Origin
Type : any
Inherited from RangeAxis
Defined in RangeAxis:684

Origin

ProtectedMaximum
Type : any
Inherited from RangeAxis
Defined in RangeAxis:691

Protected Maximum

ProtectedMinimum
Type : any
Inherited from RangeAxis
Defined in RangeAxis:698

Protected Minimum

ActualLength
Type : number
Inherited from DisplayAxis
Defined in DisplayAxis:578

Actual lenght

AxisGridName
Type : string
Default value : 'AxisGrid'
Inherited from DisplayAxis
Defined in DisplayAxis:591

Axis grid name

AxisLabelStyle
Type : RuntimeStyleInfo
Decorators :
@Dependency(DisplayAxis.AxisLabelStyleProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:531

Axis label style

Static Readonly AxisLabelStyleProperty
Default value : new DependencyProperty( 'AxisLabelStyle', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:464

Axis label style property

AxisTitleName
Type : string
Default value : 'AxisTitle'
Inherited from DisplayAxis
Defined in DisplayAxis:597

Axis title name

GridLineStyle
Type : RuntimeStyleInfo
Decorators :
@Dependency(DisplayAxis.GridLineStyleProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:539

Grid line style

Static Readonly GridLineStyleProperty
Default value : new DependencyProperty( 'GridLineStyle', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:475

Grid line style property

MajorTickMarkStyle
Type : RuntimeStyleInfo
Decorators :
@Dependency(DisplayAxis.MajorTickMarkStyleProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:547

Major tick mark style

Static Readonly MajorTickMarkStyleProperty
Default value : new DependencyProperty( 'MajorTickMarkStyle', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:486

Major tick mark style property

MaximumAxisIntervalsPer200Pixels
Type : number
Default value : 8
Inherited from DisplayAxis
Defined in DisplayAxis:603

Maximum axis inter per 2000 pixels

Orientation
Type : AxisOrientation
Inherited from Axis
Defined in Axis:611

Orientation

OrientationChanged
Type : SubscriptionEvent<void>
Inherited from Axis
Defined in Axis:618

Orientation changed

SeriesHost
Type : ISeriesHost
Inherited from DisplayAxis
Defined in DisplayAxis:585

Series host

ShowGridLines
Type : boolean
Decorators :
@Dependency(DisplayAxis.ShowGridLinesProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:555

Show grid lines

Static Readonly ShowGridLinesProperty
Default value : new DependencyProperty( 'ShowGridLines', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:497

Show gridlines property

Title
Type : any
Decorators :
@Dependency(DisplayAxis.TitleProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:563

Title

Static Readonly TitleProperty
Default value : new DependencyProperty( 'Title', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:508

Tile property

TitleStyle
Type : RuntimeStyleInfo
Decorators :
@Dependency(DisplayAxis.TitleStyleProperty)
Inherited from DisplayAxis
Defined in DisplayAxis:571

Title style

Static Readonly TitleStyleProperty
Default value : new DependencyProperty( 'TitleStyle', null, null )
Inherited from DisplayAxis
Defined in DisplayAxis:519

Title style property

DependentAxes
Type : ObservableCollection<IAxis>
Default value : new ObservableCollection<IAxis>()
Inherited from Axis
Defined in Axis:410

Dependent axes

Location
Type : AxisLocation
Decorators :
@Dependency(Axis.LocationProperty)
Inherited from Axis
Defined in Axis:395

Location

Static Readonly LocationProperty
Default value : new DependencyProperty( 'Location', null, null )
Inherited from Axis
Defined in Axis:372

Location property

Static Readonly OrientationProperty
Default value : new DependencyProperty( 'OrientationProperty', null, null )
Inherited from Axis
Defined in Axis:383

Orientation property

RegisteredListeners
Type : ObservableCollection<IAxisListener>
Default value : new ObservableCollection<IAxisListener>()
Inherited from Axis
Defined in Axis:418

Registered Listeners

avoidTemplateModelResolution
Type : boolean
Inherited from Control
Defined in Control:431

Flag to determine if the default template must used instead of the dynamic template when resolving the component to use to render the current control.

When a control model has a control template associated, the component of the control template is used to render the current model

Public Background
Type : Brush
Decorators :
@Dependency(Control.BackgroundProperty)
Inherited from Control
Defined in Control:255

Gets or sets the background property

Static BackgroundProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Background', null, null )
Inherited from Control
Defined in Control:45

BackgroundProperty dependency property

Public BorderBrush
Type : any
Decorators :
@Dependency(Control.BorderBrushProperty)
Inherited from Control
Defined in Control:264

Gets or sets the border brush

Static BorderBrushProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'BorderBrush', null, null )
Inherited from Control
Defined in Control:59

BorderBrushProperty dependency property

Public BorderThickness
Type : any
Decorators :
@Dependency(Control.BorderThicknessProperty)
Inherited from Control
Defined in Control:273

Gets or sets the border thickness

Static BorderThicknessProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'BorderThickness', null, null )
Inherited from Control
Defined in Control:72

BorderThicknessProperty dependency property

Static CharacterSpacingProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'CharacterSpacing', null, null )
Inherited from Control
Defined in Control:85

CharacterSpacingProperty dependency property

Public DefaultStyleKey
Type : unknown
Inherited from Control
Defined in Control:367
Static DefaultStyleKeyProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'DeafaultStyleKey', null, null )
Inherited from Control
Defined in Control:98

DefaultStyleKeyProperty dependency property

Public FontFamily
Type : any
Decorators :
@Dependency(Control.FontFamilyProperty)
Inherited from Control
Defined in Control:282

Gets or sets the font family

Static FontFamilyProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FontFamily', null, null )
Inherited from Control
Defined in Control:111

FontFamilyProperty dependency property

Public FontSize
Type : number
Decorators :
@Dependency(Control.FontSizeProperty)
Inherited from Control
Defined in Control:291

Gets or sets the font size

Static FontSizeProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FontSize', null, null )
Inherited from Control
Defined in Control:124

FontSizeProperty dependency property

Public FontStretch
Type : any
Decorators :
@Dependency(Control.FontStretchProperty)
Inherited from Control
Defined in Control:300

Gets or sets the font stretch

Static FontStretchProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FontStretch', null, null )
Inherited from Control
Defined in Control:137

FontStretchProperty dependency property

Public FontStyle
Type : any
Decorators :
@Dependency(Control.FontStyleProperty)
Inherited from Control
Defined in Control:309

Gets or sets the font style

Static FontStyleProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FontStyle', null, null )
Inherited from Control
Defined in Control:150

FontStyleProperty dependency property

Public FontWeight
Type : any
Decorators :
@Dependency(Control.FontWeightProperty)
Inherited from Control
Defined in Control:318

Gets or sets the font weight

Static FontWeightProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FontWeight', null, null )
Inherited from Control
Defined in Control:163

FontWeightProperty dependency property

Public Foreground
Type : any
Decorators :
@Dependency(Control.ForegroundProperty)
Inherited from Control
Defined in Control:327

Gets or sets the foreground

Static ForegroundProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Foreground', null, null )
Inherited from Control
Defined in Control:176

ForegroundProperty dependency property

Public IsEnabledChanged
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from Control
Defined in Control:374

The IsEnabledChanged event

Public IsTabStop
Type : boolean
Decorators :
@Dependency(Control.IsTabStopProperty)
Inherited from Control
Defined in Control:336

Gets or sets the is tab stop property

Static IsTabStopProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'IsTabStop', true, null )
Inherited from Control
Defined in Control:189

IsTabStopProperty dependency property

Public Padding
Type : any
Decorators :
@Dependency(Control.PaddingProperty)
Inherited from Control
Defined in Control:345

Gets or sets the padding

Static PaddingProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Padding', null, null )
Inherited from Control
Defined in Control:202

PaddingProperty dependency property

Public TabIndex
Type : number
Decorators :
@Dependency(Control.TabIndexProperty)
Inherited from Control
Defined in Control:354

Gets or sets the tab index

Static TabIndexProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'TabIndex', 0, null )
Inherited from Control
Defined in Control:215

TabIndexProperty dependency property

TabNavigation
Type : any
Default value : null
Inherited from Control
Defined in Control:365
Static TabNavigationProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'TabNavigation', null, null )
Inherited from Control
Defined in Control:228

TabNavigationProperty dependency property

Public Template
Type : any
Decorators :
@Dependency(Control.TemplateProperty)
Inherited from Control
Defined in Control:363

Gets or sets the template

templateModel
Type : any
Inherited from Control
Defined in Control:418

Model for the control template

This property has value when a control template is assigned to this model

Static TemplateProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'TemplateProperty', null, Control.TemplateCallback )
Inherited from Control
Defined in Control:241

TemplateProperty dependency property

Public ActualHeight
Type : number
Decorators :
@Dependency(FrameworkElement.ActualHeightProperty)
Inherited from FrameworkElement
Static ActualHeightProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'ActualHeight', 0, null )
Inherited from FrameworkElement

ActualHeightProperty dependency property

Public ActualWidth
Type : number
Decorators :
@Dependency(FrameworkElement.ActualWidthProperty)
Inherited from FrameworkElement
Static ActualWidthProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'ActualWidth', 0, null )
Inherited from FrameworkElement

ActualWidthProperty dependency property

allowDataContextAnchestorSet
Default value : true
Inherited from FrameworkElement
Public Clip
Type : any
Decorators :
@Dependency(FrameworkElement.ClipProperty)
Inherited from FrameworkElement

Gets or sets the clip

Public ctxMenuManager
Type : ContextMenuManager
Inherited from FrameworkElement

Instance related to a XamContextMenuComponent

Public CtxMenuOpened
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement

Context menu opened event

Private currentStyleChange
Type : string[]
Inherited from FrameworkElement
Public Cursor
Type : Cursor
Decorators :
@Dependency(FrameworkElement.CursorProperty)
Inherited from FrameworkElement

Gets or sets the cursor

Static CursorProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Cursor', null, null )
Inherited from FrameworkElement

CursorProperty dependency property

Static DataContextProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'DataContext', null, FrameworkElement.DataContextCallback )
Inherited from FrameworkElement

DataContextProperty dependency property

Public FlowDirection
Type : any
Decorators :
@Dependency(FrameworkElement.FlowDirectionProperty)
Inherited from FrameworkElement

Gets or sets the flow direction

Static FlowDirectionProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'FlowDirection', null, null )
Inherited from FrameworkElement

FlowDirectionProperty dependency property

Public hasFocus
Default value : false
Inherited from FrameworkElement

Flag to determine if the framework element has the docus

height
Type : number
Inherited from FrameworkElement
Static Readonly HeightProperty
Default value : new DependencyProperty( 'Height', Number.NaN, FrameworkElement.HeightChangeCallback )
Inherited from FrameworkElement

HeightProperty dependency property

Public HorizontalAlignment
Type : HorizontalAlignment
Decorators :
@Dependency(FrameworkElement.HorizontalAlignmentProperty)
Inherited from FrameworkElement

Gets or sets the horizontal alignment

Static HorizontalAlignmentProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'HorizontalAlignment', HorizontalAlignment.Stretch, null )
Inherited from FrameworkElement

HorizontalAlignmentProperty dependency property

Public HorizontalContentAlignment
Type : HorizontalAlignment
Decorators :
@Dependency(FrameworkElement.HorizontalContentAlignmentProperty)
Inherited from FrameworkElement

Gets or sets the horizontal content alignment.

Static Readonly HorizontalContentAlignmentProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'HorizontalContentAlignment', HorizontalAlignment.Center, null )
Inherited from FrameworkElement

HorizontalContentAlignment dependency property.

Protected isDefaultStyleApplied
Type : boolean
Inherited from FrameworkElement

Indicates if the current style is from a default style

Public IsEnabled
Type : boolean
Decorators :
@Dependency(FrameworkElement.IsEnabledProperty)
Inherited from FrameworkElement

Gets value indicating if the control is enabled

/// TODO check property defined in Control instead of framework element

Static Readonly IsEnabledProperty
Default value : new DependencyProperty( 'IsEnabled', true, FrameworkElement.IsEnabledCallback )
Inherited from FrameworkElement

IsEnabledProperty dependency property

Private isFirstTimeLoad
Default value : true
Inherited from FrameworkElement

Flag used to check if it is the first time loading a model or not.

Static LanguageProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Language', null, null )
Inherited from FrameworkElement

LanguageProperty dependency property

Public LayoutUpdated
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement
Public Loaded
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement
Public Margin
Type : ThicknessModel
Decorators :
@Dependency(FrameworkElement.MarginProperty)
Inherited from FrameworkElement

Gets or sets the margin

Static MarginProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Margin', null, null )
Inherited from FrameworkElement

MarginProperty dependency property

Public maxHeight
Type : number
Decorators :
@Dependency(FrameworkElement.MaxHeightProperty)
Inherited from FrameworkElement

Gets or sets max height

Static MaxHeightProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MaxHeight', 0, null )
Inherited from FrameworkElement

MaxHeightProperty dependency property

Public maxWidth
Type : number
Decorators :
@Dependency(FrameworkElement.MaxWidthProperty)
Inherited from FrameworkElement

Gets or sets the max width

Static MaxWidthProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MaxWidth', 0, null )
Inherited from FrameworkElement

MaxWidthProperty dependency property

Public minHeight
Type : number
Decorators :
@Dependency(FrameworkElement.MinHeightProperty)
Inherited from FrameworkElement

Gets or sets the min height

Static MinHeightProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MinHeight', 0, null )
Inherited from FrameworkElement

MinHeightProperty dependency property

Public minWidth
Type : number
Decorators :
@Dependency(FrameworkElement.MinWidthProperty)
Inherited from FrameworkElement

Gets or sets the min width

Static MinWidthProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MinWidth', 0, null )
Inherited from FrameworkElement

MinWidthProperty dependency property

Public name
Type : string
Default value : ''
Inherited from FrameworkElement
Static NameProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Name', null, null )
Inherited from FrameworkElement

NameProperty dependency property

Private parent
Type : FrameworkElement
Default value : null
Inherited from FrameworkElement
parentChangeHandler
Type : function
Inherited from FrameworkElement
Public resources
Type : ResourceDictionary
Default value : new ResourceDictionary()
Inherited from FrameworkElement

Resources property

Public SizeChanged
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement
Private sizeChangedPendingTimeout
Type : any
Inherited from FrameworkElement
Public Style
Type : RuntimeStyleInfo
Decorators :
@Dependency(FrameworkElement.StyleProperty)
Inherited from FrameworkElement

Gets or sets the style

Static StyleProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Style', null, FrameworkElement.StyleCallback )
Inherited from FrameworkElement

StyleProperty dependency property

Public Tag
Type : any
Decorators :
@Dependency(FrameworkElement.TagProperty)
Inherited from FrameworkElement

Gets or sets the tag

Static TagProperty
Default value : new DependencyProperty('Tag', null, null)
Inherited from FrameworkElement

TagProperty dependency property

Public tooltip
Type : ToolTipModel
Default value : null
Inherited from FrameworkElement

Instance related to a tooltip component for this control

Public ToolTipSet
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement

ToolTipSet event

Public Unloaded
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from FrameworkElement
Public VerticalAlignment
Type : VerticalAlignment
Decorators :
@Dependency(FrameworkElement.VerticalAlignmentProperty)
Inherited from FrameworkElement

Gets or sets the vertical alignment

Static VerticalAlignmentProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'VerticalAlignment', VerticalAlignment.Stretch, null )
Inherited from FrameworkElement

VerticalAlignmentProperty dependency property

Public VerticalContentAlignment
Type : VerticalAlignment
Decorators :
@Dependency(FrameworkElement.VerticalContentAlignmentProperty)
Inherited from FrameworkElement

Gets or sets the vertical content alignment.

Static VerticalContentAlignmentProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'VerticalContentAlignment', VerticalAlignment.Center, null )
Inherited from FrameworkElement

VerticalContentAlignment dependency property.

Public Width
Type : number
Decorators :
@Dependency(FrameworkElement.WidthProperty)
Inherited from FrameworkElement

Gets or sets the width

Static WidthProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Width', Number.NaN, FrameworkElement.WidthChangeCallback )
Inherited from FrameworkElement

WidthProperty dependency property

Private __internalVisibility
Type : boolean
Default value : true
Inherited from UIElement
Defined in UIElement:289
Public AllowDrop
Type : boolean
Decorators :
@Dependency(UIElement.AllowDropProperty)
Inherited from UIElement
Defined in UIElement:279

Gets or sets the allow drop value

Static AllowDropProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'AllowDrop', false, null )
Inherited from UIElement
Defined in UIElement:52

AllowDropProperty dependency property

Public AngularComponentId
Type : null
Default value : null
Inherited from UIElement
Defined in UIElement:245
Public CacheMode
Type : any
Decorators :
@Dependency(UIElement.CacheModeProperty)
Inherited from UIElement
Defined in UIElement:287

Gets or sets the cache mode value

Static CacheModeProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'CacheMode', null, null )
Inherited from UIElement
Defined in UIElement:65

CacheModeProperty dependency property

capturedMoveHandler
Type : function
Inherited from UIElement
Defined in UIElement:339
capturedUpHandler
Type : function
Inherited from UIElement
Defined in UIElement:338
Static ClipProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Clip', null, null )
Inherited from UIElement
Defined in UIElement:78

ClipProperty dependency property

Private customCSSClasses
Type : string
Default value : ''
Inherited from UIElement
Defined in UIElement:271

Custom property to save CSS classes that need to be applied to the control

Static EffectProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Effect', null, null )
Inherited from UIElement
Defined in UIElement:91

EffectProperty dependency property

Public GotFocus
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: any) => void>()
Inherited from UIElement
Defined in UIElement:229
Private hasAutoColumnGridParent
Type : boolean
Default value : false
Inherited from UIElement
Defined in UIElement:262

Custom property to know if control is inside grid with auto columns

Public IsHitTestVisible
Type : boolean
Default value : false
Decorators :
@Dependency(UIElement.IsHitTestVisibleProperty)
Inherited from UIElement
Defined in UIElement:322

IsHitTestVisible property

Static IsHitTestVisibleProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'IsHitTestVisible', null, null )
Inherited from UIElement
Defined in UIElement:104

IsHitTestVisibleProperty dependency property

Public KeyDown
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: any) => void>()
Inherited from UIElement
Defined in UIElement:225
Public KeyUp
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: any) => void>()
Inherited from UIElement
Defined in UIElement:227
Public LostFocus
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(sender: any, e: any) => void>()
Inherited from UIElement
Defined in UIElement:231
Public MouseEnter
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: any) => MouseEventArgs>()
Inherited from UIElement
Defined in UIElement:213
Public MouseLeave
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: any) => MouseEventArgs>()
Inherited from UIElement
Defined in UIElement:215
Public MouseLeftButtonDown
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: MouseEventArgs) => void>()
Inherited from UIElement
Defined in UIElement:207
Public MouseLeftButtonUp
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: MouseEventArgs) => void>()
Inherited from UIElement
Defined in UIElement:217
Public MouseMove
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: MouseEventArgs) => void>()
Inherited from UIElement
Defined in UIElement:223
Public MouseRightButtonDown
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: MouseEventArgs) => void>()
Inherited from UIElement
Defined in UIElement:210
Public MouseRightButtonUp
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(s: any, e: MouseEventArgs) => void>()
Inherited from UIElement
Defined in UIElement:220
Public Name
Type : string
Default value : ''
Inherited from UIElement
Defined in UIElement:242

Name property

Public OnModelChange
Type : function
Inherited from UIElement
Defined in UIElement:42

On model change handler reference

Public Opacity
Type : number
Decorators :
@Dependency(UIElement.OpacityProperty)
Inherited from UIElement
Defined in UIElement:253

Gets or sets the opacity value

Static OpacityMaskProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'OpacityMask', null, null )
Inherited from UIElement
Defined in UIElement:117

OpacityMaskProperty dependency property

Static OpacityProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Opacity', 1, null )
Inherited from UIElement
Defined in UIElement:130

OpacityProperty dependency property

Static ProjectionProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'Projection', null, null )
Inherited from UIElement
Defined in UIElement:143

ProjectionProperty dependency property

Public RenderSize
Type : Size
Decorators :
@Dependency(UIElement.RenderSizeProperty)
Inherited from UIElement
Defined in UIElement:297

Gets the final render size of a UIElement.

Static RenderSizeProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'RenderSize', new Size(0, 0), null )
Inherited from UIElement
Defined in UIElement:156

RenderSizeProperty dependency property

Public RenderTransform
Type : any
Decorators :
@Dependency(UIElement.RenderTransformProperty)
Inherited from UIElement
Defined in UIElement:314

Gets or sets the render transform

Public RenderTransformOrigin
Type : any
Decorators :
@Dependency(UIElement.RenderTransformOriginProperty)
Inherited from UIElement
Defined in UIElement:305

Gets or sets the render transform origin

Static RenderTransformOriginProperty
Type : DependencyProperty
Default value : new DependencyProperty('RenderTransformOrigin', null, null)
Inherited from UIElement
Defined in UIElement:169

RenderTransformOriginProperty dependency property

Static RenderTransformProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'RenderTransform', null, null )
Inherited from UIElement
Defined in UIElement:179

RenderTransformProperty dependency property

Public Spin
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent<(sender: any, e: any) => void>()
Inherited from UIElement
Defined in UIElement:233
Static UseLayoutRoundingProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'UseLayoutRounding', true, null )
Inherited from UIElement
Defined in UIElement:192

UseLayoutRoundingProperty dependency property

Static VisibilityProperty
Default value : new DependencyProperty('Visibility', true, null)
Inherited from UIElement
Defined in UIElement:205

VisibilityProperty dependency property

Protected bindingExpressions
Default value : new SimpleDictionary< string, BindingExpression >()
Inherited from DependencyObject
Public BindingValidationError
Default value : new SubscriptionEvent< (sender: any, e: BindingValidationErrorEventArgs) => void >()
Inherited from DependencyObject

Event for validation errors

Public change
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from DependencyObject

Infrastructure event for notifying event changes

Public Dispatcher
Type : Dispatcher
Default value : Dispatcher.GetDispatcher()
Inherited from DependencyObject
isEnableSetPropertiesRegistry
Type : boolean
Default value : true
Inherited from DependencyObject

Flag which indicates if the dependency property set mechanism is enable

Public IsInitializingBindings
Type : boolean
Default value : false
Inherited from DependencyObject

Property to determine if bindings are being initialized

previousValidationMessage
Type : string
Default value : ''
Inherited from DependencyObject
Protected properties
Type : object
Default value : {}
Inherited from DependencyObject
Private setPropertiesRegistry
Type : Map<string | boolean>
Default value : new Map()
Inherited from DependencyObject

Registry with dependencies properties which has been set

validationerr
Default value : false
Inherited from DependencyObject
validationMessagesStack
Type : Array<>
Default value : []
Inherited from DependencyObject

Keeps a queue of validation messages registered on the current Dependency Object

Methods

CanPlot
CanPlot(valye: any)
Inherited from Axis
Defined in Axis:627

Can plot

Parameters :
Name Type Optional
valye any No
Returns : boolean

{boolean}

GetPlotAreaCoordinate
GetPlotAreaCoordinate(value: any)
Inherited from Axis
Defined in Axis:638

Get plot area coordinate

Parameters :
Name Type Optional
value any No
Returns : UnitValue

{UnitValue}

ApplyTemplate
ApplyTemplate()
Inherited from Control
Defined in Control:433
Returns : any
Public Focus
Focus()
Inherited from Control
Defined in Control:403

Focus control

Returns : void
Public GetTemplateChild
GetTemplateChild(name: string)
Inherited from Control
Defined in Control:386

Gets a control model defined inside the control template model (if assigned)

Parameters :
Name Type Optional
name string No
Returns : DependencyObject

{DependencyObject}

Protected loadModels
loadModels()
Inherited from Control
Defined in Control:526

Loads the model for the child elements defined in component.

Returns : void
OnGotFocus
OnGotFocus(args: RoutedEventArgs)
Inherited from Control
Defined in Control:450

OnGotFocus handler

Parameters :
Name Type Optional
args RoutedEventArgs No
Returns : void
OnKeyDown
OnKeyDown(args: KeyEventArgs)
Inherited from Control
Defined in Control:442
Parameters :
Name Type Optional
args KeyEventArgs No
Returns : void
OnKeyUp
OnKeyUp(sender: any, args?: KeyEventArgs)
Inherited from Control
Defined in Control:443
Parameters :
Name Type Optional
sender any No
args KeyEventArgs Yes
Returns : void
OnLostFocus
OnLostFocus(args: RoutedEventArgs)
Inherited from Control
Defined in Control:459

OnLostFocus handler

Parameters :
Name Type Optional
args RoutedEventArgs No
Returns : void
OnMouseEnter
OnMouseEnter(a0?, args?: any)
Inherited from Control
Defined in Control:437
Parameters :
Name Type Optional
a0 Yes
args any Yes
Returns : any
OnMouseLeave
OnMouseLeave(a0?)
Inherited from Control
Defined in Control:438
Parameters :
Name Optional
a0 Yes
Returns : any
OnMouseLeftButtonDown
OnMouseLeftButtonDown(a0?)
Inherited from Control
Defined in Control:439
Parameters :
Name Optional
a0 Yes
Returns : any
OnMouseLeftButtonUp
OnMouseLeftButtonUp(a0?)
Inherited from Control
Defined in Control:441
Parameters :
Name Optional
a0 Yes
Returns : any
OnMouseMove
OnMouseMove(a0?)
Inherited from Control
Defined in Control:440
Parameters :
Name Optional
a0 Yes
Returns : any
Public OnTemplateChanged
OnTemplateChanged(sender: any, args: DependencyPropertyChangedEventArgs)
Inherited from Control
Defined in Control:481

Operation to apply when changing control template

Parameters :
Name Type Optional
sender any No
args DependencyPropertyChangedEventArgs No
Returns : void
OnTextChanged
OnTextChanged(sender: any, args?: any)
Inherited from Control
Defined in Control:471

OnTextChanged handler

Parameters :
Name Type Optional
sender any No
args any Yes
Returns : void
Static TemplateCallback
TemplateCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from Control
Defined in Control:510

Callback for the template changed property

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
Protected tryApplyStyleFromParentOrDefault
tryApplyStyleFromParentOrDefault()
Inherited from FrameworkElement

Tries to apply style from parent or from default

Returns : void
Protected tryGetDefaultThemeStyle
tryGetDefaultThemeStyle()
Inherited from Control
Defined in Control:553

Tries to resolve style from default theme

Returns : any
Public AfterContentChecked
AfterContentChecked()
Inherited from FrameworkElement

Angular Lifecycle Hooks

Returns : void
Public AfterContentInit
AfterContentInit()
Inherited from FrameworkElement

Angular Lifecycle Hook

Returns : void
Public AfterViewChecked
AfterViewChecked()
Inherited from FrameworkElement

Angular Lifecycle Hooks

Returns : void
Public AfterViewInit
AfterViewInit()
Inherited from FrameworkElement

Angular Lifecycle Hook. According to SL Documentation LayoutUpdated is the last object lifetime event to occur in the sequence before a control is ready for interaction. A setTimeout is set to ensure that it is triggered after everything is resolved.

Returns : void
Public CleanupBindingSubscriptions
CleanupBindingSubscriptions()
Inherited from FrameworkElement

Clean up any subscription created for user bindings

Returns : void
Static DataContextCallback
DataContextCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

DataContext Callback Executed when the Width changes

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
Public DoCheck
DoCheck()
Inherited from FrameworkElement

Angular Lifecycle Hooks

Returns : void
Public FindName
FindName(name: string)
Inherited from FrameworkElement

Find an object by its Name.

Parameters :
Name Type Optional
name string No
Returns : unknown

{unknown}

Public fireLoaded
fireLoaded()
Inherited from FrameworkElement

Fire Loaded event. The event is fired only once, even if fireLoaded() is called multiple times.

Returns : void
Public getApplicationResource
getApplicationResource(key: string, ...properties: string[])
Inherited from FrameworkElement

Retrieves a resource with the given key or with the given property path

Paths are just a collection of properties to be identified. Also static fields could be accessed using object instances.

@example let obj = tmp.getApplicationResource('reskey', 'P1', 'P2')

Parameters :
Name Type Optional Description
key string No

the key of the resource

properties string[] No

a collection of property paths

Example :
let obj = tmp.getApplicationResource(&#39;reskey&#39;, &#39;P1&#39;, &#39;P2&#39;)
Returns : any

{any} the resulting data element

GetBindingExpression
GetBindingExpression(dependencyProperty: DependencyProperty)
Inherited from FrameworkElement
Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
Returns : any
Public getResourceByKey
getResourceByKey(key: string)
Inherited from FrameworkElement

Gets the specific resource by the given key

Parameters :
Name Type Optional
key string No
Returns : unknown

{unknown}

Static HeightChangeCallback
HeightChangeCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

HeightChange Callback Executed when the Height changes

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
Protected initProperties
initProperties()
Inherited from FrameworkElement

Initialize the child elements properties of the component in code behind.

Returns : void
Private innerGetChild
innerGetChild(idx: number)
Inherited from FrameworkElement

Gets the child number idx from this FrameworkElement.

Parameters :
Name Type Optional
idx number No
Returns : DependencyObject

{DependencyObject}

Private innerGetChildrenCount
innerGetChildrenCount()
Inherited from FrameworkElement

Gets the number of children on this FrameworkElement.

Returns : number

{number}

Private innerGetChildrenParent
innerGetChildrenParent(prop: string)
Inherited from FrameworkElement

Gets the parent from which children should be taken from.

Parameters :
Name Type Optional
prop string No
Returns : FrameworkElement

{FrameworkElement}

Static IsEnabledCallback
IsEnabledCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

IsEnabled dependency property callback

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
MeasureOverride
MeasureOverride(availableSize: Size)
Inherited from FrameworkElement

Measure override method NOTE: We are not supporting this functionality in angular, this implementation is meant only to avoid runtime exceptions, but any code that relies on MeasureOverride should be review and analyze for manual changes

Parameters :
Name Type Optional
availableSize Size No
Returns : Size

{Size}

Public OnApplyTemplate
OnApplyTemplate()
Inherited from FrameworkElement

This method is involved in a setTimeout call when a control template is assigned to the current model

Returns : void
Public OnChanges
OnChanges()
Inherited from FrameworkElement

Angular Lifecycle Hooks

Returns : void
Protected OnDataContextCallback
OnDataContextCallback(args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

Callback action for DataContext property changes

Parameters :
Name Type Optional
args DependencyPropertyChangedEventArgs No
Returns : void
Public OnDestroy
OnDestroy()
Inherited from FrameworkElement
Returns : void
Public OnInit
OnInit()
Inherited from FrameworkElement

Angular Lifecycle Hook

Returns : void
Public OnIsEnabledChanged
OnIsEnabledChanged(args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

On IsEnabled changed handler

Parameters :
Name Type Optional
args DependencyPropertyChangedEventArgs No
Returns : void
OpenCtxMenu
OpenCtxMenu(menu: ContextMenuManager)
Inherited from FrameworkElement

Opens an instance of the XamContextMenu This is declared here because it can be set as an attached property and the component should know when it has a XamContextMenu setted to be displayed.

Parameters :
Name Type Optional
menu ContextMenuManager No
Returns : void
Public RaiseSizeChangedEvent
RaiseSizeChangedEvent()
Inherited from FrameworkElement

Raise the SizeChanged event

Returns : void
Public RecreateInvalidBindings
RecreateInvalidBindings()
Inherited from FrameworkElement

Calling CleanupBindingSubscriptions will set bindingExpression into an invalid state, the expressions and bindings still might persist (if the model is not destroyed), yet the subscriptions were cleaned, if this model is re-bind to a new angular component previous bindings and bindingExpressions will required to be recreated to work properly.

This happens when the angular component is destroyed but the model still persists, like when an *ngIf is used to hide an item in the DOM, yet the model instance still persist until it gets visible again, the binding and bindingExpression will be the same but their subscriptions are gone.

Returns : void
Public refreshBindings
refreshBindings()
Inherited from FrameworkElement

Refresh element binding values

Returns : void
Private scheduleFiringSizeChanged
scheduleFiringSizeChanged()
Inherited from FrameworkElement

Schedules executing the SizeChanged event

Returns : void
Private setDataContextFromAnchestor
setDataContextFromAnchestor(parent: any)
Inherited from FrameworkElement

Sets the datacontext from anchestor when was not directly set to property

Parameters :
Name Type Optional
parent any No
Returns : void
SetTooltipToModel
SetTooltipToModel(tooltip: ToolTipModel)
Inherited from FrameworkElement

Set tooltip component

Parameters :
Name Type Optional
tooltip ToolTipModel No
Returns : void
Static StyleCallback
StyleCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

StyleCallback

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
UpdateLayout
UpdateLayout()
Inherited from UIElement
Defined in UIElement:541

Updates the layout

Returns : void
Static WidthChangeCallback
WidthChangeCallback(sender: DependencyObject, args: DependencyPropertyChangedEventArgs)
Inherited from FrameworkElement

WidthChange Callback Executed when the Width changes

Parameters :
Name Type Optional
sender DependencyObject No
args DependencyPropertyChangedEventArgs No
Returns : void
Public Arrange
Arrange(obj: any)
Inherited from UIElement
Defined in UIElement:393

Arrange method

Parameters :
Name Type Optional
obj any No
Returns : void
Public captureMouse
captureMouse()
Inherited from UIElement
Defined in UIElement:368

Captures the mouse events

Returns : boolean
Public Measure
Measure(obj: any)
Inherited from UIElement
Defined in UIElement:404

Measure method

Parameters :
Name Type Optional
obj any No
Returns : any
Public releaseMouseCapture
releaseMouseCapture()
Inherited from UIElement
Defined in UIElement:379
Returns : void
Protected SyncModelWithComponent
SyncModelWithComponent(params: any)
Inherited from UIElement
Defined in UIElement:409
Parameters :
Name Type Optional Default value
params any No null
Returns : void
Public TransformToVisual
TransformToVisual(obj: UIElement)
Inherited from UIElement
Defined in UIElement:354

Transforms to visual

Parameters :
Name Type Optional
obj UIElement No
Returns : any
Public withName
withName(name: string)
Inherited from UIElement
Defined in UIElement:341
Parameters :
Name Type Optional
name string No
Returns : UIElement
Private addRelatedSubscriptionIfRequired
addRelatedSubscriptionIfRequired(event: SubscriptionEvent<any>, theHandler: any, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
event SubscriptionEvent<any> No
theHandler any No
bindingExpression BindingExpression No
Returns : void
Private addSubscriptionForTwoWayBindings
addSubscriptionForTwoWayBindings(dependencyProperty: DependencyProperty, binding: Binding, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding Binding No
bindingExpression BindingExpression No
Returns : void
addsValidationMessage
addsValidationMessage(propKey: Binding | string, message: string)
Inherited from DependencyObject

Adds a new validation message associated to a binding or a property name

Parameters :
Name Type Optional
propKey Binding | string No
message string No
Returns : void
Private beginSubscribeToMultiPropertyPathChanges
beginSubscribeToMultiPropertyPathChanges(context: any, binding: Binding, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
context any No
binding Binding No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
Returns : void
Private checkForSubscriptoinToDataErrorInfo
checkForSubscriptoinToDataErrorInfo(currentContext: any, binding: Binding, propertyToSubscribe: string, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
binding Binding No
propertyToSubscribe string No
bindingExpression BindingExpression No
Returns : void
Public clearValue
clearValue(property: DependencyProperty)
Inherited from DependencyObject

Clears the dependency property value

Parameters :
Name Type Optional
property DependencyProperty No
Returns : void
Equals
Equals(obj: any)
Inherited from DependencyObject

Compares this dependency object agains another object.

Parameters :
Name Type Optional
obj any No
Returns : boolean

{boolean}

GetChild
GetChild(idx: number)
Inherited from DependencyObject

Gets the child element at the index position

Parameters :
Name Type Optional
idx number No
Returns : DependencyObject

{DependencyObject}

GetChildrenCount
GetChildrenCount()
Inherited from DependencyObject

Method o know the amount of children the parent has

Returns : number

{number}

GetHashCode
GetHashCode()
Inherited from DependencyObject

Gets a hash code for this dependency object.

Returns : number

{number}

Public getValue
getValue(property: DependencyProperty)
Inherited from DependencyObject

Gets the value of a dependency property

Parameters :
Name Type Optional
property DependencyProperty No
Returns : any
Private handleErrorsOnContext
handleErrorsOnContext(errorCtxt: INotifyDataErrorInfo, args: DataErrorsChangedEventArgs)
Inherited from DependencyObject

Check and register possible errors in an error context

Parameters :
Name Type Optional
errorCtxt INotifyDataErrorInfo No
args DataErrorsChangedEventArgs No
Returns : void
Public IsPropertySet
IsPropertySet(propertyName: string)
Inherited from DependencyObject

Indicates if the property has been already set.

Parameters :
Name Type Optional
propertyName string No
Returns : any
Private performDataErrorValidationIfRequired
performDataErrorValidationIfRequired(binding: Binding, theBindingContext: any)
Inherited from DependencyObject

Performs validation on model if the model implementes IDataErrorINfo

Parameters :
Name Type Optional
binding Binding No
theBindingContext any No
Returns : void
Private performRemoveValidationIfInValidationError
performRemoveValidationIfInValidationError(binding: Binding)
Inherited from DependencyObject

Performs the remove validation if the InValidationError is true

Parameters :
Name Type Optional
binding Binding No
Returns : void
Public performTargetObjectBindingUpdate
performTargetObjectBindingUpdate(dependencyProperty: DependencyProperty, binding: Binding)
Inherited from DependencyObject

Updates the target object value associated to the binding.

Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding Binding No
Returns : void
Private preprocessValue
preprocessValue(property: DependencyProperty, value: any)
Inherited from DependencyObject

Preprocess value to be set to dependency property

Parameters :
Name Type Optional
property DependencyProperty No
value any No
Returns : any
Private recreateSubscriptionsForMultiPropertyBindingPath
recreateSubscriptionsForMultiPropertyBindingPath(currentContext: any, outerContext: any, properties: string[], propertyIndex: number, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression, subscriptionsForCurrentBindingPath: Array<>)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
outerContext any No
properties string[] No
propertyIndex number No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
subscriptionsForCurrentBindingPath Array<> No
Returns : void
Private registerSetPropertyIfRequired
registerSetPropertyIfRequired(name: string)
Inherited from DependencyObject

Register set property if required

Parameters :
Name Type Optional
name string No
Returns : void
Private removeSubscriptionsForMultiPropertyBindingPath
removeSubscriptionsForMultiPropertyBindingPath(subscriptionsForCurrentBindingPath: [], propertyIndex: number)
Inherited from DependencyObject
Parameters :
Name Type Optional
subscriptionsForCurrentBindingPath [] No
propertyIndex number No
Returns : void
removeValidationMessage
removeValidationMessage(propKey: Binding | string)
Inherited from DependencyObject

Removes a validation message associated to a binding or a property name

Parameters :
Name Type Optional
propKey Binding | string No
Returns : void
SetBinding
SetBinding(dependencyProperty: DependencyProperty, binding: Binding)
Inherited from DependencyObject

Sets a binding to the specified property at runtime

Parameters :
Name Type Optional Description
dependencyProperty DependencyProperty No

property to bind

binding Binding No

binding object

Returns : void
Public setValue
setValue(property: DependencyProperty, value: any)
Inherited from DependencyObject

Sets the value for a dependency property

Parameters :
Name Type Optional
property DependencyProperty No
value any No
Returns : void
Public setValueForScopedRegion
setValueForScopedRegion(property: DependencyProperty, value: any, scopedRegionManager: IRegionManager)
Inherited from DependencyObject

Sets the value for a dependency property. This is a workaround to support Scoped Region Managers. A research is required to find out the way to get the application region Manager when scoped region managers are used (when creating the DelayedRegionBehavior, the correct scoped region manager must be passed as an argument).

Parameters :
Name Type Optional
property DependencyProperty No
value any No
scopedRegionManager IRegionManager No
Returns : void
Protected shouldPreventDefaultSourceUpdate
shouldPreventDefaultSourceUpdate(dependencyProperty: DependencyProperty, binding: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding BindingExpression No
Returns : boolean
Private subscribeToBindingPathChanges
subscribeToBindingPathChanges(context: any, binding: Binding, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
context any No
binding Binding No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
Returns : void
Private subscribeToErrorsChangedInModel
subscribeToErrorsChangedInModel(errorCtxt: INotifyDataErrorInfo, propertyToSubscribe: string, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
errorCtxt INotifyDataErrorInfo No
propertyToSubscribe string No
bindingExpression BindingExpression No
Returns : void
Private subscribeToPropertyChanges
subscribeToPropertyChanges(currentContext: any, outerContext: any, properties: string[], propertyIndex: number, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression, subscriptionsForCurrentBindingPath: Array<>)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
outerContext any No
properties string[] No
propertyIndex number No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
subscriptionsForCurrentBindingPath Array<> No
Returns : void
Private updateSourceOfBinding
updateSourceOfBinding(binding: Binding, outerContext: any, dependencyProperty: DependencyProperty)
Inherited from DependencyObject

Updates the source of a binding

Parameters :
Name Type Optional
binding Binding No
outerContext any No
dependencyProperty DependencyProperty No
Returns : void
import { Control } from '../basecomponentmodel/Control';
import { Dependency } from '../basecomponentmodel/Dependency';
import { DependencyProperty } from '../basecomponentmodel/DependencyProperty';
import { RuntimeStyleInfo } from '../basecomponentmodel/RuntimeStyleInfo';
import { ObservableCollection } from '../baseframework';
import { UnitValue } from '../baseframework/UnitValue';
import { AxisOrientation, IAxisListener, ISeriesHost } from '../models';
import { AxisLocation } from '../models/enums/AxisLocation';
import { IAxis } from '../models/interfaces/IAxis';
import { ISeries } from '../models/interfaces/ISeries';
import { SubscriptionEvent } from '../utils/SubscriptionEvent';

/**
 * DataPoint series class
 *
 * @export
 * @class DataPointSeries
 * @implements {ISeries}
 * @wType System.Windows.Controls.DataVisualization.Charting.DataPointSeries
 */
export class DataPointSeries implements ISeries {
  /**
   * Legend Items
   *
   * @type {ObservableCollection<any>}
   * @memberof DataPointSeries
   * @wIgnore
   */
  LegendItems: ObservableCollection<any>;

  DataPointStyle: any;
  /**
   * Legend Item Style
   *
   * @type {*}
   * @memberof DataPointSeries
   */
  LegendItemStyle: any = null;
  /**
   * Items source
   *
   * @type {unknown}
   * @memberof DataPointSeries
   */
  ItemsSource: unknown;
  /**
   * Dependent value path
   *
   * @type {string}
   * @memberof DataPointSeries
   */
  DependentValuePath: string = null;
  /**
   * Independent value path
   *
   * @type {string}
   * @memberof DataPointSeries
   */
  IndependentValuePath: string = null;
  /**
   * Animation sequence
   *
   * @type {*}
   * @memberof DataPointSeries
   */
  AnimationSequence: any = null;
  /**
   * Is selection enabled
   *
   * @memberof DataPointSeries
   */
  IsSelectionEnabled = false;
  /**
   * Selected item
   *
   * @type {*}
   * @memberof DataPointSeries
   */
  SelectedItem: any = null;
  /**
   * Selection Changed event
   *
   * @type {SubscriptionEvent<any>}
   * @memberof DataPointSeries
   */
  SelectionChanged: SubscriptionEvent<any> = new SubscriptionEvent();
  /**
   * Title
   *
   * @type {*}
   * @memberof DataPointSeries
   * @wIgnore
   */
  Title: any = '';
}

/**
 * Linear series class
 *
 * @export
 * @class LineSeries
 * @extends {DataPointSeries}
 * @wType System.Windows.Controls.DataVisualization.Charting.LineSeries
 */
export class LineSeries extends DataPointSeries {}

/**
 * Bar series class
 *
 * @export
 * @class BarSeries
 * @extends {DataPointSeries}
 * @implements {ISeries}
 * @wType System.Windows.Controls.DataVisualization.Charting.BarSeries
 */
export class BarSeries extends DataPointSeries implements ISeries {
  /**
   * Legend items
   *
   * @type {ObservableCollection<any>}
   * @memberof BarSeries
   * @wIgnore
   */
  LegendItems: ObservableCollection<any>;
}

/**
 * Data point class
 *
 * @export
 * @class DataPoint
 * @wType System.Windows.Controls.DataVisualization.Charting.DataPoint
 */
export class DataPoint {
  /**
   * Actual dependent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly ActualDependentValueProperty = new DependencyProperty(
    'ActualDependentValue',
    null,
    null
  );
  /**
   * Actual independent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly ActualIndependentValueProperty =
    new DependencyProperty('ActualIndependentValue', null, null);
  /**
   * Dependent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly DependentValueProperty = new DependencyProperty(
    'DependentValue',
    null,
    null
  );
  /**
   * Dependent value string format property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly DependentValueStringFormatProperty =
    new DependencyProperty('DependentValueStringFormat', null, null);
  /**
   * Formatted dependent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly FormattedDependentValueProperty =
    new DependencyProperty('FormattedDependentValue', null, null);
  /**
   * Formatted independent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly FormattedIndependentValueProperty =
    new DependencyProperty('FormattedIndependentValue', null, null);
  /**
   * Independent value property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly IndependentValueProperty = new DependencyProperty(
    'IndependentValue',
    null,
    null
  );
  /**
   * Independent value string format property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly IndependentValueStringFormatProperty =
    new DependencyProperty('IndependentValueStringFormatProperty', null, null);
  /**
   * Is selection enabled property
   *
   * @static
   * @memberof DataPoint
   */
  public static readonly IsSelectionEnabledProperty = new DependencyProperty(
    'IsSelectionEnabledProperty',
    null,
    null
  );

  /**
   * Actual dependent value
   *
   * @type {*}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.ActualDependentValueProperty)
  public ActualDependentValue: any;
  /**
   * Actual independent value
   *
   * @type {*}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.ActualIndependentValueProperty)
  public ActualIndependentValue: any;
  /**
   * Dependent value
   *
   * @type {*}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.DependentValueProperty)
  public DependentValue: any;
  /**
   * Dependent value string format
   *
   * @type {string}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.DependentValueStringFormatProperty)
  public DependentValueStringFormat: string;
  /**
   * Formatted dependent value
   *
   * @type {string}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.DependentValueStringFormatProperty)
  public FormattedDependentValue: string;
  /**
   * Formatted independent value
   *
   * @type {string}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.FormattedIndependentValueProperty)
  public FormattedIndependentValue: string;
  /**
   * Independent value
   *
   * @type {*}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.IndependentValueProperty)
  public IndependentValue: any;
  /**
   * Independent value string format
   *
   * @type {*}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.IndependentValueStringFormatProperty)
  public IndependentValueStringFormat: any;
  /**
   * Is selection enabled
   *
   * @type {boolean}
   * @memberof DataPoint
   */
  @Dependency(DataPoint.IsSelectionEnabledProperty)
  public IsSelectionEnabled: boolean;
  /**
   * Is hovered
   *
   * @protected
   * @type {boolean}
   * @memberof DataPoint
   */
  protected IsHovered: boolean;
}

/**
 * Line data point class
 *
 * @export
 * @class LineDataPoint
 * @extends {DataPoint}
 * @wType System.Windows.Controls.DataVisualization.Charting.LineDataPoint
 */
export class LineDataPoint extends DataPoint {}
/**
 * Column data point class
 *
 * @export
 * @class ColumnDataPoint
 * @extends {DataPoint}
 * @wType System.Windows.Controls.DataVisualization.Charting.ColumnDataPoint
 */
export class ColumnDataPoint extends DataPoint {}
/**
 * Bar data point class
 *
 * @export
 * @class BarDataPoint
 * @extends {DataPoint}
 * @wType System.Windows.Controls.DataVisualization.Charting.BarDataPoint
 */
export class BarDataPoint extends DataPoint {}

/**
 * Column series class
 *
 * @export
 * @class ColumnSeries
 * @extends {DataPointSeries}
 * @wType System.Windows.Controls.DataVisualization.Charting.ColumnSeries
 */
export class ColumnSeries extends DataPointSeries {}
/**
 * Axis class
 *
 * @export
 * @class Axis
 * @extends {Control}
 * @implements {IAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.Axis
 */
export class Axis extends Control implements IAxis {
  /**
   * Location property
   *
   * @static
   * @memberof Axis
   */
  public static readonly LocationProperty = new DependencyProperty(
    'Location',
    null,
    null
  );
  /**
   * Orientation property
   *
   * @static
   * @memberof Axis
   */
  public static readonly OrientationProperty = new DependencyProperty(
    'OrientationProperty',
    null,
    null
  );
  /**
   * Location
   *
   * @type {AxisLocation}
   * @memberof Axis
   */
  @Dependency(Axis.LocationProperty)
  Location: AxisLocation;
  /**
   * Orientation
   *
   * @type {AxisOrientation}
   * @memberof Axis
   */
  @Dependency(Axis.OrientationProperty)
  Orientation: AxisOrientation;
  /**
   * Dependent axes
   *
   * @type {ObservableCollection<IAxis>}
   * @memberof Axis
   */
  DependentAxes: ObservableCollection<IAxis> =
    new ObservableCollection<IAxis>();
  /**
   * Registered Listeners
   *
   * @type {ObservableCollection<IAxisListener>}
   * @memberof Axis
   */
  RegisteredListeners: ObservableCollection<IAxisListener> =
    new ObservableCollection<IAxisListener>();
  /**
   * Orientation changed
   *
   * @memberof Axis
   */
  OrientationChanged: SubscriptionEvent<(a1: any, a2: any) => void>;
  /**
   * Can plot method
   *
   * @param {*} valye
   * @return {*}  {boolean}
   * @memberof Axis
   * @wNoMap
   */
  CanPlot(valye: any): boolean {
    throw new Error('Method not implemented.');
  }
  /**
   * Get plot area coordinate
   *
   * @param {*} value
   * @return {*}  {UnitValue}
   * @memberof Axis
   * @wNoMap
   */
  GetPlotAreaCoordinate(value: any): UnitValue {
    throw new Error('Method not implemented.');
  }
}
/**
 * Display Axis class
 *
 * @export
 * @class DisplayAxis
 * @extends {Axis}
 * @wType System.Windows.Controls.DataVisualization.Charting.DisplayAxis
 */
export class DisplayAxis extends Axis {
  /**
   * Axis label style property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly AxisLabelStyleProperty = new DependencyProperty(
    'AxisLabelStyle',
    null,
    null
  );
  /**
   * Grid line style property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly GridLineStyleProperty = new DependencyProperty(
    'GridLineStyle',
    null,
    null
  );
  /**
   * Major tick mark style property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly MajorTickMarkStyleProperty = new DependencyProperty(
    'MajorTickMarkStyle',
    null,
    null
  );
  /**
   * Show gridlines property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly ShowGridLinesProperty = new DependencyProperty(
    'ShowGridLines',
    null,
    null
  );
  /**
   * Tile property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly TitleProperty = new DependencyProperty(
    'Title',
    null,
    null
  );
  /**
   * Title style property
   *
   * @static
   * @memberof DisplayAxis
   */
  public static readonly TitleStyleProperty = new DependencyProperty(
    'TitleStyle',
    null,
    null
  );
  /**
   * Axis label style
   *
   * @type {RuntimeStyleInfo}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.AxisLabelStyleProperty)
  AxisLabelStyle: RuntimeStyleInfo;
  /**
   * Grid line style
   *
   * @type {RuntimeStyleInfo}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.GridLineStyleProperty)
  GridLineStyle: RuntimeStyleInfo;
  /**
   * Major tick mark style
   *
   * @type {RuntimeStyleInfo}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.MajorTickMarkStyleProperty)
  MajorTickMarkStyle: RuntimeStyleInfo;
  /**
   * Show grid lines
   *
   * @type {boolean}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.ShowGridLinesProperty)
  ShowGridLines: boolean;
  /**
   * Title
   *
   * @type {*}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.TitleProperty)
  Title: any;
  /**
   * Title style
   *
   * @type {RuntimeStyleInfo}
   * @memberof DisplayAxis
   */
  @Dependency(DisplayAxis.TitleStyleProperty)
  TitleStyle: RuntimeStyleInfo;
  /**
   * Actual lenght
   *
   * @type {number}
   * @memberof DisplayAxis
   */
  ActualLength: number;
  /**
   * Series host
   *
   * @type {ISeriesHost}
   * @memberof DisplayAxis
   */
  SeriesHost: ISeriesHost;
  /**
   * Axis grid name
   *
   * @memberof DisplayAxis
   */
  AxisGridName = 'AxisGrid';
  /**
   * Axis title name
   *
   * @memberof DisplayAxis
   */
  AxisTitleName = 'AxisTitle';
  /**
   * Maximum axis inter per 2000 pixels
   *
   * @memberof DisplayAxis
   */
  MaximumAxisIntervalsPer200Pixels = 8;
  /**
   * Orientation
   *
   * @type {AxisOrientation}
   * @memberof DisplayAxis
   * @wIgnore
   */
  Orientation: AxisOrientation;
  /**
   * Orientation changed
   *
   * @memberof DisplayAxis
   * @wIgnore
   */
  OrientationChanged: SubscriptionEvent<(a1: any, a2: any) => void>;
  /**
   * Can plot
   *
   * @param {*} valye
   * @return {*}  {boolean}
   * @memberof DisplayAxis
   * @wIgnore
   */
  CanPlot(valye: any): boolean {
    throw new Error('Method not implemented.');
  }
  /**
   * Get plot area coordinate
   *
   * @param {*} value
   * @return {*}  {UnitValue}
   * @memberof DisplayAxis
   * @wIgnore
   */
  GetPlotAreaCoordinate(value: any): UnitValue {
    throw new Error('Method not implemented.');
  }
}

/**
 * Range axis class
 *
 * @export
 * @class RangeAxis
 * @extends {DisplayAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.RangeAxis
 */
export class RangeAxis extends DisplayAxis {
  /**
   * Minor tick mark style property
   *
   * @static
   * @memberof RangeAxis
   */
  public static readonly MinorTickMarkStyleProperty = new DependencyProperty(
    'MinorTickMarkStyle',
    null,
    null
  );
  /**
   * Minor tick mark style property
   *
   * @type {RuntimeStyleInfo}
   * @memberof RangeAxis
   */
  @Dependency(RangeAxis.MinorTickMarkStyleProperty)
  MinorTickMarkStyle: RuntimeStyleInfo;
  /**
   * Actual range
   *
   * @type {*}
   * @memberof RangeAxis
   */
  ActualRange: any;
  /**
   * Origin
   *
   * @type {*}
   * @memberof RangeAxis
   */
  Origin: any;
  /**
   * Protected Maximum
   *
   * @type {*}
   * @memberof RangeAxis
   */
  ProtectedMaximum: any;
  /**
   * Protected Minimum
   *
   * @type {*}
   * @memberof RangeAxis
   */
  ProtectedMinimum: any;
}

/**
 * Numeric Axis class
 *
 * @export
 * @class NumericAxis
 * @extends {RangeAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.NumericAxis
 */
export class NumericAxis extends RangeAxis {
  /**
   * Actual maximum property
   *
   * @static
   * @memberof NumericAxis
   */
  public static readonly ActualMaximumProperty = new DependencyProperty(
    'ActualMaximum',
    null,
    null
  );
  /**
   * Actual minimum property
   *
   * @static
   * @memberof NumericAxis
   */
  public static readonly ActualMinimumProperty = new DependencyProperty(
    'ActualMinimum',
    null,
    null
  );
  /**
   * Extended range to origin property
   *
   * @static
   * @memberof NumericAxis
   */
  public static readonly ExtendRangeToOriginProperty = new DependencyProperty(
    'ExtendRangeToOrigin',
    null,
    null
  );
  /**
   * Maximum property
   *
   * @static
   * @memberof NumericAxis
   */
  public static readonly MaximumProperty = new DependencyProperty(
    'Maximum',
    null,
    null
  );
  /**
   *  Minimum property
   *
   * @static
   * @memberof NumericAxis
   */
  public static readonly MinimumProperty = new DependencyProperty(
    'Minimum',
    null,
    null
  );

  /**
   * Actual maximum
   *
   * @type {number}
   * @memberof NumericAxis
   */
  @Dependency(NumericAxis.ActualMaximumProperty)
  ActualMaximum: number;
  /**
   * Actual minimum
   *
   * @type {number}
   * @memberof NumericAxis
   */
  @Dependency(NumericAxis.ActualMinimumProperty)
  ActualMinimum: number;
  /**
   *Extended range to origin
   *
   * @type {boolean}
   * @memberof NumericAxis
   */
  @Dependency(NumericAxis.ExtendRangeToOriginProperty)
  ExtendRangeToOrigin: boolean;
  /**
   * Maximum
   *
   * @type {number}
   * @memberof NumericAxis
   */
  @Dependency(NumericAxis.MaximumProperty)
  Maximum: number;
  /**
   * Minimum
   *
   * @type {number}
   * @memberof NumericAxis
   */
  @Dependency(NumericAxis.MinimumProperty)
  Minimum: number;
}

/**
 * Category axis class
 *
 * @export
 * @class CategoryAxis
 * @extends {DisplayAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.CategoryAxis
 */
export class CategoryAxis extends DisplayAxis {}

/**
 * Linear axis class
 *
 * @export
 * @class LinearAxis
 * @extends {NumericAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.LinearAxis
 */
export class LinearAxis extends NumericAxis {
  /**
   * Actual interval property
   *
   * @static
   * @memberof LinearAxis
   */
  public static readonly ActualIntervalProperty = new DependencyProperty(
    'ActualInterval',
    null,
    null
  );
  /**
   * Interval property
   *
   * @static
   * @memberof LinearAxis
   */
  public static readonly IntervalProperty = new DependencyProperty(
    'Interval',
    null,
    null
  );

  /**
   *  Actual interval
   *
   * @type {number}
   * @memberof LinearAxis
   */
  @Dependency(LinearAxis.ActualIntervalProperty)
  ActualInterval: number;
  /**
   * Interval
   *
   * @type {number}
   * @memberof LinearAxis
   */
  @Dependency(LinearAxis.IntervalProperty)
  Interval: number;
  /**
   * Actual double range
   *
   * @type {*}
   * @memberof LinearAxis
   */
  ActualDoubleRange: any;
}

/**
 * DateTimeAxis class
 *
 * @export
 * @class DateTimeAxis
 * @extends {RangeAxis}
 * @wType System.Windows.Controls.DataVisualization.Charting.DateTimeAxis
 */
export class DateTimeAxis extends RangeAxis {
  /**
   * Actual interval property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly ActualIntervalProperty = new DependencyProperty(
    'ActualInterval',
    null,
    null
  );
  /**
   * Actual maximum property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly ActualMaximumProperty = new DependencyProperty(
    'ActualMaximum',
    null,
    null
  );
  /**
   * Actual minimum property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly ActualMinimumProperty = new DependencyProperty(
    'ActualMinimum',
    null,
    null
  );
  /**
   * Interval property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly IntervalProperty = new DependencyProperty(
    'Interval',
    null,
    null
  );
  /**
   * Interval type property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly IntervalTypeProperty = new DependencyProperty(
    'IntervalType',
    null,
    null
  );
  /**
   * Extended range to origin property
   *
   * @static
   * @memberof DateTimeAxis
   * @wIgnore
   */
  public static readonly ExtendRangeToOriginProperty = new DependencyProperty(
    'ExtendRangeToOrigin',
    null,
    null
  );
  /**
   * Maximum property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly MaximumProperty = new DependencyProperty(
    'Maximum',
    null,
    null
  );
  /**
   * Minimum property
   *
   * @static
   * @memberof DateTimeAxis
   */
  public static readonly MinimumProperty = new DependencyProperty(
    'Minimum',
    null,
    null
  );

  /**
   * Actual interval
   *
   * @type {number}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.ActualIntervalProperty)
  ActualInterval: number;

  /**
   * Actual maximum
   *
   * @type {Date}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.ActualMaximumProperty)
  ActualMaximum: Date;

  /**
   * Actual minimum
   *
   * @type {Date}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.ActualMinimumProperty)
  ActualMinimum: Date;

  /**
   * Interval
   *
   * @type {number}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.IntervalProperty)
  Interval: number;

  /**
   * Interval type
   *
   * @type {Date}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.IntervalTypeProperty)
  IntervalType: Date;

  /**
   * Maximum
   *
   * @type {Date}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.MaximumProperty)
  Maximum: Date;

  /**
   * Minimum
   *
   * @type {Date}
   * @memberof DateTimeAxis
   */
  @Dependency(DateTimeAxis.MinimumProperty)
  Minimum: Date;
}

result-matching ""

    No results matching ""