Returns node's node document's document base URL.
Returns the children.
Returns the child elements.
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
Returns the value of element's class content attribute. Can be set to change it.
Returns the first child.
Returns the first child that is an element, and null otherwise.
Returns the value of element's id content attribute. Can be set to change it.
Returns true if node is connected and false otherwise.
Returns the last child.
Returns the last child that is an element, and null otherwise.
Returns the local name.
Returns the namespace.
Returns the first following sibling that is an element, and null otherwise.
Returns the next sibling.
Returns a string appropriate for the type of node, as follows: Element Its HTML-uppercased qualified name. Attr Its qualified name. Text "#text". CDATASection "#cdata-section". ProcessingInstruction Its target. Comment "#comment". Document "#document". DocumentType Its name. DocumentFragment "#document-fragment".
Fires when the user aborts the download.
Fires when the object loses the input focus.
Occurs when playback is possible, but would require further buffering.
Fires when the contents of the object or selection have changed.
Fires when the user clicks the left mouse button on the object
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Fires when the user double-clicks the object.
Fires on the source object continuously during a drag operation.
Fires on the source object when the user releases the mouse at the close of a drag operation.
Fires on the target element when the user drags the object to a valid drop target.
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Fires on the target element continuously while the user drags the object over a valid drop target.
Fires on the source object when the user starts to drag a text selection or selected object.
Occurs when the duration attribute is updated.
Occurs when the media element is reset to its initial state.
Occurs when the end of playback is reached.
Fires when an error occurs during object loading.
Fires when the object receives focus.
Fires when the user presses a key.
Fires when the user presses an alphanumeric key.
Fires when the user releases a key.
Fires immediately after the browser loads the object.
Occurs when media data is loaded at the current playback position.
Occurs when the duration and dimensions of the media have been determined.
Occurs when Internet Explorer begins looking for media data.
Fires when the user clicks the object with either mouse button.
Fires when the user moves the mouse over the object.
Fires when the user moves the mouse pointer outside the boundaries of the object.
Fires when the user moves the mouse pointer into the object.
Fires when the user releases a mouse button while the mouse is over the object.
Occurs when playback is paused.
Occurs when the play method is requested.
Occurs when the audio or video has started playing.
Occurs to indicate progress while downloading media data.
Occurs when the playback rate is increased or decreased.
Fires when the user resets a form.
Fires when the user repositions the scroll box in the scroll bar on the object.
Occurs when the seek operation ends.
Occurs when the current playback position is moved.
Fires when the current selection changes.
Occurs when the download has stopped.
Occurs if the load operation has been intentionally halted.
Occurs to indicate the current playback position.
Occurs when the volume is changed, or playback is muted or unmuted.
Occurs when playback stops because the next frame of a video resource is not available.
Returns the node document. Returns null for documents.
Returns the parent element.
Returns the parent.
Returns the namespace prefix.
Returns the first preceding sibling that is an element, and null otherwise.
Returns the previous sibling.
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
Returns the value of element's slot content attribute. Can be set to change it.
Returns the HTML-uppercased qualified name.
Gets the actual opacity applied to the area fill visual.
let actualFillOpacity: number = series.actualAreaFillOpacity;
Gets the actual opacity applied to the area fill visual.
let actualFillOpacity: number = series.actualAreaFillOpacity;
Gets the effective brush for the current series object.
let actualBrush: string = series.actualBrush;
Gets the effective brush for the current series object.
let actualBrush: string = series.actualBrush;
Gets the text that is displayed for the Close label in the tooltip.
Gets the text that is displayed for the High label in the tooltip.
Resolved method of hit testing to use when pointing to items in the chart.
let hitTestMode: SeriesHitTestMode = this.series.actualHitTestMode;
Resolved method of hit testing to use when pointing to items in the chart.
let hitTestMode: SeriesHitTestMode = this.series.actualHitTestMode;
Gets the text that is displayed for the Low label in the tooltip.
Gets the effective marker brush for the current series object.
actualMarkerBrush
property gets the effective marker brush for the current series object. For example, you can use it like this:
let effectiveMarkerBrush: string = this.series.actualMarkerBrush;
Gets the effective marker brush for the current series object.
actualMarkerBrush
property gets the effective marker brush for the current series object. For example, you can use it like this:
let effectiveMarkerBrush: string = this.series.actualMarkerBrush;
Gets the actual opacity applied to the fill of the markers.
Gets the actual opacity applied to the fill of the markers.
Gets the effective marker outline for the current series object.
`ActualMarkerOutline` property gets the effective marker outline for the current series object. You can use it like this:
let effectiveMarkerOutline: string = this.series.actualMarkerOutline;
Gets the effective marker outline for the current series object.
`ActualMarkerOutline` property gets the effective marker outline for the current series object. You can use it like this:
let effectiveMarkerOutline: string = this.series.actualMarkerOutline;
Gets the effective marker template for the current series object.
actualMarkerTemplate
property gets the effective marker template for the current series object. You can use it like this:
Gets the effective marker template for the current series object.
actualMarkerTemplate
property gets the effective marker template for the current series object. You can use it like this:
Gets the text that is displayed for the Open label in the tooltip.
Gets the effective outline for the current series object.
let actualOutline: string = series.ActualOutline;
Gets the effective outline for the current series object.
let actualOutline: string = series.ActualOutline;
Gets the text that is displayed for the Value label in the tooltip.
Gets the effective Thickness for the current series object.
Gets the effective Thickness for the current series object.
Gets the effective TrendLineBrush for this series.
Gets the effective TrendLineBrush for this series.
Gets the text that is displayed for the Value label in the tooltip.
Gets the text that is displayed for the Volume label in the tooltip.
Gets the effective angle axis for the current series object.
Gets the effective angle axis for the current series object.
Gets or sets the name to use to resolve angleAxis from markup.
Gets or sets the name to use to resolve angleAxis from markup.
Gets or sets the opacity applied to the area fill visual. This property only applies to series that have area visual.
Gets or sets the opacity applied to the area fill visual. This property only applies to series that have area visual.
Event raised when Assigning Radial Marker Style
Event raised when Assigning Radial Marker Style
Event raised when Assigning Category Style
Event raised when Assigning Category Style
Gets or sets the brush to use for the series.
The brush
along with the outline
and Negative Brush
can be used to affect the visuals of the IgcSeriesComponent
.
this.series.brush = "red";
Gets or sets the brush to use for the series.
The brush
along with the outline
and Negative Brush
can be used to affect the visuals of the IgcSeriesComponent
.
this.series.brush = "red";
Gets or sets whether to clip the series to the bounds. Setting this property to true will decrease chart performance.
Gets or sets whether to clip the series to the bounds. Setting this property to true will decrease chart performance.
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.
<-- position: content member-->
cMethods: any = {
ValueCoercion: function(value:number): number {return value+2;}
}
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.
<-- position: content member-->
cMethods: any = {
ValueCoercion: function(value:number): number {return value+2;}
}
Gets or sets the DiscreteLegendItemTemplate property. The legend item control content is created according to the DiscreteLegendItemTemplate on-demand by the series object itself.
Gets or sets the DiscreteLegendItemTemplate property. The legend item control content is created according to the DiscreteLegendItemTemplate on-demand by the series object itself.
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.
expectFunctions
is used to decide whether the series should expect that its data source members need to be called as functions to get their values.
this.series.expectFunctions=true;
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.
expectFunctions
is used to decide whether the series should expect that its data source members need to be called as functions to get their values.
this.series.expectFunctions=true;
The final value of this series.
The final value of this series.
Returns whether the current series supports visual markers.
hasMarkers
property is overriden, it returns whether the current series supports visual markers. You can use it like this:
let gotMarkers: boolean = this.series.hasMarkers;
Gets or sets the target opacity to fade to for fade style highlighting.
Gets or sets the target opacity to fade to for fade style highlighting.
Method of hit testing to use when pointing to items in this series.
The hitTestMode
can be set to either:
Auto
: automatically decide the appropriate hit test mode for the series.ColorEncoded
: use a color encoded off screen buffer for hit testing. Should always be O(1) time for determining a hit series. This increases frame render time and memory usage, however. Consider using this if hit testing time is degrading performance.Computational
: use a computational based approach to determine whether the series has been hit. This uses loose bounding boxes, in some cases, and can range in time complexity between O(1) and O(log n) to find a hit. This decreases frame render time compared to color encodedthis.series.hitTestMode = SeriesHitTestMode.Computational;
Method of hit testing to use when pointing to items in this series.
The hitTestMode
can be set to either:
Auto
: automatically decide the appropriate hit test mode for the series.ColorEncoded
: use a color encoded off screen buffer for hit testing. Should always be O(1) time for determining a hit series. This increases frame render time and memory usage, however. Consider using this if hit testing time is degrading performance.Computational
: use a computational based approach to determine whether the series has been hit. This uses loose bounding boxes, in some cases, and can range in time complexity between O(1) and O(log n) to find a hit. This decreases frame render time compared to color encodedthis.series.hitTestMode = SeriesHitTestMode.Computational;
Gets whether the series is an annotation layer.
let isAnnotationLayer: boolean = this.series.isAnnotationLayer;
Gets whether the current series shows an area or line shape.
let isAreaorLine: boolean = this.series.isAreaorLine;
Gets whether the current series is a category type series.
let isCategory: boolean = this.series.isCategory;
Gets or sets whether the component level highlight mode is ignored.
Gets or sets whether the component level highlight mode is ignored.
Gets or sets whether this Radial series should allow custom style overrides of its individual marker visuals.
Gets or sets whether this Radial series should allow custom style overrides of its individual marker visuals.
Gets or sets whether this Radial series should allow custom style overrides of its individual visuals.
Gets or sets whether this Radial series should allow custom style overrides of its individual visuals.
Gets whether the default crosshair behavior should be disabled if this series is present.
isDefaultCrosshairBehaviorDisabled
defaults to true for annotation layers. When not using annotaion layers, you can show crosshairs by setting the chart's CrosshairVisibility
to true.
let isDefaultCrosshairBehaviorDisabled: boolean = this.series.isDefaultCrosshairBehaviorDisabled;
Gets if the default tooltip has been selected for display.
To use the default tooltip set showDefaultTooltip
to true.
let isDefaultToolTipSelected: boolean = this.series.isDefaultToolTipSelected;
Gets if the default tooltip has been selected for display.
To use the default tooltip set showDefaultTooltip
to true.
let isDefaultToolTipSelected: boolean = this.series.isDefaultToolTipSelected;
Gets whether the default tooltip behavior should be disabled if this series is present.
let isDefaultTooltipBehaviorDisabled: boolean = this.series.isDefaultTooltipBehaviorDisabled;
Gets or sets whether drop shadow should be enabled for this series.
isDropShadowEnabled
is used to decide whether drop shadow should be enabled for this series.
this.series.isDropShadowEnabled = true;
Gets or sets whether drop shadow should be enabled for this series.
isDropShadowEnabled
is used to decide whether drop shadow should be enabled for this series.
this.series.isDropShadowEnabled = true;
Gets whether the current series is a financial type series.
let isFinancial: boolean = this.series.isFinancial;
Gets whether the current series is a stack fragment.
let isFragment: boolean = this.series.isFragment;
Gets whether the current seires is a geogrpahic series.
let isGeographic: boolean = this.series.isGeographic;
Gets or sets whether highlighting should be enabled for this series, if this type of series supports highlighting.
this.series.isHighlightingEnabled = true;
Gets or sets whether highlighting should be enabled for this series, if this type of series supports highlighting.
this.series.isHighlightingEnabled = true;
Gets if the series uses an index, which can be used to auto-assign it a color.
let isIndexed: boolean = this.series.isIndexed;
Overridden by derived series classes to indicate when markerless display is preferred or not.
Overridden by derived series classes to indicate when negative colors are supported or not.
Gets whether the current series is a polar type series.
let isPolar: boolean = this.series.isPolar;
Checks if this series is a radial series
Gets whether the current series is a range type series.
let isRange: boolean = this.series.isRange;
Gets whether the current series is a scatter type series.
let isScatter: boolean = this.series.isScatter;
Gets whether the current series is a shape type series.
Gets whether the current series is a stacked type series.
let isStacked: boolean = this.series.isStacked;
Gets if the series should appear in any legends.
let isUsableInLegend: boolean = this.series.isUsableInLegend;
Gets whether the series is a value overlay.
Gets whether the current series is oriented vertically.
let isVertical: boolean = this.series.isVertical;
Gets or sets the legend used for the current series.
Gets or sets the legend used for the current series.
Gets or sets the LegendItemBadgeTemplate property. The legend item badge is created according to the LegendItemBadgeTemplate on-demand by the series object itself.
Gets or sets the LegendItemBadgeTemplate property. The legend item badge is created according to the LegendItemBadgeTemplate on-demand by the series object itself.
Gets or sets the LegendItemTemplate property. The legend item control content is created according to the LegendItemTemplate on-demand by the series object itself.
Gets or sets the LegendItemTemplate property. The legend item control content is created according to the LegendItemTemplate on-demand by the series object itself.
Gets or sets the legend item visibility for the current series object.
The LegendItemVisibilty
can be used to exclude only certain IgcSeriesComponent
from the IgcLegendComponent
.
Gets or sets the legend item visibility for the current series object.
The LegendItemVisibilty
can be used to exclude only certain IgcSeriesComponent
from the IgcLegendComponent
.
Gets or sets the brush that specifies how the current series object's marker interiors are painted.
markerBrush
property gets or sets the brush that specifies how the current series object's marker interiors are painted. You can use it like this:
this.series.markerBrush = "red";
Gets or sets the brush that specifies how the current series object's marker interiors are painted.
markerBrush
property gets or sets the brush that specifies how the current series object's marker interiors are painted. You can use it like this:
this.series.markerBrush = "red";
Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
Gets or sets the opacity applied to the fill of the markers. This property only applies to series that have area visual.
Gets or sets the opacity applied to the fill of the markers. This property only applies to series that have area visual.
Gets or sets the brush that specifies how the current series object's marker outlines are painted.
markerOutline
property gets or sets the brush that specifies how the current series object's marker outlines are painted. You can use it like this:
this.series.markerOutline = "red";
Gets or sets the brush that specifies how the current series object's marker outlines are painted.
markerOutline
property gets or sets the brush that specifies how the current series object's marker outlines are painted. You can use it like this:
this.series.markerOutline = "red";
Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
Gets or sets the MarkerTemplate for the current series object.
markerTemplate
property gets or sets the MarkerTemplate for the current series object. For example, you can use it like this:
Gets or sets the MarkerTemplate for the current series object.
markerTemplate
property gets or sets the MarkerTemplate for the current series object. For example, you can use it like this:
Gets or sets thickness of the marker outline
Gets or sets thickness of the marker outline
Gets or sets the marker type for the current series object. If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
markerType
property gets or sets the marker type for the current series object. For example, you can set it like this:
this.series.markerType = "circle";
Gets or sets the marker type for the current series object. If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
markerType
property gets or sets the marker type for the current series object. For example, you can set it like this:
this.series.markerType = "circle";
Gets or sets the whether the chart reacts to mouse move events.
Gets or sets the whether the chart reacts to mouse move events.
Gets or sets the brush to use for the outline of the series. Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.
The outline
along with the brush
and NegativeBrush
can be used to affect the visuals of the IgcSeriesComponent
.
this.series.brush = "red";
Gets or sets the brush to use for the outline of the series. Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.
The outline
along with the brush
and NegativeBrush
can be used to affect the visuals of the IgcSeriesComponent
.
this.series.brush = "red";
Gets or sets the outline mode to use for the series.
Gets or sets the outline mode to use for the series.
The percent change from the beginning to the end of this series.
The percent change from the beginning to the end of this series.
Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
This event is raised every time a render has been requested from a series.
This event is raised every time a render has been requested from a series.
Gets or sets the current series object's rendering resolution.
Setting the resolution
on a Series to a higher value can help with performance, but it will lower the graphical fidelity of the line. As such, it can be increased up until the fidelity is unacceptable.
this.series.resolution = 1.5;
Gets or sets the current series object's rendering resolution.
Setting the resolution
on a Series to a higher value can help with performance, but it will lower the graphical fidelity of the line. As such, it can be increased up until the fidelity is unacceptable.
this.series.resolution = 1.5;
Gets or sets the shadow blur. This property is ignored when Series.UseSingleShadow is set to true.
shadowBlur
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowBlur = 7;
Gets or sets the shadow blur. This property is ignored when Series.UseSingleShadow is set to true.
shadowBlur
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowBlur = 7;
Gets or sets the drop shadow color.
shadowColor
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowColor = "blue";
Gets or sets the drop shadow color.
shadowColor
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowColor = "blue";
Gets or sets the drop shadow x-offset.
shadowOffsetX
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowOffsetX = 10;
Gets or sets the drop shadow x-offset.
shadowOffsetX
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowOffsetX = 10;
Gets or sets the drop shadow y-offset.
shadowOffsetY
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowOffsetY = 10;
Gets or sets the drop shadow y-offset.
shadowOffsetY
can be set in conjection with isDropShadowEnabled
to further define the drop shadow effect.
this.series.shadowOffsetY = 10;
Gets or sets whether default tooltip will be shown.
The default tooltips display all the information relevant to the particular series item (series title, data values, axis values etc.) and are styled to match the series' style. When using default tooltips, you should also set the series title
.
this.series.showDefaultTooltip ="true";
Gets or sets whether default tooltip will be shown.
The default tooltips display all the information relevant to the particular series item (series title, data values, axis values etc.) and are styled to match the series' style. When using default tooltips, you should also set the series title
.
this.series.showDefaultTooltip ="true";
Gets or sets the width of the current series object's line thickness.
Depending on the IgcSeriesComponent
type, this can be the main brush used, or just the outline. For example, when using a IgcLineSeriesComponent
it will affect the thickness of the lines drawn, whereas when using a IgcColumnSeriesComponent
it will affect the outer border thickness of the columns.
this.series.thickness=5;
Gets or sets the width of the current series object's line thickness.
Depending on the IgcSeriesComponent
type, this can be the main brush used, or just the outline. For example, when using a IgcLineSeriesComponent
it will affect the thickness of the lines drawn, whereas when using a IgcColumnSeriesComponent
it will affect the outer border thickness of the columns.
this.series.thickness=5;
Gets or sets the Title property. The legend item control is created according to the Title on-demand by the series object itself.
The IgcSeriesComponent
title
may be used in tooltips and legends.
this.series.title = "InStock Items";
Gets or sets the Title property. The legend item control is created according to the Title on-demand by the series object itself.
The IgcSeriesComponent
title
may be used in tooltips and legends.
this.series.title = "InStock Items";
Gets or sets the duration of the current series's morph.
The transitionDuration
can be used to play animation when data is added or removed from a IgcSeriesComponent
. To play an initial animation see transitionInDuration
.
this.series.transitionDuration = 500;
Gets or sets the duration of the current series's morph.
The transitionDuration
can be used to play animation when data is added or removed from a IgcSeriesComponent
. To play an initial animation see transitionInDuration
.
this.series.transitionDuration = 500;
Gets or sets the easing function used to morph the current series.
The TransitioninDuration
and transitionEasingFunction
can be used to play animation when data is added or removed from a IgcSeriesComponent
. To play an initial animation see transitionInDuration
.
this.series.transitionEasingFunction = EasingFunctions.cubicEase;
Gets or sets the easing function used to morph the current series.
The TransitioninDuration
and transitionEasingFunction
can be used to play animation when data is added or removed from a IgcSeriesComponent
. To play an initial animation see transitionInDuration
.
this.series.transitionEasingFunction = EasingFunctions.cubicEase;
Gets or sets the duration of the current series's transition in morph.
The transitionInDuration
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionDuration = 500;
Gets or sets the duration of the current series's transition in morph.
The transitionInDuration
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionDuration = 500;
Gets or sets the EasingFunction used to morph the current series during the initial transition.
The transitionInEasingFunction
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionInEasingFunction = EasingFunctions.cubicEase;
Gets or sets the EasingFunction used to morph the current series during the initial transition.
The transitionInEasingFunction
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionInEasingFunction = EasingFunctions.cubicEase;
Gets or sets the duration of the current series's transition in morph.
The transitionInSpeedType
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionInSpeedType = TransitionInSpeedType.IndexScaled;
Gets or sets the duration of the current series's transition in morph.
The transitionInSpeedType
can be used with IsTransitionInEnabled
to cofigure the animation when a new datasource is loaded.
this.series.transitionInSpeedType = TransitionInSpeedType.IndexScaled;
Gets or sets the brush that specifies how to the current series object's Trend line is drawn.
Gets or sets the brush that specifies how to the current series object's Trend line is drawn.
Gets or sets the trend line period for the current series. The typical, and initial, value for bollinger band periods is 20.
Gets or sets the trend line period for the current series. The typical, and initial, value for bollinger band periods is 20.
Gets or sets the thickness of the current series object's trend line.
Gets or sets the thickness of the current series object's trend line.
Gets or sets the trend type for the current series object.
Gets or sets the trend type for the current series object.
Sets or Gets the Z index of the trendline.
Sets or Gets the Z index of the trendline.
Gets or sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series. When this property is set to true, no Series.ShadowBlur is applied.
this.series.useSingleShadow = true;
Gets or sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series. When this property is set to true, no Series.ShadowBlur is applied.
this.series.useSingleShadow = true;
Gets the effective value axis for the current series object.
Gets the effective value axis for the current series object.
Gets or sets the name to use to resolve valueAxis from markup.
Gets or sets the name to use to resolve valueAxis from markup.
Gets or sets the item path that provides the values for the current series.
Gets or sets the item path that provides the values for the current series.
Gets or sets the bottom margin to use when getting a visible axis range for the series.
Gets or sets the bottom margin to use when getting a visible axis range for the series.
Gets or sets the left margin to use when getting a visible axis range for the series.
Gets or sets the left margin to use when getting a visible axis range for the series.
Gets or sets the right margin to use when getting a visible axis range for the series.
Gets or sets the right margin to use when getting a visible axis range for the series.
Gets or sets the top margin to use when getting a visible axis range for the series.
Gets or sets the top margin to use when getting a visible axis range for the series.
Gets or sets the visible range mode to use.
Gets or sets the visible range mode to use.
Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Creates a shadow root for element and returns it.
Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Determine if object can be used as AngleAxis
Determine if object can be used as ValueAxis
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Returns true if other is an inclusive descendant of node, and false otherwise.
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Converts a point from world coordinates to coordinates within the viewport of the series.
Gets the angle to the provided world position from the center of the radial series.
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns the width of the category grouping this series is in.
Gets the effective viewport, adjusted to account for margins and other factors.
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.
Gets the item that is the best match for the specified world coordinates.
Get the index of the item near the provided world coordinates.
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.
Returns the offset value for this series if grouped on a category axis.
Returns node's shadow-including root.
If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
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.
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Returns true if element has attributes, and false otherwise.
Returns whether node has children.
Hides any internal tooltips presented by the series, if any.
Returns whether node and otherNode have the same properties.
Returns true if matching selectors against element's root yields element, and false otherwise.
Moves the cursor point to the provided world position. Some series may react to the current cursor position.
moveCursorPoint
can be used on annotation layers to programitically show the annotation at the given point.
this.crosshair.moveCursorPoint({x:.5,y:.5});
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
Notifies the series that a visual property has changed, requiring a visual update.
Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Returns the first element that is a descendant of node that matches selectors.
Returns all element descendants of node that match selectors.
Removes node.
Removes all alternate views of this series.
Removes an alternate view of this series.
Removes element's first attribute whose qualified name is qualifiedName.
Removes element's attribute whose namespace is namespace and local name is localName.
Call to null out the axes of the series;
Renders the series.
this.series.renderSeries(true);
Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Replays the assigned transition in animation, if any.
this.series.replayTransitionIn();
Displays element fullscreen and resolves promise when done.
Gets the brush for tooltip labels.
Scrolls the specified item into the view.
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Simulates a pointer hover over the series surface.
When tooltips are enabled, simulateHover
can be used to automatically display the tooltip over a particular series item.
this.series.simulateHover({x:250,y:250});
Called when this series' Style is updated.
Converts a point from coordinates within the series plot area to a world position within axis space.
this.series.toWorldPosition({x:500,y:500});
If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName. Returns true if qualifiedName is now present, and false otherwise.
Represents a IgxDataChartComponent radial pie series. Compare values across categories by using radial pie slices.