Represents the Infragistics IgbGeographicMap control.
Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbGeographicMap() Returns IgbGeographicMap
Properties
Section titled "Properties"ParentTypeName
Section titled "ParentTypeName"Inherited from: IgbSeriesViewer
protected override string ParentTypeName { get; } ContentSeries
Section titled "ContentSeries"Inherited from: IgbSeriesViewer
public IgbSeriesCollection ContentSeries { get; } ActualSeries
Section titled "ActualSeries"Inherited from: IgbSeriesViewer
public IgbSeriesCollection ActualSeries { get; } DefaultEventBehavior
Section titled "DefaultEventBehavior"Inherited from: IgbSeriesViewer
Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } Series
Section titled "Series"Inherited from: IgbSeriesViewer
Gets the current SeriesViewer object's child Series.
public IgbSeriesCollection Series { get; protected set; } FullSeries
Section titled "FullSeries"Inherited from: IgbSeriesViewer
public IgbSeriesCollection FullSeries { get; protected set; } Brushes
Section titled "Brushes"Inherited from: IgbSeriesViewer
Gets or sets the palette of brushes used for fill of plotted series.
[Parameter]
public string Brushes { get; set; } Outlines
Section titled "Outlines"Inherited from: IgbSeriesViewer
Gets or sets the palette of brushes used for outlines of plotted series.
[Parameter]
public string Outlines { get; set; } MarkerBrushes
Section titled "MarkerBrushes"Inherited from: IgbSeriesViewer
Gets or sets the palette of brushes used for fill of marker series.
[Parameter]
public string MarkerBrushes { get; set; } MarkerOutlines
Section titled "MarkerOutlines"Inherited from: IgbSeriesViewer
Gets or sets the palette of brushes used for outlines of plotted markers.
[Parameter]
public string MarkerOutlines { get; set; } MarkerAutomaticBehavior
Section titled "MarkerAutomaticBehavior"Inherited from: IgbSeriesViewer
Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic.
[Parameter]
public MarkerAutomaticBehavior MarkerAutomaticBehavior { get; set; } CrosshairPoint
Section titled "CrosshairPoint"Inherited from: IgbSeriesViewer
Gets or sets the cross hair point (in world coordinates)
[Parameter]
public Point CrosshairPoint { get; set; } Legend
Section titled "Legend"Inherited from: IgbSeriesViewer
Gets or sets which legend to use for all series in this SeriesViewer, unless otherwise specified by the Series.Legend property.
[Parameter]
public IgbLegendBase Legend { get; set; } LegendScript
Section titled "LegendScript"Inherited from: IgbSeriesViewer
Provides a means of setting Legend in the JavaScript environment.
[Parameter]
public string LegendScript { get; set; } AnimateSeriesWhenAxisRangeChanges
Section titled "AnimateSeriesWhenAxisRangeChanges"Inherited from: IgbSeriesViewer
Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
[Parameter]
public bool AnimateSeriesWhenAxisRangeChanges { get; set; } SeriesValueLayerUseLegend
Section titled "SeriesValueLayerUseLegend"Inherited from: IgbSeriesViewer
Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
[Parameter]
public bool SeriesValueLayerUseLegend { get; set; } IsUserAnnotationsEnabled
Section titled "IsUserAnnotationsEnabled"Inherited from: IgbSeriesViewer
Gets or sets whether initiating user annotations from the toolbar is enabled.
[Parameter]
public bool IsUserAnnotationsEnabled { get; set; } IsWindowSyncedToVisibleRange
Section titled "IsWindowSyncedToVisibleRange"Inherited from: IgbSeriesViewer
Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.
[Parameter]
public bool IsWindowSyncedToVisibleRange { get; set; } ShouldSimulateHoverMoveCrosshairPoint
Section titled "ShouldSimulateHoverMoveCrosshairPoint"Inherited from: IgbSeriesViewer
Gets or sets whether calling SimulateHover should shift the crosshair point.
[Parameter]
public bool ShouldSimulateHoverMoveCrosshairPoint { get; set; } HighlightingMode
Section titled "HighlightingMode"Inherited from: IgbSeriesViewer
Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
[Parameter]
public SeriesHighlightingMode HighlightingMode { get; set; } HighlightingFadeOpacity
Section titled "HighlightingFadeOpacity"Inherited from: IgbSeriesViewer
Gets or sets the target opacity to fade to for fade style highlighting.
[Parameter]
public double HighlightingFadeOpacity { get; set; } SelectionMode
Section titled "SelectionMode"Inherited from: IgbSeriesViewer
Gets or sets the selection mode to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionMode SelectionMode { get; set; } SelectionBehavior
Section titled "SelectionBehavior"Inherited from: IgbSeriesViewer
Gets or sets the selection behavior to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionBehavior SelectionBehavior { get; set; } FocusMode
Section titled "FocusMode"Inherited from: IgbSeriesViewer
Gets or sets the focus mode to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionMode FocusMode { get; set; } HorizontalViewScrollbarMode
Section titled "HorizontalViewScrollbarMode"Inherited from: IgbSeriesViewer
Gets or sets the horizontal scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode HorizontalViewScrollbarMode { get; set; } VerticalViewScrollbarMode
Section titled "VerticalViewScrollbarMode"Inherited from: IgbSeriesViewer
Gets or sets the vertical scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode VerticalViewScrollbarMode { get; set; } HorizontalViewScrollbarPosition
Section titled "HorizontalViewScrollbarPosition"Inherited from: IgbSeriesViewer
Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public SeriesViewerHorizontalScrollbarPosition HorizontalViewScrollbarPosition { get; set; } VerticalViewScrollbarPosition
Section titled "VerticalViewScrollbarPosition"Inherited from: IgbSeriesViewer
Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public SeriesViewerVerticalScrollbarPosition VerticalViewScrollbarPosition { get; set; } HorizontalViewScrollbarFill
Section titled "HorizontalViewScrollbarFill"Inherited from: IgbSeriesViewer
Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public string HorizontalViewScrollbarFill { get; set; } HorizontalViewScrollbarOutline
Section titled "HorizontalViewScrollbarOutline"Inherited from: IgbSeriesViewer
Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public string HorizontalViewScrollbarOutline { get; set; } HorizontalViewScrollbarStrokeThickness
Section titled "HorizontalViewScrollbarStrokeThickness"Inherited from: IgbSeriesViewer
Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarStrokeThickness { get; set; } HorizontalViewScrollbarMaxOpacity
Section titled "HorizontalViewScrollbarMaxOpacity"Inherited from: IgbSeriesViewer
Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarMaxOpacity { get; set; } HorizontalViewScrollbarCornerRadius
Section titled "HorizontalViewScrollbarCornerRadius"Inherited from: IgbSeriesViewer
Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarCornerRadius { get; set; } HorizontalViewScrollbarHeight
Section titled "HorizontalViewScrollbarHeight"Inherited from: IgbSeriesViewer
Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarHeight { get; set; } HorizontalViewScrollbarInset
Section titled "HorizontalViewScrollbarInset"Inherited from: IgbSeriesViewer
Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarInset { get; set; } HorizontalViewScrollbarTrackStartInset
Section titled "HorizontalViewScrollbarTrackStartInset"Inherited from: IgbSeriesViewer
Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarTrackStartInset { get; set; } HorizontalViewScrollbarTrackEndInset
Section titled "HorizontalViewScrollbarTrackEndInset"Inherited from: IgbSeriesViewer
Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarTrackEndInset { get; set; } HorizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "HorizontalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgbSeriesViewer
Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
[Parameter]
public bool HorizontalViewScrollbarShouldAddAutoTrackInsets { get; set; } VerticalViewScrollbarFill
Section titled "VerticalViewScrollbarFill"Inherited from: IgbSeriesViewer
Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public string VerticalViewScrollbarFill { get; set; } VerticalViewScrollbarOutline
Section titled "VerticalViewScrollbarOutline"Inherited from: IgbSeriesViewer
Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public string VerticalViewScrollbarOutline { get; set; } VerticalViewScrollbarStrokeThickness
Section titled "VerticalViewScrollbarStrokeThickness"Inherited from: IgbSeriesViewer
Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarStrokeThickness { get; set; } VerticalViewScrollbarMaxOpacity
Section titled "VerticalViewScrollbarMaxOpacity"Inherited from: IgbSeriesViewer
Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarMaxOpacity { get; set; } VerticalViewScrollbarCornerRadius
Section titled "VerticalViewScrollbarCornerRadius"Inherited from: IgbSeriesViewer
Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarCornerRadius { get; set; } VerticalViewScrollbarWidth
Section titled "VerticalViewScrollbarWidth"Inherited from: IgbSeriesViewer
Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarWidth { get; set; } VerticalViewScrollbarInset
Section titled "VerticalViewScrollbarInset"Inherited from: IgbSeriesViewer
Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarInset { get; set; } VerticalViewScrollbarTrackStartInset
Section titled "VerticalViewScrollbarTrackStartInset"Inherited from: IgbSeriesViewer
Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarTrackStartInset { get; set; } VerticalViewScrollbarTrackEndInset
Section titled "VerticalViewScrollbarTrackEndInset"Inherited from: IgbSeriesViewer
Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarTrackEndInset { get; set; } VerticalViewScrollbarShouldAddAutoTrackInsets
Section titled "VerticalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IgbSeriesViewer
Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
[Parameter]
public bool VerticalViewScrollbarShouldAddAutoTrackInsets { get; set; } HighlightingBehavior
Section titled "HighlightingBehavior"Inherited from: IgbSeriesViewer
Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
[Parameter]
public SeriesHighlightingBehavior HighlightingBehavior { get; set; } LegendHighlightingMode
Section titled "LegendHighlightingMode"Inherited from: IgbSeriesViewer
Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
[Parameter]
public LegendHighlightingMode LegendHighlightingMode { get; set; } LegendItemBadgeShape
Section titled "LegendItemBadgeShape"Inherited from: IgbSeriesViewer
Gets or sets type of legend badges representing all series displayed in a legend linked to this component
[Parameter]
public LegendItemBadgeShape LegendItemBadgeShape { get; set; } LegendItemBadgeMode
Section titled "LegendItemBadgeMode"Inherited from: IgbSeriesViewer
Gets or sets the mode of legend badges representing all series in this chart.
[Parameter]
public LegendItemBadgeMode LegendItemBadgeMode { get; set; } FireMouseLeaveOnManipulationStart
Section titled "FireMouseLeaveOnManipulationStart"Inherited from: IgbSeriesViewer
Gets or sets how the mouse leave event fires when a manipulation is started.
[Parameter]
public bool FireMouseLeaveOnManipulationStart { get; set; } ViewportRect
Section titled "ViewportRect"Inherited from: IgbSeriesViewer
Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
public virtual Rect ViewportRect { get; protected set; } EffectiveViewport
Section titled "EffectiveViewport"Inherited from: IgbSeriesViewer
Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted.
[Parameter]
public Rect EffectiveViewport { get; set; } WindowRect
Section titled "WindowRect"Inherited from: IgbSeriesViewer
A rectangle representing the portion of the SeriesViewer currently in view.
[Parameter]
public Rect WindowRect { get; set; } UseTiledZooming
Section titled "UseTiledZooming"Inherited from: IgbSeriesViewer
Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
[Parameter]
public bool UseTiledZooming { get; set; } PreferHigherResolutionTiles
Section titled "PreferHigherResolutionTiles"Inherited from: IgbSeriesViewer
Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
[Parameter]
public bool PreferHigherResolutionTiles { get; set; } ZoomTileCacheSize
Section titled "ZoomTileCacheSize"Inherited from: IgbSeriesViewer
Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
[Parameter]
public int ZoomTileCacheSize { get; set; } HighlightingTransitionDuration
Section titled "HighlightingTransitionDuration"Inherited from: IgbSeriesViewer
Gets or sets the duration the highlighting/de-highlighting effects.
[Parameter]
public int HighlightingTransitionDuration { get; set; } ResizeIdleMilliseconds
Section titled "ResizeIdleMilliseconds"Inherited from: IgbSeriesViewer
Gets or sets the milliseconds before the chart will fire the resize idle event after the last resize.
[Parameter]
public int ResizeIdleMilliseconds { get; set; } SelectionTransitionDuration
Section titled "SelectionTransitionDuration"Inherited from: IgbSeriesViewer
Gets or sets the duration the selection/de-Selection effects.
[Parameter]
public int SelectionTransitionDuration { get; set; } SelectionDismissDelayMilliseconds
Section titled "SelectionDismissDelayMilliseconds"Inherited from: IgbSeriesViewer
Gets or sets the amount of time to delay before dismissing a selection effect.
[Parameter]
public int SelectionDismissDelayMilliseconds { get; set; } HighlightingDismissDelayMilliseconds
Section titled "HighlightingDismissDelayMilliseconds"Inherited from: IgbSeriesViewer
Gets or sets the amount of time to delay before dismissing a selection effect.
[Parameter]
public int HighlightingDismissDelayMilliseconds { get; set; } FocusDismissDelayMilliseconds
Section titled "FocusDismissDelayMilliseconds"Inherited from: IgbSeriesViewer
Gets or sets the amount of time to delay before dismissing a selection effect.
[Parameter]
public int FocusDismissDelayMilliseconds { get; set; } FocusTransitionDuration
Section titled "FocusTransitionDuration"Inherited from: IgbSeriesViewer
Gets or sets the duration the Focus/de-Focus effects.
[Parameter]
public int FocusTransitionDuration { get; set; } ScrollbarsAnimationDuration
Section titled "ScrollbarsAnimationDuration"Inherited from: IgbSeriesViewer
Gets or sets the duration of the scrollbar effects.
[Parameter]
public int ScrollbarsAnimationDuration { get; set; } IsPagePanningAllowed
Section titled "IsPagePanningAllowed"Inherited from: IgbSeriesViewer
Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.
[Parameter]
public bool IsPagePanningAllowed { get; set; } ContentHitTestMode
Section titled "ContentHitTestMode"Inherited from: IgbSeriesViewer
Determines the method of hit testing used when mousing over elements in the chart.
[Parameter]
public ChartHitTestMode ContentHitTestMode { get; set; } ActualContentHitTestMode
Section titled "ActualContentHitTestMode"Inherited from: IgbSeriesViewer
Resolved method of hit testing used when the pointer is over elements in the chart.
[Parameter]
public ChartHitTestMode ActualContentHitTestMode { get; set; } IsSurfaceInteractionDisabled
Section titled "IsSurfaceInteractionDisabled"Inherited from: IgbSeriesViewer
Gets or sets whether all surface interactions with the plot area should be disabled.
[Parameter]
public bool IsSurfaceInteractionDisabled { get; set; } WindowResponse
Section titled "WindowResponse"Inherited from: IgbSeriesViewer
The response to user panning and zooming: whether to update the view immediately while the user action is happening, or to defer the update to after the user action is complete. The user action will be an action such as a mouse drag which causes panning and/or zooming to occur.
[Parameter]
public WindowResponse WindowResponse { get; set; } WindowRectMinWidth
Section titled "WindowRectMinWidth"Inherited from: IgbSeriesViewer
Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowRectMinWidth { get; set; } WindowRectMinHeight
Section titled "WindowRectMinHeight"Inherited from: IgbSeriesViewer
Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowRectMinHeight { get; set; } ActualWindowRectMinWidth
Section titled "ActualWindowRectMinWidth"Inherited from: IgbSeriesViewer
Gets the actual minimum width that the window rect is allowed to reach before being clamped.
[Parameter]
public double ActualWindowRectMinWidth { get; set; } ActualWindowRectMinHeight
Section titled "ActualWindowRectMinHeight"Inherited from: IgbSeriesViewer
Gets the actual minimum height that the window rect is allowed to reach before being clamped.
[Parameter]
public double ActualWindowRectMinHeight { get; set; } WindowSizeMinWidth
Section titled "WindowSizeMinWidth"Inherited from: IgbSeriesViewer
Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowSizeMinWidth { get; set; } WindowSizeMinHeight
Section titled "WindowSizeMinHeight"Inherited from: IgbSeriesViewer
Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowSizeMinHeight { get; set; } SyncChannel
Section titled "SyncChannel"Inherited from: IgbSeriesViewer
Sets or gets the Synchronization channel to use for the SeriesViewer.
[Parameter]
public string SyncChannel { get; set; } CrosshairVisibility
Section titled "CrosshairVisibility"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's crosshair visibility override.
[Parameter]
public Visibility CrosshairVisibility { get; set; } HorizontalCrosshairBrush
Section titled "HorizontalCrosshairBrush"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's crosshair horizontal brush override.
[Parameter]
public string HorizontalCrosshairBrush { get; set; } VerticalCrosshairBrush
Section titled "VerticalCrosshairBrush"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's crosshair vertical brush override.
[Parameter]
public string VerticalCrosshairBrush { get; set; } ZoomCoercionMode
Section titled "ZoomCoercionMode"Inherited from: IgbSeriesViewer
Gets or sets zoom is constrained to within the axes. Setting this to false is a preview feature at the present time.
[Parameter]
public ZoomCoercionMode ZoomCoercionMode { get; set; } PlotAreaBackground
Section titled "PlotAreaBackground"Inherited from: IgbSeriesViewer
Gets or sets the brush used as the background for the current SeriesViewer object's plot area.
[Parameter]
public string PlotAreaBackground { get; set; } ShouldMatchZOrderToSeriesOrder
Section titled "ShouldMatchZOrderToSeriesOrder"Inherited from: IgbSeriesViewer
Gets or sets whether to match the z order of the series to their positional order in the series collection, regardless of mutation.
[Parameter]
public bool ShouldMatchZOrderToSeriesOrder { get; set; } DefaultInteraction
Section titled "DefaultInteraction"Inherited from: IgbSeriesViewer
Gets or sets the DefaultInteraction property.
[Parameter]
public InteractionState DefaultInteraction { get; set; } InteractionOverride
Section titled "InteractionOverride"Inherited from: IgbSeriesViewer
Gets or sets the InteractionOverride property.
[Parameter]
public InteractionState InteractionOverride { get; set; } RightButtonDefaultInteraction
Section titled "RightButtonDefaultInteraction"Inherited from: IgbSeriesViewer
Gets or sets the RightButtonDefaultInteraction property.
[Parameter]
public InteractionState RightButtonDefaultInteraction { get; set; } DragModifier
Section titled "DragModifier"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's DragModifier property.
[Parameter]
public ModifierKeys DragModifier { get; set; } PanModifier
Section titled "PanModifier"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's PanModifier property.
[Parameter]
public ModifierKeys PanModifier { get; set; } SelectionModifier
Section titled "SelectionModifier"Inherited from: IgbSeriesViewer
Gets or sets the current SeriesViewer's SelectionModifier property.
[Parameter]
public ModifierKeys SelectionModifier { get; set; } PreviewRect
Section titled "PreviewRect"Inherited from: IgbSeriesViewer
Gets or sets the preview rectangle.
[Parameter]
public Rect PreviewRect { get; set; } HighlightedValuesDisplayMode
Section titled "HighlightedValuesDisplayMode"Inherited from: IgbSeriesViewer
Gets or sets whether and how to display highlighted values for the series by default. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse.
[Parameter]
public SeriesHighlightedValuesDisplayMode HighlightedValuesDisplayMode { get; set; } SelectedSeriesItems
Section titled "SelectedSeriesItems"Inherited from: IgbSeriesViewer
Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items.
public IgbChartSelectedItemCollection SelectedSeriesItems { get; set; } FocusedSeriesItems
Section titled "FocusedSeriesItems"Inherited from: IgbSeriesViewer
Gets the currently focused data items. Adding or removing data items from this collection will focus or blur the visuals associated with those items.
public IgbChartSelectedItemCollection FocusedSeriesItems { get; set; } WindowPositionHorizontal
Section titled "WindowPositionHorizontal"Inherited from: IgbSeriesViewer
A number between 0 and 1 determining the position of the horizontal scroll.
[Parameter]
public double WindowPositionHorizontal { get; set; } WindowPositionVertical
Section titled "WindowPositionVertical"Inherited from: IgbSeriesViewer
A number between 0 and 1 determining the position of the vertical scroll.
[Parameter]
public double WindowPositionVertical { get; set; } SelectionBrush
Section titled "SelectionBrush"Inherited from: IgbSeriesViewer
Gets or sets the selection brush to use for the series.
[Parameter]
public string SelectionBrush { get; set; } FocusBrush
Section titled "FocusBrush"Inherited from: IgbSeriesViewer
Gets or sets the Focus brush to use for the series.
[Parameter]
public string FocusBrush { get; set; } ChartTitle
Section titled "ChartTitle"Inherited from: IgbSeriesViewer
Text to display above the plot area.
[Parameter]
public string ChartTitle { get; set; } TitleHorizontalAlignment
Section titled "TitleHorizontalAlignment"Inherited from: IgbSeriesViewer
Gets or sets the TitleHorizontalAlignment property.
[Parameter]
public HorizontalAlignment TitleHorizontalAlignment { get; set; } SubtitleHorizontalAlignment
Section titled "SubtitleHorizontalAlignment"Inherited from: IgbSeriesViewer
Gets or sets the SubtitleHorizontalAlignment property.
[Parameter]
public HorizontalAlignment SubtitleHorizontalAlignment { get; set; } TitleTextStyle
Section titled "TitleTextStyle"Inherited from: IgbSeriesViewer
Font settings for the title.
[Parameter]
public string TitleTextStyle { get; set; } SubtitleTextStyle
Section titled "SubtitleTextStyle"Inherited from: IgbSeriesViewer
Font settings for the subtitle.
[Parameter]
public string SubtitleTextStyle { get; set; } TitleTextColor
Section titled "TitleTextColor"Inherited from: IgbSeriesViewer
Gets or sets the Color used for the Title Text.
[Parameter]
public string TitleTextColor { get; set; } SubtitleTextColor
Section titled "SubtitleTextColor"Inherited from: IgbSeriesViewer
Gets or sets the Color used for the Subtitle Text.
[Parameter]
public string SubtitleTextColor { get; set; } TitleTopMargin
Section titled "TitleTopMargin"Inherited from: IgbSeriesViewer
Margin applied above the title.
[Parameter]
public double TitleTopMargin { get; set; } TitleLeftMargin
Section titled "TitleLeftMargin"Inherited from: IgbSeriesViewer
Margin applied to the left of the title.
[Parameter]
public double TitleLeftMargin { get; set; } TitleRightMargin
Section titled "TitleRightMargin"Inherited from: IgbSeriesViewer
Margin applied to the right of the title.
[Parameter]
public double TitleRightMargin { get; set; } TitleBottomMargin
Section titled "TitleBottomMargin"Inherited from: IgbSeriesViewer
Margin applied below the title.
[Parameter]
public double TitleBottomMargin { get; set; } SubtitleTopMargin
Section titled "SubtitleTopMargin"Inherited from: IgbSeriesViewer
Margin applied above the subtitle.
[Parameter]
public double SubtitleTopMargin { get; set; } SubtitleLeftMargin
Section titled "SubtitleLeftMargin"Inherited from: IgbSeriesViewer
Margin applied to the left of the subtitle.
[Parameter]
public double SubtitleLeftMargin { get; set; } SubtitleRightMargin
Section titled "SubtitleRightMargin"Inherited from: IgbSeriesViewer
Margin applied to the right of the subtitle.
[Parameter]
public double SubtitleRightMargin { get; set; } SubtitleBottomMargin
Section titled "SubtitleBottomMargin"Inherited from: IgbSeriesViewer
Margin applied below the subtitle.
[Parameter]
public double SubtitleBottomMargin { get; set; } Subtitle
Section titled "Subtitle"Inherited from: IgbSeriesViewer
Gets or sets the Subtitle property.
[Parameter]
public string Subtitle { get; set; } TopMargin
Section titled "TopMargin"Inherited from: IgbSeriesViewer
Sets or gets the top margin to use around the chart content.
[Parameter]
public double TopMargin { get; set; } LeftMargin
Section titled "LeftMargin"Inherited from: IgbSeriesViewer
Sets or gets the left margin to use around the chart content.
[Parameter]
public double LeftMargin { get; set; } RightMargin
Section titled "RightMargin"Inherited from: IgbSeriesViewer
Sets or gets the right margin to use around the chart content.
[Parameter]
public double RightMargin { get; set; } BottomMargin
Section titled "BottomMargin"Inherited from: IgbSeriesViewer
Sets or gets the bottom margin to use around the chart content.
[Parameter]
public double BottomMargin { get; set; } AutoMarginWidth
Section titled "AutoMarginWidth"Inherited from: IgbSeriesViewer
Sets or gets the automatic width to add when automatically adding margins to the chart.
[Parameter]
public double AutoMarginWidth { get; set; } AutoMarginHeight
Section titled "AutoMarginHeight"Inherited from: IgbSeriesViewer
Sets or gets the automatic height to add when automatically adding margins to the chart.
[Parameter]
public double AutoMarginHeight { get; set; } IsAntiAliasingEnabledDuringInteraction
Section titled "IsAntiAliasingEnabledDuringInteraction"Inherited from: IgbSeriesViewer
Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
[Parameter]
public bool IsAntiAliasingEnabledDuringInteraction { get; set; } PixelScalingRatio
Section titled "PixelScalingRatio"Inherited from: IgbSeriesViewer
Gets or sets the scaling value used to affect the pixel density of the control.
[Parameter]
public double PixelScalingRatio { get; set; } InteractionPixelScalingRatio
Section titled "InteractionPixelScalingRatio"Inherited from: IgbSeriesViewer
Method of pixel scaling to use during end user interaction with the chart.
[Parameter]
public double InteractionPixelScalingRatio { get; set; } ActualPixelScalingRatio
Section titled "ActualPixelScalingRatio"Inherited from: IgbSeriesViewer
Gets the resolved pixel scaling ratio.
[Parameter]
public double ActualPixelScalingRatio { get; set; } ActualInteractionPixelScalingRatio
Section titled "ActualInteractionPixelScalingRatio"Inherited from: IgbSeriesViewer
Resolved method of pixel scaling to use during end user interaction with the chart.
[Parameter]
public double ActualInteractionPixelScalingRatio { get; set; } ShouldPanOnMaximumZoom
Section titled "ShouldPanOnMaximumZoom"Inherited from: IgbSeriesViewer
Gets or sets a whether the chart should pan its content when zooming in passed max zoom level.
[Parameter]
public bool ShouldPanOnMaximumZoom { get; set; } ActualWindowRect
Section titled "ActualWindowRect"Inherited from: IgbSeriesViewer
Gets the actual value of the window rectangle, which represents the current zoom level.
[Parameter]
public Rect ActualWindowRect { get; set; } ActualWindowPositionHorizontal
Section titled "ActualWindowPositionHorizontal"Inherited from: IgbSeriesViewer
A number between 0 and 1 determining the position of the horizontal scroll.
[Parameter]
public double ActualWindowPositionHorizontal { get; set; } ActualWindowPositionVertical
Section titled "ActualWindowPositionVertical"Inherited from: IgbSeriesViewer
A number between 0 and 1 determining the position of the vertical scroll.
[Parameter]
public double ActualWindowPositionVertical { get; set; } PreviewPathStroke
Section titled "PreviewPathStroke"Inherited from: IgbSeriesViewer
Gets or sets the brush used as the border for the current SeriesViewer object's preview path. Null is treated as auto.
[Parameter]
public string PreviewPathStroke { get; set; } PreviewPathFill
Section titled "PreviewPathFill"Inherited from: IgbSeriesViewer
Gets or sets the brush used as the fill for the current SeriesViewer object's preview path. Null is treated as auto.
[Parameter]
public string PreviewPathFill { get; set; } PreviewPathOpacity
Section titled "PreviewPathOpacity"Inherited from: IgbSeriesViewer
Gets or sets the opacity used as for the fill for the current SeriesViewer object's preview path. Null is treated as auto.
[Parameter]
public double PreviewPathOpacity { get; set; } PlotAreaMouseEnterScript
Section titled "PlotAreaMouseEnterScript"Inherited from: IgbSeriesViewer
[Parameter]
public string PlotAreaMouseEnterScript { get; set; } PlotAreaMouseEnter
Section titled "PlotAreaMouseEnter"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbPlotAreaMouseEventArgs> PlotAreaMouseEnter { get; set; } PlotAreaMouseLeaveScript
Section titled "PlotAreaMouseLeaveScript"Inherited from: IgbSeriesViewer
[Parameter]
public string PlotAreaMouseLeaveScript { get; set; } PlotAreaMouseLeave
Section titled "PlotAreaMouseLeave"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbPlotAreaMouseEventArgs> PlotAreaMouseLeave { get; set; } PlotAreaMouseOverScript
Section titled "PlotAreaMouseOverScript"Inherited from: IgbSeriesViewer
[Parameter]
public string PlotAreaMouseOverScript { get; set; } PlotAreaMouseOver
Section titled "PlotAreaMouseOver"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbPlotAreaMouseEventArgs> PlotAreaMouseOver { get; set; } AxisLabelMouseDownScript
Section titled "AxisLabelMouseDownScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseDownScript { get; set; } AxisLabelMouseDown
Section titled "AxisLabelMouseDown"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseDown { get; set; } AxisLabelMouseUpScript
Section titled "AxisLabelMouseUpScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseUpScript { get; set; } AxisLabelMouseUp
Section titled "AxisLabelMouseUp"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseUp { get; set; } AxisLabelMouseEnterScript
Section titled "AxisLabelMouseEnterScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseEnterScript { get; set; } AxisLabelMouseEnter
Section titled "AxisLabelMouseEnter"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseEnter { get; set; } AxisLabelMouseLeaveScript
Section titled "AxisLabelMouseLeaveScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseLeaveScript { get; set; } AxisLabelMouseLeave
Section titled "AxisLabelMouseLeave"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseLeave { get; set; } AxisLabelMouseOverScript
Section titled "AxisLabelMouseOverScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseOverScript { get; set; } AxisLabelMouseOver
Section titled "AxisLabelMouseOver"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseOver { get; set; } AxisLabelMouseClickScript
Section titled "AxisLabelMouseClickScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisLabelMouseClickScript { get; set; } AxisLabelMouseClick
Section titled "AxisLabelMouseClick"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisLabelMouseClick { get; set; } AxisPanelMouseDownScript
Section titled "AxisPanelMouseDownScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseDownScript { get; set; } AxisPanelMouseDown
Section titled "AxisPanelMouseDown"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseDown { get; set; } AxisPanelMouseUpScript
Section titled "AxisPanelMouseUpScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseUpScript { get; set; } AxisPanelMouseUp
Section titled "AxisPanelMouseUp"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseUp { get; set; } AxisPanelMouseEnterScript
Section titled "AxisPanelMouseEnterScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseEnterScript { get; set; } AxisPanelMouseEnter
Section titled "AxisPanelMouseEnter"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseEnter { get; set; } AxisPanelMouseLeaveScript
Section titled "AxisPanelMouseLeaveScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseLeaveScript { get; set; } AxisPanelMouseLeave
Section titled "AxisPanelMouseLeave"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseLeave { get; set; } AxisPanelMouseOverScript
Section titled "AxisPanelMouseOverScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseOverScript { get; set; } AxisPanelMouseOver
Section titled "AxisPanelMouseOver"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseOver { get; set; } AxisPanelMouseClickScript
Section titled "AxisPanelMouseClickScript"Inherited from: IgbSeriesViewer
[Parameter]
public string AxisPanelMouseClickScript { get; set; } AxisPanelMouseClick
Section titled "AxisPanelMouseClick"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbAxisMouseEventArgs> AxisPanelMouseClick { get; set; } SeriesCursorMouseMoveScript
Section titled "SeriesCursorMouseMoveScript"Inherited from: IgbSeriesViewer
[Parameter]
public string SeriesCursorMouseMoveScript { get; set; } SeriesCursorMouseMove
Section titled "SeriesCursorMouseMove"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbChartCursorEventArgs> SeriesCursorMouseMove { get; set; } SeriesMouseMoveScript
Section titled "SeriesMouseMoveScript"Inherited from: IgbSeriesViewer
[Parameter]
public string SeriesMouseMoveScript { get; set; } SeriesMouseMove
Section titled "SeriesMouseMove"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbChartMouseEventArgs> SeriesMouseMove { get; set; } ViewerManipulationStartingScript
Section titled "ViewerManipulationStartingScript"Inherited from: IgbSeriesViewer
[Parameter]
public string ViewerManipulationStartingScript { get; set; } ViewerManipulationStarting
Section titled "ViewerManipulationStarting"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbSeriesViewerManipulationEventArgs> ViewerManipulationStarting { get; set; } ViewerManipulationEndingScript
Section titled "ViewerManipulationEndingScript"Inherited from: IgbSeriesViewer
[Parameter]
public string ViewerManipulationEndingScript { get; set; } ViewerManipulationEnding
Section titled "ViewerManipulationEnding"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbSeriesViewerManipulationEventArgs> ViewerManipulationEnding { get; set; } WindowRectChangedScript
Section titled "WindowRectChangedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string WindowRectChangedScript { get; set; } WindowRectChanged
Section titled "WindowRectChanged"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbRectChangedEventArgs> WindowRectChanged { get; set; } SizeChangedScript
Section titled "SizeChangedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string SizeChangedScript { get; set; } SizeChanged
Section titled "SizeChanged"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbRectChangedEventArgs> SizeChanged { get; set; } ActualWindowRectChangedScript
Section titled "ActualWindowRectChangedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string ActualWindowRectChangedScript { get; set; } ActualWindowRectChanged
Section titled "ActualWindowRectChanged"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbRectChangedEventArgs> ActualWindowRectChanged { get; set; } GridAreaRectChangedScript
Section titled "GridAreaRectChangedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string GridAreaRectChangedScript { get; set; } GridAreaRectChanged
Section titled "GridAreaRectChanged"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbRectChangedEventArgs> GridAreaRectChanged { get; set; } RefreshCompletedScript
Section titled "RefreshCompletedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string RefreshCompletedScript { get; set; } RefreshCompleted
Section titled "RefreshCompleted"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbRefreshCompletedEventArgs> RefreshCompleted { get; set; } ImageCapturedScript
Section titled "ImageCapturedScript"Inherited from: IgbSeriesViewer
[Parameter]
public string ImageCapturedScript { get; set; } ImageCaptured
Section titled "ImageCaptured"Inherited from: IgbSeriesViewer
[Parameter]
public Action<IgbImageCapturedEventArgs> ImageCaptured { get; set; } IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } ActualWindowScale
Section titled "ActualWindowScale"A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
[Parameter]
public double ActualWindowScale { get; set; } ActualWorldRect
Section titled "ActualWorldRect"Gets the actual value of the WorldRect.
[Parameter]
public Rect ActualWorldRect { get; set; } BackgroundContent
Section titled "BackgroundContent"A UIElement to display behind all series, inside the viewport of the IgbGeographicMap control.
[Parameter]
public IgbGeographicMapImagery BackgroundContent { get; set; } BackgroundTilingMode
Section titled "BackgroundTilingMode"Gets or sets if the map should horizontally wrap.
[Parameter]
public MapBackgroundTilingMode BackgroundTilingMode { get; set; } ImageTilesReady
Section titled "ImageTilesReady"[Parameter]
public Action<IgbImageTilesReadyEventArgs> ImageTilesReady { get; set; } ImageTilesReadyScript
Section titled "ImageTilesReadyScript"[Parameter]
public string ImageTilesReadyScript { get; set; } IsHorizontalWrappingEnabled
Section titled "IsHorizontalWrappingEnabled"Gets or sets if the map should horizontally wrap.
[Parameter]
public bool IsHorizontalWrappingEnabled { get; set; } NeedsDynamicContent
Section titled "NeedsDynamicContent"protected override bool NeedsDynamicContent { get; } ResizeBehavior
Section titled "ResizeBehavior"Gets or sets the behavior to use during resize.
[Parameter]
public MapResizeBehavior ResizeBehavior { get; set; } SuppressZoomResetOnWorldRectChange
Section titled "SuppressZoomResetOnWorldRectChange"Gets or sets whether skip resetting the zoom when the world rect changes.
[Parameter]
public bool SuppressZoomResetOnWorldRectChange { get; set; } public override string Type { get; } UseWorldRectForZoomBounds
Section titled "UseWorldRectForZoomBounds"Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
[Parameter]
public bool UseWorldRectForZoomBounds { get; set; } WindowScale
Section titled "WindowScale"A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
[Parameter]
public double WindowScale { get; set; } WorldRect
Section titled "WorldRect"Gets or sets the world bounding rectangle.
[Parameter]
public Rect WorldRect { get; set; } Zoomable
Section titled "Zoomable"Gets or sets zoomability of the current control
[Parameter]
public bool Zoomable { get; set; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"GetAllAxes()
Section titled "GetAllAxes()"Inherited from: IgbSeriesViewer
protected virtual IgbAxis[] GetAllAxes() Returns any
GetAllSeries()
Section titled "GetAllSeries()"Inherited from: IgbSeriesViewer
protected virtual IgbSeries[] GetAllSeries() Returns any
GetCurrentViewportRectAsync()
Section titled "GetCurrentViewportRectAsync()"Inherited from: IgbSeriesViewer
public virtual Task<Rect> GetCurrentViewportRectAsync() Returns any
GetCurrentViewportRect()
Section titled "GetCurrentViewportRect()"Inherited from: IgbSeriesViewer
public virtual Rect GetCurrentViewportRect() Returns any
GetCurrentWindowRectAsync()
Section titled "GetCurrentWindowRectAsync()"Inherited from: IgbSeriesViewer
public Task<Rect> GetCurrentWindowRectAsync() Returns any
GetCurrentWindowRect()
Section titled "GetCurrentWindowRect()"Inherited from: IgbSeriesViewer
public Rect GetCurrentWindowRect() Returns any
GetCurrentSelectedSeriesItemsAsync()
Section titled "GetCurrentSelectedSeriesItemsAsync()"Inherited from: IgbSeriesViewer
public Task<IgbChartSelectedItemCollection> GetCurrentSelectedSeriesItemsAsync() Returns any
GetCurrentSelectedSeriesItems()
Section titled "GetCurrentSelectedSeriesItems()"Inherited from: IgbSeriesViewer
public IgbChartSelectedItemCollection GetCurrentSelectedSeriesItems() Returns any
GetCurrentFocusedSeriesItemsAsync()
Section titled "GetCurrentFocusedSeriesItemsAsync()"Inherited from: IgbSeriesViewer
public Task<IgbChartSelectedItemCollection> GetCurrentFocusedSeriesItemsAsync() Returns any
GetCurrentFocusedSeriesItems()
Section titled "GetCurrentFocusedSeriesItems()"Inherited from: IgbSeriesViewer
public IgbChartSelectedItemCollection GetCurrentFocusedSeriesItems() Returns any
GetCurrentActualWindowRectAsync()
Section titled "GetCurrentActualWindowRectAsync()"Inherited from: IgbSeriesViewer
public Task<Rect> GetCurrentActualWindowRectAsync() Returns any
GetCurrentActualWindowRect()
Section titled "GetCurrentActualWindowRect()"Inherited from: IgbSeriesViewer
public Rect GetCurrentActualWindowRect() Returns any
CancelAnnotationFlowAsync(string)
Section titled "CancelAnnotationFlowAsync(string)"Inherited from: IgbSeriesViewer
public Task CancelAnnotationFlowAsync(string annotationFlowID) Parameters
- annotationFlowID:
string
Returns any
CancelAnnotationFlow(string)
Section titled "CancelAnnotationFlow(string)"Inherited from: IgbSeriesViewer
public void CancelAnnotationFlow(string annotationFlowID) Parameters
- annotationFlowID:
string
Returns any
FinishAnnotationFlowAsync(IgbUserAnnotationInformation)
Section titled "FinishAnnotationFlowAsync(IgbUserAnnotationInformation)"Inherited from: IgbSeriesViewer
public Task FinishAnnotationFlowAsync(IgbUserAnnotationInformation info) Parameters
- info:
IgbUserAnnotationInformation
Returns any
FinishAnnotationFlow(IgbUserAnnotationInformation)
Section titled "FinishAnnotationFlow(IgbUserAnnotationInformation)"Inherited from: IgbSeriesViewer
public void FinishAnnotationFlow(IgbUserAnnotationInformation info) Parameters
- info:
IgbUserAnnotationInformation
Returns any
HideToolTipAsync()
Section titled "HideToolTipAsync()"Inherited from: IgbSeriesViewer
Hides the active main tooltip, if displayed.
public Task HideToolTipAsync() Returns any
HideToolTip()
Section titled "HideToolTip()"Inherited from: IgbSeriesViewer
public void HideToolTip() Returns any
SimulateHoverAsync(Point)
Section titled "SimulateHoverAsync(Point)"Inherited from: IgbSeriesViewer
public Task SimulateHoverAsync(Point point) Parameters
- point:
Point
Returns any
SimulateHover(Point)
Section titled "SimulateHover(Point)"Inherited from: IgbSeriesViewer
public void SimulateHover(Point point) Parameters
- point:
Point
Returns any
SimulateMouseLeaveAsync()
Section titled "SimulateMouseLeaveAsync()"Inherited from: IgbSeriesViewer
public Task SimulateMouseLeaveAsync() Returns any
SimulateMouseLeave()
Section titled "SimulateMouseLeave()"Inherited from: IgbSeriesViewer
public void SimulateMouseLeave() Returns any
SimulateClickAsync(Point)
Section titled "SimulateClickAsync(Point)"Inherited from: IgbSeriesViewer
public Task SimulateClickAsync(Point point) Parameters
- point:
Point
Returns any
SimulateClick(Point)
Section titled "SimulateClick(Point)"Inherited from: IgbSeriesViewer
public void SimulateClick(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHoldAsync(Point)
Section titled "SimulatePressAndHoldAsync(Point)"Inherited from: IgbSeriesViewer
public Task SimulatePressAndHoldAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHold(Point)
Section titled "SimulatePressAndHold(Point)"Inherited from: IgbSeriesViewer
public void SimulatePressAndHold(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUpAsync(Point)
Section titled "SimulatePlotPointerUpAsync(Point)"Inherited from: IgbSeriesViewer
public Task SimulatePlotPointerUpAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUp(Point)
Section titled "SimulatePlotPointerUp(Point)"Inherited from: IgbSeriesViewer
public void SimulatePlotPointerUp(Point point) Parameters
- point:
Point
Returns any
GetAnimationIdleVersionNumberAsync()
Section titled "GetAnimationIdleVersionNumberAsync()"Inherited from: IgbSeriesViewer
public Task<int> GetAnimationIdleVersionNumberAsync() Returns any
GetAnimationIdleVersionNumber()
Section titled "GetAnimationIdleVersionNumber()"Inherited from: IgbSeriesViewer
public int GetAnimationIdleVersionNumber() Returns any
IsAnimationActiveAsync()
Section titled "IsAnimationActiveAsync()"Inherited from: IgbSeriesViewer
public Task<bool> IsAnimationActiveAsync() Returns any
IsAnimationActive()
Section titled "IsAnimationActive()"Inherited from: IgbSeriesViewer
public bool IsAnimationActive() Returns any
StartTiledZoomingIfNecessaryAsync()
Section titled "StartTiledZoomingIfNecessaryAsync()"Inherited from: IgbSeriesViewer
Manually starts a tiled zoom if one isn't already running.
public Task StartTiledZoomingIfNecessaryAsync() Returns any
StartTiledZoomingIfNecessary()
Section titled "StartTiledZoomingIfNecessary()"Inherited from: IgbSeriesViewer
public void StartTiledZoomingIfNecessary() Returns any
EndTiledZoomingIfRunningAsync()
Section titled "EndTiledZoomingIfRunningAsync()"Inherited from: IgbSeriesViewer
Manually ends a tiled zoom if one is running.
public Task EndTiledZoomingIfRunningAsync() Returns any
EndTiledZoomingIfRunning()
Section titled "EndTiledZoomingIfRunning()"Inherited from: IgbSeriesViewer
public void EndTiledZoomingIfRunning() Returns any
ClearTileZoomCacheAsync()
Section titled "ClearTileZoomCacheAsync()"Inherited from: IgbSeriesViewer
Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
public Task ClearTileZoomCacheAsync() Returns any
ClearTileZoomCache()
Section titled "ClearTileZoomCache()"Inherited from: IgbSeriesViewer
public void ClearTileZoomCache() Returns any
ZoomInAsync(double)
Section titled "ZoomInAsync(double)"Inherited from: IgbSeriesViewer
Performs zoom in action on the chart by specified percentage of current window rect
public Task ZoomInAsync(double percentage) Parameters
- percentage:
double
Returns any
ZoomIn(double)
Section titled "ZoomIn(double)"Inherited from: IgbSeriesViewer
public void ZoomIn(double percentage) Parameters
- percentage:
double
Returns any
ZoomOutAsync(double)
Section titled "ZoomOutAsync(double)"Inherited from: IgbSeriesViewer
Performs zoom out action on the chart by specified percentage of current window rect
public Task ZoomOutAsync(double percentage) Parameters
- percentage:
double
Returns any
ZoomOut(double)
Section titled "ZoomOut(double)"Inherited from: IgbSeriesViewer
public void ZoomOut(double percentage) Parameters
- percentage:
double
Returns any
ResetZoomAsync()
Section titled "ResetZoomAsync()"Inherited from: IgbSeriesViewer
Resets the zoom level to default.
public Task ResetZoomAsync() Returns any
ResetZoom()
Section titled "ResetZoom()"Inherited from: IgbSeriesViewer
public void ResetZoom() Returns any
CancelManipulationAsync()
Section titled "CancelManipulationAsync()"Inherited from: IgbSeriesViewer
public Task CancelManipulationAsync() Returns any
CancelManipulation()
Section titled "CancelManipulation()"Inherited from: IgbSeriesViewer
public void CancelManipulation() Returns any
NotifyContainerResizedAsync()
Section titled "NotifyContainerResizedAsync()"Inherited from: IgbSeriesViewer
Notification from the containing object that the container has been resized.
public Task NotifyContainerResizedAsync() Returns any
NotifyContainerResized()
Section titled "NotifyContainerResized()"Inherited from: IgbSeriesViewer
public void NotifyContainerResized() Returns any
DestroyAsync()
Section titled "DestroyAsync()"Inherited from: IgbSeriesViewer
Release any resources held by the control.
public Task DestroyAsync() Returns any
Destroy()
Section titled "Destroy()"Inherited from: IgbSeriesViewer
public void Destroy() Returns any
RenderToImageAsync(double, double)
Section titled "RenderToImageAsync(double, double)"Inherited from: IgbSeriesViewer
public Task<object> RenderToImageAsync(double width, double height) Parameters
- width:
double - height:
double
Returns any
RenderToImage(double, double)
Section titled "RenderToImage(double, double)"Inherited from: IgbSeriesViewer
public object RenderToImage(double width, double height) Parameters
- width:
double - height:
double
Returns any
FlushAsync()
Section titled "FlushAsync()"Inherited from: IgbSeriesViewer
Use to force the SeriesViewer to finish any deferred work before printing or evaluating its visual.
public Task FlushAsync() Returns any
Flush()
Section titled "Flush()"Inherited from: IgbSeriesViewer
public void Flush() Returns any
CaptureImageAsync(IgbCaptureImageSettings)
Section titled "CaptureImageAsync(IgbCaptureImageSettings)"Inherited from: IgbSeriesViewer
public Task CaptureImageAsync(IgbCaptureImageSettings settings) Parameters
- settings:
IgbCaptureImageSettings
Returns any
CaptureImage(IgbCaptureImageSettings)
Section titled "CaptureImage(IgbCaptureImageSettings)"Inherited from: IgbSeriesViewer
public void CaptureImage(IgbCaptureImageSettings settings) Parameters
- settings:
IgbCaptureImageSettings
Returns any
NotifySeriesDataChangedAsync()
Section titled "NotifySeriesDataChangedAsync()"Inherited from: IgbSeriesViewer
public Task NotifySeriesDataChangedAsync() Returns any
NotifySeriesDataChanged()
Section titled "NotifySeriesDataChanged()"Inherited from: IgbSeriesViewer
public void NotifySeriesDataChanged() Returns any
CancelCreatingAnnotationAsync()
Section titled "CancelCreatingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task CancelCreatingAnnotationAsync() Returns any
CancelCreatingAnnotation()
Section titled "CancelCreatingAnnotation()"Inherited from: IgbSeriesViewer
public void CancelCreatingAnnotation() Returns any
CancelDeletingAnnotationAsync()
Section titled "CancelDeletingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task CancelDeletingAnnotationAsync() Returns any
CancelDeletingAnnotation()
Section titled "CancelDeletingAnnotation()"Inherited from: IgbSeriesViewer
public void CancelDeletingAnnotation() Returns any
FinishCreatingAnnotationAsync()
Section titled "FinishCreatingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task FinishCreatingAnnotationAsync() Returns any
FinishCreatingAnnotation()
Section titled "FinishCreatingAnnotation()"Inherited from: IgbSeriesViewer
public void FinishCreatingAnnotation() Returns any
FinishDeletingAnnotationAsync()
Section titled "FinishDeletingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task FinishDeletingAnnotationAsync() Returns any
FinishDeletingAnnotation()
Section titled "FinishDeletingAnnotation()"Inherited from: IgbSeriesViewer
public void FinishDeletingAnnotation() Returns any
SaveAnnotationsToJsonAsync()
Section titled "SaveAnnotationsToJsonAsync()"Inherited from: IgbSeriesViewer
public Task<string> SaveAnnotationsToJsonAsync() Returns any
SaveAnnotationsToJson()
Section titled "SaveAnnotationsToJson()"Inherited from: IgbSeriesViewer
public string SaveAnnotationsToJson() Returns any
LoadAnnotationsFromJsonAsync(string)
Section titled "LoadAnnotationsFromJsonAsync(string)"Inherited from: IgbSeriesViewer
public Task LoadAnnotationsFromJsonAsync(string jsonString) Parameters
- jsonString:
string
Returns any
LoadAnnotationsFromJson(string)
Section titled "LoadAnnotationsFromJson(string)"Inherited from: IgbSeriesViewer
public void LoadAnnotationsFromJson(string jsonString) Parameters
- jsonString:
string
Returns any
StartCreatingAnnotationAsync()
Section titled "StartCreatingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task StartCreatingAnnotationAsync() Returns any
StartCreatingAnnotation()
Section titled "StartCreatingAnnotation()"Inherited from: IgbSeriesViewer
public void StartCreatingAnnotation() Returns any
StartDeletingAnnotationAsync()
Section titled "StartDeletingAnnotationAsync()"Inherited from: IgbSeriesViewer
public Task StartDeletingAnnotationAsync() Returns any
StartDeletingAnnotation()
Section titled "StartDeletingAnnotation()"Inherited from: IgbSeriesViewer
public void StartDeletingAnnotation() Returns any
ResetAnnotationsAsync()
Section titled "ResetAnnotationsAsync()"Inherited from: IgbSeriesViewer
public Task ResetAnnotationsAsync() Returns any
ResetAnnotations()
Section titled "ResetAnnotations()"Inherited from: IgbSeriesViewer
public void ResetAnnotations() Returns any
ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyInsertItem(object, int, object)
Section titled "NotifyInsertItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyInsertItem(object dataSource, int index, object refItem) Parameters
- dataSource:
object - index:
int - refItem:
object
Returns any
NotifyRemoveItem(object, int, object)
Section titled "NotifyRemoveItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyRemoveItem(object dataSource, int index, object oldItem) Parameters
- dataSource:
object - index:
int - oldItem:
object
Returns any
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"Inherited from: BaseRendererControl
public void NotifyClearItems(object dataSource) Parameters
- dataSource:
object
Returns any
NotifySetItem(object, int, object, object)
Section titled "NotifySetItem(object, int, object, object)"Inherited from: BaseRendererControl
public void NotifySetItem(object dataSource, int index, object oldItem, object newItem) Parameters
- dataSource:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
ClearTileCache()
Section titled "ClearTileCache()"public void ClearTileCache() Returns any
ClearTileCacheAsync()
Section titled "ClearTileCacheAsync()"Removes all cached tile images from the map imagery assigned to the map's background content.
public Task ClearTileCacheAsync() Returns any
ConvertGeographicToZoom(Rect, double)
Section titled "ConvertGeographicToZoom(Rect, double)"public Rect ConvertGeographicToZoom(Rect geographic, double extraPixelPadding) Parameters
- geographic:
Rect - extraPixelPadding:
double
Returns any
ConvertGeographicToZoomAsync(Rect, double)
Section titled "ConvertGeographicToZoomAsync(Rect, double)"public Task<Rect> ConvertGeographicToZoomAsync(Rect geographic, double extraPixelPadding) Parameters
- geographic:
Rect - extraPixelPadding:
double
Returns any
DeferredRefresh()
Section titled "DeferredRefresh()"public void DeferredRefresh() Returns any
DeferredRefreshAsync()
Section titled "DeferredRefreshAsync()"Calls for a deferred refresh to the GeographicMap's background.
public Task DeferredRefreshAsync() Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
ExportVisualData()
Section titled "ExportVisualData()"public object ExportVisualData() Returns any
ExportVisualDataAsync()
Section titled "ExportVisualDataAsync()"Returns the chart visuals expressed as a ChartVisualData object.
public Task<object> ExportVisualDataAsync() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
GetActualWindowScaleHorizontal()
Section titled "GetActualWindowScaleHorizontal()"public override double GetActualWindowScaleHorizontal() Returns any
GetActualWindowScaleHorizontalAsync()
Section titled "GetActualWindowScaleHorizontalAsync()"Gets actual window scale for horizontal dimension of the control
public override Task<double> GetActualWindowScaleHorizontalAsync() Returns any
GetActualWindowScaleVertical()
Section titled "GetActualWindowScaleVertical()"public override double GetActualWindowScaleVertical() Returns any
GetActualWindowScaleVerticalAsync()
Section titled "GetActualWindowScaleVerticalAsync()"Gets actual window scale for vertical dimension of the control
public override Task<double> GetActualWindowScaleVerticalAsync() Returns any
GetCurrentActualWorldRect()
Section titled "GetCurrentActualWorldRect()"public Rect GetCurrentActualWorldRect() Returns any
GetCurrentActualWorldRectAsync()
Section titled "GetCurrentActualWorldRectAsync()"Gets current world rect in geographic coordinates
public Task<Rect> GetCurrentActualWorldRectAsync() Returns any
GetGeographicFromZoom(Rect)
Section titled "GetGeographicFromZoom(Rect)"public Rect GetGeographicFromZoom(Rect windowRect) Parameters
- windowRect:
Rect
Returns any
GetGeographicFromZoomAsync(Rect)
Section titled "GetGeographicFromZoomAsync(Rect)"Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect.
public Task<Rect> GetGeographicFromZoomAsync(Rect windowRect) Parameters
- windowRect:
Rect
Returns any
GetGeographicPoint(Point)
Section titled "GetGeographicPoint(Point)"public Point GetGeographicPoint(Point pixelCoordinate) Parameters
- pixelCoordinate:
Point
Returns any
GetGeographicPointAsync(Point)
Section titled "GetGeographicPointAsync(Point)"Convert a pixel-based coordinate to a geographic coordinate.
public Task<Point> GetGeographicPointAsync(Point pixelCoordinate) Parameters
- pixelCoordinate:
Point
Returns any
GetPixelPoint(Point)
Section titled "GetPixelPoint(Point)"public Point GetPixelPoint(Point geographicCoordinate) Parameters
- geographicCoordinate:
Point
Returns any
GetPixelPointAsync(Point)
Section titled "GetPixelPointAsync(Point)"Convert a geographic coordinate to a pixel-based coordinate.
public Task<Point> GetPixelPointAsync(Point geographicCoordinate) Parameters
- geographicCoordinate:
Point
Returns any
GetWindowPoint(Point)
Section titled "GetWindowPoint(Point)"public Point GetWindowPoint(Point geographicCoordinate) Parameters
- geographicCoordinate:
Point
Returns any
GetWindowPointAsync(Point)
Section titled "GetWindowPointAsync(Point)"Convert a geographic coordinate to a pixel-based coordinate.
public Task<Point> GetWindowPointAsync(Point geographicCoordinate) Parameters
- geographicCoordinate:
Point
Returns any
GetZoomFromGeographicPoints(Point, Point)
Section titled "GetZoomFromGeographicPoints(Point, Point)"public Rect GetZoomFromGeographicPoints(Point northWest, Point southEast) Parameters
- northWest:
Point - southEast:
Point
Returns any
GetZoomFromGeographicPointsAsync(Point, Point)
Section titled "GetZoomFromGeographicPointsAsync(Point, Point)"public Task<Rect> GetZoomFromGeographicPointsAsync(Point northWest, Point southEast) Parameters
- northWest:
Point - southEast:
Point
Returns any
GetZoomFromGeographicRect(Rect)
Section titled "GetZoomFromGeographicRect(Rect)"public Rect GetZoomFromGeographicRect(Rect geographic) Parameters
- geographic:
Rect
Returns any
GetZoomFromGeographicRectAsync(Rect)
Section titled "GetZoomFromGeographicRectAsync(Rect)"Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
public Task<Rect> GetZoomFromGeographicRectAsync(Rect geographic) Parameters
- geographic:
Rect
Returns any
GetZoomRectFromGeoRect(Rect)
Section titled "GetZoomRectFromGeoRect(Rect)"public Rect GetZoomRectFromGeoRect(Rect geographic) Parameters
- geographic:
Rect
Returns any
GetZoomRectFromGeoRectAsync(Rect)
Section titled "GetZoomRectFromGeoRectAsync(Rect)"Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
public Task<Rect> GetZoomRectFromGeoRectAsync(Rect geographic) Parameters
- geographic:
Rect
Returns any
StyleUpdated()
Section titled "StyleUpdated()"public void StyleUpdated() Returns any
StyleUpdatedAsync()
Section titled "StyleUpdatedAsync()"Notifies the chart that the CSS styles in effect have been updated.
public Task StyleUpdatedAsync() Returns any
UpdateWorldRect(Rect)
Section titled "UpdateWorldRect(Rect)"public void UpdateWorldRect(Rect worldRect) Parameters
- worldRect:
Rect
Returns any
UpdateWorldRectAsync(Rect)
Section titled "UpdateWorldRectAsync(Rect)"Updates world rect in geographic coordinates
public Task UpdateWorldRectAsync(Rect worldRect) Parameters
- worldRect:
Rect
Returns any
UpdateZoomWindow(Rect)
Section titled "UpdateZoomWindow(Rect)"public void UpdateZoomWindow(Rect zoomWindow) Parameters
- zoomWindow:
Rect
Returns any
UpdateZoomWindowAsync(Rect)
Section titled "UpdateZoomWindowAsync(Rect)"Updates zoom window using window coordinates
public Task UpdateZoomWindowAsync(Rect zoomWindow) Parameters
- zoomWindow:
Rect
Returns any
ZoomToGeographic(Rect)
Section titled "ZoomToGeographic(Rect)"public void ZoomToGeographic(Rect geographic) Parameters
- geographic:
Rect
Returns any
ZoomToGeographicAsync(Rect)
Section titled "ZoomToGeographicAsync(Rect)"Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized).
public Task ZoomToGeographicAsync(Rect geographic) Parameters
- geographic:
Rect
Returns any
Events
Section titled "Events"UserAnnotationInformationRequested
Section titled "UserAnnotationInformationRequested"[Parameter]
public EventCallback<IgbUserAnnotationInformationEventArgs> UserAnnotationInformationRequested { get; set; } UserAnnotationToolTipContentUpdating
Section titled "UserAnnotationToolTipContentUpdating"[Parameter]
public EventCallback<IgbUserAnnotationToolTipContentUpdatingEventArgs> UserAnnotationToolTipContentUpdating { get; set; } PlotAreaMouseLeftButtonDown
Section titled "PlotAreaMouseLeftButtonDown"[Parameter]
public EventCallback<IgbPlotAreaMouseButtonEventArgs> PlotAreaMouseLeftButtonDown { get; set; } PlotAreaMouseLeftButtonUp
Section titled "PlotAreaMouseLeftButtonUp"[Parameter]
public EventCallback<IgbPlotAreaMouseButtonEventArgs> PlotAreaMouseLeftButtonUp { get; set; } PlotAreaClicked
Section titled "PlotAreaClicked"[Parameter]
public EventCallback<IgbPlotAreaMouseButtonEventArgs> PlotAreaClicked { get; set; } SeriesMouseLeftButtonDown
Section titled "SeriesMouseLeftButtonDown"[Parameter]
public EventCallback<IgbDataChartMouseButtonEventArgs> SeriesMouseLeftButtonDown { get; set; } SeriesMouseLeftButtonUp
Section titled "SeriesMouseLeftButtonUp"[Parameter]
public EventCallback<IgbDataChartMouseButtonEventArgs> SeriesMouseLeftButtonUp { get; set; } SeriesClick
Section titled "SeriesClick"[Parameter]
public EventCallback<IgbDataChartMouseButtonEventArgs> SeriesClick { get; set; } SeriesMouseEnter
Section titled "SeriesMouseEnter"[Parameter]
public EventCallback<IgbChartMouseEventArgs> SeriesMouseEnter { get; set; } SeriesMouseLeave
Section titled "SeriesMouseLeave"[Parameter]
public EventCallback<IgbChartMouseEventArgs> SeriesMouseLeave { get; set; } ResizeIdle
Section titled "ResizeIdle"[Parameter]
public EventCallback<IgbChartResizeIdleEventArgs> ResizeIdle { get; set; } SelectedSeriesItemsChanged
Section titled "SelectedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> SelectedSeriesItemsChanged { get; set; } FocusedSeriesItemsChanged
Section titled "FocusedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> FocusedSeriesItemsChanged { get; set; } UserAnnotationInformationRequestedScript
Section titled "UserAnnotationInformationRequestedScript"[Parameter]
public string UserAnnotationInformationRequestedScript { get; set; } UserAnnotationToolTipContentUpdatingScript
Section titled "UserAnnotationToolTipContentUpdatingScript"[Parameter]
public string UserAnnotationToolTipContentUpdatingScript { get; set; } PlotAreaMouseLeftButtonDownScript
Section titled "PlotAreaMouseLeftButtonDownScript"[Parameter]
public string PlotAreaMouseLeftButtonDownScript { get; set; } PlotAreaMouseLeftButtonUpScript
Section titled "PlotAreaMouseLeftButtonUpScript"[Parameter]
public string PlotAreaMouseLeftButtonUpScript { get; set; } PlotAreaClickedScript
Section titled "PlotAreaClickedScript"[Parameter]
public string PlotAreaClickedScript { get; set; } SeriesMouseLeftButtonDownScript
Section titled "SeriesMouseLeftButtonDownScript"[Parameter]
public string SeriesMouseLeftButtonDownScript { get; set; } SeriesMouseLeftButtonUpScript
Section titled "SeriesMouseLeftButtonUpScript"[Parameter]
public string SeriesMouseLeftButtonUpScript { get; set; } SeriesClickScript
Section titled "SeriesClickScript"[Parameter]
public string SeriesClickScript { get; set; } SeriesMouseEnterScript
Section titled "SeriesMouseEnterScript"[Parameter]
public string SeriesMouseEnterScript { get; set; } SeriesMouseLeaveScript
Section titled "SeriesMouseLeaveScript"[Parameter]
public string SeriesMouseLeaveScript { get; set; } ResizeIdleScript
Section titled "ResizeIdleScript"[Parameter]
public string ResizeIdleScript { get; set; } SelectedSeriesItemsChangedScript
Section titled "SelectedSeriesItemsChangedScript"[Parameter]
public string SelectedSeriesItemsChangedScript { get; set; } FocusedSeriesItemsChangedScript
Section titled "FocusedSeriesItemsChangedScript"[Parameter]
public string FocusedSeriesItemsChangedScript { get; set; }