Represents a chart area containing axes, series, an optional legend and other hosted content.
Constructors
Section titled "Constructors"IgrDataChart
new IgrDataChart(props: IIgrDataChartProps): IgrDataChart Returns IgrDataChart
Properties
Section titled "Properties"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 React to reproject the child content. Or adding and removing axes from the manual axes collection on the axes property.
actualAxes: IgrAxis<IIgrAxisProps>[] 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 React to reproject the child content. Or adding and removing series from the manual series collection on the series property.
actualSeries: IgrSeries<IIgrSeriesProps>[] contentAxes
Section titled "contentAxes"contentAxes: IgrAxis<IIgrAxisProps>[] contentSeries
Section titled "contentSeries"contentSeries: IgrSeries<IIgrSeriesProps>[] actualContentHitTestMode
Section titled "actualContentHitTestMode"Inherited from: IgrSeriesViewer
actualContentHitTestMode: ChartHitTestMode actualInteractionPixelScalingRatio
Section titled "actualInteractionPixelScalingRatio"Inherited from: IgrSeriesViewer
actualInteractionPixelScalingRatio: number actualPixelScalingRatio
Section titled "actualPixelScalingRatio"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
actualWindowPositionHorizontal: number actualWindowPositionVertical
Section titled "actualWindowPositionVertical"Inherited from: IgrSeriesViewer
actualWindowPositionVertical: number actualWindowRect
Section titled "actualWindowRect"Inherited from: IgrSeriesViewer
actualWindowRect: IgRect actualWindowRectChanged
Section titled "actualWindowRectChanged"Inherited from: IgrSeriesViewer
actualWindowRectChanged: object actualWindowRectMinHeight
Section titled "actualWindowRectMinHeight"Inherited from: IgrSeriesViewer
actualWindowRectMinHeight: number actualWindowRectMinWidth
Section titled "actualWindowRectMinWidth"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
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: IgrSeriesViewer
autoMarginHeight: number autoMarginWidth
Section titled "autoMarginWidth"Inherited from: IgrSeriesViewer
autoMarginWidth: number axisLabelMouseClick
Section titled "axisLabelMouseClick"Inherited from: IgrSeriesViewer
axisLabelMouseClick: object axisLabelMouseDown
Section titled "axisLabelMouseDown"Inherited from: IgrSeriesViewer
axisLabelMouseDown: object axisLabelMouseEnter
Section titled "axisLabelMouseEnter"Inherited from: IgrSeriesViewer
axisLabelMouseEnter: object axisLabelMouseLeave
Section titled "axisLabelMouseLeave"Inherited from: IgrSeriesViewer
axisLabelMouseLeave: object axisLabelMouseOver
Section titled "axisLabelMouseOver"Inherited from: IgrSeriesViewer
axisLabelMouseOver: object axisLabelMouseUp
Section titled "axisLabelMouseUp"Inherited from: IgrSeriesViewer
axisLabelMouseUp: object axisPanelMouseClick
Section titled "axisPanelMouseClick"Inherited from: IgrSeriesViewer
axisPanelMouseClick: object axisPanelMouseDown
Section titled "axisPanelMouseDown"Inherited from: IgrSeriesViewer
axisPanelMouseDown: object axisPanelMouseEnter
Section titled "axisPanelMouseEnter"Inherited from: IgrSeriesViewer
axisPanelMouseEnter: object axisPanelMouseLeave
Section titled "axisPanelMouseLeave"Inherited from: IgrSeriesViewer
axisPanelMouseLeave: object axisPanelMouseOver
Section titled "axisPanelMouseOver"Inherited from: IgrSeriesViewer
axisPanelMouseOver: object axisPanelMouseUp
Section titled "axisPanelMouseUp"Inherited from: IgrSeriesViewer
axisPanelMouseUp: object bottomMargin
Section titled "bottomMargin"Inherited from: IgrSeriesViewer
bottomMargin: number brushes
Section titled "brushes"Inherited from: IgrSeriesViewer
brushes: string[] chartTitle
Section titled "chartTitle"Inherited from: IgrSeriesViewer
chartTitle: string computedPlotAreaMarginMode
Section titled "computedPlotAreaMarginMode"computedPlotAreaMarginMode: ComputedPlotAreaMarginMode contentHitTestMode
Section titled "contentHitTestMode"Inherited from: IgrSeriesViewer
contentHitTestMode: ChartHitTestMode crosshairPoint
Section titled "crosshairPoint"Inherited from: IgrSeriesViewer
crosshairPoint: IgPoint crosshairVisibility
Section titled "crosshairVisibility"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
defaultInteraction: InteractionState dragModifier
Section titled "dragModifier"Inherited from: IgrSeriesViewer
dragModifier: ModifierKeys effectiveViewport
Section titled "effectiveViewport"Inherited from: IgrSeriesViewer
effectiveViewport: IgRect fireMouseLeaveOnManipulationStart
Section titled "fireMouseLeaveOnManipulationStart"Inherited from: IgrSeriesViewer
fireMouseLeaveOnManipulationStart: boolean focusBrush
Section titled "focusBrush"Inherited from: IgrSeriesViewer
focusBrush: string focusDismissDelayMilliseconds
Section titled "focusDismissDelayMilliseconds"Inherited from: IgrSeriesViewer
focusDismissDelayMilliseconds: number focusedSeriesItems
Section titled "focusedSeriesItems"Inherited from: IgrSeriesViewer
focusedSeriesItems: IgrChartSelectedItemCollection focusedSeriesItemsChanged
Section titled "focusedSeriesItemsChanged"Inherited from: IgrSeriesViewer
focusedSeriesItemsChanged: object focusMode
Section titled "focusMode"Inherited from: IgrSeriesViewer
focusMode: SeriesSelectionMode focusTransitionDuration
Section titled "focusTransitionDuration"Inherited from: IgrSeriesViewer
focusTransitionDuration: number fullAxes
Section titled "fullAxes"fullAxes: IgrAxisCollection fullSeries
Section titled "fullSeries"Inherited from: IgrSeriesViewer
fullSeries: IgrSeriesCollection gridAreaRectChanged
Section titled "gridAreaRectChanged"Inherited from: IgrSeriesViewer
gridAreaRectChanged: object gridMode
Section titled "gridMode"gridMode: GridMode height
Section titled "height"height: string highlightedDataSource
Section titled "highlightedDataSource"highlightedDataSource: any highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IgrSeriesViewer
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode highlightingBehavior
Section titled "highlightingBehavior"Inherited from: IgrSeriesViewer
highlightingBehavior: SeriesHighlightingBehavior highlightingDismissDelayMilliseconds
Section titled "highlightingDismissDelayMilliseconds"Inherited from: IgrSeriesViewer
highlightingDismissDelayMilliseconds: number highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IgrSeriesViewer
highlightingFadeOpacity: number highlightingMode
Section titled "highlightingMode"Inherited from: IgrSeriesViewer
highlightingMode: SeriesHighlightingMode highlightingTransitionDuration
Section titled "highlightingTransitionDuration"Inherited from: IgrSeriesViewer
highlightingTransitionDuration: number horizontalCrosshairBrush
Section titled "horizontalCrosshairBrush"Inherited from: IgrSeriesViewer
horizontalCrosshairBrush: string horizontalViewScrollbarCornerRadius
Section titled "horizontalViewScrollbarCornerRadius"Inherited from: IgrSeriesViewer
horizontalViewScrollbarCornerRadius: number horizontalViewScrollbarFill
Section titled "horizontalViewScrollbarFill"Inherited from: IgrSeriesViewer
horizontalViewScrollbarFill: string horizontalViewScrollbarHeight
Section titled "horizontalViewScrollbarHeight"Inherited from: IgrSeriesViewer
horizontalViewScrollbarHeight: number horizontalViewScrollbarInset
Section titled "horizontalViewScrollbarInset"Inherited from: IgrSeriesViewer
horizontalViewScrollbarInset: number horizontalViewScrollbarMaxOpacity
Section titled "horizontalViewScrollbarMaxOpacity"Inherited from: IgrSeriesViewer
horizontalViewScrollbarMaxOpacity: number horizontalViewScrollbarMode
Section titled "horizontalViewScrollbarMode"Inherited from: IgrSeriesViewer
horizontalViewScrollbarMode: SeriesViewerScrollbarMode horizontalViewScrollbarOutline
Section titled "horizontalViewScrollbarOutline"Inherited from: IgrSeriesViewer
horizontalViewScrollbarOutline: string horizontalViewScrollbarPosition
Section titled "horizontalViewScrollbarPosition"Inherited from: IgrSeriesViewer
horizontalViewScrollbarPosition: SeriesViewerHorizontalScrollbarPosition horizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "horizontalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgrSeriesViewer
horizontalViewScrollbarShouldAddAutoTrackInsets: boolean horizontalViewScrollbarStrokeThickness
Section titled "horizontalViewScrollbarStrokeThickness"Inherited from: IgrSeriesViewer
horizontalViewScrollbarStrokeThickness: number horizontalViewScrollbarTrackEndInset
Section titled "horizontalViewScrollbarTrackEndInset"Inherited from: IgrSeriesViewer
horizontalViewScrollbarTrackEndInset: number horizontalViewScrollbarTrackStartInset
Section titled "horizontalViewScrollbarTrackStartInset"Inherited from: IgrSeriesViewer
horizontalViewScrollbarTrackStartInset: number imageCaptured
Section titled "imageCaptured"Inherited from: IgrSeriesViewer
imageCaptured: object interactionOverride
Section titled "interactionOverride"Inherited from: IgrSeriesViewer
interactionOverride: InteractionState interactionPixelScalingRatio
Section titled "interactionPixelScalingRatio"Inherited from: IgrSeriesViewer
interactionPixelScalingRatio: number isAntiAliasingEnabledDuringInteraction
Section titled "isAntiAliasingEnabledDuringInteraction"Inherited from: IgrSeriesViewer
isAntiAliasingEnabledDuringInteraction: boolean isHorizontalZoomEnabled
Section titled "isHorizontalZoomEnabled"isHorizontalZoomEnabled: boolean isPagePanningAllowed
Section titled "isPagePanningAllowed"Inherited from: IgrSeriesViewer
isPagePanningAllowed: boolean isSquare
Section titled "isSquare"isSquare: boolean isSurfaceInteractionDisabled
Section titled "isSurfaceInteractionDisabled"Inherited from: IgrSeriesViewer
isSurfaceInteractionDisabled: boolean isUserAnnotationsEnabled
Section titled "isUserAnnotationsEnabled"Inherited from: IgrSeriesViewer
isUserAnnotationsEnabled: boolean isVerticalZoomEnabled
Section titled "isVerticalZoomEnabled"isVerticalZoomEnabled: boolean isWindowSyncedToVisibleRange
Section titled "isWindowSyncedToVisibleRange"Inherited from: IgrSeriesViewer
isWindowSyncedToVisibleRange: boolean leftMargin
Section titled "leftMargin"Inherited from: IgrSeriesViewer
leftMargin: number legend
Section titled "legend"legend: any legendHighlightingMode
Section titled "legendHighlightingMode"Inherited from: IgrSeriesViewer
legendHighlightingMode: LegendHighlightingMode legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IgrSeriesViewer
legendItemBadgeMode: LegendItemBadgeMode legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IgrSeriesViewer
legendItemBadgeShape: LegendItemBadgeShape markerAutomaticBehavior
Section titled "markerAutomaticBehavior"Inherited from: IgrSeriesViewer
markerAutomaticBehavior: MarkerAutomaticBehavior markerBrushes
Section titled "markerBrushes"Inherited from: IgrSeriesViewer
markerBrushes: string[] markerOutlines
Section titled "markerOutlines"Inherited from: IgrSeriesViewer
markerOutlines: string[] outlines
Section titled "outlines"Inherited from: IgrSeriesViewer
outlines: string[] panModifier
Section titled "panModifier"Inherited from: IgrSeriesViewer
panModifier: ModifierKeys pixelScalingRatio
Section titled "pixelScalingRatio"Inherited from: IgrSeriesViewer
pixelScalingRatio: number plotAreaBackground
Section titled "plotAreaBackground"Inherited from: IgrSeriesViewer
plotAreaBackground: string plotAreaClicked
Section titled "plotAreaClicked"Inherited from: IgrSeriesViewer
plotAreaClicked: object plotAreaMarginBottom
Section titled "plotAreaMarginBottom"plotAreaMarginBottom: number plotAreaMarginLeft
Section titled "plotAreaMarginLeft"plotAreaMarginLeft: number plotAreaMarginRight
Section titled "plotAreaMarginRight"plotAreaMarginRight: number plotAreaMarginTop
Section titled "plotAreaMarginTop"plotAreaMarginTop: number plotAreaMouseEnter
Section titled "plotAreaMouseEnter"Inherited from: IgrSeriesViewer
plotAreaMouseEnter: object plotAreaMouseLeave
Section titled "plotAreaMouseLeave"Inherited from: IgrSeriesViewer
plotAreaMouseLeave: object plotAreaMouseLeftButtonDown
Section titled "plotAreaMouseLeftButtonDown"Inherited from: IgrSeriesViewer
plotAreaMouseLeftButtonDown: object plotAreaMouseLeftButtonUp
Section titled "plotAreaMouseLeftButtonUp"Inherited from: IgrSeriesViewer
plotAreaMouseLeftButtonUp: object plotAreaMouseOver
Section titled "plotAreaMouseOver"Inherited from: IgrSeriesViewer
plotAreaMouseOver: object preferHigherResolutionTiles
Section titled "preferHigherResolutionTiles"Inherited from: IgrSeriesViewer
preferHigherResolutionTiles: boolean previewPathFill
Section titled "previewPathFill"Inherited from: IgrSeriesViewer
previewPathFill: string previewPathOpacity
Section titled "previewPathOpacity"Inherited from: IgrSeriesViewer
previewPathOpacity: number previewPathStroke
Section titled "previewPathStroke"Inherited from: IgrSeriesViewer
previewPathStroke: string previewRect
Section titled "previewRect"Inherited from: IgrSeriesViewer
previewRect: IgRect refreshCompleted
Section titled "refreshCompleted"Inherited from: IgrSeriesViewer
refreshCompleted: object resizeIdle
Section titled "resizeIdle"Inherited from: IgrSeriesViewer
resizeIdle: object resizeIdleMilliseconds
Section titled "resizeIdleMilliseconds"Inherited from: IgrSeriesViewer
resizeIdleMilliseconds: number rightButtonDefaultInteraction
Section titled "rightButtonDefaultInteraction"Inherited from: IgrSeriesViewer
rightButtonDefaultInteraction: InteractionState rightMargin
Section titled "rightMargin"Inherited from: IgrSeriesViewer
rightMargin: number scrollbarsAnimationDuration
Section titled "scrollbarsAnimationDuration"Inherited from: IgrSeriesViewer
scrollbarsAnimationDuration: number selectedSeriesItems
Section titled "selectedSeriesItems"Inherited from: IgrSeriesViewer
selectedSeriesItems: IgrChartSelectedItemCollection selectedSeriesItemsChanged
Section titled "selectedSeriesItemsChanged"Inherited from: IgrSeriesViewer
selectedSeriesItemsChanged: object selectionBehavior
Section titled "selectionBehavior"Inherited from: IgrSeriesViewer
selectionBehavior: SeriesSelectionBehavior selectionBrush
Section titled "selectionBrush"Inherited from: IgrSeriesViewer
selectionBrush: string selectionDismissDelayMilliseconds
Section titled "selectionDismissDelayMilliseconds"Inherited from: IgrSeriesViewer
selectionDismissDelayMilliseconds: number selectionMode
Section titled "selectionMode"Inherited from: IgrSeriesViewer
selectionMode: SeriesSelectionMode selectionModifier
Section titled "selectionModifier"Inherited from: IgrSeriesViewer
selectionModifier: ModifierKeys selectionTransitionDuration
Section titled "selectionTransitionDuration"Inherited from: IgrSeriesViewer
selectionTransitionDuration: number seriesClick
Section titled "seriesClick"Inherited from: IgrSeriesViewer
seriesClick: object seriesCursorMouseMove
Section titled "seriesCursorMouseMove"Inherited from: IgrSeriesViewer
seriesCursorMouseMove: object seriesMouseEnter
Section titled "seriesMouseEnter"Inherited from: IgrSeriesViewer
seriesMouseEnter: object seriesMouseLeave
Section titled "seriesMouseLeave"Inherited from: IgrSeriesViewer
seriesMouseLeave: object seriesMouseLeftButtonDown
Section titled "seriesMouseLeftButtonDown"Inherited from: IgrSeriesViewer
seriesMouseLeftButtonDown: object seriesMouseLeftButtonUp
Section titled "seriesMouseLeftButtonUp"Inherited from: IgrSeriesViewer
seriesMouseLeftButtonUp: object seriesMouseMove
Section titled "seriesMouseMove"Inherited from: IgrSeriesViewer
seriesMouseMove: object seriesPlotAreaMarginHorizontalMode
Section titled "seriesPlotAreaMarginHorizontalMode"seriesPlotAreaMarginHorizontalMode: SeriesPlotAreaMarginHorizontalMode seriesPlotAreaMarginVerticalMode
Section titled "seriesPlotAreaMarginVerticalMode"seriesPlotAreaMarginVerticalMode: SeriesPlotAreaMarginVerticalMode seriesValueLayerUseLegend
Section titled "seriesValueLayerUseLegend"Inherited from: IgrSeriesViewer
seriesValueLayerUseLegend: boolean shouldAutoExpandMarginForInitialLabels
Section titled "shouldAutoExpandMarginForInitialLabels"shouldAutoExpandMarginForInitialLabels: boolean shouldConsiderAutoRotationForInitialLabels
Section titled "shouldConsiderAutoRotationForInitialLabels"shouldConsiderAutoRotationForInitialLabels: boolean shouldMatchZOrderToSeriesOrder
Section titled "shouldMatchZOrderToSeriesOrder"Inherited from: IgrSeriesViewer
shouldMatchZOrderToSeriesOrder: boolean shouldPanOnMaximumZoom
Section titled "shouldPanOnMaximumZoom"Inherited from: IgrSeriesViewer
shouldPanOnMaximumZoom: boolean shouldSimulateHoverMoveCrosshairPoint
Section titled "shouldSimulateHoverMoveCrosshairPoint"Inherited from: IgrSeriesViewer
shouldSimulateHoverMoveCrosshairPoint: boolean shouldSuppressAxisLabelTruncation
Section titled "shouldSuppressAxisLabelTruncation"shouldSuppressAxisLabelTruncation: boolean sizeChanged
Section titled "sizeChanged"Inherited from: IgrSeriesViewer
sizeChanged: object subtitle
Section titled "subtitle"Inherited from: IgrSeriesViewer
subtitle: string subtitleBottomMargin
Section titled "subtitleBottomMargin"Inherited from: IgrSeriesViewer
subtitleBottomMargin: number subtitleHorizontalAlignment
Section titled "subtitleHorizontalAlignment"Inherited from: IgrSeriesViewer
subtitleHorizontalAlignment: HorizontalAlignment subtitleLeftMargin
Section titled "subtitleLeftMargin"Inherited from: IgrSeriesViewer
subtitleLeftMargin: number subtitleRightMargin
Section titled "subtitleRightMargin"Inherited from: IgrSeriesViewer
subtitleRightMargin: number subtitleTextColor
Section titled "subtitleTextColor"Inherited from: IgrSeriesViewer
subtitleTextColor: string subtitleTextStyle
Section titled "subtitleTextStyle"Inherited from: IgrSeriesViewer
subtitleTextStyle: string subtitleTopMargin
Section titled "subtitleTopMargin"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
titleBottomMargin: number titleHorizontalAlignment
Section titled "titleHorizontalAlignment"Inherited from: IgrSeriesViewer
titleHorizontalAlignment: HorizontalAlignment titleLeftMargin
Section titled "titleLeftMargin"Inherited from: IgrSeriesViewer
titleLeftMargin: number titleRightMargin
Section titled "titleRightMargin"Inherited from: IgrSeriesViewer
titleRightMargin: number titleTextColor
Section titled "titleTextColor"Inherited from: IgrSeriesViewer
titleTextColor: string titleTextStyle
Section titled "titleTextStyle"Inherited from: IgrSeriesViewer
titleTextStyle: string titleTopMargin
Section titled "titleTopMargin"Inherited from: IgrSeriesViewer
titleTopMargin: number topMargin
Section titled "topMargin"Inherited from: IgrSeriesViewer
topMargin: number userAnnotationInformationRequested
Section titled "userAnnotationInformationRequested"Inherited from: IgrSeriesViewer
userAnnotationInformationRequested: object userAnnotationToolTipContentUpdating
Section titled "userAnnotationToolTipContentUpdating"Inherited from: IgrSeriesViewer
userAnnotationToolTipContentUpdating: object useTiledZooming
Section titled "useTiledZooming"Inherited from: IgrSeriesViewer
useTiledZooming: boolean verticalCrosshairBrush
Section titled "verticalCrosshairBrush"Inherited from: IgrSeriesViewer
verticalCrosshairBrush: string verticalViewScrollbarCornerRadius
Section titled "verticalViewScrollbarCornerRadius"Inherited from: IgrSeriesViewer
verticalViewScrollbarCornerRadius: number verticalViewScrollbarFill
Section titled "verticalViewScrollbarFill"Inherited from: IgrSeriesViewer
verticalViewScrollbarFill: string verticalViewScrollbarInset
Section titled "verticalViewScrollbarInset"Inherited from: IgrSeriesViewer
verticalViewScrollbarInset: number verticalViewScrollbarMaxOpacity
Section titled "verticalViewScrollbarMaxOpacity"Inherited from: IgrSeriesViewer
verticalViewScrollbarMaxOpacity: number verticalViewScrollbarMode
Section titled "verticalViewScrollbarMode"Inherited from: IgrSeriesViewer
verticalViewScrollbarMode: SeriesViewerScrollbarMode verticalViewScrollbarOutline
Section titled "verticalViewScrollbarOutline"Inherited from: IgrSeriesViewer
verticalViewScrollbarOutline: string verticalViewScrollbarPosition
Section titled "verticalViewScrollbarPosition"Inherited from: IgrSeriesViewer
verticalViewScrollbarPosition: SeriesViewerVerticalScrollbarPosition verticalViewScrollbarShouldAddAutoTrackInsets
Section titled "verticalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgrSeriesViewer
verticalViewScrollbarShouldAddAutoTrackInsets: boolean verticalViewScrollbarStrokeThickness
Section titled "verticalViewScrollbarStrokeThickness"Inherited from: IgrSeriesViewer
verticalViewScrollbarStrokeThickness: number verticalViewScrollbarTrackEndInset
Section titled "verticalViewScrollbarTrackEndInset"Inherited from: IgrSeriesViewer
verticalViewScrollbarTrackEndInset: number verticalViewScrollbarTrackStartInset
Section titled "verticalViewScrollbarTrackStartInset"Inherited from: IgrSeriesViewer
verticalViewScrollbarTrackStartInset: number verticalViewScrollbarWidth
Section titled "verticalViewScrollbarWidth"Inherited from: IgrSeriesViewer
verticalViewScrollbarWidth: number viewerManipulationEnding
Section titled "viewerManipulationEnding"Inherited from: IgrSeriesViewer
viewerManipulationEnding: object viewerManipulationStarting
Section titled "viewerManipulationStarting"Inherited from: IgrSeriesViewer
viewerManipulationStarting: object width
Section titled "width"width: string windowPositionHorizontal
Section titled "windowPositionHorizontal"Inherited from: IgrSeriesViewer
windowPositionHorizontal: number windowPositionVertical
Section titled "windowPositionVertical"Inherited from: IgrSeriesViewer
windowPositionVertical: number windowRect
Section titled "windowRect"Inherited from: IgrSeriesViewer
windowRect: IgRect windowRectChanged
Section titled "windowRectChanged"Inherited from: IgrSeriesViewer
windowRectChanged: object windowRectMinHeight
Section titled "windowRectMinHeight"Inherited from: IgrSeriesViewer
windowRectMinHeight: number windowRectMinWidth
Section titled "windowRectMinWidth"Inherited from: IgrSeriesViewer
windowRectMinWidth: number windowResponse
Section titled "windowResponse"Inherited from: IgrSeriesViewer
windowResponse: WindowResponse windowScaleHorizontal
Section titled "windowScaleHorizontal"windowScaleHorizontal: number windowScaleVertical
Section titled "windowScaleVertical"windowScaleVertical: number windowSizeMinHeight
Section titled "windowSizeMinHeight"Inherited from: IgrSeriesViewer
windowSizeMinHeight: number windowSizeMinWidth
Section titled "windowSizeMinWidth"Inherited from: IgrSeriesViewer
windowSizeMinWidth: number zoomCoercionMode
Section titled "zoomCoercionMode"Inherited from: IgrSeriesViewer
zoomCoercionMode: ZoomCoercionMode zoomTileCacheSize
Section titled "zoomTileCacheSize"Inherited from: IgrSeriesViewer
zoomTileCacheSize: number Accessors
Section titled "Accessors"A collection or manually added axes for the chart.
get axes(): IgrAxisCollection Returns IgrAxisCollection
contentViewport
Section titled "contentViewport"Inherited from: IgrSeriesViewer
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.
get contentViewport(): IgRect Returns IgRect
isDetached
Section titled "isDetached"Inherited from: IgrSeriesViewer
get isDetached(): boolean Returns boolean
isInCreateAnnotationMode
Section titled "isInCreateAnnotationMode"Inherited from: IgrSeriesViewer
get isInCreateAnnotationMode(): boolean Returns boolean
isInDeleteAnnotationMode
Section titled "isInDeleteAnnotationMode"Inherited from: IgrSeriesViewer
get isInDeleteAnnotationMode(): boolean Returns boolean
isMap
Section titled "isMap"Inherited from: IgrSeriesViewer
Indicates if this SeriesViewer is a map.
get isMap(): boolean Returns boolean
nativeElement
Section titled "nativeElement"Inherited from: IgrSeriesViewer
get nativeElement(): HTMLElement Returns HTMLElement
series
Section titled "series"A collection or manually added series for the chart.
get series(): IgrSeriesCollection Returns IgrSeriesCollection
viewportRect
Section titled "viewportRect"Inherited from: IgrSeriesViewer
Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
get viewportRect(): IgRect Returns IgRect
Methods
Section titled "Methods"addCommandAvailabilityListener
Section titled "addCommandAvailabilityListener"Inherited from: IgrSeriesViewer
addCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
addCommandStateChangedListener
Section titled "addCommandStateChangedListener"Inherited from: IgrSeriesViewer
addCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
attachSeries
Section titled "attachSeries"Inherited from: IgrSeriesViewer
Attaches the given series to the chart.
attachSeries(s: IgrSeries): void Parameters
- s:
IgrSeries- 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: IgrSeriesViewer
cancelAnnotationFlow(annotationFlowID: string): void Parameters
- annotationFlowID:
string
Returns void
cancelCreatingAnnotation
Section titled "cancelCreatingAnnotation"Inherited from: IgrSeriesViewer
cancelCreatingAnnotation(): void Returns void
cancelDeletingAnnotation
Section titled "cancelDeletingAnnotation"Inherited from: IgrSeriesViewer
cancelDeletingAnnotation(): void Returns void
cancelManipulation
Section titled "cancelManipulation"Inherited from: IgrSeriesViewer
cancelManipulation(): void Returns void
captureImage
Section titled "captureImage"Inherited from: IgrSeriesViewer
captureImage(settings: IgrCaptureImageSettings): void Parameters
- settings:
IgrCaptureImageSettings
Returns void
clearTileZoomCache
Section titled "clearTileZoomCache"Inherited from: IgrSeriesViewer
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
componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
componentWillUnmount
Section titled "componentWillUnmount"componentWillUnmount(): void Returns void
destroy
Section titled "destroy"Release any resources held by the control.
destroy(): void Returns void
endTiledZoomingIfRunning
Section titled "endTiledZoomingIfRunning"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
finishAnnotationFlow(info: IgrUserAnnotationInformation): void Parameters
Returns void
finishCreatingAnnotation
Section titled "finishCreatingAnnotation"Inherited from: IgrSeriesViewer
finishCreatingAnnotation(): void Returns void
finishDeletingAnnotation
Section titled "finishDeletingAnnotation"Inherited from: IgrSeriesViewer
finishDeletingAnnotation(): void Returns void
flush
Section titled "flush"Inherited from: IgrSeriesViewer
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.
``
flush(): void Returns void
getActualWindowScaleHorizontal
Section titled "getActualWindowScaleHorizontal"Inherited from: IgrSeriesViewer
Gets actual window scale for horizontal dimension of the control
``
getActualWindowScaleHorizontal(): number Returns number
getActualWindowScaleVertical
Section titled "getActualWindowScaleVertical"Inherited from: IgrSeriesViewer
Gets actual window scale for vertical dimension of the control
``
getActualWindowScaleVertical(): number Returns number
getAnimationIdleVersionNumber
Section titled "getAnimationIdleVersionNumber"Inherited from: IgrSeriesViewer
getAnimationIdleVersionNumber(): number Returns number
getCurrentActualWindowRect
Section titled "getCurrentActualWindowRect"Inherited from: IgrSeriesViewer
getCurrentActualWindowRect(): IgRect Returns IgRect
getDesiredToolbarActions
Section titled "getDesiredToolbarActions"Inherited from: IgrSeriesViewer
getDesiredToolbarActions(): ToolActionInfo[] Returns ToolActionInfo[]
hideToolTip
Section titled "hideToolTip"Inherited from: IgrSeriesViewer
Hides the active main tooltip, if displayed.
``
hideToolTip(): void Returns void
initializeContent
Section titled "initializeContent"initializeContent(): void Returns void
isAnimationActive
Section titled "isAnimationActive"Inherited from: IgrSeriesViewer
isAnimationActive(): boolean Returns boolean
loadAnnotationsFromJson
Section titled "loadAnnotationsFromJson"Inherited from: IgrSeriesViewer
loadAnnotationsFromJson(jsonString: string): void Parameters
- jsonString:
string
Returns void
notifyClearItems
Section titled "notifyClearItems"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
Notification from the containing object that the container has been resized.
notifyContainerResized(): void Returns void
notifyInsertItem
Section titled "notifyInsertItem"Inherited from: IgrSeriesViewer
notifyInsertItem(source_: any, index: number, newItem: any): void Parameters
- source_:
any - index:
number - newItem:
any
Returns void
notifyRemoveItem
Section titled "notifyRemoveItem"Inherited from: IgrSeriesViewer
notifyRemoveItem(source_: any, index: number, oldItem: any): void Parameters
- source_:
any - index:
number - oldItem:
any
Returns void
notifySeriesDataChanged
Section titled "notifySeriesDataChanged"Inherited from: IgrSeriesViewer
notifySeriesDataChanged(): void Returns void
notifySetItem
Section titled "notifySetItem"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
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: IgrSeriesViewer
removeCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
removeCommandStateChangedListener
Section titled "removeCommandStateChangedListener"Inherited from: IgrSeriesViewer
removeCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
render
Section titled "render"render(): DetailedReactHTMLElement<object, any> Returns DetailedReactHTMLElement<object, any>
renderToImage
Section titled "renderToImage"Inherited from: IgrSeriesViewer
renderToImage(width: number, height: number): any Parameters
- width:
number - height:
number
Returns any
resetAnnotations
Section titled "resetAnnotations"Inherited from: IgrSeriesViewer
resetAnnotations(): void Returns void
resetZoom
Section titled "resetZoom"Inherited from: IgrSeriesViewer
Resets the zoom level to default.
resetZoom(): void Returns void
saveAnnotationsToJson
Section titled "saveAnnotationsToJson"Inherited from: IgrSeriesViewer
saveAnnotationsToJson(): string Returns string
shouldComponentUpdate
Section titled "shouldComponentUpdate"Inherited from: IgrSeriesViewer
shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
simulateClick
Section titled "simulateClick"Inherited from: IgrSeriesViewer
simulateClick(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateHover
Section titled "simulateHover"Inherited from: IgrSeriesViewer
simulateHover(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateMouseLeave
Section titled "simulateMouseLeave"Inherited from: IgrSeriesViewer
simulateMouseLeave(): void Returns void
simulatePlotPointerUp
Section titled "simulatePlotPointerUp"Inherited from: IgrSeriesViewer
simulatePlotPointerUp(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulatePressAndHold
Section titled "simulatePressAndHold"Inherited from: IgrSeriesViewer
simulatePressAndHold(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
startCreatingAnnotation
Section titled "startCreatingAnnotation"Inherited from: IgrSeriesViewer
startCreatingAnnotation(): void Returns void
startDeletingAnnotation
Section titled "startDeletingAnnotation"Inherited from: IgrSeriesViewer
startDeletingAnnotation(): void Returns void
startTiledZoomingIfNecessary
Section titled "startTiledZoomingIfNecessary"Inherited from: IgrSeriesViewer
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
zoomIn
Section titled "zoomIn"Inherited from: IgrSeriesViewer
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: IgrSeriesViewer
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: IgrSeriesViewer
_createFromInternal(internal: any): IgrSeriesViewer Parameters
- internal:
any