Represents a chart area containing axes, series, an optional legend and other hosted content.
Constructors
Section titled "Constructors"IgxDataChartComponent
new IgxDataChartComponent(_renderer: Renderer2, _elRef: ViewContainerRef, _ngZone: NgZone, _componentFactoryResolver: ComponentFactoryResolver, _injector: Injector): IgxDataChartComponent Returns IgxDataChartComponent
Properties
Section titled "Properties"_dynamicContent
Section titled "_dynamicContent"_dynamicContent: ViewContainerRef actualAxes
Section titled "actualAxes"The axes actually present in the chart. Do not directly modify this array. This array's contents can be modified by causing Angular to reproject the child content. Or adding and removing axes from the manual axes collection on the axes property.
actualAxes: IgxAxisComponent[] actualSeries
Section titled "actualSeries"The series actually present in the chart. Do not directly modify this array. This array's contents can be modified by causing Angular to reproject the child content. Or adding and removing series from the manual series collection on the series property.
actualSeries: IgxSeriesComponent[] contentAxes
Section titled "contentAxes"contentAxes: QueryList<IgxAxisComponent> contentSeries
Section titled "contentSeries"contentSeries: QueryList<IgxSeriesComponent> ngAcceptInputType_actualContentHitTestMode
Section titled "ngAcceptInputType_actualContentHitTestMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualContentHitTestMode: string | ChartHitTestMode ngAcceptInputType_actualInteractionPixelScalingRatio
Section titled "ngAcceptInputType_actualInteractionPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualInteractionPixelScalingRatio: string | number ngAcceptInputType_actualPixelScalingRatio
Section titled "ngAcceptInputType_actualPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualPixelScalingRatio: string | number ngAcceptInputType_actualPlotAreaMarginBottom
Section titled "ngAcceptInputType_actualPlotAreaMarginBottom"ngAcceptInputType_actualPlotAreaMarginBottom: string | number ngAcceptInputType_actualPlotAreaMarginLeft
Section titled "ngAcceptInputType_actualPlotAreaMarginLeft"ngAcceptInputType_actualPlotAreaMarginLeft: string | number ngAcceptInputType_actualPlotAreaMarginRight
Section titled "ngAcceptInputType_actualPlotAreaMarginRight"ngAcceptInputType_actualPlotAreaMarginRight: string | number ngAcceptInputType_actualPlotAreaMarginTop
Section titled "ngAcceptInputType_actualPlotAreaMarginTop"ngAcceptInputType_actualPlotAreaMarginTop: string | number ngAcceptInputType_actualWindowPositionHorizontal
Section titled "ngAcceptInputType_actualWindowPositionHorizontal"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualWindowPositionHorizontal: string | number ngAcceptInputType_actualWindowPositionVertical
Section titled "ngAcceptInputType_actualWindowPositionVertical"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualWindowPositionVertical: string | number ngAcceptInputType_actualWindowRect
Section titled "ngAcceptInputType_actualWindowRect"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualWindowRect: any ngAcceptInputType_actualWindowRectMinHeight
Section titled "ngAcceptInputType_actualWindowRectMinHeight"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualWindowRectMinHeight: string | number ngAcceptInputType_actualWindowRectMinWidth
Section titled "ngAcceptInputType_actualWindowRectMinWidth"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_actualWindowRectMinWidth: string | number ngAcceptInputType_actualWindowScaleHorizontal
Section titled "ngAcceptInputType_actualWindowScaleHorizontal"ngAcceptInputType_actualWindowScaleHorizontal: string | number ngAcceptInputType_actualWindowScaleVertical
Section titled "ngAcceptInputType_actualWindowScaleVertical"ngAcceptInputType_actualWindowScaleVertical: string | number ngAcceptInputType_alignsGridLinesToPixels
Section titled "ngAcceptInputType_alignsGridLinesToPixels"ngAcceptInputType_alignsGridLinesToPixels: string | boolean ngAcceptInputType_animateSeriesWhenAxisRangeChanges
Section titled "ngAcceptInputType_animateSeriesWhenAxisRangeChanges"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_animateSeriesWhenAxisRangeChanges: string | boolean ngAcceptInputType_autoExpandMarginExtraPadding
Section titled "ngAcceptInputType_autoExpandMarginExtraPadding"ngAcceptInputType_autoExpandMarginExtraPadding: string | number ngAcceptInputType_autoExpandMarginMaximumValue
Section titled "ngAcceptInputType_autoExpandMarginMaximumValue"ngAcceptInputType_autoExpandMarginMaximumValue: string | number ngAcceptInputType_autoMarginAndAngleUpdateMode
Section titled "ngAcceptInputType_autoMarginAndAngleUpdateMode"ngAcceptInputType_autoMarginAndAngleUpdateMode: string | AutoMarginsAndAngleUpdateMode ngAcceptInputType_autoMarginHeight
Section titled "ngAcceptInputType_autoMarginHeight"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_autoMarginHeight: string | number ngAcceptInputType_autoMarginWidth
Section titled "ngAcceptInputType_autoMarginWidth"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_autoMarginWidth: string | number ngAcceptInputType_bottomMargin
Section titled "ngAcceptInputType_bottomMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_bottomMargin: string | number ngAcceptInputType_brushes
Section titled "ngAcceptInputType_brushes"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_brushes: string | string[] ngAcceptInputType_computedPlotAreaMarginMode
Section titled "ngAcceptInputType_computedPlotAreaMarginMode"ngAcceptInputType_computedPlotAreaMarginMode: string | ComputedPlotAreaMarginMode ngAcceptInputType_contentHitTestMode
Section titled "ngAcceptInputType_contentHitTestMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_contentHitTestMode: string | ChartHitTestMode ngAcceptInputType_contentViewport
Section titled "ngAcceptInputType_contentViewport"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_contentViewport: any ngAcceptInputType_crosshairPoint
Section titled "ngAcceptInputType_crosshairPoint"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_crosshairPoint: any ngAcceptInputType_crosshairVisibility
Section titled "ngAcceptInputType_crosshairVisibility"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_crosshairVisibility: any ngAcceptInputType_defaultInteraction
Section titled "ngAcceptInputType_defaultInteraction"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_defaultInteraction: any ngAcceptInputType_dragModifier
Section titled "ngAcceptInputType_dragModifier"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_dragModifier: any ngAcceptInputType_effectiveViewport
Section titled "ngAcceptInputType_effectiveViewport"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_effectiveViewport: any ngAcceptInputType_fireMouseLeaveOnManipulationStart
Section titled "ngAcceptInputType_fireMouseLeaveOnManipulationStart"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_fireMouseLeaveOnManipulationStart: string | boolean ngAcceptInputType_focusDismissDelayMilliseconds
Section titled "ngAcceptInputType_focusDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_focusDismissDelayMilliseconds: string | number ngAcceptInputType_focusedSeriesItems
Section titled "ngAcceptInputType_focusedSeriesItems"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_focusedSeriesItems: string | IgxChartSelectedItemCollection ngAcceptInputType_focusMode
Section titled "ngAcceptInputType_focusMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_focusMode: string | SeriesSelectionMode ngAcceptInputType_focusTransitionDuration
Section titled "ngAcceptInputType_focusTransitionDuration"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_focusTransitionDuration: string | number ngAcceptInputType_fullAxes
Section titled "ngAcceptInputType_fullAxes"ngAcceptInputType_fullAxes: string | IgxAxisCollection ngAcceptInputType_fullSeries
Section titled "ngAcceptInputType_fullSeries"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_fullSeries: string | IgxSeriesCollection ngAcceptInputType_gridMode
Section titled "ngAcceptInputType_gridMode"ngAcceptInputType_gridMode: string | GridMode ngAcceptInputType_highlightedValuesDisplayMode
Section titled "ngAcceptInputType_highlightedValuesDisplayMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightedValuesDisplayMode: any ngAcceptInputType_highlightingBehavior
Section titled "ngAcceptInputType_highlightingBehavior"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightingBehavior: string | SeriesHighlightingBehavior ngAcceptInputType_highlightingDismissDelayMilliseconds
Section titled "ngAcceptInputType_highlightingDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightingDismissDelayMilliseconds: string | number ngAcceptInputType_highlightingFadeOpacity
Section titled "ngAcceptInputType_highlightingFadeOpacity"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightingFadeOpacity: string | number ngAcceptInputType_highlightingMode
Section titled "ngAcceptInputType_highlightingMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightingMode: string | SeriesHighlightingMode ngAcceptInputType_highlightingTransitionDuration
Section titled "ngAcceptInputType_highlightingTransitionDuration"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_highlightingTransitionDuration: string | number ngAcceptInputType_horizontalViewScrollbarCornerRadius
Section titled "ngAcceptInputType_horizontalViewScrollbarCornerRadius"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarCornerRadius: string | number ngAcceptInputType_horizontalViewScrollbarHeight
Section titled "ngAcceptInputType_horizontalViewScrollbarHeight"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarHeight: string | number ngAcceptInputType_horizontalViewScrollbarInset
Section titled "ngAcceptInputType_horizontalViewScrollbarInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarInset: string | number ngAcceptInputType_horizontalViewScrollbarMaxOpacity
Section titled "ngAcceptInputType_horizontalViewScrollbarMaxOpacity"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarMaxOpacity: string | number ngAcceptInputType_horizontalViewScrollbarMode
Section titled "ngAcceptInputType_horizontalViewScrollbarMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarMode: string | SeriesViewerScrollbarMode ngAcceptInputType_horizontalViewScrollbarPosition
Section titled "ngAcceptInputType_horizontalViewScrollbarPosition"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarPosition: string | SeriesViewerHorizontalScrollbarPosition ngAcceptInputType_horizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "ngAcceptInputType_horizontalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarShouldAddAutoTrackInsets: string | boolean ngAcceptInputType_horizontalViewScrollbarStrokeThickness
Section titled "ngAcceptInputType_horizontalViewScrollbarStrokeThickness"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarStrokeThickness: string | number ngAcceptInputType_horizontalViewScrollbarTrackEndInset
Section titled "ngAcceptInputType_horizontalViewScrollbarTrackEndInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarTrackEndInset: string | number ngAcceptInputType_horizontalViewScrollbarTrackStartInset
Section titled "ngAcceptInputType_horizontalViewScrollbarTrackStartInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_horizontalViewScrollbarTrackStartInset: string | number ngAcceptInputType_interactionOverride
Section titled "ngAcceptInputType_interactionOverride"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_interactionOverride: any ngAcceptInputType_interactionPixelScalingRatio
Section titled "ngAcceptInputType_interactionPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_interactionPixelScalingRatio: string | number ngAcceptInputType_isAntiAliasingEnabledDuringInteraction
Section titled "ngAcceptInputType_isAntiAliasingEnabledDuringInteraction"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isAntiAliasingEnabledDuringInteraction: string | boolean ngAcceptInputType_isDetached
Section titled "ngAcceptInputType_isDetached"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isDetached: string | boolean ngAcceptInputType_isHorizontalZoomEnabled
Section titled "ngAcceptInputType_isHorizontalZoomEnabled"ngAcceptInputType_isHorizontalZoomEnabled: string | boolean ngAcceptInputType_isInCreateAnnotationMode
Section titled "ngAcceptInputType_isInCreateAnnotationMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isInCreateAnnotationMode: string | boolean ngAcceptInputType_isInDeleteAnnotationMode
Section titled "ngAcceptInputType_isInDeleteAnnotationMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isInDeleteAnnotationMode: string | boolean ngAcceptInputType_isMap
Section titled "ngAcceptInputType_isMap"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isMap: string | boolean ngAcceptInputType_isPagePanningAllowed
Section titled "ngAcceptInputType_isPagePanningAllowed"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isPagePanningAllowed: string | boolean ngAcceptInputType_isSquare
Section titled "ngAcceptInputType_isSquare"ngAcceptInputType_isSquare: string | boolean ngAcceptInputType_isSurfaceInteractionDisabled
Section titled "ngAcceptInputType_isSurfaceInteractionDisabled"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isSurfaceInteractionDisabled: string | boolean ngAcceptInputType_isUserAnnotationsEnabled
Section titled "ngAcceptInputType_isUserAnnotationsEnabled"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isUserAnnotationsEnabled: string | boolean ngAcceptInputType_isVerticalZoomEnabled
Section titled "ngAcceptInputType_isVerticalZoomEnabled"ngAcceptInputType_isVerticalZoomEnabled: string | boolean ngAcceptInputType_isWindowSyncedToVisibleRange
Section titled "ngAcceptInputType_isWindowSyncedToVisibleRange"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_isWindowSyncedToVisibleRange: string | boolean ngAcceptInputType_leftMargin
Section titled "ngAcceptInputType_leftMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_leftMargin: string | number ngAcceptInputType_legendHighlightingMode
Section titled "ngAcceptInputType_legendHighlightingMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_legendHighlightingMode: string | LegendHighlightingMode ngAcceptInputType_legendItemBadgeMode
Section titled "ngAcceptInputType_legendItemBadgeMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_legendItemBadgeMode: any ngAcceptInputType_legendItemBadgeShape
Section titled "ngAcceptInputType_legendItemBadgeShape"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_legendItemBadgeShape: any ngAcceptInputType_markerAutomaticBehavior
Section titled "ngAcceptInputType_markerAutomaticBehavior"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_markerAutomaticBehavior: string | MarkerAutomaticBehavior ngAcceptInputType_markerBrushes
Section titled "ngAcceptInputType_markerBrushes"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_markerBrushes: string | string[] ngAcceptInputType_markerOutlines
Section titled "ngAcceptInputType_markerOutlines"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_markerOutlines: string | string[] ngAcceptInputType_outlines
Section titled "ngAcceptInputType_outlines"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_outlines: string | string[] ngAcceptInputType_panModifier
Section titled "ngAcceptInputType_panModifier"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_panModifier: any ngAcceptInputType_pixelScalingRatio
Section titled "ngAcceptInputType_pixelScalingRatio"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_pixelScalingRatio: string | number ngAcceptInputType_plotAreaMarginBottom
Section titled "ngAcceptInputType_plotAreaMarginBottom"ngAcceptInputType_plotAreaMarginBottom: string | number ngAcceptInputType_plotAreaMarginLeft
Section titled "ngAcceptInputType_plotAreaMarginLeft"ngAcceptInputType_plotAreaMarginLeft: string | number ngAcceptInputType_plotAreaMarginRight
Section titled "ngAcceptInputType_plotAreaMarginRight"ngAcceptInputType_plotAreaMarginRight: string | number ngAcceptInputType_plotAreaMarginTop
Section titled "ngAcceptInputType_plotAreaMarginTop"ngAcceptInputType_plotAreaMarginTop: string | number ngAcceptInputType_preferHigherResolutionTiles
Section titled "ngAcceptInputType_preferHigherResolutionTiles"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_preferHigherResolutionTiles: string | boolean ngAcceptInputType_previewPathOpacity
Section titled "ngAcceptInputType_previewPathOpacity"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_previewPathOpacity: string | number ngAcceptInputType_previewRect
Section titled "ngAcceptInputType_previewRect"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_previewRect: any ngAcceptInputType_resizeIdleMilliseconds
Section titled "ngAcceptInputType_resizeIdleMilliseconds"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_resizeIdleMilliseconds: string | number ngAcceptInputType_rightButtonDefaultInteraction
Section titled "ngAcceptInputType_rightButtonDefaultInteraction"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_rightButtonDefaultInteraction: any ngAcceptInputType_rightMargin
Section titled "ngAcceptInputType_rightMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_rightMargin: string | number ngAcceptInputType_scrollbarsAnimationDuration
Section titled "ngAcceptInputType_scrollbarsAnimationDuration"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_scrollbarsAnimationDuration: string | number ngAcceptInputType_selectedSeriesItems
Section titled "ngAcceptInputType_selectedSeriesItems"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectedSeriesItems: string | IgxChartSelectedItemCollection ngAcceptInputType_selectionBehavior
Section titled "ngAcceptInputType_selectionBehavior"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectionBehavior: string | SeriesSelectionBehavior ngAcceptInputType_selectionDismissDelayMilliseconds
Section titled "ngAcceptInputType_selectionDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectionDismissDelayMilliseconds: string | number ngAcceptInputType_selectionMode
Section titled "ngAcceptInputType_selectionMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectionMode: string | SeriesSelectionMode ngAcceptInputType_selectionModifier
Section titled "ngAcceptInputType_selectionModifier"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectionModifier: any ngAcceptInputType_selectionTransitionDuration
Section titled "ngAcceptInputType_selectionTransitionDuration"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_selectionTransitionDuration: string | number ngAcceptInputType_seriesPlotAreaMarginHorizontalMode
Section titled "ngAcceptInputType_seriesPlotAreaMarginHorizontalMode"ngAcceptInputType_seriesPlotAreaMarginHorizontalMode: string | SeriesPlotAreaMarginHorizontalMode ngAcceptInputType_seriesPlotAreaMarginVerticalMode
Section titled "ngAcceptInputType_seriesPlotAreaMarginVerticalMode"ngAcceptInputType_seriesPlotAreaMarginVerticalMode: string | SeriesPlotAreaMarginVerticalMode ngAcceptInputType_seriesValueLayerUseLegend
Section titled "ngAcceptInputType_seriesValueLayerUseLegend"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_seriesValueLayerUseLegend: string | boolean ngAcceptInputType_shouldAutoExpandMarginForInitialLabels
Section titled "ngAcceptInputType_shouldAutoExpandMarginForInitialLabels"ngAcceptInputType_shouldAutoExpandMarginForInitialLabels: string | boolean ngAcceptInputType_shouldConsiderAutoRotationForInitialLabels
Section titled "ngAcceptInputType_shouldConsiderAutoRotationForInitialLabels"ngAcceptInputType_shouldConsiderAutoRotationForInitialLabels: string | boolean ngAcceptInputType_shouldMatchZOrderToSeriesOrder
Section titled "ngAcceptInputType_shouldMatchZOrderToSeriesOrder"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_shouldMatchZOrderToSeriesOrder: string | boolean ngAcceptInputType_shouldPanOnMaximumZoom
Section titled "ngAcceptInputType_shouldPanOnMaximumZoom"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_shouldPanOnMaximumZoom: string | boolean ngAcceptInputType_shouldSimulateHoverMoveCrosshairPoint
Section titled "ngAcceptInputType_shouldSimulateHoverMoveCrosshairPoint"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_shouldSimulateHoverMoveCrosshairPoint: string | boolean ngAcceptInputType_shouldSuppressAxisLabelTruncation
Section titled "ngAcceptInputType_shouldSuppressAxisLabelTruncation"ngAcceptInputType_shouldSuppressAxisLabelTruncation: string | boolean ngAcceptInputType_subtitleBottomMargin
Section titled "ngAcceptInputType_subtitleBottomMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_subtitleBottomMargin: string | number ngAcceptInputType_subtitleHorizontalAlignment
Section titled "ngAcceptInputType_subtitleHorizontalAlignment"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_subtitleHorizontalAlignment: any ngAcceptInputType_subtitleLeftMargin
Section titled "ngAcceptInputType_subtitleLeftMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_subtitleLeftMargin: string | number ngAcceptInputType_subtitleRightMargin
Section titled "ngAcceptInputType_subtitleRightMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_subtitleRightMargin: string | number ngAcceptInputType_subtitleTopMargin
Section titled "ngAcceptInputType_subtitleTopMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_subtitleTopMargin: string | number ngAcceptInputType_suppressAutoMarginAndAngleRecalculation
Section titled "ngAcceptInputType_suppressAutoMarginAndAngleRecalculation"ngAcceptInputType_suppressAutoMarginAndAngleRecalculation: string | boolean ngAcceptInputType_titleBottomMargin
Section titled "ngAcceptInputType_titleBottomMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_titleBottomMargin: string | number ngAcceptInputType_titleHorizontalAlignment
Section titled "ngAcceptInputType_titleHorizontalAlignment"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_titleHorizontalAlignment: any ngAcceptInputType_titleLeftMargin
Section titled "ngAcceptInputType_titleLeftMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_titleLeftMargin: string | number ngAcceptInputType_titleRightMargin
Section titled "ngAcceptInputType_titleRightMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_titleRightMargin: string | number ngAcceptInputType_titleTopMargin
Section titled "ngAcceptInputType_titleTopMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_titleTopMargin: string | number ngAcceptInputType_topMargin
Section titled "ngAcceptInputType_topMargin"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_topMargin: string | number ngAcceptInputType_useTiledZooming
Section titled "ngAcceptInputType_useTiledZooming"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_useTiledZooming: string | boolean ngAcceptInputType_verticalViewScrollbarCornerRadius
Section titled "ngAcceptInputType_verticalViewScrollbarCornerRadius"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarCornerRadius: string | number ngAcceptInputType_verticalViewScrollbarInset
Section titled "ngAcceptInputType_verticalViewScrollbarInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarInset: string | number ngAcceptInputType_verticalViewScrollbarMaxOpacity
Section titled "ngAcceptInputType_verticalViewScrollbarMaxOpacity"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarMaxOpacity: string | number ngAcceptInputType_verticalViewScrollbarMode
Section titled "ngAcceptInputType_verticalViewScrollbarMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarMode: string | SeriesViewerScrollbarMode ngAcceptInputType_verticalViewScrollbarPosition
Section titled "ngAcceptInputType_verticalViewScrollbarPosition"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarPosition: string | SeriesViewerVerticalScrollbarPosition ngAcceptInputType_verticalViewScrollbarShouldAddAutoTrackInsets
Section titled "ngAcceptInputType_verticalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarShouldAddAutoTrackInsets: string | boolean ngAcceptInputType_verticalViewScrollbarStrokeThickness
Section titled "ngAcceptInputType_verticalViewScrollbarStrokeThickness"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarStrokeThickness: string | number ngAcceptInputType_verticalViewScrollbarTrackEndInset
Section titled "ngAcceptInputType_verticalViewScrollbarTrackEndInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarTrackEndInset: string | number ngAcceptInputType_verticalViewScrollbarTrackStartInset
Section titled "ngAcceptInputType_verticalViewScrollbarTrackStartInset"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarTrackStartInset: string | number ngAcceptInputType_verticalViewScrollbarWidth
Section titled "ngAcceptInputType_verticalViewScrollbarWidth"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_verticalViewScrollbarWidth: string | number ngAcceptInputType_viewportRect
Section titled "ngAcceptInputType_viewportRect"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_viewportRect: any ngAcceptInputType_windowPositionHorizontal
Section titled "ngAcceptInputType_windowPositionHorizontal"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowPositionHorizontal: string | number ngAcceptInputType_windowPositionVertical
Section titled "ngAcceptInputType_windowPositionVertical"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowPositionVertical: string | number ngAcceptInputType_windowRect
Section titled "ngAcceptInputType_windowRect"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowRect: any ngAcceptInputType_windowRectMinHeight
Section titled "ngAcceptInputType_windowRectMinHeight"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowRectMinHeight: string | number ngAcceptInputType_windowRectMinWidth
Section titled "ngAcceptInputType_windowRectMinWidth"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowRectMinWidth: string | number ngAcceptInputType_windowResponse
Section titled "ngAcceptInputType_windowResponse"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowResponse: string | WindowResponse ngAcceptInputType_windowScaleHorizontal
Section titled "ngAcceptInputType_windowScaleHorizontal"ngAcceptInputType_windowScaleHorizontal: string | number ngAcceptInputType_windowScaleVertical
Section titled "ngAcceptInputType_windowScaleVertical"ngAcceptInputType_windowScaleVertical: string | number ngAcceptInputType_windowSizeMinHeight
Section titled "ngAcceptInputType_windowSizeMinHeight"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowSizeMinHeight: string | number ngAcceptInputType_windowSizeMinWidth
Section titled "ngAcceptInputType_windowSizeMinWidth"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_windowSizeMinWidth: string | number ngAcceptInputType_zoomCoercionMode
Section titled "ngAcceptInputType_zoomCoercionMode"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_zoomCoercionMode: string | ZoomCoercionMode ngAcceptInputType_zoomTileCacheSize
Section titled "ngAcceptInputType_zoomTileCacheSize"Inherited from: IgxSeriesViewerComponent
ngAcceptInputType_zoomTileCacheSize: string | number ɵcmp: ɵɵComponentDeclaration<IgxDataChartComponent, "igx-data-chart", never, object, object, ["contentAxes", "contentSeries"], never> ɵfac: ɵɵFactoryDeclaration<IgxDataChartComponent, never> actualContentHitTestMode
Section titled "actualContentHitTestMode"Inherited from: IgxSeriesViewerComponent
actualContentHitTestMode: ChartHitTestMode actualInteractionPixelScalingRatio
Section titled "actualInteractionPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
actualInteractionPixelScalingRatio: number actualPixelScalingRatio
Section titled "actualPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
actualPixelScalingRatio: number actualPlotAreaMarginBottom
Section titled "actualPlotAreaMarginBottom"actualPlotAreaMarginBottom: number actualPlotAreaMarginLeft
Section titled "actualPlotAreaMarginLeft"actualPlotAreaMarginLeft: number actualPlotAreaMarginRight
Section titled "actualPlotAreaMarginRight"actualPlotAreaMarginRight: number actualPlotAreaMarginTop
Section titled "actualPlotAreaMarginTop"actualPlotAreaMarginTop: number actualWindowPositionHorizontal
Section titled "actualWindowPositionHorizontal"Inherited from: IgxSeriesViewerComponent
actualWindowPositionHorizontal: number actualWindowPositionVertical
Section titled "actualWindowPositionVertical"Inherited from: IgxSeriesViewerComponent
actualWindowPositionVertical: number actualWindowRect
Section titled "actualWindowRect"Inherited from: IgxSeriesViewerComponent
actualWindowRect: IgRect actualWindowRectMinHeight
Section titled "actualWindowRectMinHeight"Inherited from: IgxSeriesViewerComponent
actualWindowRectMinHeight: number actualWindowRectMinWidth
Section titled "actualWindowRectMinWidth"Inherited from: IgxSeriesViewerComponent
actualWindowRectMinWidth: number actualWindowScaleHorizontal
Section titled "actualWindowScaleHorizontal"actualWindowScaleHorizontal: number actualWindowScaleVertical
Section titled "actualWindowScaleVertical"actualWindowScaleVertical: number alignsGridLinesToPixels
Section titled "alignsGridLinesToPixels"alignsGridLinesToPixels: boolean animateSeriesWhenAxisRangeChanges
Section titled "animateSeriesWhenAxisRangeChanges"Inherited from: IgxSeriesViewerComponent
animateSeriesWhenAxisRangeChanges: boolean autoExpandMarginExtraPadding
Section titled "autoExpandMarginExtraPadding"autoExpandMarginExtraPadding: number autoExpandMarginMaximumValue
Section titled "autoExpandMarginMaximumValue"autoExpandMarginMaximumValue: number autoMarginAndAngleUpdateMode
Section titled "autoMarginAndAngleUpdateMode"autoMarginAndAngleUpdateMode: AutoMarginsAndAngleUpdateMode autoMarginHeight
Section titled "autoMarginHeight"Inherited from: IgxSeriesViewerComponent
autoMarginHeight: number autoMarginWidth
Section titled "autoMarginWidth"Inherited from: IgxSeriesViewerComponent
autoMarginWidth: number bottomMargin
Section titled "bottomMargin"Inherited from: IgxSeriesViewerComponent
bottomMargin: number brushes
Section titled "brushes"Inherited from: IgxSeriesViewerComponent
brushes: string[] chartTitle
Section titled "chartTitle"Inherited from: IgxSeriesViewerComponent
chartTitle: string computedPlotAreaMarginMode
Section titled "computedPlotAreaMarginMode"computedPlotAreaMarginMode: ComputedPlotAreaMarginMode contentHitTestMode
Section titled "contentHitTestMode"Inherited from: IgxSeriesViewerComponent
contentHitTestMode: ChartHitTestMode crosshairPoint
Section titled "crosshairPoint"Inherited from: IgxSeriesViewerComponent
crosshairPoint: IgPoint crosshairVisibility
Section titled "crosshairVisibility"Inherited from: IgxSeriesViewerComponent
crosshairVisibility: Visibility dataSource
Section titled "dataSource"dataSource: any defaultAxisMajorStroke
Section titled "defaultAxisMajorStroke"defaultAxisMajorStroke: string defaultAxisMinorStroke
Section titled "defaultAxisMinorStroke"defaultAxisMinorStroke: string defaultAxisStroke
Section titled "defaultAxisStroke"defaultAxisStroke: string defaultInteraction
Section titled "defaultInteraction"Inherited from: IgxSeriesViewerComponent
defaultInteraction: InteractionState dragModifier
Section titled "dragModifier"Inherited from: IgxSeriesViewerComponent
dragModifier: ModifierKeys effectiveViewport
Section titled "effectiveViewport"Inherited from: IgxSeriesViewerComponent
effectiveViewport: IgRect fireMouseLeaveOnManipulationStart
Section titled "fireMouseLeaveOnManipulationStart"Inherited from: IgxSeriesViewerComponent
fireMouseLeaveOnManipulationStart: boolean focusBrush
Section titled "focusBrush"Inherited from: IgxSeriesViewerComponent
focusBrush: string focusDismissDelayMilliseconds
Section titled "focusDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
focusDismissDelayMilliseconds: number focusedSeriesItems
Section titled "focusedSeriesItems"Inherited from: IgxSeriesViewerComponent
focusedSeriesItems: IgxChartSelectedItemCollection focusMode
Section titled "focusMode"Inherited from: IgxSeriesViewerComponent
focusMode: SeriesSelectionMode focusTransitionDuration
Section titled "focusTransitionDuration"Inherited from: IgxSeriesViewerComponent
focusTransitionDuration: number fullAxes
Section titled "fullAxes"fullAxes: IgxAxisCollection fullSeries
Section titled "fullSeries"Inherited from: IgxSeriesViewerComponent
fullSeries: IgxSeriesCollection gridMode
Section titled "gridMode"gridMode: GridMode height
Section titled "height"height: string highlightedDataSource
Section titled "highlightedDataSource"highlightedDataSource: any highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IgxSeriesViewerComponent
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode highlightingBehavior
Section titled "highlightingBehavior"Inherited from: IgxSeriesViewerComponent
highlightingBehavior: SeriesHighlightingBehavior highlightingDismissDelayMilliseconds
Section titled "highlightingDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
highlightingDismissDelayMilliseconds: number highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IgxSeriesViewerComponent
highlightingFadeOpacity: number highlightingMode
Section titled "highlightingMode"Inherited from: IgxSeriesViewerComponent
highlightingMode: SeriesHighlightingMode highlightingTransitionDuration
Section titled "highlightingTransitionDuration"Inherited from: IgxSeriesViewerComponent
highlightingTransitionDuration: number horizontalCrosshairBrush
Section titled "horizontalCrosshairBrush"Inherited from: IgxSeriesViewerComponent
horizontalCrosshairBrush: string horizontalViewScrollbarCornerRadius
Section titled "horizontalViewScrollbarCornerRadius"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarCornerRadius: number horizontalViewScrollbarFill
Section titled "horizontalViewScrollbarFill"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarFill: string horizontalViewScrollbarHeight
Section titled "horizontalViewScrollbarHeight"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarHeight: number horizontalViewScrollbarInset
Section titled "horizontalViewScrollbarInset"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarInset: number horizontalViewScrollbarMaxOpacity
Section titled "horizontalViewScrollbarMaxOpacity"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarMaxOpacity: number horizontalViewScrollbarMode
Section titled "horizontalViewScrollbarMode"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarMode: SeriesViewerScrollbarMode horizontalViewScrollbarOutline
Section titled "horizontalViewScrollbarOutline"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarOutline: string horizontalViewScrollbarPosition
Section titled "horizontalViewScrollbarPosition"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarPosition: SeriesViewerHorizontalScrollbarPosition horizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "horizontalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarShouldAddAutoTrackInsets: boolean horizontalViewScrollbarStrokeThickness
Section titled "horizontalViewScrollbarStrokeThickness"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarStrokeThickness: number horizontalViewScrollbarTrackEndInset
Section titled "horizontalViewScrollbarTrackEndInset"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarTrackEndInset: number horizontalViewScrollbarTrackStartInset
Section titled "horizontalViewScrollbarTrackStartInset"Inherited from: IgxSeriesViewerComponent
horizontalViewScrollbarTrackStartInset: number interactionOverride
Section titled "interactionOverride"Inherited from: IgxSeriesViewerComponent
interactionOverride: InteractionState interactionPixelScalingRatio
Section titled "interactionPixelScalingRatio"Inherited from: IgxSeriesViewerComponent
interactionPixelScalingRatio: number isAntiAliasingEnabledDuringInteraction
Section titled "isAntiAliasingEnabledDuringInteraction"Inherited from: IgxSeriesViewerComponent
isAntiAliasingEnabledDuringInteraction: boolean isHorizontalZoomEnabled
Section titled "isHorizontalZoomEnabled"isHorizontalZoomEnabled: boolean isPagePanningAllowed
Section titled "isPagePanningAllowed"Inherited from: IgxSeriesViewerComponent
isPagePanningAllowed: boolean isSquare
Section titled "isSquare"isSquare: boolean isSurfaceInteractionDisabled
Section titled "isSurfaceInteractionDisabled"Inherited from: IgxSeriesViewerComponent
isSurfaceInteractionDisabled: boolean isUserAnnotationsEnabled
Section titled "isUserAnnotationsEnabled"Inherited from: IgxSeriesViewerComponent
isUserAnnotationsEnabled: boolean isVerticalZoomEnabled
Section titled "isVerticalZoomEnabled"isVerticalZoomEnabled: boolean isWindowSyncedToVisibleRange
Section titled "isWindowSyncedToVisibleRange"Inherited from: IgxSeriesViewerComponent
isWindowSyncedToVisibleRange: boolean leftMargin
Section titled "leftMargin"Inherited from: IgxSeriesViewerComponent
leftMargin: number legend
Section titled "legend"legend: any legendHighlightingMode
Section titled "legendHighlightingMode"Inherited from: IgxSeriesViewerComponent
legendHighlightingMode: LegendHighlightingMode legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IgxSeriesViewerComponent
legendItemBadgeMode: LegendItemBadgeMode legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IgxSeriesViewerComponent
legendItemBadgeShape: LegendItemBadgeShape markerAutomaticBehavior
Section titled "markerAutomaticBehavior"Inherited from: IgxSeriesViewerComponent
markerAutomaticBehavior: MarkerAutomaticBehavior markerBrushes
Section titled "markerBrushes"Inherited from: IgxSeriesViewerComponent
markerBrushes: string[] markerOutlines
Section titled "markerOutlines"Inherited from: IgxSeriesViewerComponent
markerOutlines: string[] outlines
Section titled "outlines"Inherited from: IgxSeriesViewerComponent
outlines: string[] panModifier
Section titled "panModifier"Inherited from: IgxSeriesViewerComponent
panModifier: ModifierKeys pixelScalingRatio
Section titled "pixelScalingRatio"Inherited from: IgxSeriesViewerComponent
pixelScalingRatio: number plotAreaBackground
Section titled "plotAreaBackground"Inherited from: IgxSeriesViewerComponent
plotAreaBackground: string plotAreaMarginBottom
Section titled "plotAreaMarginBottom"plotAreaMarginBottom: number plotAreaMarginLeft
Section titled "plotAreaMarginLeft"plotAreaMarginLeft: number plotAreaMarginRight
Section titled "plotAreaMarginRight"plotAreaMarginRight: number plotAreaMarginTop
Section titled "plotAreaMarginTop"plotAreaMarginTop: number preferHigherResolutionTiles
Section titled "preferHigherResolutionTiles"Inherited from: IgxSeriesViewerComponent
preferHigherResolutionTiles: boolean previewPathFill
Section titled "previewPathFill"Inherited from: IgxSeriesViewerComponent
previewPathFill: string previewPathOpacity
Section titled "previewPathOpacity"Inherited from: IgxSeriesViewerComponent
previewPathOpacity: number previewPathStroke
Section titled "previewPathStroke"Inherited from: IgxSeriesViewerComponent
previewPathStroke: string previewRect
Section titled "previewRect"Inherited from: IgxSeriesViewerComponent
previewRect: IgRect resizeIdleMilliseconds
Section titled "resizeIdleMilliseconds"Inherited from: IgxSeriesViewerComponent
resizeIdleMilliseconds: number rightButtonDefaultInteraction
Section titled "rightButtonDefaultInteraction"Inherited from: IgxSeriesViewerComponent
rightButtonDefaultInteraction: InteractionState rightMargin
Section titled "rightMargin"Inherited from: IgxSeriesViewerComponent
rightMargin: number scrollbarsAnimationDuration
Section titled "scrollbarsAnimationDuration"Inherited from: IgxSeriesViewerComponent
scrollbarsAnimationDuration: number selectedSeriesItems
Section titled "selectedSeriesItems"Inherited from: IgxSeriesViewerComponent
selectedSeriesItems: IgxChartSelectedItemCollection selectionBehavior
Section titled "selectionBehavior"Inherited from: IgxSeriesViewerComponent
selectionBehavior: SeriesSelectionBehavior selectionBrush
Section titled "selectionBrush"Inherited from: IgxSeriesViewerComponent
selectionBrush: string selectionDismissDelayMilliseconds
Section titled "selectionDismissDelayMilliseconds"Inherited from: IgxSeriesViewerComponent
selectionDismissDelayMilliseconds: number selectionMode
Section titled "selectionMode"Inherited from: IgxSeriesViewerComponent
selectionMode: SeriesSelectionMode selectionModifier
Section titled "selectionModifier"Inherited from: IgxSeriesViewerComponent
selectionModifier: ModifierKeys selectionTransitionDuration
Section titled "selectionTransitionDuration"Inherited from: IgxSeriesViewerComponent
selectionTransitionDuration: number seriesPlotAreaMarginHorizontalMode
Section titled "seriesPlotAreaMarginHorizontalMode"seriesPlotAreaMarginHorizontalMode: SeriesPlotAreaMarginHorizontalMode seriesPlotAreaMarginVerticalMode
Section titled "seriesPlotAreaMarginVerticalMode"seriesPlotAreaMarginVerticalMode: SeriesPlotAreaMarginVerticalMode seriesValueLayerUseLegend
Section titled "seriesValueLayerUseLegend"Inherited from: IgxSeriesViewerComponent
seriesValueLayerUseLegend: boolean shouldAutoExpandMarginForInitialLabels
Section titled "shouldAutoExpandMarginForInitialLabels"shouldAutoExpandMarginForInitialLabels: boolean shouldConsiderAutoRotationForInitialLabels
Section titled "shouldConsiderAutoRotationForInitialLabels"shouldConsiderAutoRotationForInitialLabels: boolean shouldMatchZOrderToSeriesOrder
Section titled "shouldMatchZOrderToSeriesOrder"Inherited from: IgxSeriesViewerComponent
shouldMatchZOrderToSeriesOrder: boolean shouldPanOnMaximumZoom
Section titled "shouldPanOnMaximumZoom"Inherited from: IgxSeriesViewerComponent
shouldPanOnMaximumZoom: boolean shouldSimulateHoverMoveCrosshairPoint
Section titled "shouldSimulateHoverMoveCrosshairPoint"Inherited from: IgxSeriesViewerComponent
shouldSimulateHoverMoveCrosshairPoint: boolean shouldSuppressAxisLabelTruncation
Section titled "shouldSuppressAxisLabelTruncation"shouldSuppressAxisLabelTruncation: boolean subtitle
Section titled "subtitle"Inherited from: IgxSeriesViewerComponent
subtitle: string subtitleBottomMargin
Section titled "subtitleBottomMargin"Inherited from: IgxSeriesViewerComponent
subtitleBottomMargin: number subtitleHorizontalAlignment
Section titled "subtitleHorizontalAlignment"Inherited from: IgxSeriesViewerComponent
subtitleHorizontalAlignment: HorizontalAlignment subtitleLeftMargin
Section titled "subtitleLeftMargin"Inherited from: IgxSeriesViewerComponent
subtitleLeftMargin: number subtitleRightMargin
Section titled "subtitleRightMargin"Inherited from: IgxSeriesViewerComponent
subtitleRightMargin: number subtitleTextColor
Section titled "subtitleTextColor"Inherited from: IgxSeriesViewerComponent
subtitleTextColor: string subtitleTextStyle
Section titled "subtitleTextStyle"Inherited from: IgxSeriesViewerComponent
subtitleTextStyle: string subtitleTopMargin
Section titled "subtitleTopMargin"Inherited from: IgxSeriesViewerComponent
subtitleTopMargin: number suppressAutoMarginAndAngleRecalculation
Section titled "suppressAutoMarginAndAngleRecalculation"suppressAutoMarginAndAngleRecalculation: boolean syncChannel
Section titled "syncChannel"syncChannel: string synchronizeHorizontally
Section titled "synchronizeHorizontally"synchronizeHorizontally: boolean synchronizeVertically
Section titled "synchronizeVertically"synchronizeVertically: boolean titleBottomMargin
Section titled "titleBottomMargin"Inherited from: IgxSeriesViewerComponent
titleBottomMargin: number titleHorizontalAlignment
Section titled "titleHorizontalAlignment"Inherited from: IgxSeriesViewerComponent
titleHorizontalAlignment: HorizontalAlignment titleLeftMargin
Section titled "titleLeftMargin"Inherited from: IgxSeriesViewerComponent
titleLeftMargin: number titleRightMargin
Section titled "titleRightMargin"Inherited from: IgxSeriesViewerComponent
titleRightMargin: number titleTextColor
Section titled "titleTextColor"Inherited from: IgxSeriesViewerComponent
titleTextColor: string titleTextStyle
Section titled "titleTextStyle"Inherited from: IgxSeriesViewerComponent
titleTextStyle: string titleTopMargin
Section titled "titleTopMargin"Inherited from: IgxSeriesViewerComponent
titleTopMargin: number topMargin
Section titled "topMargin"Inherited from: IgxSeriesViewerComponent
topMargin: number useTiledZooming
Section titled "useTiledZooming"Inherited from: IgxSeriesViewerComponent
useTiledZooming: boolean verticalCrosshairBrush
Section titled "verticalCrosshairBrush"Inherited from: IgxSeriesViewerComponent
verticalCrosshairBrush: string verticalViewScrollbarCornerRadius
Section titled "verticalViewScrollbarCornerRadius"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarCornerRadius: number verticalViewScrollbarFill
Section titled "verticalViewScrollbarFill"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarFill: string verticalViewScrollbarInset
Section titled "verticalViewScrollbarInset"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarInset: number verticalViewScrollbarMaxOpacity
Section titled "verticalViewScrollbarMaxOpacity"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarMaxOpacity: number verticalViewScrollbarMode
Section titled "verticalViewScrollbarMode"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarMode: SeriesViewerScrollbarMode verticalViewScrollbarOutline
Section titled "verticalViewScrollbarOutline"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarOutline: string verticalViewScrollbarPosition
Section titled "verticalViewScrollbarPosition"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarPosition: SeriesViewerVerticalScrollbarPosition verticalViewScrollbarShouldAddAutoTrackInsets
Section titled "verticalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarShouldAddAutoTrackInsets: boolean verticalViewScrollbarStrokeThickness
Section titled "verticalViewScrollbarStrokeThickness"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarStrokeThickness: number verticalViewScrollbarTrackEndInset
Section titled "verticalViewScrollbarTrackEndInset"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarTrackEndInset: number verticalViewScrollbarTrackStartInset
Section titled "verticalViewScrollbarTrackStartInset"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarTrackStartInset: number verticalViewScrollbarWidth
Section titled "verticalViewScrollbarWidth"Inherited from: IgxSeriesViewerComponent
verticalViewScrollbarWidth: number width
Section titled "width"width: string windowPositionHorizontal
Section titled "windowPositionHorizontal"Inherited from: IgxSeriesViewerComponent
windowPositionHorizontal: number windowPositionVertical
Section titled "windowPositionVertical"Inherited from: IgxSeriesViewerComponent
windowPositionVertical: number windowRect
Section titled "windowRect"Inherited from: IgxSeriesViewerComponent
windowRect: IgRect windowRectMinHeight
Section titled "windowRectMinHeight"Inherited from: IgxSeriesViewerComponent
windowRectMinHeight: number windowRectMinWidth
Section titled "windowRectMinWidth"Inherited from: IgxSeriesViewerComponent
windowRectMinWidth: number windowResponse
Section titled "windowResponse"Inherited from: IgxSeriesViewerComponent
windowResponse: WindowResponse windowScaleHorizontal
Section titled "windowScaleHorizontal"windowScaleHorizontal: number windowScaleVertical
Section titled "windowScaleVertical"windowScaleVertical: number windowSizeMinHeight
Section titled "windowSizeMinHeight"Inherited from: IgxSeriesViewerComponent
windowSizeMinHeight: number windowSizeMinWidth
Section titled "windowSizeMinWidth"Inherited from: IgxSeriesViewerComponent
windowSizeMinWidth: number zoomCoercionMode
Section titled "zoomCoercionMode"Inherited from: IgxSeriesViewerComponent
zoomCoercionMode: ZoomCoercionMode zoomTileCacheSize
Section titled "zoomTileCacheSize"Inherited from: IgxSeriesViewerComponent
zoomTileCacheSize: number Accessors
Section titled "Accessors"actualWindowRectChanged
Section titled "actualWindowRectChanged"Inherited from: IgxSeriesViewerComponent
Raised when the actual window rectangle of the SeriesViewer changes.
get actualWindowRectChanged(): EventEmitter<object> Returns EventEmitter<object>
A collection or manually added axes for the chart.
get axes(): IgxAxisCollection Returns IgxAxisCollection
axisLabelMouseClick
Section titled "axisLabelMouseClick"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseClick(): EventEmitter<object> Returns EventEmitter<object>
axisLabelMouseDown
Section titled "axisLabelMouseDown"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseDown(): EventEmitter<object> Returns EventEmitter<object>
axisLabelMouseEnter
Section titled "axisLabelMouseEnter"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseEnter(): EventEmitter<object> Returns EventEmitter<object>
axisLabelMouseLeave
Section titled "axisLabelMouseLeave"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseLeave(): EventEmitter<object> Returns EventEmitter<object>
axisLabelMouseOver
Section titled "axisLabelMouseOver"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseOver(): EventEmitter<object> Returns EventEmitter<object>
axisLabelMouseUp
Section titled "axisLabelMouseUp"Inherited from: IgxSeriesViewerComponent
get axisLabelMouseUp(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseClick
Section titled "axisPanelMouseClick"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseClick(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseDown
Section titled "axisPanelMouseDown"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseDown(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseEnter
Section titled "axisPanelMouseEnter"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseEnter(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseLeave
Section titled "axisPanelMouseLeave"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseLeave(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseOver
Section titled "axisPanelMouseOver"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseOver(): EventEmitter<object> Returns EventEmitter<object>
axisPanelMouseUp
Section titled "axisPanelMouseUp"Inherited from: IgxSeriesViewerComponent
get axisPanelMouseUp(): EventEmitter<object> Returns EventEmitter<object>
contentViewport
Section titled "contentViewport"Inherited from: IgxSeriesViewerComponent
Represents the subset area within the viewport into which content should be mapped. This is the projection of the current EffectiveViewport into the viewport at current zoom level.
let contentViewport: IgxRect = this.chart.contentViewport;get contentViewport(): IgRect Returns IgRect
focusedSeriesItemsChanged
Section titled "focusedSeriesItemsChanged"Inherited from: IgxSeriesViewerComponent
Raised when the SelectedItems collection has changed.
get focusedSeriesItemsChanged(): EventEmitter<object> Returns EventEmitter<object>
gridAreaRectChanged
Section titled "gridAreaRectChanged"Inherited from: IgxSeriesViewerComponent
Occurs just after the current SeriesViewer's grid area rectangle is changed. The grid area may change as the result of the SeriesViewer being resized, or of an axis being added or changing size, possibly in another SeriesViewer.
get gridAreaRectChanged(): EventEmitter<object> Returns EventEmitter<object>
imageCaptured
Section titled "imageCaptured"Inherited from: IgxSeriesViewerComponent
Event raised when an image of the component is saved
get imageCaptured(): EventEmitter<object> Returns EventEmitter<object>
isDetached
Section titled "isDetached"Inherited from: IgxSeriesViewerComponent
get isDetached(): boolean Returns boolean
isInCreateAnnotationMode
Section titled "isInCreateAnnotationMode"Inherited from: IgxSeriesViewerComponent
get isInCreateAnnotationMode(): boolean Returns boolean
isInDeleteAnnotationMode
Section titled "isInDeleteAnnotationMode"Inherited from: IgxSeriesViewerComponent
get isInDeleteAnnotationMode(): boolean Returns boolean
isMap
Section titled "isMap"Inherited from: IgxSeriesViewerComponent
Indicates if this SeriesViewer is a map.
get isMap(): boolean Returns boolean
plotAreaClicked
Section titled "plotAreaClicked"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is clicked while the mouse pointer is over the plot area.
get plotAreaClicked(): EventEmitter<object> Returns EventEmitter<object>
plotAreaMouseEnter
Section titled "plotAreaMouseEnter"Inherited from: IgxSeriesViewerComponent
Occurs when the pointer enters the plot area.
get plotAreaMouseEnter(): EventEmitter<object> Returns EventEmitter<object>
plotAreaMouseLeave
Section titled "plotAreaMouseLeave"Inherited from: IgxSeriesViewerComponent
Occurs when the pointer exits the plot area.
get plotAreaMouseLeave(): EventEmitter<object> Returns EventEmitter<object>
plotAreaMouseLeftButtonDown
Section titled "plotAreaMouseLeftButtonDown"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
get plotAreaMouseLeftButtonDown(): EventEmitter<object> Returns EventEmitter<object>
plotAreaMouseLeftButtonUp
Section titled "plotAreaMouseLeftButtonUp"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
get plotAreaMouseLeftButtonUp(): EventEmitter<object> Returns EventEmitter<object>
plotAreaMouseOver
Section titled "plotAreaMouseOver"Inherited from: IgxSeriesViewerComponent
Occurs when the pointer if over the plot area.
get plotAreaMouseOver(): EventEmitter<object> Returns EventEmitter<object>
refreshCompleted
Section titled "refreshCompleted"Inherited from: IgxSeriesViewerComponent
Raised when the SeriesViewer's processing for an update has completed.
get refreshCompleted(): EventEmitter<object> Returns EventEmitter<object>
resizeIdle
Section titled "resizeIdle"Inherited from: IgxSeriesViewerComponent
get resizeIdle(): EventEmitter<object> Returns EventEmitter<object>
selectedSeriesItemsChanged
Section titled "selectedSeriesItemsChanged"Inherited from: IgxSeriesViewerComponent
Raised when the SelectedItems collection has changed.
get selectedSeriesItemsChanged(): EventEmitter<object> Returns EventEmitter<object>
series
Section titled "series"A collection or manually added series for the chart.
get series(): IgxSeriesCollection Returns IgxSeriesCollection
seriesClick
Section titled "seriesClick"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is released while the mouse pointer is over a Series.
get seriesClick(): EventEmitter<object> Returns EventEmitter<object>
seriesCursorMouseMove
Section titled "seriesCursorMouseMove"Inherited from: IgxSeriesViewerComponent
Occurs when the cursors are moved over a series in this SeriesViewer.
get seriesCursorMouseMove(): EventEmitter<object> Returns EventEmitter<object>
seriesMouseEnter
Section titled "seriesMouseEnter"Inherited from: IgxSeriesViewerComponent
Occurs when the mouse pointer enters a Series.
The SeriesMouseEnter event occurs when the left mouse pointer enters an element of this chart.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
(seriesMouseEnter)="onSeriesMouseEnter($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
thickness=5>
</igx-line-series>
</igx-data-chart>public onSeriesMouseEnter(event: {sender: any, args: ChartMouseEventArgs})
{
var item = event.args.item;
}get seriesMouseEnter(): EventEmitter<object> Returns EventEmitter<object>
seriesMouseLeave
Section titled "seriesMouseLeave"Inherited from: IgxSeriesViewerComponent
Occurs when the mouse pointer leaves a Series.
The SeriesMouseLeave event occurs when the left mouse pointer leaves an element of this chart.
<igx-data-chart
[dataSource]="data"
(seriesMouseLeave)="onSeriesMouseLeave($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
thickness=5>
</igx-line-series>
</igx-data-chart>public onSeriesMouseLeave(event: {sender: any, args: ChartMouseEventArgs})
{
var item = event.args.item;
}get seriesMouseLeave(): EventEmitter<object> Returns EventEmitter<object>
seriesMouseLeftButtonDown
Section titled "seriesMouseLeftButtonDown"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is pressed while the mouse pointer is over a Series.
The SeriesMouseLeftButtonDown event occurs when the left mouse button is pressed while the mouse pointer is over an element of this chart.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
(seriesMouseLeftButtonDown)="onSeriesMouseLeftButtonDown($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
thickness=5>
</igx-line-series>
</igx-data-chart>public onSeriesMouseLeftButtonDown(event: {sender: any, args: DataChartMouseButtonEventArgs})
{
var item = event.args.item;
}get seriesMouseLeftButtonDown(): EventEmitter<object> Returns EventEmitter<object>
seriesMouseLeftButtonUp
Section titled "seriesMouseLeftButtonUp"Inherited from: IgxSeriesViewerComponent
Occurs when the left mouse button is released while the mouse pointer is over a Series.
The SeriesMouseLeftButtonUp event occurs when the left mouse button is released while the mouse pointer is over an element of this chart.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
(seriesMouseLeftButtonUp)="onSeriesMouseLeftButtonUp($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
thickness=5>
</igx-line-series>
</igx-data-chart><-- position: content member-->
public onSeriesMouseLeftButtonUp(event: {sender: any, args: DataChartMouseButtonEventArgs})
{
var item = event.args.item;
}public onSeriesMouseLeftButtonUp =(event: any, args: DataChartMouseButtonEventArgs )
{
}get seriesMouseLeftButtonUp(): EventEmitter<object> Returns EventEmitter<object>
seriesMouseMove
Section titled "seriesMouseMove"Inherited from: IgxSeriesViewerComponent
Occurs when the mouse pointer moves while over a Series.
The SeriesMouseMove event occurs when the left mouse pointer moves while over an element of this chart.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
(seriesMouseMove)="onSeriesMouseMove($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
thickness=5>
</igx-line-series>
</igx-data-chart><-- position: content member-->
public onSeriesMouseMove(event: {sender: any, args: ChartMouseEventArgs})
{
var item = event.args.item;
}public onSeriesMouseMove =( event: any, args: ChartMouseEventArgs) => {
}get seriesMouseMove(): EventEmitter<object> Returns EventEmitter<object>
sizeChanged
Section titled "sizeChanged"Inherited from: IgxSeriesViewerComponent
Occurs after the size of the series viewer changes.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
(sizeChanged)="onSizeChanged($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value">
</igx-line-series>
</igx-data-chart><-- position: content member-->
public onSizeChanged(event: {sender: any, args: RectChangedEventArgs})
{
let newRect: IgxRect = event.args.newRect;
}public onSizeChanged =(event: any, args: RectChangedEventArgs}){
}get sizeChanged(): EventEmitter<object> Returns EventEmitter<object>
userAnnotationInformationRequested
Section titled "userAnnotationInformationRequested"Inherited from: IgxSeriesViewerComponent
get userAnnotationInformationRequested(): EventEmitter<object> Returns EventEmitter<object>
userAnnotationToolTipContentUpdating
Section titled "userAnnotationToolTipContentUpdating"Inherited from: IgxSeriesViewerComponent
get userAnnotationToolTipContentUpdating(): EventEmitter<object> Returns EventEmitter<object>
viewerManipulationEnding
Section titled "viewerManipulationEnding"Inherited from: IgxSeriesViewerComponent
Raised when an ongoing manipulation of the series viewer is ended.
get viewerManipulationEnding(): EventEmitter<object> Returns EventEmitter<object>
viewerManipulationStarting
Section titled "viewerManipulationStarting"Inherited from: IgxSeriesViewerComponent
Raised when an ongoing manipulation of the series viewer is started.
get viewerManipulationStarting(): EventEmitter<object> Returns EventEmitter<object>
viewportRect
Section titled "viewportRect"Inherited from: IgxSeriesViewerComponent
Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
let viewPortRect: IgxRect = this.chart.viewportRect;get viewportRect(): IgRect Returns IgRect
windowRectChanged
Section titled "windowRectChanged"Inherited from: IgxSeriesViewerComponent
Occurs just after the current SeriesViewer's window rectangle is changed.
<-- position: content member-->
<igx-data-chart
[dataSource]="data"
isHorizontalZoomEnabled=true
(windowRectChanged)="onWindowRectChanged($event)">
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-line-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value">
</igx-line-series>
</igx-data-chart><-- position: content member-->
public onWindowRectChanged(event: {sender: any, args: RectChangedEventArgs})
{
let newRect: IgxRect = event.args.newRect;
}public onWindowRectChanged =( s:any, e: RectChangedEventArgs) => {
}get windowRectChanged(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"addCommandAvailabilityListener
Section titled "addCommandAvailabilityListener"Inherited from: IgxSeriesViewerComponent
addCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
addCommandStateChangedListener
Section titled "addCommandStateChangedListener"Inherited from: IgxSeriesViewerComponent
addCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
attachSeries
Section titled "attachSeries"Inherited from: IgxSeriesViewerComponent
Attaches the given series to the chart.
attachSeries(s: IgxSeriesComponent): void Parameters
- s:
IgxSeriesComponent- The series to attach to the chart.
Returns void
bindData
Section titled "bindData"bindData(): void Returns void
bindHighlightedData
Section titled "bindHighlightedData"bindHighlightedData(): void Returns void
cancelAnnotationFlow
Section titled "cancelAnnotationFlow"Inherited from: IgxSeriesViewerComponent
cancelAnnotationFlow(annotationFlowID: string): void Parameters
- annotationFlowID:
string
Returns void
cancelCreatingAnnotation
Section titled "cancelCreatingAnnotation"Inherited from: IgxSeriesViewerComponent
cancelCreatingAnnotation(): void Returns void
cancelDeletingAnnotation
Section titled "cancelDeletingAnnotation"Inherited from: IgxSeriesViewerComponent
cancelDeletingAnnotation(): void Returns void
cancelManipulation
Section titled "cancelManipulation"Inherited from: IgxSeriesViewerComponent
cancelManipulation(): void Returns void
captureImage
Section titled "captureImage"Inherited from: IgxSeriesViewerComponent
captureImage(settings: IgxCaptureImageSettings): void Parameters
- settings:
IgxCaptureImageSettings
Returns void
clearTileZoomCache
Section titled "clearTileZoomCache"Inherited from: IgxSeriesViewerComponent
Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
clearTileZoomCache(): void Returns void
destroy
Section titled "destroy"Inherited from: IgxSeriesViewerComponent
Release any resources held by the control.
destroy(): void Returns void
endTiledZoomingIfRunning
Section titled "endTiledZoomingIfRunning"Inherited from: IgxSeriesViewerComponent
Manually ends a tiled zoom if one is running.
endTiledZoomingIfRunning(): void Returns void
exportSerializedVisualData
Section titled "exportSerializedVisualData"Export serialized visual data.
exportSerializedVisualData(): string Returns string
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
finishAnnotationFlow
Section titled "finishAnnotationFlow"Inherited from: IgxSeriesViewerComponent
finishAnnotationFlow(info: IgxUserAnnotationInformation): void Parameters
Returns void
finishCreatingAnnotation
Section titled "finishCreatingAnnotation"Inherited from: IgxSeriesViewerComponent
finishCreatingAnnotation(): void Returns void
finishDeletingAnnotation
Section titled "finishDeletingAnnotation"Inherited from: IgxSeriesViewerComponent
finishDeletingAnnotation(): void Returns void
flush
Section titled "flush"Inherited from: IgxSeriesViewerComponent
Use to force the SeriesViewer to finish any deferred work before printing or evaluating its visual. This should only be called if the visual of the SeriesViewer needs to be synchronously saved or evaluated. Calling this method too often will hinder the performance of the SeriesViewer.
this.chart.flush();flush(): void Returns void
getActualWindowScaleHorizontal
Section titled "getActualWindowScaleHorizontal"Inherited from: IgxSeriesViewerComponent
Gets actual window scale for horizontal dimension of the control
let actualWindowScaleHorizontal: number = chart.getActualWindowScaleHorizontal();getActualWindowScaleHorizontal(): number Returns number
getActualWindowScaleVertical
Section titled "getActualWindowScaleVertical"Inherited from: IgxSeriesViewerComponent
Gets actual window scale for vertical dimension of the control
let actualWindowScaleVertical: number = chart.getActualWindowScaleVertical();getActualWindowScaleVertical(): number Returns number
getAnimationIdleVersionNumber
Section titled "getAnimationIdleVersionNumber"Inherited from: IgxSeriesViewerComponent
getAnimationIdleVersionNumber(): number Returns number
getCurrentActualWindowRect
Section titled "getCurrentActualWindowRect"Inherited from: IgxSeriesViewerComponent
getCurrentActualWindowRect(): IgRect Returns IgRect
getDesiredToolbarActions
Section titled "getDesiredToolbarActions"Inherited from: IgxSeriesViewerComponent
getDesiredToolbarActions(): ToolActionInfo[] Returns ToolActionInfo[]
hideToolTip
Section titled "hideToolTip"Inherited from: IgxSeriesViewerComponent
Hides the active main tooltip, if displayed.
this.chart.hideToolTip();hideToolTip(): void Returns void
isAnimationActive
Section titled "isAnimationActive"Inherited from: IgxSeriesViewerComponent
isAnimationActive(): boolean Returns boolean
loadAnnotationsFromJson
Section titled "loadAnnotationsFromJson"Inherited from: IgxSeriesViewerComponent
loadAnnotationsFromJson(jsonString: string): void Parameters
- jsonString:
string
Returns void
ngAfterContentInit
Section titled "ngAfterContentInit"ngAfterContentInit(): void Returns void
ngAfterViewInit
Section titled "ngAfterViewInit"ngAfterViewInit(): void Returns void
ngOnDestroy
Section titled "ngOnDestroy"ngOnDestroy(): void Returns void
ngOnInit
Section titled "ngOnInit"Inherited from: IgxSeriesViewerComponent
ngOnInit(): void Returns void
notifyClearItems
Section titled "notifyClearItems"Inherited from: IgxSeriesViewerComponent
Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
notifyClearItems(source_: any): void Parameters
- source_:
any- The data source which was cleared or reset.
this.chart.notifyClearItems(this.data);
Returns void
notifyContainerResized
Section titled "notifyContainerResized"Inherited from: IgxSeriesViewerComponent
Notification from the containing object that the container has been resized.
notifyContainerResized(): void Returns void
notifyInsertItem
Section titled "notifyInsertItem"Inherited from: IgxSeriesViewerComponent
notifyInsertItem(source_: any, index: number, newItem: any): void Parameters
- source_:
any - index:
number - newItem:
any
Returns void
notifyRemoveItem
Section titled "notifyRemoveItem"Inherited from: IgxSeriesViewerComponent
notifyRemoveItem(source_: any, index: number, oldItem: any): void Parameters
- source_:
any - index:
number - oldItem:
any
Returns void
notifySeriesDataChanged
Section titled "notifySeriesDataChanged"Inherited from: IgxSeriesViewerComponent
notifySeriesDataChanged(): void Returns void
notifySetItem
Section titled "notifySetItem"Inherited from: IgxSeriesViewerComponent
notifySetItem(source_: any, index: number, oldItem: any, newItem: any): void Parameters
- source_:
any - index:
number - oldItem:
any - newItem:
any
Returns void
queueForAnimationIdle
Section titled "queueForAnimationIdle"Inherited from: IgxSeriesViewerComponent
queueForAnimationIdle(action: object, version: number): void Parameters
- action:
object - version:
number
Returns void
recalculateAutoLabelsAngle
Section titled "recalculateAutoLabelsAngle"recalculateAutoLabelsAngle(): void Returns void
recalculateMarginAutoExpansion
Section titled "recalculateMarginAutoExpansion"recalculateMarginAutoExpansion(): void Returns void
refreshComputedPlotAreaMargin
Section titled "refreshComputedPlotAreaMargin"refreshComputedPlotAreaMargin(): void Returns void
removeCommandAvailabilityListener
Section titled "removeCommandAvailabilityListener"Inherited from: IgxSeriesViewerComponent
removeCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
removeCommandStateChangedListener
Section titled "removeCommandStateChangedListener"Inherited from: IgxSeriesViewerComponent
removeCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
renderToImage
Section titled "renderToImage"Inherited from: IgxSeriesViewerComponent
renderToImage(width: number, height: number): any Parameters
- width:
number - height:
number
Returns any
resetAnnotations
Section titled "resetAnnotations"Inherited from: IgxSeriesViewerComponent
resetAnnotations(): void Returns void
resetZoom
Section titled "resetZoom"Inherited from: IgxSeriesViewerComponent
Resets the zoom level to default.
resetZoom(): void Returns void
saveAnnotationsToJson
Section titled "saveAnnotationsToJson"Inherited from: IgxSeriesViewerComponent
saveAnnotationsToJson(): string Returns string
simulateClick
Section titled "simulateClick"Inherited from: IgxSeriesViewerComponent
simulateClick(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateHover
Section titled "simulateHover"Inherited from: IgxSeriesViewerComponent
simulateHover(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateMouseLeave
Section titled "simulateMouseLeave"Inherited from: IgxSeriesViewerComponent
simulateMouseLeave(): void Returns void
simulatePlotPointerUp
Section titled "simulatePlotPointerUp"Inherited from: IgxSeriesViewerComponent
simulatePlotPointerUp(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulatePressAndHold
Section titled "simulatePressAndHold"Inherited from: IgxSeriesViewerComponent
simulatePressAndHold(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
startCreatingAnnotation
Section titled "startCreatingAnnotation"Inherited from: IgxSeriesViewerComponent
startCreatingAnnotation(): void Returns void
startDeletingAnnotation
Section titled "startDeletingAnnotation"Inherited from: IgxSeriesViewerComponent
startDeletingAnnotation(): void Returns void
startTiledZoomingIfNecessary
Section titled "startTiledZoomingIfNecessary"Inherited from: IgxSeriesViewerComponent
Manually starts a tiled zoom if one isn't already running.
startTiledZoomingIfNecessary(): void Returns void
styleUpdated
Section titled "styleUpdated"Notifies the chart that the CSS styles in effect have been updated.
styleUpdated(): void Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
zoomIn
Section titled "zoomIn"Inherited from: IgxSeriesViewerComponent
Performs zoom in action on the chart by specified percentage of current window rect
zoomIn(percentage: number): void Parameters
- percentage:
number
Returns void
zoomOut
Section titled "zoomOut"Inherited from: IgxSeriesViewerComponent
Performs zoom out action on the chart by specified percentage of current window rect
zoomOut(percentage: number): void Parameters
- percentage:
number
Returns void
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgxSeriesViewerComponent
_createFromInternal(internal: any): IgxSeriesViewerComponent Parameters
- internal:
any