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.
A boolean indicating whether or not to abbreviate large numbers.
A boolean indicating whether or not to abbreviate large numbers.
Gets the effective value for the current Interval.
let effectiveInterval: number = yAxis.actualInterval;
Gets the effective value for the current Interval.
let effectiveInterval: number = yAxis.actualInterval;
Determines if the axis has a valid logarithmic scale.
let effectiveLogarithmic: boolean = this.yAxis.actualIsLogarithmic
Determines if the axis has a valid logarithmic scale.
let effectiveLogarithmic: boolean = this.yAxis.actualIsLogarithmic
Gets or sets the ActualMajorStroke property.
The actualMajorStroke
property is used for ActualMajorStroke of the axis.
Gets or sets the ActualMajorStroke property.
The actualMajorStroke
property is used for ActualMajorStroke of the axis.
Gets the effective maximum value for the current numeric axis object.
let effectiveMaxValue: number = yAxis.actualMaximumValue;
Gets the effective maximum value for the current numeric axis object.
let effectiveMaxValue: number = yAxis.actualMaximumValue;
Gets the effective minimum value for the current numeric axis object.
let effectiveMinValue: number = yAxis.actualMinimumValue;
Gets the effective minimum value for the current numeric axis object.
let effectiveMinValue: number = yAxis.actualMinimumValue;
Gets the effective value for the current MinorInterval.
let effectiveMinorInterval: number = yAxis.actualMinorInterval;
Gets the effective value for the current MinorInterval.
let effectiveMinorInterval: number = yAxis.actualMinorInterval;
Gets or sets the ActualMinorStroke property.
The actualMinorStroke
property is used for ActualMinorStroke of the axis.
Gets or sets the ActualMinorStroke property.
The actualMinorStroke
property is used for ActualMinorStroke of the axis.
Gets or sets the effective stroke used for the axis.
Gets or sets the effective stroke used for the axis.
Gets the effective visible maximum value for the current numeric axis object.
The actualVisibleMaximumValue
is used to get the current visible maximum value for the a numeric axis. Note, at times the actualVisibleMaximumValue
may differ from the actualMaximumValue
, for example when the chart is zoomed.
let effectiveVisibleMaxValue: number = yAxis.actualVisibleMaximumValue;
Gets the effective visible maximum value for the current numeric axis object.
The actualVisibleMaximumValue
is used to get the current visible maximum value for the a numeric axis. Note, at times the actualVisibleMaximumValue
may differ from the actualMaximumValue
, for example when the chart is zoomed.
let effectiveVisibleMaxValue: number = yAxis.actualVisibleMaximumValue;
Gets the effective minimum value for the current numeric axis object.
The actualVisibleMinimumValue
is used to get the current visible maximum value for the a numeric axis. Note, at times the actualVisibleMinimumValue
may differ from the actualMinimumValue
, for example when the chart is zoomed.
let effectiveVisibleMinValue: number = yAxis.actualVisibleMinimumValue;
Gets the effective minimum value for the current numeric axis object.
The actualVisibleMinimumValue
is used to get the current visible maximum value for the a numeric axis. Note, at times the actualVisibleMinimumValue
may differ from the actualMinimumValue
, for example when the chart is zoomed.
let effectiveVisibleMinValue: number = yAxis.actualVisibleMinimumValue;
Gets the current annotations for the axis.
Gets the current annotations for the axis.
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 re-imported into the chart.
The coercionMethods
methods is 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.
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 re-imported into the chart.
The coercionMethods
methods is 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.
Gets or sets the CrossingAxis property.
The crossingAxis
property is used for CrossingAxis .
Gets or sets the CrossingAxis property.
The crossingAxis
property is used for CrossingAxis .
Gets or sets the name to use to resolve crossingAxis from markup.
Gets or sets the name to use to resolve crossingAxis from markup.
Gets or sets the CrossingValue property.
The crossingValue
property is used for CrossingValue of the axis.
Gets or sets the CrossingValue property.
The crossingValue
property is used for CrossingValue of the axis.
Gets or sets the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels.
The enhancedIntervalMinimumCharacters
property is used to set the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics.
Gets or sets the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels.
The enhancedIntervalMinimumCharacters
property is used to set the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics.
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.
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.
Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
The formatLabel
function takes an object that produces a formatted label for displaying in the chart.
Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
The formatLabel
function takes an object that produces a formatted label for displaying in the chart.
Determines if the axis has a user-defined maximum.
hasUserMinimum
is used to determine if a numeric axis has a user definied minium value.
let hasSetMinimum: boolean = this.yAxis.hasUserMinimum;
Determines if the axis has a user-defined minimum.
hasUserMaximum
is used to determine if a numeric axis has a user definied maximum value.
let hasSetMaximum: boolean = this.yAxis.hasUserMaximum;
Gets or sets the Interval property.
The interval
is used to get or set the numeric axis major interval which specifies how frequent major gridlines and axis labels are rendered on an axis.
this.yAxis.interval = 20;
Gets or sets the Interval property.
The interval
is used to get or set the numeric axis major interval which specifies how frequent major gridlines and axis labels are rendered on an axis.
this.yAxis.interval = 20;
Gets if the current axis is of angular axis type
Gets or sets if the current axis is of category axis type
Gets if the current axis is of category date time axis type
Gets if the current axis is a continuous rather than a discrete scale
Gets or sets if the current axis is of date time axis type
Gets or sets the IsDisabled property. If true, the axis will not be rendered.
The isDisabled
property is used to decide if the axis will not be rendered.
Gets or sets the IsDisabled property. If true, the axis will not be rendered.
The isDisabled
property is used to decide if the axis will not be rendered.
Gets or sets the IsInverted property.
Gets or sets the isInverted
property.
Gets or sets the IsInverted property.
Gets or sets the isInverted
property.
Gets or sets the IsLogarithmic property.
isLogarithmic
is used to get or set whether the numeric axis scaler is in linear or logarithmic mode. For logarithmic scaling, this can be used in conjunction with logarithmBase
to further define the logarithmic scale.
this.yAxis.isLogarithmic= true;
this.yAxis.logarithmBase = 2;
Gets or sets the IsLogarithmic property.
isLogarithmic
is used to get or set whether the numeric axis scaler is in linear or logarithmic mode. For logarithmic scaling, this can be used in conjunction with logarithmBase
to further define the logarithmic scale.
this.yAxis.isLogarithmic= true;
this.yAxis.logarithmBase = 2;
Gets or sets if the current axis is of numeric axis type
Gets or sets if the axis is a piecewise scaling function.
Gets or sets if the current axis is of radial axis type
Gets or sets if the current axis is sorting data items
Gets if the current axis is of vertical axis
Gets or sets the axis label format string.
The label
property is used for label mapping of the axis labels.
Gets or sets the axis label format string.
The label
property is used for label mapping of the axis labels.
Gets or sets the angle of the {0}.
The Angle
property is used to set the angle of the axis.
Gets or sets the angle of the {0}.
The Angle
property is used to set the angle of the axis.
Margin applied below the {0}.
The labelBottomMargin
is used to set the bottom margin of the labels.
Margin applied below the {0}.
The labelBottomMargin
is used to set the bottom margin of the labels.
Distance between the axis and the edge of the control.
The Extent
property is used for the extent.
Distance between the axis and the edge of the control.
The Extent
property is used for the extent.
Gets or sets the label format string to use for the label.
Gets or sets the label format string to use for the label.
Gets or sets the format specifiers to use with the LabelFormat string.
Gets or sets the format specifiers to use with the LabelFormat string.
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment
property is used for the horizontal alignment.
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment
property is used for the horizontal alignment.
Margin applied to the left of the {0}.
The labelLeftMargin
property is used for the left margin of the labels.
Margin applied to the left of the {0}.
The labelLeftMargin
property is used for the left margin of the labels.
Gets or sets the location of the {0}.
The Location
property is used for the location.
Gets or sets the location of the {0}.
The Location
property is used for the location.
Margin applied to the right of the {0}.
The labelRightMargin
property is used for the right margin of the labels.
Margin applied to the right of the {0}.
The labelRightMargin
property is used for the right margin of the labels.
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel
is used to check whether the first label is displayed when the zoom level is set to 1.
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel
is used to check whether the first label is displayed when the zoom level is set to 1.
The color of the {0}.
The labelTextColor
property Overrides the color of the text used for the axis labels.
The color of the {0}.
The labelTextColor
property Overrides the color of the text used for the axis labels.
Gets or sets the text style to use for axis labels.
The labelTextStyle
property Overrides the style of the text used for the axis labels.
Gets or sets the text style to use for axis labels.
The labelTextStyle
property Overrides the style of the text used for the axis labels.
Margin applied above the {0}.
The labelTopMargin
property is used for the top margin of the labels.
Margin applied above the {0}.
The labelTopMargin
property is used for the top margin of the labels.
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment
property is used for the vertical alignment of the axis.
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment
property is used for the vertical alignment of the axis.
Gets or sets the visibility of the {0}.
The Visibility
property is used for the visibility of the axis.
Gets or sets the visibility of the {0}.
The Visibility
property is used for the visibility of the axis.
Gets or sets the LogarithmBase property.
logarithmBase
is used to get or set logarithm base when a numeric axis is in Logarithmic scale mode. For logarithmic scaling, this is used in conjunction with isLogarithmic
or ScaleMode
to set logarithmic scaling.
this.yAxis.scaleMode = NumericScaleMode.Logarithmic;
this.yAxis.logarithmBase = 2;
Gets or sets the LogarithmBase property.
logarithmBase
is used to get or set logarithm base when a numeric axis is in Logarithmic scale mode. For logarithmic scaling, this is used in conjunction with isLogarithmic
or ScaleMode
to set logarithmic scaling.
this.yAxis.scaleMode = NumericScaleMode.Logarithmic;
this.yAxis.logarithmBase = 2;
Gets or sets the MajorStroke property. Null is treated as auto. Major lines will be displayed or not based on the axis type and series used with it.
Gets or sets the majorStroke
using this property.
Gets or sets the MajorStroke property. Null is treated as auto. Major lines will be displayed or not based on the axis type and series used with it.
Gets or sets the majorStroke
using this property.
Gets or sets the MajorStrokeThickness property.
Gets or sets the majorStrokeThickness
using this property.
Gets or sets the MajorStrokeThickness property.
Gets or sets the majorStrokeThickness
using this property.
Gets or sets the MaximumValue property.
Used to set the maximum value of a numeric axis. To get the maximum value in effect on a numeric axis use actualMaximumValue
.
this.yAxis.maximumValue = 80;
Gets or sets the MaximumValue property.
Used to set the maximum value of a numeric axis. To get the maximum value in effect on a numeric axis use actualMaximumValue
.
this.yAxis.maximumValue = 80;
Gets or sets the MinimumValue property.
Used to set the minimum value of a numeric axis. To get the minimum value in effect on a numeric axis use actualMinimumValue
.
this.yAxis.minimumValue = 0;
Gets or sets the MinimumValue property.
Used to set the minimum value of a numeric axis. To get the minimum value in effect on a numeric axis use actualMinimumValue
.
this.yAxis.minimumValue = 0;
Gets or sets the MinorInterval property.
The minorInterval
is used to get or set the numeric axis minor interval which specifies how frequent minor gridlines are rendered on an axis. Please note, in order for minor gridlines to be displayed the following may also need to be set: MinorStroke
, MinorStrokeThickness
.
this.yAxis.minorInterval = 2.5;
this.yAxis.minorStroke = 'blue';
this.yAxis.minorStrokeThickness = 1;
Gets or sets the MinorInterval property.
The minorInterval
is used to get or set the numeric axis minor interval which specifies how frequent minor gridlines are rendered on an axis. Please note, in order for minor gridlines to be displayed the following may also need to be set: MinorStroke
, MinorStrokeThickness
.
this.yAxis.minorInterval = 2.5;
this.yAxis.minorStroke = 'blue';
this.yAxis.minorStrokeThickness = 1;
Gets or sets the MinorStroke property.
Gets or sets the minorStroke thickness using minorStrokeThickness
property.
Gets or sets the MinorStroke property.
Gets or sets the minorStroke thickness using minorStrokeThickness
property.
Gets or sets the MinorStrokeThickness property.
Gets or sets the MinorStrokeThickness property.
Occurs when the axis range changes.
Occurs when the axis range changes.
Gets or sets the ReferenceValue property.
Used to get or set a reference value on a numeric axis which when used with an area, bar, or column series will result in the series shapes being drawn above or below the specified value.
this.yAxis.referenceValue = 30;
Gets or sets the ReferenceValue property.
Used to get or set a reference value on a numeric axis which when used with an area, bar, or column series will result in the series shapes being drawn above or below the specified value.
this.yAxis.referenceValue = 30;
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 axis scale mode.
scaleMode
can be used on numeric axes to allow scaling data values using built-in scalers. The available scalers are linear or logarithmic.
this.yAxis.scaleMode = NumericScaleMode.Logarithmic;
Gets or sets the axis scale mode.
scaleMode
can be used on numeric axes to allow scaling data values using built-in scalers. The available scalers are linear or logarithmic.
this.yAxis.scaleMode = NumericScaleMode.Logarithmic;
Gets or sets the Strip property.
Use strip
property to set the strip of the chart.
Gets or sets the Strip property.
Use strip
property to set the strip of the chart.
Gets or sets the Stroke property. Null is treated as auto. The axis stroke will be displayed or not based on the axis type and series used with it.
Use stroke
property to set the stroke of the chart.
Gets or sets the Stroke property. Null is treated as auto. The axis stroke will be displayed or not based on the axis type and series used with it.
Use stroke
property to set the stroke of the chart.
Gets or sets the StrokeThickness property.
Use strokeThickness
property for the thickness of the stroke.
Gets or sets the StrokeThickness property.
Use strokeThickness
property for the thickness of the stroke.
Gets or sets the TickLength property.
Use tickLength
property for The length of the tickmarks to display for this axis.
Gets or sets the TickLength property.
Use tickLength
property for The length of the tickmarks to display for this axis.
Gets or sets the TickStroke property.
Use tickStroke
property for the color of the tickmarks.
Gets or sets the TickStroke property.
Use tickStroke
property for the color of the tickmarks.
Gets or sets the TickStrokeThickness property.
Use tickStrokeThickness
property for thickness of the stroke tickmarks.
Gets or sets the TickStrokeThickness property.
Use tickStrokeThickness
property for thickness of the stroke tickmarks.
Gets or sets the Title property.
Use title
property to display the title of the component.
Gets or sets the Title property.
Use title
property to display the title of the component.
Gets or sets the angle of the {0}.
The Angle
property is used to set the angle of the axis.
Gets or sets the angle of the {0}.
The Angle
property is used to set the angle of the axis.
Margin applied below the {0}.
The labelBottomMargin
is used to set the bottom margin of the labels.
Margin applied below the {0}.
The labelBottomMargin
is used to set the bottom margin of the labels.
Distance between the axis and the edge of the control.
The Extent
property is used for the extent.
Distance between the axis and the edge of the control.
The Extent
property is used for the extent.
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment
property is used for the horizontal alignment.
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment
property is used for the horizontal alignment.
Margin applied to the left of the {0}.
The labelLeftMargin
property is used for the left margin of the labels.
Margin applied to the left of the {0}.
The labelLeftMargin
property is used for the left margin of the labels.
Gets or sets the location of the {0}.
The Location
property is used for the location.
Gets or sets the location of the {0}.
The Location
property is used for the location.
Gets or sets the title position relative to the axis labels.
Gets or sets the title position relative to the axis labels.
Margin applied to the right of the {0}.
The labelRightMargin
property is used for the right margin of the labels.
Margin applied to the right of the {0}.
The labelRightMargin
property is used for the right margin of the labels.
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel
is used to check whether the first label is displayed when the zoom level is set to 1.
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel
is used to check whether the first label is displayed when the zoom level is set to 1.
The color of the {0}.
The labelTextColor
property Overrides the color of the text used for the axis labels.
The color of the {0}.
The labelTextColor
property Overrides the color of the text used for the axis labels.
Gets or sets the text style to use for axis labels.
The labelTextStyle
property Overrides the style of the text used for the axis labels.
Gets or sets the text style to use for axis labels.
The labelTextStyle
property Overrides the style of the text used for the axis labels.
Margin applied above the {0}.
The labelTopMargin
property is used for the top margin of the labels.
Margin applied above the {0}.
The labelTopMargin
property is used for the top margin of the labels.
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment
property is used for the vertical alignment of the axis.
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment
property is used for the vertical alignment of the axis.
Gets or sets the visibility of the {0}.
The Visibility
property is used for the visibility of the axis.
Gets or sets the visibility of the {0}.
The Visibility
property is used for the visibility of the axis.
Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.
Use useEnhancedIntervalManagement
property to gets/sets whether to use more advanced heuristics when determining the initial number of labels to render,
before resolving collisions, etc.
Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.
Use useEnhancedIntervalManagement
property to gets/sets whether to use more advanced heuristics when determining the initial number of labels to render,
before resolving collisions, etc.
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.
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.
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 node's shadow-including root.
Gets the label for a data item.
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.
Returns whether node and otherNode have the same properties.
Returns true if matching selectors against element's root yields element, and false otherwise.
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
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 element's first attribute whose qualified name is qualifiedName.
Removes element's attribute whose namespace is namespace and local name is localName.
Renders the axis with no animation.
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.
Displays element fullscreen and resolves promise when done.
If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels.
Scales a value from axis space into screen space.
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.
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.
Unscales a value from screen space into axis space.
Unscales a value from screen space into axis space.
let dataValue: number = this.yAxis.unscaleValue(pixel);
Represents a IgxDataChartComponent numeric Y axis.
The
IgcNumericYAxisComponent
treats the data as continuously varying numerical data items. Labels on this axis are placed along the Y-axis. Location of labels varies according to the value in a data column that is mapped using theYMemberPath
property for Scatter Series orValueMemberPath
property for Category Series.