Represents a class for Geographic Contour Series displayed on a map.
Inheritance
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbGeographicContourLineSeries() Returns IgbGeographicContourLineSeries
Properties
Section titled "Properties"LongitudeMemberPath
Section titled "LongitudeMemberPath"Inherited from: IgbGeographicXYTriangulatingSeries
The name of the property from which to extract the Longitude for each item in the ItemsSource.
[Parameter]
public string LongitudeMemberPath { get; set; } LatitudeMemberPath
Section titled "LatitudeMemberPath"Inherited from: IgbGeographicXYTriangulatingSeries
The name of the property from which to extract the Latitude for each item in the ItemsSource.
[Parameter]
public string LatitudeMemberPath { get; set; } TrianglesSource
Section titled "TrianglesSource"Inherited from: IgbGeographicXYTriangulatingSeries
The source of triangulation data.
[Parameter]
public object TrianglesSource { get; set; } TrianglesSourceScript
Section titled "TrianglesSourceScript"Inherited from: IgbGeographicXYTriangulatingSeries
Provides a means of setting TrianglesSource in the JavaScript environment.
[Parameter]
public string TrianglesSourceScript { get; set; } TriangleVertexMemberPath1
Section titled "TriangleVertexMemberPath1"Inherited from: IgbGeographicXYTriangulatingSeries
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
[Parameter]
public string TriangleVertexMemberPath1 { get; set; } TriangleVertexMemberPath2
Section titled "TriangleVertexMemberPath2"Inherited from: IgbGeographicXYTriangulatingSeries
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
[Parameter]
public string TriangleVertexMemberPath2 { get; set; } TriangleVertexMemberPath3
Section titled "TriangleVertexMemberPath3"Inherited from: IgbGeographicXYTriangulatingSeries
The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
[Parameter]
public string TriangleVertexMemberPath3 { get; set; } VisibleFromScale
Section titled "VisibleFromScale"Inherited from: IgbGeographicMapSeriesHost
The minimum scale at which this series becomes visible.
[Parameter]
public double VisibleFromScale { get; set; } CoercionMethods
Section titled "CoercionMethods"Inherited from: IgbGeographicMapSeriesHost
Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart.
[Parameter]
public override object CoercionMethods { get; set; } CoercionMethodsScript
Section titled "CoercionMethodsScript"Inherited from: IgbGeographicMapSeriesHost
Provides a means of setting CoercionMethods in the JavaScript environment.
[Parameter]
public override string CoercionMethodsScript { get; set; } SeriesViewerParent
Section titled "SeriesViewerParent"Inherited from: IgbSeries
[CascadingParameter(Name = "SeriesViewerParent")]
protected BaseRendererControl SeriesViewerParent { get; set; } Title
Section titled "Title"Inherited from: IgbSeries
[Parameter]
public string Title { get; set; } TooltipTemplate
Section titled "TooltipTemplate"Inherited from: IgbSeries
[Parameter]
public RenderFragment<IgbDataContext> TooltipTemplate { get; set; } DataLegendGroup
Section titled "DataLegendGroup"Inherited from: IgbSeries
Gets or sets a name used for grouping multiple series in the Data Legend
[Parameter]
public string DataLegendGroup { get; set; } HighlightedValuesDataLegendGroup
Section titled "HighlightedValuesDataLegendGroup"Inherited from: IgbSeries
Gets or sets a name used for grouping highlighted series in the Data Legend
[Parameter]
public string HighlightedValuesDataLegendGroup { get; set; } HighlightedValuesExtraPropertyOverlays
Section titled "HighlightedValuesExtraPropertyOverlays"Inherited from: IgbSeries
Gets the current extra layers for the series.
public IgbSeriesLayerPropertyOverlayCollection HighlightedValuesExtraPropertyOverlays { get; protected set; } DataSource
Section titled "DataSource"Inherited from: IgbSeries
Gets or sets the ItemsSource property for the current series object.
[Parameter]
public object DataSource { get; set; } DataSourceScript
Section titled "DataSourceScript"Inherited from: IgbSeries
Provides a means of setting DataSource in the JavaScript environment.
[Parameter]
public string DataSourceScript { get; set; } HighlightedDataSource
Section titled "HighlightedDataSource"Inherited from: IgbSeries
Gets or sets the data to highlight for the series.
[Parameter]
public object HighlightedDataSource { get; set; } HighlightedDataSourceScript
Section titled "HighlightedDataSourceScript"Inherited from: IgbSeries
Provides a means of setting HighlightedDataSource in the JavaScript environment.
[Parameter]
public string HighlightedDataSourceScript { get; set; } Legend
Section titled "Legend"Inherited from: IgbSeries
Gets or sets a legend for the current series object.
[Parameter]
public IgbLegendBase Legend { get; set; } LegendScript
Section titled "LegendScript"Inherited from: IgbSeries
Provides a means of setting Legend in the JavaScript environment.
[Parameter]
public string LegendScript { get; set; } LegendItemVisibility
Section titled "LegendItemVisibility"Inherited from: IgbSeries
Gets or sets whether or not the current series will have a legend item displayed in a legend.
[Parameter]
public Visibility LegendItemVisibility { get; set; } LegendItemBadgeTemplate
Section titled "LegendItemBadgeTemplate"Inherited from: IgbSeries
Gets or sets the LegendItemBadgeTemplate property.
[Parameter]
public object LegendItemBadgeTemplate { get; set; } LegendItemBadgeTemplateScript
Section titled "LegendItemBadgeTemplateScript"Inherited from: IgbSeries
Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment.
[Parameter]
public string LegendItemBadgeTemplateScript { get; set; } ActualLegendItemBadgeTemplate
Section titled "ActualLegendItemBadgeTemplate"Inherited from: IgbSeries
Gets the actual legend item badge template used by the series.
[Parameter]
public object ActualLegendItemBadgeTemplate { get; set; } ActualLegendItemBadgeTemplateScript
Section titled "ActualLegendItemBadgeTemplateScript"Inherited from: IgbSeries
Provides a means of setting ActualLegendItemBadgeTemplate in the JavaScript environment.
[Parameter]
public string ActualLegendItemBadgeTemplateScript { get; set; } ActualLegendItemBadgeOutline
Section titled "ActualLegendItemBadgeOutline"Inherited from: IgbSeries
Gets the effective legend badge outline for the current series.
[Parameter]
public string ActualLegendItemBadgeOutline { get; set; } ActualLegendItemBadgeBrush
Section titled "ActualLegendItemBadgeBrush"Inherited from: IgbSeries
Gets the effective legend badge fill for the current series.
[Parameter]
public string ActualLegendItemBadgeBrush { get; set; } LegendItemBadgeShape
Section titled "LegendItemBadgeShape"Inherited from: IgbSeries
Gets or sets the type of legend badge representing the current series in a legend.
[Parameter]
public LegendItemBadgeShape LegendItemBadgeShape { get; set; } LegendItemBadgeMode
Section titled "LegendItemBadgeMode"Inherited from: IgbSeries
Gets or sets the mode of legend badge representing the current series in a legend.
[Parameter]
public LegendItemBadgeMode LegendItemBadgeMode { get; set; } LegendItemTemplate
Section titled "LegendItemTemplate"Inherited from: IgbSeries
Gets or sets the LegendItemTemplate property.
[Parameter]
public object LegendItemTemplate { get; set; } LegendItemTemplateScript
Section titled "LegendItemTemplateScript"Inherited from: IgbSeries
Provides a means of setting LegendItemTemplate in the JavaScript environment.
[Parameter]
public string LegendItemTemplateScript { get; set; } DiscreteLegendItemTemplate
Section titled "DiscreteLegendItemTemplate"Inherited from: IgbSeries
Gets or sets the DiscreteLegendItemTemplate property.
[Parameter]
public object DiscreteLegendItemTemplate { get; set; } DiscreteLegendItemTemplateScript
Section titled "DiscreteLegendItemTemplateScript"Inherited from: IgbSeries
Provides a means of setting DiscreteLegendItemTemplate in the JavaScript environment.
[Parameter]
public string DiscreteLegendItemTemplateScript { get; set; } Index
Section titled "Index"Inherited from: IgbSeries
Gets the Index property.
[Parameter]
public int Index { get; set; } TransitionEasingFunction
Section titled "TransitionEasingFunction"Inherited from: IgbSeries
Gets or sets the easing function used to morph the current series.
[Parameter]
public string TransitionEasingFunction { get; set; } TransitionEasingFunctionScript
Section titled "TransitionEasingFunctionScript"Inherited from: IgbSeries
Provides a means of setting TransitionEasingFunction in the JavaScript environment.
[Parameter]
public string TransitionEasingFunctionScript { get; set; } TransitionInEasingFunction
Section titled "TransitionInEasingFunction"Inherited from: IgbSeries
Gets or sets the EasingFunction used to morph the current series during the initial transition.
[Parameter]
public string TransitionInEasingFunction { get; set; } TransitionInEasingFunctionScript
Section titled "TransitionInEasingFunctionScript"Inherited from: IgbSeries
Provides a means of setting TransitionInEasingFunction in the JavaScript environment.
[Parameter]
public string TransitionInEasingFunctionScript { get; set; } TransitionOutEasingFunction
Section titled "TransitionOutEasingFunction"Inherited from: IgbSeries
Gets or sets the EasingFunction used to morph the current series during the initial transition.
[Parameter]
public string TransitionOutEasingFunction { get; set; } TransitionOutEasingFunctionScript
Section titled "TransitionOutEasingFunctionScript"Inherited from: IgbSeries
Provides a means of setting TransitionOutEasingFunction in the JavaScript environment.
[Parameter]
public string TransitionOutEasingFunctionScript { get; set; } TransitionDuration
Section titled "TransitionDuration"Inherited from: IgbSeries
Gets or sets the duration of the current series' morph.
[Parameter]
public int TransitionDuration { get; set; } ActualResolution
Section titled "ActualResolution"Inherited from: IgbSeries
[Parameter]
public double ActualResolution { get; set; } Resolution
Section titled "Resolution"Inherited from: IgbSeries
Gets or sets the current series object's rendering resolution.
[Parameter]
public double Resolution { get; set; } VisibleRangeMarginTop
Section titled "VisibleRangeMarginTop"Inherited from: IgbSeries
Gets or sets the top margin to use when getting a visible axis range for the series.
[Parameter]
public double VisibleRangeMarginTop { get; set; } VisibleRangeMarginBottom
Section titled "VisibleRangeMarginBottom"Inherited from: IgbSeries
Gets or sets the bottom margin to use when getting a visible axis range for the series.
[Parameter]
public double VisibleRangeMarginBottom { get; set; } VisibleRangeMarginLeft
Section titled "VisibleRangeMarginLeft"Inherited from: IgbSeries
Gets or sets the left margin to use when getting a visible axis range for the series.
[Parameter]
public double VisibleRangeMarginLeft { get; set; } VisibleRangeMarginRight
Section titled "VisibleRangeMarginRight"Inherited from: IgbSeries
Gets or sets the right margin to use when getting a visible axis range for the series.
[Parameter]
public double VisibleRangeMarginRight { get; set; } HighlightedTitleSuffix
Section titled "HighlightedTitleSuffix"Inherited from: IgbSeries
Gets or sets the HighlightedTitleSuffix property.
[Parameter]
public string HighlightedTitleSuffix { get; set; } HighlightedLegendItemVisibility
Section titled "HighlightedLegendItemVisibility"Inherited from: IgbSeries
Gets or sets whether the highlighted values layer should have a legend item.
[Parameter]
public Visibility HighlightedLegendItemVisibility { get; set; } Brush
Section titled "Brush"Inherited from: IgbSeries
Gets or sets the brush to use for the series.
[Parameter]
public string Brush { get; set; } ActualBrush
Section titled "ActualBrush"Inherited from: IgbSeries
Gets the effective brush for the current series object.
[Parameter]
public string ActualBrush { get; set; } SelectionBrush
Section titled "SelectionBrush"Inherited from: IgbSeries
Gets or sets the selection brush to use for the series.
[Parameter]
public string SelectionBrush { get; set; } FocusBrush
Section titled "FocusBrush"Inherited from: IgbSeries
Gets or sets the Focus brush to use for the series.
[Parameter]
public string FocusBrush { get; set; } ActualSelectionBrush
Section titled "ActualSelectionBrush"Inherited from: IgbSeries
Gets the effective emphasis brush for the current series object.
[Parameter]
public string ActualSelectionBrush { get; set; } ActualFocusBrush
Section titled "ActualFocusBrush"Inherited from: IgbSeries
Gets the effective emphasis brush for the current series object.
[Parameter]
public string ActualFocusBrush { get; set; } SafeActualBrush
Section titled "SafeActualBrush"Inherited from: IgbSeries
Gets the effective brush for the current series object with opacity removed so its contrasty for use as a font color.
[Parameter]
public string SafeActualBrush { get; set; } Outline
Section titled "Outline"Inherited from: IgbSeries
Gets or sets the brush to use for the outline of the series.
[Parameter]
public string Outline { get; set; } ActualOutline
Section titled "ActualOutline"Inherited from: IgbSeries
Gets the effective outline for the current series object.
[Parameter]
public string ActualOutline { get; set; } LineJoin
Section titled "LineJoin"Inherited from: IgbSeries
Gets or sets the brush that specifies current series object's line join style.
[Parameter]
public PenLineJoin LineJoin { get; set; } HighlightedValuesDisplayMode
Section titled "HighlightedValuesDisplayMode"Inherited from: IgbSeries
Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse.
[Parameter]
public SeriesHighlightedValuesDisplayMode HighlightedValuesDisplayMode { get; set; } ShouldAnimateOnDataSourceSwap
Section titled "ShouldAnimateOnDataSourceSwap"Inherited from: IgbSeries
Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse.
[Parameter]
public bool ShouldAnimateOnDataSourceSwap { get; set; } Thickness
Section titled "Thickness"Inherited from: IgbSeries
Gets or sets the width of the current series object's line thickness.
[Parameter]
public double Thickness { get; set; } ActualThickness
Section titled "ActualThickness"Inherited from: IgbSeries
Gets the effective Thickness for the current series object.
[Parameter]
public double ActualThickness { get; set; } DashArray
Section titled "DashArray"Inherited from: IgbSeries
Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the current series object.
[Parameter]
public double[] DashArray { get; set; } SelectionThickness
Section titled "SelectionThickness"Inherited from: IgbSeries
Gets or sets the width of the current series object's line thickness when the series is selected.
[Parameter]
public double SelectionThickness { get; set; } ActualHighlightingMode
Section titled "ActualHighlightingMode"Inherited from: IgbSeries
Gets actual highlighting mode
[Parameter]
public SeriesHighlightingMode ActualHighlightingMode { get; set; } ActualSelectionMode
Section titled "ActualSelectionMode"Inherited from: IgbSeries
Gets actual Selection mode
[Parameter]
public SeriesSelectionMode ActualSelectionMode { get; set; } ActualFocusMode
Section titled "ActualFocusMode"Inherited from: IgbSeries
Gets actual Selection mode
[Parameter]
public SeriesSelectionMode ActualFocusMode { get; set; } ActualHighlightedValuesFadeOpacity
Section titled "ActualHighlightedValuesFadeOpacity"Inherited from: IgbSeries
Gets actual HighlightedValues fade opacity
[Parameter]
public double ActualHighlightedValuesFadeOpacity { get; set; } HighlightedValuesFadeOpacity
Section titled "HighlightedValuesFadeOpacity"Inherited from: IgbSeries
Gets or sets the target opacity to fade to for fade style HighlightedValues.
[Parameter]
public double HighlightedValuesFadeOpacity { get; set; } ActualHighlightingFadeOpacity
Section titled "ActualHighlightingFadeOpacity"Inherited from: IgbSeries
Gets actual highlighting fade opacity
[Parameter]
public double ActualHighlightingFadeOpacity { get; set; } HighlightingFadeOpacity
Section titled "HighlightingFadeOpacity"Inherited from: IgbSeries
Gets or sets the target opacity to fade to for fade style highlighting.
[Parameter]
public double HighlightingFadeOpacity { get; set; } IsActualLegendFinancial
Section titled "IsActualLegendFinancial"Inherited from: IgbSeries
Gets or sets whether the ActualLegend is FinancialLegend or normal Legend.
[Parameter]
public bool IsActualLegendFinancial { get; set; } IsComponentHighlightingModeIgnored
Section titled "IsComponentHighlightingModeIgnored"Inherited from: IgbSeries
Gets or sets whether the component level highlight mode is ignored.
[Parameter]
public bool IsComponentHighlightingModeIgnored { get; set; } IsHighlightingEnabled
Section titled "IsHighlightingEnabled"Inherited from: IgbSeries
Gets or sets whether highlighting should be enabled for this series, if this type of series supports highlighting.
[Parameter]
public bool IsHighlightingEnabled { get; set; } UseItemWiseColors
Section titled "UseItemWiseColors"Inherited from: IgbSeries
Gets or sets whether the series should use individual palette colors for each item.
[Parameter]
public bool UseItemWiseColors { get; set; } ShouldShiftOpacityForSafeActualBrush
Section titled "ShouldShiftOpacityForSafeActualBrush"Inherited from: IgbSeries
Gets or sets whether the opacity should be automatically shifted for the safe actual brush.
[Parameter]
public bool ShouldShiftOpacityForSafeActualBrush { get; set; } ShouldRemoveHighlightedDataOnLayerHidden
Section titled "ShouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgbSeries
Gets or sets whether the opacity should be automatically shifted for the safe actual brush.
[Parameter]
public bool ShouldRemoveHighlightedDataOnLayerHidden { get; set; } ShouldHideAutoCallouts
Section titled "ShouldHideAutoCallouts"Inherited from: IgbSeries
Gets or sets whether this series should suppress it's auto callouts
[Parameter]
public bool ShouldHideAutoCallouts { get; set; } IsDropShadowEnabled
Section titled "IsDropShadowEnabled"Inherited from: IgbSeries
Gets or sets whether drop shadow should be enabled for this series.
[Parameter]
public bool IsDropShadowEnabled { get; set; } ShadowBlur
Section titled "ShadowBlur"Inherited from: IgbSeries
Gets or sets the shadow blur.
[Parameter]
public double ShadowBlur { get; set; } ShadowColor
Section titled "ShadowColor"Inherited from: IgbSeries
Gets or sets the drop shadow color.
[Parameter]
public string ShadowColor { get; set; } UseSingleShadow
Section titled "UseSingleShadow"Inherited from: IgbSeries
Gets or sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series.
[Parameter]
public bool UseSingleShadow { get; set; } ShadowOffsetX
Section titled "ShadowOffsetX"Inherited from: IgbSeries
Gets or sets the drop shadow x-offset.
[Parameter]
public double ShadowOffsetX { get; set; } ShadowOffsetY
Section titled "ShadowOffsetY"Inherited from: IgbSeries
Gets or sets the drop shadow y-offset.
[Parameter]
public double ShadowOffsetY { get; set; } AreaFillOpacity
Section titled "AreaFillOpacity"Inherited from: IgbSeries
Gets or sets the opacity applied to the area fill visual.
[Parameter]
public double AreaFillOpacity { get; set; } ActualAreaFillOpacity
Section titled "ActualAreaFillOpacity"Inherited from: IgbSeries
Gets the actual opacity applied to the area fill visual.
[Parameter]
public double ActualAreaFillOpacity { get; set; } MarkerFillOpacity
Section titled "MarkerFillOpacity"Inherited from: IgbSeries
Gets or sets the opacity applied to the fill of the markers.
[Parameter]
public double MarkerFillOpacity { get; set; } ActualMarkerFillOpacity
Section titled "ActualMarkerFillOpacity"Inherited from: IgbSeries
Gets the actual opacity applied to the fill of the markers.
[Parameter]
public double ActualMarkerFillOpacity { get; set; } IsDefaultToolTipSelected
Section titled "IsDefaultToolTipSelected"Inherited from: IgbSeries
Gets if the default tooltip has been selected for display.
[Parameter]
public bool IsDefaultToolTipSelected { get; set; } ShowDefaultTooltip
Section titled "ShowDefaultTooltip"Inherited from: IgbSeries
Gets or sets whether default tooltip will be shown.
[Parameter]
public bool ShowDefaultTooltip { get; set; } AttachTooltipToRoot
Section titled "AttachTooltipToRoot"Inherited from: IgbSeries
Gets or sets whether the tooltip will be attached to the root, when set to false it will be a child of the chart.
[Parameter]
public bool AttachTooltipToRoot { get; set; } VisibleRangeMode
Section titled "VisibleRangeMode"Inherited from: IgbSeries
Gets or sets the visible range mode to use.
[Parameter]
public SeriesVisibleRangeMode VisibleRangeMode { get; set; } OutlineMode
Section titled "OutlineMode"Inherited from: IgbSeries
Gets or sets the outline mode to use for the series.
[Parameter]
public SeriesOutlineMode OutlineMode { get; set; } TransitionInDuration
Section titled "TransitionInDuration"Inherited from: IgbSeries
Gets or sets the duration of the current series' transition in morph.
[Parameter]
public int TransitionInDuration { get; set; } TransitionOutDuration
Section titled "TransitionOutDuration"Inherited from: IgbSeries
Gets or sets the duration of the current series' transition out morph.
[Parameter]
public int TransitionOutDuration { get; set; } TransitionInSpeedType
Section titled "TransitionInSpeedType"Inherited from: IgbSeries
Gets or sets the duration of the current series' transition in morph.
[Parameter]
public TransitionInSpeedType TransitionInSpeedType { get; set; } TransitionOutSpeedType
Section titled "TransitionOutSpeedType"Inherited from: IgbSeries
Gets or sets the duration of the current series' transition out morph.
[Parameter]
public TransitionOutSpeedType TransitionOutSpeedType { get; set; } LineCap
Section titled "LineCap"Inherited from: IgbSeries
Gets or sets the style of the starting point of any lines or polylines representing this series.
[Parameter]
public PenLineCap LineCap { get; set; } AutoCalloutLabelFormat
Section titled "AutoCalloutLabelFormat"Inherited from: IgbSeries
Gets or sets the AutoCalloutLabel format string to use for the AutoCalloutLabel.
[Parameter]
public string AutoCalloutLabelFormat { get; set; } AutoCalloutLabelFormatSpecifiers
Section titled "AutoCalloutLabelFormatSpecifiers"Inherited from: IgbSeries
Gets or sets the format specifiers to use with the AutoCalloutLabelFormat string.
public IgbFormatSpecifierCollection AutoCalloutLabelFormatSpecifiers { get; set; } AutoCalloutValueLabelFormat
Section titled "AutoCalloutValueLabelFormat"Inherited from: IgbSeries
Gets or sets the AutoCalloutLabel format string to use for the AutoCalloutLabel.
[Parameter]
public string AutoCalloutValueLabelFormat { get; set; } AutoCalloutValueLabelFormatSpecifiers
Section titled "AutoCalloutValueLabelFormatSpecifiers"Inherited from: IgbSeries
Gets or sets the format specifiers to use with the AutoCalloutValueLabelFormat string.
public IgbFormatSpecifierCollection AutoCalloutValueLabelFormatSpecifiers { get; set; } MouseOverEnabled
Section titled "MouseOverEnabled"Inherited from: IgbSeries
Gets or sets the whether the chart reacts to mouse move events.
[Parameter]
public bool MouseOverEnabled { get; set; } ExpectFunctions
Section titled "ExpectFunctions"Inherited from: IgbSeries
Gets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.
[Parameter]
public virtual bool ExpectFunctions { get; set; } HitTestMode
Section titled "HitTestMode"Inherited from: IgbSeries
Method of hit testing to use when pointing to items in this series.
[Parameter]
public SeriesHitTestMode HitTestMode { get; set; } ActualHitTestMode
Section titled "ActualHitTestMode"Inherited from: IgbSeries
Resolved method of hit testing to use when pointing to items in the chart.
[Parameter]
public SeriesHitTestMode ActualHitTestMode { get; set; } FinalValue
Section titled "FinalValue"Inherited from: IgbSeries
The final value of this series.
[Parameter]
public double FinalValue { get; set; } PercentChange
Section titled "PercentChange"Inherited from: IgbSeries
The percent change from the beginning to the end of this series.
[Parameter]
public double PercentChange { get; set; } Layers
Section titled "Layers"Inherited from: IgbSeries
Gets the current extra layers for the series.
public IgbSeriesLayerCollection Layers { get; protected set; } ActualLayers
Section titled "ActualLayers"Inherited from: IgbSeries
Gets the actual extra layers for the series.
public IgbSeriesLayerCollection ActualLayers { get; protected set; } Opacity
Section titled "Opacity"Inherited from: IgbSeries
[Parameter]
public double Opacity { get; set; } Visibility
Section titled "Visibility"Inherited from: IgbSeries
[Parameter]
public Visibility Visibility { get; set; } RenderRequestedScript
Section titled "RenderRequestedScript"Inherited from: IgbSeries
[Parameter]
public string RenderRequestedScript { get; set; } RenderRequested
Section titled "RenderRequested"Inherited from: IgbSeries
[Parameter]
public Action<IgbRenderRequestedEventArgs> RenderRequested { get; set; } IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererElement
protected virtual string ParentTypeName { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } Inherited from: BaseRendererElement
[Parameter]
public string Name { get; set; } Parent
Section titled "Parent"Inherited from: BaseRendererElement
public object Parent { get; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } ActualFillScale
Section titled "ActualFillScale"Gets actual fill scale that is set on the FillScale property or default FillScale
[Parameter]
public IgbValueBrushScale ActualFillScale { get; set; } FillScale
Section titled "FillScale"The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
[Parameter]
public IgbValueBrushScale FillScale { get; set; } public override string Type { get; } ValueMemberPath
Section titled "ValueMemberPath"The name of the property from which to retrieve the numeric values from the ItemsSource items.
[Parameter]
public string ValueMemberPath { get; set; } ValueResolver
Section titled "ValueResolver"The ContourValueResolver used to determine the numeric values of contours.
[Parameter]
public IgbContourValueResolver ValueResolver { get; set; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"NotifyIndexedPropertiesChangedAsync()
Section titled "NotifyIndexedPropertiesChangedAsync()"Inherited from: IgbGeographicMapSeriesHost
Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
public override Task NotifyIndexedPropertiesChangedAsync() Returns any
NotifyIndexedPropertiesChanged()
Section titled "NotifyIndexedPropertiesChanged()"Inherited from: IgbGeographicMapSeriesHost
public override void NotifyIndexedPropertiesChanged() Returns any
GetItemValueAsync(object, string)
Section titled "GetItemValueAsync(object, string)"Inherited from: IgbGeographicMapSeriesHost
public override Task<object> GetItemValueAsync(object item, string memberPathName) Parameters
- item:
object - memberPathName:
string
Returns any
GetItemValue(object, string)
Section titled "GetItemValue(object, string)"Inherited from: IgbGeographicMapSeriesHost
public override object GetItemValue(object item, string memberPathName) Parameters
- item:
object - memberPathName:
string
Returns any
GetMemberPathValueAsync(string)
Section titled "GetMemberPathValueAsync(string)"Inherited from: IgbGeographicMapSeriesHost
Gets the value of a requested member path from the series.
public override Task<string> GetMemberPathValueAsync(string memberPathName) Parameters
- memberPathName:
string
Returns any
GetMemberPathValue(string)
Section titled "GetMemberPathValue(string)"Inherited from: IgbGeographicMapSeriesHost
public override string GetMemberPathValue(string memberPathName) Parameters
- memberPathName:
string
Returns any
GetItemAsync(Point)
Section titled "GetItemAsync(Point)"Inherited from: IgbGeographicMapSeriesHost
Gets the item that is the best match for the specified world coordinates.
public override Task<object> GetItemAsync(Point world) Parameters
- world:
Point
Returns any
GetItem(Point)
Section titled "GetItem(Point)"Inherited from: IgbGeographicMapSeriesHost
public override object GetItem(Point world) Parameters
- world:
Point
Returns any
GetPreviousOrExactIndexAsync(Point, bool)
Section titled "GetPreviousOrExactIndexAsync(Point, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<int> GetPreviousOrExactIndexAsync(Point world, bool skipUnknowns) Parameters
- world:
Point - skipUnknowns:
bool
Returns any
GetPreviousOrExactIndex(Point, bool)
Section titled "GetPreviousOrExactIndex(Point, bool)"Inherited from: IgbGeographicMapSeriesHost
public override int GetPreviousOrExactIndex(Point world, bool skipUnknowns) Parameters
- world:
Point - skipUnknowns:
bool
Returns any
GetNextOrExactIndexAsync(Point, bool)
Section titled "GetNextOrExactIndexAsync(Point, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<int> GetNextOrExactIndexAsync(Point world, bool skipUnknowns) Parameters
- world:
Point - skipUnknowns:
bool
Returns any
GetNextOrExactIndex(Point, bool)
Section titled "GetNextOrExactIndex(Point, bool)"Inherited from: IgbGeographicMapSeriesHost
public override int GetNextOrExactIndex(Point world, bool skipUnknowns) Parameters
- world:
Point - skipUnknowns:
bool
Returns any
GetSeriesValueAsync(Point, bool, bool)
Section titled "GetSeriesValueAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<double> GetSeriesValueAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValue(Point, bool, bool)
Section titled "GetSeriesValue(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override double GetSeriesValue(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValuePositionAsync(Point, bool, bool)
Section titled "GetSeriesValuePositionAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<Point> GetSeriesValuePositionAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValuePosition(Point, bool, bool)
Section titled "GetSeriesValuePosition(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Point GetSeriesValuePosition(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValueBoundingBoxAsync(Point)
Section titled "GetSeriesValueBoundingBoxAsync(Point)"Inherited from: IgbGeographicMapSeriesHost
If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
public override Task<Rect> GetSeriesValueBoundingBoxAsync(Point world) Parameters
- world:
Point
Returns any
GetSeriesValueBoundingBox(Point)
Section titled "GetSeriesValueBoundingBox(Point)"Inherited from: IgbGeographicMapSeriesHost
public override Rect GetSeriesValueBoundingBox(Point world) Parameters
- world:
Point
Returns any
GetSeriesValueMarkerBoundingBoxAsync(Point)
Section titled "GetSeriesValueMarkerBoundingBoxAsync(Point)"Inherited from: IgbGeographicMapSeriesHost
If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.
public override Task<Rect> GetSeriesValueMarkerBoundingBoxAsync(Point world) Parameters
- world:
Point
Returns any
GetSeriesValueMarkerBoundingBox(Point)
Section titled "GetSeriesValueMarkerBoundingBox(Point)"Inherited from: IgbGeographicMapSeriesHost
public override Rect GetSeriesValueMarkerBoundingBox(Point world) Parameters
- world:
Point
Returns any
GetSeriesHighValueAsync(Point, bool, bool)
Section titled "GetSeriesHighValueAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<double> GetSeriesHighValueAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesHighValue(Point, bool, bool)
Section titled "GetSeriesHighValue(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override double GetSeriesHighValue(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesHighValuePositionAsync(Point, bool, bool)
Section titled "GetSeriesHighValuePositionAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<Point> GetSeriesHighValuePositionAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesHighValuePosition(Point, bool, bool)
Section titled "GetSeriesHighValuePosition(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Point GetSeriesHighValuePosition(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesLowValueAsync(Point, bool, bool)
Section titled "GetSeriesLowValueAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<double> GetSeriesLowValueAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesLowValue(Point, bool, bool)
Section titled "GetSeriesLowValue(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override double GetSeriesLowValue(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesLowValuePositionAsync(Point, bool, bool)
Section titled "GetSeriesLowValuePositionAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<Point> GetSeriesLowValuePositionAsync(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesLowValuePosition(Point, bool, bool)
Section titled "GetSeriesLowValuePosition(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Point GetSeriesLowValuePosition(Point world, bool useInterpolation, bool skipUnknowns) Parameters
- world:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValuePositionFromSeriesPixelAsync(Point, bool, bool)
Section titled "GetSeriesValuePositionFromSeriesPixelAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<Point> GetSeriesValuePositionFromSeriesPixelAsync(Point mouse, bool useInterpolation, bool skipUnknowns) Parameters
- mouse:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValuePositionFromSeriesPixel(Point, bool, bool)
Section titled "GetSeriesValuePositionFromSeriesPixel(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Point GetSeriesValuePositionFromSeriesPixel(Point mouse, bool useInterpolation, bool skipUnknowns) Parameters
- mouse:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValueFromSeriesPixelAsync(Point, bool, bool)
Section titled "GetSeriesValueFromSeriesPixelAsync(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override Task<double> GetSeriesValueFromSeriesPixelAsync(Point mouse, bool useInterpolation, bool skipUnknowns) Parameters
- mouse:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetSeriesValueFromSeriesPixel(Point, bool, bool)
Section titled "GetSeriesValueFromSeriesPixel(Point, bool, bool)"Inherited from: IgbGeographicMapSeriesHost
public override double GetSeriesValueFromSeriesPixel(Point mouse, bool useInterpolation, bool skipUnknowns) Parameters
- mouse:
Point - useInterpolation:
bool - skipUnknowns:
bool
Returns any
GetItemSpanAsync()
Section titled "GetItemSpanAsync()"Inherited from: IgbGeographicMapSeriesHost
For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.
public override Task<double> GetItemSpanAsync() Returns any
GetItemSpan()
Section titled "GetItemSpan()"Inherited from: IgbGeographicMapSeriesHost
public override double GetItemSpan() Returns any
RenderSeriesAsync(bool)
Section titled "RenderSeriesAsync(bool)"Inherited from: IgbGeographicMapSeriesHost
Renders the series.
public override Task RenderSeriesAsync(bool animate) Parameters
- animate:
bool
Returns any
RenderSeries(bool)
Section titled "RenderSeries(bool)"Inherited from: IgbGeographicMapSeriesHost
public override void RenderSeries(bool animate) Parameters
- animate:
bool
Returns any
StyleUpdatedAsync()
Section titled "StyleUpdatedAsync()"Inherited from: IgbGeographicMapSeriesHost
Called when this series' Style is updated.
public override Task StyleUpdatedAsync() Returns any
StyleUpdated()
Section titled "StyleUpdated()"Inherited from: IgbGeographicMapSeriesHost
public override void StyleUpdated() Returns any
Dispose()
Section titled "Dispose()"Inherited from: IgbSeries
public void Dispose() Returns any
OnInitializedAsync()
Section titled "OnInitializedAsync()"Inherited from: IgbSeries
protected override Task OnInitializedAsync() Returns any
BindAxes(IgbAxis[])
Section titled "BindAxes(IgbAxis[])"Inherited from: IgbSeries
protected virtual void BindAxes(IgbAxis[] Axes) Parameters
- Axes:
IgbAxis[]
Returns any
BindSeries(IgbSeries[])
Section titled "BindSeries(IgbSeries[])"Inherited from: IgbSeries
protected virtual void BindSeries(IgbSeries[] Series) Parameters
- Series:
IgbSeries[]
Returns any
ResolveTooltipBrushAsync()
Section titled "ResolveTooltipBrushAsync()"Inherited from: IgbSeries
Gets the brush for tooltip labels.
public Task<string> ResolveTooltipBrushAsync() Returns any
ResolveTooltipBrush()
Section titled "ResolveTooltipBrush()"Inherited from: IgbSeries
public string ResolveTooltipBrush() Returns any
GetExactItemIndexAsync(Point)
Section titled "GetExactItemIndexAsync(Point)"Inherited from: IgbSeries
Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex.
public virtual Task<double> GetExactItemIndexAsync(Point world) Parameters
- world:
Point
Returns any
GetExactItemIndex(Point)
Section titled "GetExactItemIndex(Point)"Inherited from: IgbSeries
public virtual double GetExactItemIndex(Point world) Parameters
- world:
Point
Returns any
GetItemIndexAsync(Point)
Section titled "GetItemIndexAsync(Point)"Inherited from: IgbSeries
Gets the item index associated with the specified world position
public virtual Task<int> GetItemIndexAsync(Point world) Parameters
- world:
Point
Returns any
GetItemIndex(Point)
Section titled "GetItemIndex(Point)"Inherited from: IgbSeries
public virtual int GetItemIndex(Point world) Parameters
- world:
Point
Returns any
GetSeriesValueTypeAsync(ValueLayerValueMode)
Section titled "GetSeriesValueTypeAsync(ValueLayerValueMode)"Inherited from: IgbSeries
Gets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN.
public virtual Task<double[]> GetSeriesValueTypeAsync(ValueLayerValueMode mode) Parameters
- mode:
ValueLayerValueMode
Returns any
GetSeriesValueType(ValueLayerValueMode)
Section titled "GetSeriesValueType(ValueLayerValueMode)"Inherited from: IgbSeries
public virtual double[] GetSeriesValueType(ValueLayerValueMode mode) Parameters
- mode:
ValueLayerValueMode
Returns any
GetSeriesValueTypePositionAsync(ValueLayerValueMode)
Section titled "GetSeriesValueTypePositionAsync(ValueLayerValueMode)"Inherited from: IgbSeries
Gets position of series value for specified layer value mode
public virtual Task<Point> GetSeriesValueTypePositionAsync(ValueLayerValueMode mode) Parameters
- mode:
ValueLayerValueMode
Returns any
GetSeriesValueTypePosition(ValueLayerValueMode)
Section titled "GetSeriesValueTypePosition(ValueLayerValueMode)"Inherited from: IgbSeries
public virtual Point GetSeriesValueTypePosition(ValueLayerValueMode mode) Parameters
- mode:
ValueLayerValueMode
Returns any
HideToolTipsAsync()
Section titled "HideToolTipsAsync()"Inherited from: IgbSeries
Hides any internal tooltips presented by the series, if any.
public virtual Task HideToolTipsAsync() Returns any
HideToolTips()
Section titled "HideToolTips()"Inherited from: IgbSeries
public virtual void HideToolTips() Returns any
HideToolTipsImmediateAsync()
Section titled "HideToolTipsImmediateAsync()"Inherited from: IgbSeries
Hides any internal tooltips presented by the series, if any.
public virtual Task HideToolTipsImmediateAsync() Returns any
HideToolTipsImmediate()
Section titled "HideToolTipsImmediate()"Inherited from: IgbSeries
public virtual void HideToolTipsImmediate() Returns any
ToWorldPositionAsync(Point)
Section titled "ToWorldPositionAsync(Point)"Inherited from: IgbSeries
Converts a point from coordinates within the series plot area to a world position within axis space.
public Task<Point> ToWorldPositionAsync(Point seriesPoint) Parameters
- seriesPoint:
Point
Returns any
ToWorldPosition(Point)
Section titled "ToWorldPosition(Point)"Inherited from: IgbSeries
public Point ToWorldPosition(Point seriesPoint) Parameters
- seriesPoint:
Point
Returns any
ToWorldRectAsync(Rect)
Section titled "ToWorldRectAsync(Rect)"Inherited from: IgbSeries
Converts a rect from coordinates within the series plot area to a world position within axis space.
public Task<Rect> ToWorldRectAsync(Rect rect) Parameters
- rect:
Rect
Returns any
ToWorldRect(Rect)
Section titled "ToWorldRect(Rect)"Inherited from: IgbSeries
public Rect ToWorldRect(Rect rect) Parameters
- rect:
Rect
Returns any
FromWorldPositionAsync(Point)
Section titled "FromWorldPositionAsync(Point)"Inherited from: IgbSeries
Converts a point from world coordinates to coordinates within the viewport of the series.
public Task<Point> FromWorldPositionAsync(Point world) Parameters
- world:
Point
Returns any
FromWorldPosition(Point)
Section titled "FromWorldPosition(Point)"Inherited from: IgbSeries
public Point FromWorldPosition(Point world) Parameters
- world:
Point
Returns any
ScrollIntoViewAsync(object)
Section titled "ScrollIntoViewAsync(object)"Inherited from: IgbSeries
Requests that the provided item should be brought into view if possible.
public virtual Task<bool> ScrollIntoViewAsync(object item) Parameters
- item:
object
Returns any
ScrollIntoView(object)
Section titled "ScrollIntoView(object)"Inherited from: IgbSeries
public virtual bool ScrollIntoView(object item) Parameters
- item:
object
Returns any
GetMainContentViewportAsync()
Section titled "GetMainContentViewportAsync()"Inherited from: IgbSeries
public Task<Rect> GetMainContentViewportAsync() Returns any
GetMainContentViewport()
Section titled "GetMainContentViewport()"Inherited from: IgbSeries
public Rect GetMainContentViewport() Returns any
GetEffectiveViewportAsync()
Section titled "GetEffectiveViewportAsync()"Inherited from: IgbSeries
Gets the effective viewport, adjusted to account for margins and other factors.
public virtual Task<Rect> GetEffectiveViewportAsync() Returns any
GetEffectiveViewport()
Section titled "GetEffectiveViewport()"Inherited from: IgbSeries
public virtual Rect GetEffectiveViewport() Returns any
RemoveAllAlternateViewsAsync()
Section titled "RemoveAllAlternateViewsAsync()"Inherited from: IgbSeries
Removes all alternate views of this series.
public virtual Task RemoveAllAlternateViewsAsync() Returns any
RemoveAllAlternateViews()
Section titled "RemoveAllAlternateViews()"Inherited from: IgbSeries
public virtual void RemoveAllAlternateViews() Returns any
RemoveAlternateViewAsync(string)
Section titled "RemoveAlternateViewAsync(string)"Inherited from: IgbSeries
Removes an alternate view of this series.
public virtual Task RemoveAlternateViewAsync(string viewIdentifier) Parameters
- viewIdentifier:
string
Returns any
RemoveAlternateView(string)
Section titled "RemoveAlternateView(string)"Inherited from: IgbSeries
public virtual void RemoveAlternateView(string viewIdentifier) Parameters
- viewIdentifier:
string
Returns any
NotifyVisualPropertiesChangedAsync()
Section titled "NotifyVisualPropertiesChangedAsync()"Inherited from: IgbSeries
Notifies the series that a visual property has changed, requiring a visual update.
public Task NotifyVisualPropertiesChangedAsync() Returns any
NotifyVisualPropertiesChanged()
Section titled "NotifyVisualPropertiesChanged()"Inherited from: IgbSeries
public void NotifyVisualPropertiesChanged() Returns any
ReplayTransitionInAsync()
Section titled "ReplayTransitionInAsync()"Inherited from: IgbSeries
Replays the assigned transition in animation, if any.
public virtual Task ReplayTransitionInAsync() Returns any
ReplayTransitionIn()
Section titled "ReplayTransitionIn()"Inherited from: IgbSeries
public virtual void ReplayTransitionIn() Returns any
PlayTransitionOutAsync()
Section titled "PlayTransitionOutAsync()"Inherited from: IgbSeries
Plays the assigned transition out animation, if any.
public virtual Task PlayTransitionOutAsync() Returns any
PlayTransitionOut()
Section titled "PlayTransitionOut()"Inherited from: IgbSeries
public virtual void PlayTransitionOut() Returns any
PlayTransitionInAsync()
Section titled "PlayTransitionInAsync()"Inherited from: IgbSeries
Plays the assigned transition out animation, if any.
public virtual Task PlayTransitionInAsync() Returns any
PlayTransitionIn()
Section titled "PlayTransitionIn()"Inherited from: IgbSeries
public virtual void PlayTransitionIn() Returns any
PlayTransitionOutAndRemoveAsync()
Section titled "PlayTransitionOutAndRemoveAsync()"Inherited from: IgbSeries
Plays the assigned transition out animation, if any.
public virtual Task PlayTransitionOutAndRemoveAsync() Returns any
PlayTransitionOutAndRemove()
Section titled "PlayTransitionOutAndRemove()"Inherited from: IgbSeries
public virtual void PlayTransitionOutAndRemove() Returns any
RemoveAxesAsync()
Section titled "RemoveAxesAsync()"Inherited from: IgbSeries
Call to null out the axes of the series;
public Task RemoveAxesAsync() Returns any
RemoveAxes()
Section titled "RemoveAxes()"Inherited from: IgbSeries
public void RemoveAxes() Returns any
SimulateHoverAsync(Point)
Section titled "SimulateHoverAsync(Point)"Inherited from: IgbSeries
Simulates a pointer hover over the series surface.
public virtual Task SimulateHoverAsync(Point point) Parameters
- point:
Point
Returns any
SimulateHover(Point)
Section titled "SimulateHover(Point)"Inherited from: IgbSeries
public virtual void SimulateHover(Point point) Parameters
- point:
Point
Returns any
SetNegativeColorsAsync(string, string)
Section titled "SetNegativeColorsAsync(string, string)"Inherited from: IgbSeries
public virtual Task SetNegativeColorsAsync(string negativeBrush, string negativeOutline) Parameters
- negativeBrush:
string - negativeOutline:
string
Returns any
SetNegativeColors(string, string)
Section titled "SetNegativeColors(string, string)"Inherited from: IgbSeries
public virtual void SetNegativeColors(string negativeBrush, string negativeOutline) Parameters
- negativeBrush:
string - negativeOutline:
string
Returns any
MoveCursorPointAsync(Point)
Section titled "MoveCursorPointAsync(Point)"Inherited from: IgbSeries
Moves the cursor point to the provided world position. Some series may react to the current cursor position.
public Task MoveCursorPointAsync(Point point) Parameters
- point:
Point
Returns any
MoveCursorPoint(Point)
Section titled "MoveCursorPoint(Point)"Inherited from: IgbSeries
public void MoveCursorPoint(Point point) Parameters
- point:
Point
Returns any
GetUnscaledPositionAsync(Point)
Section titled "GetUnscaledPositionAsync(Point)"Inherited from: IgbSeries
Gets an unscaled position in terms of axis values from a viewport position.
public virtual Task<Point> GetUnscaledPositionAsync(Point pos) Parameters
- pos:
Point
Returns any
GetUnscaledPosition(Point)
Section titled "GetUnscaledPosition(Point)"Inherited from: IgbSeries
public virtual Point GetUnscaledPosition(Point pos) Parameters
- pos:
Point
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererElement
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererElement
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
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: BaseRendererElement
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelper(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererElement
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererElement
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"Inherited from: BaseRendererElement
protected void EnsureValid() Returns any
FromEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"Inherited from: BaseRendererElement
protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
ToEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"Inherited from: BaseRendererElement
protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererElement
protected 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: BaseRendererElement
protected Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
Events
Section titled "Events"TransitionOutCompleted
Section titled "TransitionOutCompleted"[Parameter]
public EventCallback<IgbTransitionOutCompletedEventArgs> TransitionOutCompleted { get; set; } TriangulationStatusChanged
Section titled "TriangulationStatusChanged"[Parameter]
public EventCallback<IgbTriangulationStatusEventArgs> TriangulationStatusChanged { get; set; } TransitionOutCompletedScript
Section titled "TransitionOutCompletedScript"[Parameter]
public string TransitionOutCompletedScript { get; set; } TriangulationStatusChangedScript
Section titled "TriangulationStatusChangedScript"[Parameter]
public string TriangulationStatusChangedScript { get; set; }