DevExpress.XtraCharts.v21.2 Contains a public API for WinForms ChartControl, ASP.NET WebChartControl, ASP.NET MVC Chart extension, and Chart for Reports. Chart for Spreadsheet and WinForms Dashboard Chart require this library to function. Lists scale types for series point arguments and values. Identifies the DateTime data scale. This means that data used to create series points is treated as DateTime values and shown on the axis as DateTime values (for example, January, 2003 or 2013/01/07). Use the property to access settings of an axis with the date-time scale. For example, define an axis’s DateTimeScaleOptions.Label.TextPattern property to specify the display format of axis labels. Identifies the numeric data scale. This means that data used to create series points is treated as numeric values and shown on the axis as numbers (for example, 100 or 0.5). Use the property to access settings of an axis with the numeric scale. For example, define an axis’s NumericScaleOptions.Label.TextPattern property to specify the display format of axis labels. Identifies the qualitative data scale. This means that data used to create series points is treated as string categories and shown on the axis as string values (for example, A, B, C). This scale type is only available for arguments. Use the property to access settings of an axis with the qualitative scale. Identifies the TimeSpan data scale. This means that data used to create series points is treated as TimeSpan values and shown on the axis as TimeSpan values (for example, 00:00:00, 00:00:01, 00:00:02). Use the property to access settings of an axis with the time-span scale. For example, define an axis’ TimeSpanScaleOptions.Label.TextPattern property to specify the display format of axis labels. Lists the values that specify the aggregate function used for an axis. Aggregates data by calculating the average value for a selected numeric or date-time interval. Aggregates data by calculating the number of non-null values for a selected numeric or date-time interval. Aggregates data using the custom calculator. Aggregates financial data for a selected interval into a single high-low-open-close data point, so that the high value equals the highest value of all data points in this interval; the low value equals the lowest value of all data points; the open value equals the open value of the first data point and the close value equals the close value of the last data point. Aggregates data by calculating the number of all points for a selected numeric or date-time interval. Aggregates data by calculating the maximum value for a selected numeric or date-time interval. Aggregates data by calculating the minimum value for a selected numeric or date-time interval. The aggregate function is not applied. Aggregates data by calculating the summary for a selected numeric or date-time interval. The base class for titles that can be aligned. Gets or sets the title’s alignment. A enumeration value that specifies the title’s alignment. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the number of lines to which a title’s text is allowed to wrap. An integer which is the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets whether a title’s text should wrap when it’s too lengthy. true, if a title’s text should wrap; otherwise, false. The base class for all animations. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the initial delay before animation start. A value, specifying the delay between an animation request and an animation start. Specifies the duration of the animation. A value. Gets or sets the easing function specifying how to apply animation. A class descendant object. Gets or sets the value indicating whether or not animation is enabled. true if animation is enabled; otherwise false. Gets the string value used to support serialization of the animation type. A value. Lists the animation directions. Animation starts from the bottom boundary. Animation starts from the left boundary. Animation starts from the right boundary. Animation starts from the top boundary. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. Always . Represents a base class for classes representing text and image annotations. Initializes a new instance of the class with the specified name. A value specifying the name of the text annotation. This value is assigned to the property. Specifies the type of the annotation‘s anchor point. An class descendant representing the annotation’s anchor point type. For internal use. This property is used to support serialization of the anchor point. An object supporting the interface. Specifies the angle by which the annotation‘s shape is rotated. An integer value specifying the rotation angle, in degrees. The default is 0. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Indicates whether the annotation’s height is calculated based on the annotation’s contents. true if the height is determined based on the contents; otherwise, false. Indicates whether the annotation’s width is calculated based on the annotation’s contents. true if the width is determined based on contents; otherwise, false. Specifies the annotation‘s background color. A value which specifies the annotation’s background color. Gets the annotation‘s border settings. A object which specifies the border style. Specifies the connector style of the annotation. An enumeration value representing the connector style. Gets the annotation‘s background fill style. A object which specifies the background fill style. Specifies the height (in pixels) of the annotation. An integer value specifying the annotation’s height, in pixels. Specifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. true to always draw the annotation entirely; otherwise, false. The default is false. Specifies the internal space between the annotation‘s content and its edge, in pixels. A object, representing the annotation’s inner indents, measured in pixels. Specifies whether a user can re-locate the annotation’s anchor point at runtime. true if a user is allowed to re-locate the annotation anchor point; otherwise, false. Specifies whether a user can edit the annotation. true, if a user is allowed to modify the annotation; otherwise, false (default). Specifies whether it’s allowed to re-locate the annotation at runtime. true to allow runtime re-location of the annotation; otherwise, false. Specifies whether it’s allowed to resize the annotation at runtime. true to allow runtime resizing of the annotation; otherwise, false. Specifies whether it’s allowed to rotate the annotation at runtime. true to allow runtime rotation of the annotation; otherwise, false. Gets the annotation‘s shadow settings. A object which provides the settings used to paint the legend’s shadow. Specifies the fillet when the annotation’s shape is RoundedRectangle. An integer value specifying the annotation shape’s fillet. Specifies the shape kind of the annotation. A enumeration value representing the annotation shape kind. Specifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. An class descendant representing the shape position type. For internal use. This property is used to support serialization of the shape position. An object supporting the interface. Gets the string value used to support serialization of the annotation type. A value. Specifies whether the annotation is visible. true if the annotation is visible; otherwise, false. Specifies the width (in pixels) of the annotation. An integer value specifying the annotation’s width, in pixels. Gets or sets the Z-Order of the annotation. An integer value that specifies the Z-Order. Objects with higher Z-Orders overlap objects with lower Z-Orders. The default is 0. Represents a base class for classes representing annotation anchor point types. Gets the string value used to support serialization of the annotation anchor point type. A value. Represents a collection that stores annotations of a chart, pane or series point. Appends the specified object to the current collection. An object representing the image annotation to be added. Appends the specified object to the current collection. A value which specifies the name of the annotation. An object representing the image annotation to be added. Appends the specified object to the current collection. A value which specifies the name of the annotation. An object representing the annotation’s image. An object representing the image annotation to be added. Appends the specified object to the current collection. A value which specifies the name of the annotation. A value which specifies an URL to the annotation’s image. An object representing the image annotation to be added. Appends the specified object to the current collection. A object representing the text annotation to be added. Appends the specified object to the current collection. A value which specifies the name of the annotation. A object representing the text annotation to be added. Appends the specified object to the current collection. A value which specifies the name of the annotation. A value which specifies the text of the annotation. A object representing the text annotation to be added. Determines whether the collection contains the specified object. An object to locate in the collection. true if the collection contains the specified annotation; otherwise, false. Returns the specified object’s position within the collection. An object to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An object which represents the annotation at the specified position. Removes the specified annotation from the collection. An object to be removed from the collection. Swaps the two specified annotations within the collection. An object which specifies the first annotation to swap. If null, then the will be raised. If the specified annotation doesn’t belong to the collection, then the will be raised. An object which specifies the second annotation to swap. If null, then the will be raised. If the specified annotation doesn’t belong to the collection, then the will be raised. Swaps the two annotations with the specified indexes in the collection. An integer value which specifies the index of the first annotation to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. An integer value which specifies the index of the second annotation to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. Copies the elements of the to a new array of objects. An array of objects containing the copies of the elements of the . Lists the values used to specify a connector style of an annotation. Represents the arrow annotation connector style. Represents the line annotation connector style. The annotation connector is disabled. Represents the notched arrow annotation connector style. Represents the tail annotation connector style. Data for the event that occurs when the image annotation is edited. Gets or sets the path to a new annotation’s image. A file name that includes the file path. Represents a collection that stores all annotations that are present in a chart control for any of its element. Appends the specified annotation to the current collection. An class descendant to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of annotations to the collection. An array of the class descendants to append to the collection. Determines whether the collection contains the specified object. An object to locate in the collection. true if the collection contains the specified annotation; otherwise, false. Checks whether repository has annotations anchored to a series point. true, if the repository has annotations anchored to a series point; otherwise, false. Returns the specified object’s position within the collection. An object to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Inserts the specified annotation into the collection at the specified position. A zero-based integer which specifies the position at which the chart title is to be inserted. An object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An object which represents the annotation at the specified position. Returns an annotation by its name. A value, specifying the annotation name. An object with the specified property. Removes the specified annotation from the collection. An object to be removed from the collection. Swaps the two specified annotations within the collection. An object which specifies the first annotation to swap. If null, then the will be raised. If the specified annotation doesn’t belong to the collection, then the will be raised. An object which specifies the second annotation to swap. If null, then the will be raised. If the specified annotation doesn’t belong to the collection, then the will be raised. Copies the elements of the to a new array of objects. An array of objects containing the copies of the elements of the . Lists types of changes that a user can make to the annotation repository. A user adds an annotation. A user deletes an annotation. A user changes an annotation image. A user edits annotation text. Data for the event. Returns the changed annotation. The changed annotation. Returns the value that indicates the type of change a user makes. An annotation change that a user makes. A method that handles the event. The event source. The event data. Data for the event. Returns the annotation that is being changed. The changed annotation. Indicates whether to cancel the annotation change. true, if the annotation change should be canceled; otherwise false. Returns the value that indicates the type of change a user makes. An annotation change that a user makes. A method that handles the event. The event source. The event data. Represents a base class for classes representing the shape position of annotations. Gets the string value used to support serialization of the annotation shape position type. A value. Data for the event that occurs when the text annotation is edited. Gets or sets a new annotation’s text. A new annotation’s text. Helps to generate series view-specific images the Chart Designer uses. Creates the specified series view type’s image. The series view type that the helper uses to create the image. The chart appearance that the helper uses to create the image. The palette that provides series colors. The color index in the palette. See for more information. The image that shows the specified chart appearance. Creates the specified series view type’s image. The series view type that the helper uses to create the image. The chart appearance that the helper uses to create the image. The palette that provides series colors. The color index in the palette. See for more information. The model that the 3D bar view uses. The viewType parameter should be ViewType.Bar3D. The image that shows the specified chart appearance. A repository of chart appearances. Finds an appearance with the specified name in a repository. A specifying the name of an appearance. true to use the default appearance, if there is no appearance with the specified name within a repository; otherwise, false. A object which is the appearance with the specified name. Provides access to individual appearances in the repository by their names. A value specifying the name of the appearance to get. A object which specifies the appearance with the specified name. Returns an array of localized appearance names. An array of objects representing localized appearance names. Returns an array of strings that are the names of all the appearances in the chart. An array of values which are the appearance names. Contains settings for custom drawing 3D area series. Defines label settings for Area 3D series. Initializes a new instance of the class with the default settings. Represents a series view of the 3D Area type. Initializes a new instance of the class with the default settings. Gets or sets the depth of a slice that represents the 3D area series (the extent of the area series along the Z-axis). A value (measured in fractions of Z-axis units). This value should be greater than 0. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Overrides the property. An integer value. Always returns 0. Overrides the property. A value. Always returns 0. Contains settings for custom drawing 2D area series. Gets the border settings for the area series view when implementing custom drawing in the chart control. A object which specifies the border style. Gets the fill style settings of the area series view when implementing custom drawing in the chart control. A object which specifies the fill style for the area. Contains empty point options for area series views and their descendants. Copies all the settings from the object passed as the parameter. An object (the descendant) whose settings are assigned to the current object. Returns border settings for empty point areas. Specifies border settings. Determines whether the current object has the same settings as the specified object. An object to compare with the current object. true if the object specified by the parameter has the same settings as the current object; otherwise, false. Returns fill style settings for empty point areas. Specifies fill style settings. Returns the hash code for the current object. The hash code for the current object. Represents a series view of the Area type. Initializes a new instance of the class with the default settings. Represents the base class for series views of the area, stacked area, and full stacked area types. Initializes a new instance of the class with the default settings. Gets the settings of a border that bounds the polygon representing the area series. A object that specifies the border style. Returns options related to empty points of the area series. Contains settings for empty points of an area series. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the fill style of area series within a view of an area type. A object which specifies the fill style for the area. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Overrides the property. Always returns null (Nothing in Visual Basic). Overrides the property. Always returns null (Nothing in Visual Basic). Gets the specific settings of the data point markers displayed by a series of the Area Series type. A object that contains specific marker settings. Overrides the property. Always false. Gets or sets the transparency (0-255) to use for displaying the filled color areas. A value from 0 (opaque) to 255 (transparent). The individual automatic scale break. Initializes a new instance of the class with the specified settings. The first edge of a scale break. The second edge of a scale break. Returns the scale break’s first edge. The first edge of a scale break. Returns the scale break’s second edge. The second edge of the scale break. Represents the options of the axis’ automatic scale breaks. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets an automatic scale breaks calculator for scale breaks. An object that implements the interface. Gets or sets a value indicating whether automatic scale breaks are enabled. true if automatic scale breaks are enabled; otherwise, false. Gets or sets the maximum number of automatic scale breaks. An integer value, which specifies the maximum number of automatic scale breaks. The Average True Range indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points used to calculate one indicator value. Represents the base class for classes that provide axes functionality for 2D XY-series views. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Provides access to the settings of automatic scale breaks. An object, which contains settings of automatic scale breaks. Gets or sets whether the axis is reversed. true, to reverse the axis; otherwise, false. Provides access to the appearance settings of the axis’ scale breaks. A object that contains the appearance settings of scale breaks. Provides access to the axis’ collection of scale breaks. A object containing an axis’ scale breaks. Represents the base class for classes that provide axes functionality for a chart control in 2D series views. Specifies the position of an axis relative to another primary axis. An enumeration value which specifies the relative position of the current axis. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the axis color. A structure which specifies the axis color. Gets the axis collection of constant lines. A object which represents the collection of constant lines. Gets the crosshair axis label settings allowing you to specify its appearance on a diagram. A object which represents crosshair axis label options on a diagram. Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point. A that is the crosshair axis label pattern. The default value is . Specifies whether to show crosshair axis labels for a diagram. Default - the CrosshairLabelVisibility property value is obtained from the parent’s and/ or properties depending on an axis; True - crosshair axis labels are visible on a diagram; False - crosshair axis labels are hidden. Gets the axis collection of custom labels. A object which represents the collection of custom labels. Returns a value that specifies whether or not an axis is visible on the panes. An class descendant that represents a pane object. Returns a value indicating whether or not an axis is visible in the specified pane. Gets the interlaced fill style settings. A object which specifies the interlaced fill style. Gets the settings of axis labels. An object which provides axis label settings. Gets or sets the axis label position. The value that specifies the axis label position. Gets or sets the visibility mode of the axis labels. A enumeration value. Specifies panes in which an axis should be visible. true if the axis should be visible in the pane; otherwise, false. An class descendant, that represents a pane object. Gets or sets the value that specifies whether to show an axis behind chart series, axis labels, gridlines and tickmarks. true if the axis draws behind series, axis labels, gridlines and tickmarks; otherwise false. Gets an object that represents the collection of axis strips. A object which represents the collection of axis strips. Specifies the thickness (in pixels) of the axis. An integer value which specifies the thickness of the axis, in pixels. Gets the tickmark settings of an axis for 2D Charts. A object which provides the tickmark settings of a 2D axis. Gets the title settings of an axis. An object which provides the axis title settings. Specifies whether to show X and Y-axes on a diagram. Default - the axis visibility is defined according to the adaptive layout algorithm when the chart is resized; True - X and Y-axes are visible on a diagram; False - X and Y-axes are hidden. The default is DefaultBoolean.Default. Gets a list of panes in which to display the current axis. An object implementing the interface that is a collection of panes in which an axis should be visible. Specifies whether the axis is visible. true if the axis is visible; otherwise, false. Gets or sets the string value used to support serialization of the property. A value. Represents the base class for classes that provide axes functionality for a chart control in 3D series. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the interlaced fill style settings. A object which specifies the interlaced fill style. Gets the settings of axis labels in 3D series. An object which provides axis label settings. Overrides the property. A value. Returns the textual representation of the axis. A value which is the textual representation of the axis. Lists the values used to specify the position of an axis relative to another axis. The axis is positioned in the center of chart plot area. This alignment type is applicable to primary axes only. In this mode, an axis title and labels are shown within the pane. An axis is displayed at the right or top side of the diagram, depending on its type and orientation. An axis is displayed at the left or bottom side of the diagram, depending on its type and orientation. An axis intercepts another primary axis at the zero level. This alignment type is applicable to primary axes only. In this mode, an axis title and labels are shown within the pane. For an axis of (Y) values, the zero level is its zero line. For an axis of (X) arguments, the zero level depends upon a series’ property value: - for the scale, the zero level is specified by the first point’s argument, - for the scale, the zero level equals the zero value, - for the scale, the zero level is equal to the earliest date. Represents the base class for classes that provide axes functionality for a chart control. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the date-time measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned. A enumeration value which represents the measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned. Gets or sets the detail level for date-time values. A enumeration value which represents the axis’ detail level. Provides access to the settings that define how date-time values should be displayed within axis labels. A object that contains specific date-time settings. Stores the options that define the behavior of a scale when its type is date-time. The date-time axis scale options. Identifies the default value to which the property is reset, if the becomes Manual. Converts the specified date-time value to an internal numeric format of the current X-axis scale. A value which specifies a date-time value to convert. A value which represents an X-axis value in the internal format. Converts the specified numeric value to an internal numeric format of the current X-axis scale. A value which specifies a numeric value to convert. A value which represents an X-axis value in the internal format. Converts the specified qualitative value to an internal numeric format of the current axis scale. A which specifies a qualitative value to convert. A value which represents an axis value in the internal format; if the string value doesn’t exist, returns System.Double.NaN. Converts the specified time-span value to an internal numeric format of the current X-axis scale. A value that specifies a time-span value to convert. A value that represents an x-axis value in the internal format. Converts the specified internal value of the current X-axis scale to a scale value. A value which specifies an internal value to convert. A value that represents a scale value. Gets the grid lines settings. A object which provides the grid lines settings. Gets or sets a numeric interval between the axis’ grid lines. A value which specifies the interval between grid lines. Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis. true, if grid spacing is performed automatically; otherwise, false. Gets or sets whether interlacing is applied to the axis. true to apply interlacing; otherwise, false. Gets or sets the interlaced color. A structure which specifies the interlaced color. Gets the settings of axis labels. An object which provides axis label settings. Gets or sets whether the axis should display its numerical values using a logarithmic scale. true if the logarithmic scale should be used; otherwise, false. Gets or sets a value specifying a logarithmic base when the property is enabled. A value which specifies the logarithmic base. Gets or sets the number of minor tickmarks and grid lines. An integer value which specifies the number of minor tickmarks between two major tickmarks. The same value specifies the number of grid lines. Gets the numeric options of the axis. A object which provides the numeric options of the axis. Stores the options that define the behavior of a scale when its type is numeric. The numeric axis scale options. Gets or sets the Comparer class object used to compare deferred-axis qualitative scale values. An object of the class that implements the interface. Gets the settings that specify the range of the axis coordinates. An object which contains the common range settings of the axis coordinates. Stores the settings of a scale when its type is time-span. The time-span axis scale options. Gets the settings that specify the visible range of the axis coordinates. A object which contains the common visual range settings of the axis coordinates. Gets the range through which it’s possible to scroll an axis. A object representing the settings for the whole range of an axis. Specifies whether holidays and non-working days should be excluded from the axis scale. true, to exclude non-working days from the axis scale; otherwise, false. Provides access to the information about non-working days to adjust the date-time axis scale. A object that contains the information about non-working days. Represents the base class for classes that define axes coordinates for annotation anchor points. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. For internal use only. Specifies the axis name. A value specifying the axis name. Specifies the axis value for the annotation anchored to a pane. A value specifying the axis value. Gets or sets the string value used to support serialization of the property. A value. Defines the settings of auto-generated axis labels. Gets or sets the rotation angle of axis labels in degrees. An integer value that is a rotation angle in degrees. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the background color for an axis label. A value specifying the background color. Gets or sets the prefix for labels which will be displayed within the corresponding axis. A value that specifies the common prefix for labels within an axis. Returns the border style of a axis label. A object. Provides access to the options that define the appearance of axis labels when they display date-time values. A object. Gets or sets the postfix for labels which will be displayed within the corresponding axis. A value that specifies the common postfix for labels within an axis. Gets the fill style settings of a axis label. A object which specifies the fill style for the axis’ background. Gets or sets an object that formats axis labels. An object of a class that implements the interface. Gets or sets the number of lines to which a label’s text is allowed to wrap. An integer value which is the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets the maximum width allowed for axis labels. An integer value that specifies the maximum label width. By default, it is set to 0, which means that label width is unlimited. Provides access to the options that define the appearance of axis labels when they display numeric values. A object, which provides the numeric options of axis labels. Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them. An integer value, which specifies the minimum indent, in pixels. Gets or sets a value specifying the mode to resolve overlapping of axis labels. An enumeration value. Provides access to the options that define how to resolve overlapping axis labels. An object. Gets or sets a value indicating whether axis labels/axis custom labels are positioned in staggered order. true if axis labels are positioned in staggered order; false if labels are displayed in a single line. Specifies the alignment of the axis labels text. A enumeration value specifying the alignment of the label text. Gets or sets a string that formats text for the auto-generated x- or y-axis labels. The string that formats text for axis labels.The default value is . Returns the textual representation of the axis label. A value which is the textual representation of the axis label. Defines the settings of 2D-axis labels. Initializes a new instance of the AxisLabel2D class with the specified owner. The axis that specifies the owner for this axis label. Gets or sets the axis label alignment. The value that specifies the label alignment. Copies all the settings from the object passed as the parameter. An object (the descendant) whose settings are assigned to the current object. Returns the textual representation of the 2D-axis label. A string that is the textual representation of the 2D-axis label. Defines the settings of an axis’ labels in a 3D series. Initializes a new instance of the class with the specified owner. An object which specifies the owner for this axis label. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value that specifies the position of axis labels relative to the axis in 3D series. An enumeration value which specifies the position of labels relative to the axis. Returns the textual representation of the axis label. A value which is the textual representation of the axis label. Represents an individual axis label item within 3D chart types. Gets or sets the angle by which the text of a 3D XY-Diagram‘s axis label item is rotated. An integer value specifying the angle, in degrees, by which the axis label item’s text is rotated. Gets or sets a value that specifies the position of axis label items relative to the axis in 3D series. An enumeration value, which specifies the position of axis label items relative to the axis. Lists the values used to specify the position of axis labels in 3D series. The axis label’s position is automatically determined by the chart. The axis label is painted at the bottom of the axis point value. The axis label is painted on the left of the axis point value. The axis label is painted on the right of the axis point value. The axis label is painted at the top of the axis point value. Lists values that specify the axis label alignment. The label alignment depends on the property value. Axis labels are centered with major tickmarks. Axis labels are displayed at the major tickmark right or top side in depending on axis type and orientation. Axis labels are displayed at the major tickmark left or bottom side in depending on axis type and orientation. Represents an individual axis label item. Gets or sets the angle by which the axis label item’s text is rotated. An integer value specifying the angle, in degrees, by which the axis label item’s text is rotated. Represents the base class for classes that provide functionality for axis label items. Gets or sets whether antialiasing is applied to the axis label item’s contents. true to apply antialaising (smoothing) to the axis label item’s contents; otherwise, false. Provides access to the axis to which an axis label item belongs. An descendant, which identifies the axis. Provides access to the axis value to which an axis label item corresponds. An object that specifies the axis value. Provides access to the internal representation of the axis value to which an axis label item corresponds. A value which specifies the internal representation of the axis value. Gets or sets the background color for an axis label. A value specifying the background color. Gets or sets whether antialiasing is applied to the axis label item’s contents. True to apply anti-aliasing to the axis label’s text; False to disable anti-aliasing; Default to automatically determine whether or not anti-aliasing is required. Gets or sets the font used to display the axis label item’s contents. A object which specifies the font used to display the axis label item’s contents. Gets or sets the text for an axis label item. A that specifies the text for an axis label item. Gets or sets an axis label item’s text color. A structure which specifies the axis label item’s text color. Lists values that specify the axis label position. Labels are inside of the chart plot area. Labels are outside of the chart plot area. Lists the values used to specify the resolve overlapping mode of an axis label. If two or more axis labels overlap, some of them are automatically hidden to avoid overlapping. The axis lavel overlapping resolving algorithm is disabled. Contains settings that define how to resolve overlapping axis labels. Gets or sets a value indicating whether or not to hide axis labels when resolving any overlap. true, if hiding axis labels is allowed; otherwise, false. Gets or sets the value that indicates whether or not to rotate axis labels when resolving overlapping labels. true, if rotating axis labels is allowed; otherwise, false. Gets or sets a value indicating whether or not to stagger axis labels when resolving overlapping labels. true if staggering axis labels is allowed; otherwise, false. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), a will be thrown. Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them. An integer value, which specifies the minimum indent, in pixels. Lists axis labels visibility modes. An axis displays custom and automatically generated axis labels together. If an axis has custom labels, then automatically generated labels are not displayed. Contains the common settings that define the range displayed by an axis. Gets or sets a value which indicates whether the Y-axis range should be automatically recalculated to make the zero level constantly visible. true, if the zero level should always be visible; otherwise, false. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value that specifies whether the minimum and maximum axis values are calculated automatically based upon the series being drawn. true if the minimum and maximum axis values are calculated automatically; otherwise, false. Gets or sets the maximum value to display on an Axis. This may not be the same as the maximum value of the series associated with this axis. A that specifies the maximum value to display on an axis. Gets or sets the internal float representation of the range maximum value. A value which specifies the internal representation of the range maximum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Gets or sets the minimum value to display on an Axis. This may not be the same as the minimum value of the series associated with this axis. A that specifies the minimum value to display on an axis. Gets or sets the internal float representation of the range minimum value. A value which specifies the internal representation of the range minimum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Gets the range through which it’s possible to scroll an axis. A object representing the scrolling range settings of an axis. Sets both minimum and maximum internal values of an axis range. A value which specifies the minimum internal value to be set. A value which specifies the maximum internal value to be set. Sets both minimum and maximum values of an axis range. A which specifies the minimum set value. The type of an object depends on the axis scale type. A which specifies the maximum set value. The type of an object depends on the axis scale type. Specifies whether a space should be left between the outermost series point and the diagram’s edge. true if the axis range is automatically widened; otherwise, false. Provides data for the () and () events. Gets the axis for which a range has been changed. An object which represents the axis for which a range has been changed. Gets or sets whether the axis range change should be cancelled. true, to cancel the axis range change; otherwise, false. Gets the axis maximum value when the axis range (the whole range and visual range) has been changed. An instance of ValueChangeInfo<> Gets the internal float representation of the range maximum value when the axis range (the whole range and visual range) has been changed. An instance of ValueChangeInfo<>. Gets the axis minimum value when the axis range (the whole range and visual range) has been changed. An instance of ValueChangeInfo<>. Gets the internal float representation of the range minimum value when the axis range (the whole range and visual range) has been changed. An instance of ValueChangeInfo<>. Represents a method that will handle the () and () events. The event source. This parameter identifies either the or which raised the event. An object that contains data related to the event. Provides data for the () event. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale parameter is changed. The scale mode change info. The grid spacing change info. Returns the axis whose scale mode, measure unit, grid alignment or grid spacing has been changed. The axis whose scale parameters have been changed. Returns information about grid spacing changes. The of that contains the grid spacing change info. Returns information about scale mode changes. The of that contains the scale mode change info. Defines the common settings of an axis’s title. Gets or sets the alignment of the axis title. A enumeration value which specifies the alignment of the axis title. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the number of lines to which a title text is allowed to wrap. An integer value which is the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets the axis title position. The value that defines the axis title position. Returns the textual representation of the axis title. A value which is the textual representation of the axis title. Gets or sets a value which specifies whether to show an axis title on a diagram. Default - the axis title visibility is defined according to the adaptive layout algorithm when the chart is resized; True - X and Y-axes titles are visible on a diagram; False - X and Y-axes titles are hidden. The default is DefaultBoolean.Default. Specifies whether the axis title is visible. true, if the axis title is visible; otherwise, false. Gets or sets whether a title’s text should wrap when it’s too lengthy. true, if a title’s text should wrap; otherwise, false. Lists values that specify the axis title positions. The axis title is inside of the chart plot area. The axis title is outside of the chart plot area. Defines the settings of the X axis’s title. Defines the settings of the Y axis’s title. Contains the information about an axis value. Gets the axis value, if the axis scale type is date-time. A value, specifying the axis value. Gets the axis value, if the axis scale type is numerical. A value, specifying the axis value. Gets the axis value, if the axis scale type is qualitative. A value, specifying the axis value. Gets the axis scale type. A enumeration value, specifying the axis scale type. Returns an axis value if the axis scale type is time-span. A value that specifies the axis value. Represents the primary X-axis within a chart control in 2D series, except for the Swift Plot and Swift Point. Overrides the property. A value. Represents the X axis within a chart control in 3D series. Provides access to the options that define the behavior of a scale when its type is qualitative. The container of settings of an axis scale when its data type is qualitative. Represents the base class for classes that provide the common X-axis functionality in 2D series views, except for the Swift Plot and Swift Point. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the will be thrown. Gets or sets the date-time scale mode for an axis. A enumeration value which represents the axis’ date-time scale mode. Provides access to the options that define the behavior of a scale when its type is qualitative. The container of settings of an axis scale when its data type is qualitative. Gets or sets the value that specifies whether the visual range sticks to the whole range’s start or end. true if the visual range sticks to the whole range’s edge; otherwise false. Gets or sets the value indicating whether the visual range should move to the new end of the whole range if the visual range is at the end of the whole range and the end of the whole range has been changed. true, if the x-axis visual range should stick to the end of the whole range; otherwise false. Provides settings that define the X-axis coordinate for an annotation‘s anchor point. Initializes a new instance of the class with the specified owner. A object. Specifies the X-axis, to which the X-coordinate of the annotation‘s anchor point corresponds. An object representing the X-axis. Contains the settings that define the range displayed by the X axis. Represents the primary Y-axis within a chart control in 2D series, except for the Swift Plot and Swift Point. Overrides the property. A value. Represents the Y axis within a chart control in 3D series. Represents the base class for classes that provide the common Y-axis functionality in 2D series views, except for the Swift Plot and Swift Point. Provides settings that define the Y-axis coordinate for an annotation‘s anchor point. Initializes a new instance of the class with the specified owner. A object. Specifies the Y-axis, to which the Y-coordinate of the annotation‘s anchor point corresponds. An object representing the Y-axis. Contains the settings that define the range displayed by the Y axis. Represents an easing function that retracts the motion of an animation slightly before it begins to animate in the path indicated. Initializes a new instance of the class with the default settings. Gets or sets the amplitude of retraction associated with an animation. A double value that is the amplitude of retraction associated with a BackEase animation. This value must be greater than or equal to 0. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents a background image within either a chart control or its elements. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets whether the background image is stretched in order to fit within the element (e.g. legend). true to stretch an image in order to fit within the element; otherwise, false. Contains settings for custom drawing Bar 3D Series. Gets the fill style settings of the Bar 3D Series View when implementing custom draw in the chart control. A object which specifies the fill style for the background of 3D Bars. Lists the values that specify models for Bar 3D series. Represents the Box 3D model. Represents the Cone 3D model. Represents the Cylinder 3D model. Represents the Pyramid 3D model. Defines label settings for Bar 3D series. Initializes a new instance of the class with the default settings. Overrides the property, to hide it. Overrides the property, to hide it. Always . Overrides the property. A object which provides settings used to paint the label’s shadow. Represents the base class for series views of the 3D Bar type. Initializes a new instance of the class with the default settings. Gets or sets the depth of bars (the extent of the bar along the Z-axis) in 3D Bar series. A value (measured in fractions of X-axis units) where an axis unit is a distance between two major X-axis values. This value should be greater than 0. Gets or sets a value which indicates whether the should be calculated automatically. false if the bar depth should be specified, true if it is calculated automatically. The default is true. Gets or sets the width of bars in 3D Bar series. A value (measured in fractions of X-axis units) where an axis unit is the distance between two major values on the X-axis. This value should be greater than 0. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the fill style of a bar(s) within a series view of a Bar 3D type. A object which specifies the fill style for the background of bars. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Specifies the 3D model used to draw series points of a Bar 3D series. The enumeration value, which specifies the series model. Specifies whether the top facet should be visible for flat-top models of Bar 3D series. true to enable the top facet; otherwise, false. The base class for all bar series animations. Applies the current animation state to a bar point. A object applying animation to a series. A value specifying the diagram bounds. A object containing bar point layout parameters required for animation. A value specifying the current animation progress. Contains settings for custom drawing bar series. Gets the bar series view’s border settings when implementing custom drawing in the chart control. A object which specifies the border style. Gets the Bar series view’s fill style settings when implementing custom draw in the chart control. A object which specifies the fill style for the background of bars. Gets the bar series view’s shadow settings when implementing custom drawing in the chart control. A object which provides the settings used to paint the series view’s shadow. The Grow Up bar series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a bar point. A object applying animation to a series. A value specifying the diagram bounds. A object containing bar point layout parameters required for animation. A value specifying the current animation progress. Defines label settings for bar series. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the indent between labels and the corresponding Bar side. An integer value, specifying the indent between labels and the corresponding Bar side. Specifies the position of series point labels, relative to their corresponding Bars. A enumeration value that specifies the label position. Gets or sets a value indicating whether to show series labels if a bar’s height is zero. true to show labels of zero-height bars; otherwise, false. Lists the values used to specify the position of Bar labels. Enables the algorithm which calculates the label position inside bars with respect to chart size. Labels are displayed inside Bars, at the bottom. Labels are displayed in the center of Bars. Labels are displayed above Bars. Labels are displayed inside Bars, at the top. Bar series point layout parameters required for animations. Gets or sets the boundary box of the series point marker. A System.Drawing.RectangleF value specifying the point marker bounds. Returns the direction of the bar series point layout. A enumeration value. Represents the base class for series views of the Bar type. Initializes a new instance of the class with the default settings. Gets or sets the bar series animation. A class descendant object. Specifies the width of bars in Bar series, as a fraction of axis units. A value that specifies the bar’s width in fractions of axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0. Gets the series view’s border settings. A object which specifies the border style. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the fill style of bar(s) within a series view of a bar type. A object which specifies the fill style for the background of bars. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the transparency (0-255) to use for displaying the filled color areas. A value from 0 (opaque) to 255 (transparent). The Slide bar series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a bar point. A object applying animation to a series. A value specifying the diagram bounds. A object containing bar point layout parameters required for animation. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. An enumeration value. The Widen bar series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a bar point. A object applying animation to a series. A value specifying the diagram bounds. A object containing bar point layout parameters required for animation. A value specifying the current animation progress. The base class for classes that provide functionality for crosshair label elements. Gets or sets the value indicating whether the anti-aliasing should be enabled for a crosshair label element. True if the anti-aliasing should be turned on; False if the anti-aliasing should be turned off; Default to automatically determine whether or not anti-aliasing is required. Gets or sets the font used to display the crosshair label’s content. A object which specifies the font used to display the crosshair label’s content. Gets or sets the crosshair label’s text. A value which represents the crosshair label’s text. Gets or sets the crosshair label’s text color. A structure which specifies the color of the crosshair label’s text. Specifies whether the crosshair label element is visible when custom drawing a crosshair cursor. true, if the crosshair label element is visible; otherwise, false. The base class for data adapters. Gets the string value used to support serialization of the data adapter. A string value. The Bollinger Bands indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of the bands of the indicator. A value. Gets or sets the style of the bands of the indicator. a object. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Gets or sets the multiplier of the standard deviation used to plot this indicator. A value specifying the multiplier. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. Represents the base class for all border objects. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the border color. A structure which specifies the border color. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the border’s thickness. An integer value which specifies the border’s thickness, in pixels. Returns the textual representation of the border. A value which is the textual representation of the border. Specifies whether the border is visible. Default - the border visibility (visible/invisible) is automatically determined according to the type of a chart element; True - to show the border within a chart element; False - a border is hidden. Specifies whether the border is visible. true if the border is visible; otherwise, false. The easing function that creates an animated bouncing effect. Initializes a new instance of the class with the default settings. Gets or sets the number of bounces. An integer value that specifies the number of bounces. The value must be greater than or equal to zero. Gets or sets a value that specifies how bouncy the animation is. A double value that specifies how bouncy the bounce animation is. This value must be positive. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents a method that will handle the , and events. The event source. This parameter identifies either the , or control which raised the event. A object which contains event data. The base class for the animation applied to a Box Plot chart. Applies the current animation state to a box plot point. Applies animation to a series. The diagram bounds. The box plot point layout parameters required for animation. The current animation progress. Stores appearance options used to draw the Box Plot series view. Returns border settings for Box Plot series points. An object that stores border options. Returns fill style settings for Box Plot series points. An object that stores fill style options. Gets or sets the color that is used to paint the mean and median of a Box Plot point. The color that is used to draw a Box Plot point’s mean and median. Returns shadow settings for Box Plot series points. An object that stores shadow options. Represents a series view of the Box Plot type. Initializes a new instance of the class with default settings. Gets or sets the Box Plot series animation. A class descendant object that represents the animation type. Returns the border settings for a Box Plot series point. An object that stores the border settings for a Box Plot series point. Gets or sets the variable distance value (as a fraction of axis units) between two points of different Box Plot series shown at the same argument point. A value that represents the distance between two neighboring points as a fraction of axis units, where an axis unit is the distance between two major values on the axis. Gets or sets the fixed distance value (in pixels) between two points of different Box Plot series shown at the same argument point. An integer value that represents the distance between two neighboring bars in pixels. Gets or sets the width of bars in a Box Plot series. A value (measured in fractions of X-axis units) where an axis unit is the distance between two major values on the x-axis. This value should be greater than 0. Gets or sets the cap width of a Box Plot series point as percentage. A number that specifies the cap width as the percentage of box width. Gets or sets a value that that indicates whether all Box Plot points of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true, if all Box Plot points of the same series should always have the same width; otherwise, false. Gets the fill style of points within a Box Plot series view. A fill style for box plot points. Gets a caption value for the type. A zero-based integer caption index. If it is negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets the thickness of the line used to draw the box plot whiskers, median line and caps. The line thickness in pixels. Gets or sets a color of the Mean symbol and Median line. The color of the Mean symbol and Median line. Specifies an animation effect for the Box Plot mean line. A descendant that specifies the mean line animation type. Specifies mean line style settings. Contains mean line style settings. Specifies whether the Box Plot mean line is visible. true if the mean line is visible; otherwise, false. The default value is false. Gets or sets the Mean value’s marker kind. The Mean value’s marker kind. Gets or sets the Mean value’s marker size in pixels. The Mean value’s marker size in pixels. Gets or sets the outlier marker type. The outlier marker type. Gets or sets the outlier marker size. The outlier marker size. Gets or sets the transparency (0-255) to use for displaying the filled color areas. A value from 0 (opaque) to 255 (transparent). The Slide Box Plot animation. Initializes a new instance of the class with default settings. Applies the current animation state to a box plot point. Applies animation to a series. The diagram bounds. The box plot point layout parameters require for animation. The current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the animation direction. An enumeration value. A Breadcrumbs’ item. Returns the value that specifies whether an end-user can click the Breadcrumb item to navigate to another drill down data level. true if an end-user can click the Breadcrumb item to navigate to another drill-down data level; otherwise false. Returns the value that specifies whether the Breadcrumb Item indicates the topmost detail level. true if the Breadcrumb Item denotes the topmost detail level; otherwise false. Returns a value that specifies whether the breadcrumb item identifies the current drill down data level. true if the breadcrumb item identifies the current drill down data level; otherwise false. Returns the series template that the Chart control uses to generate series that show drill down data that the item identifies. The series template that the Chart control uses to generate series that show drill down data that the item identifies. Returns the text that the breadcrumb item displays. The text that the breadcrumb item displays. Stores the Breadcrumb element’s settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the Breadcrumbs element’s background color. The color that is the Breadcrumbs element’s background. Gets the chart control’s border settings. The border appearance settings storage. Gets or sets the font that Breadcrumb Items and Breadcrumb Home Item use to display their text. The font that Breadcrumb Items and Breadcrumb Home Item use to display their text. Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the default state to display their text. The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text. Gets or sets the text that the Breadcrumb Home Item displays instead of an icon. The text that the Breadcrumb Home Item displays instead of an icon. Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the hover state to display their text. The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text. Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the inactive state to display their text. The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text. Specifies the indent between the Breadcrumbs element’s edge and other chart elements (e.g. diagram, title), in pixels. The Breadcrumbs element’s outer indents, measured in pixels. Specifies the inner space between the Breadcrumb element’s content and its edge, in pixels. The Breadcrumb element’s inner indents, measured in pixels. Gets or sets the value that specifies whether to show the Breadcrumbs element in the Chart. Default - the adaptive layout algorithm defines the element visibility that depends on the chart size; True - the element is visible; False - the element is hidden. The default is DefaultBoolean.Default. Lists the values used to specify the series point’s value to be displayed in the series point label of the Bubble series view. Identifies the series point’s Value to be displayed in the series point label of the Bubble series view. Identifies both the series point’s Value and Weight (separated by a comma) to be displayed in the series point label of the Bubble series view. Identifies the series point’s Weight to be displayed in the series point label of the Bubble series view. Defines label settings for Bubble series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the indent value (in pixels) between a marker’s edge and its label for a Bubble series view. An integer value which specifies the indent between a marker’s edge and its label (in pixels). Overrides the property to hide it. An integer value. Gets or sets which value to display in the series point’s label for the Bubble series view. A object defining which value to display in a series point’s label. Represents a series view of the Bubble type. Initializes a new instance of the class with the default settings. Gets or sets the value indicating whether or not bubble sizes are calculated automatically. true, if bubble sizes should be calculated automatically; otherwise, false. Gets the specific settings of the data point markers displayed by a series of the Bubble view type. A object that contains the specific marker settings. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets the maximum size of the marker of the Bubble series view. A value, which specifies the marker’s maximum size (measured in units). The and MaxSize properties specify the marker’s size range on the X-axis. This value should be greater than 0. Gets or sets the minimum size of the marker of the Bubble series view. A value which specifies the marker’s minimum size (measured in X-axis units). The and MinSize properties specify the marker’s size range on the X-axis. Gets or sets the value that specifies the measurement unit of the bubble point size. The measurement unit of the bubble series point size. Gets or sets the transparency (0-255) to use for displaying the filled color bubbles. A value from 0 (opaque) to 255 (transparent). Lists measurement units used to specify the bubble point size. Bubble size is measured in the x-axis measurement units. Bubble size is measured in pixels. The base class for data adapters which cache data points when they are loaded from the data source. Contains settings for custom drawing candle stick series. Lists the values that are used to define how the candle stick points will be filled. Candles are always empty. Candles are always filled. A candle is filled if its close value is greater than or equal to its open value. A candle is filled if its open value is greater than its close value. Contains settings configuring the price reduction indication within the Candle Stick series. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true, if the specified object is equal to the current instance; otherwise false. Gets or sets a value specifying how the Candle Stick Series View points will be filled. The specified fill mode. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Returns the textual representation of the . The textual representation. Represents a series view of the Candle Stick type. Initializes a new instance of the class with the default settings. Returns the Candle Stick series view’s reduction options. The Candle Stick series view’s reduction options. A Chaikin’s Volatility indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. The annotation is anchored to the chart. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified coordinates. An integer value specifying the anchor point’s X-coordinate, in pixels. This value is assigned to the property. An integer value specifying the anchor point’s Y-coordinate, in pixels. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the X-coordinate for the annotation‘s anchor point. An integer value specifying the anchor point’s X-coordinate, in pixels. Specifies the Y-coordinate for the annotation‘s anchor point. An integer value specifying the anchor point’s Y-coordinate, in pixels. Lists the modes of automatic animation start. Animations do not start automatically. Animations start when the data has been changed. Animations start when chart is loaded. The appearance parameters of a chart. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the will be thrown. Returns a localized name for built-in appearances or the property value for custom appearances. The localized name. Returns the default indicator palette name. The indicator palette name. Returns the value indicating whether the appearance is default. true if the appearance is default; otherwise false. Returns the chart appearance name. The chart appearance name. Returns the default palette name. The palette name. Returns the textual representation of the . The textual representation of the . Provides data for the event. Returns the axis whose visual range is changed when a user scrolls the chart. The axis whose visual range is changed when scrolling the chart. Gets or sets the value that identifies whether the scrolling operation should be canceled. true if the scrolling is canceled; otherwise false. Returns a new visual range for the axis. The visual range that the axis will display after a user scrolls the chart. A method that handles the event. The event source. The event data. Provides data for the event. Gets the axis whose visual range is changed when an end user zooms the chart. The axis whose visual range is changed while zooming the chart. Gets or sets the value that identifies whether the zooming should be canceled. true if the zooming is canceled; otherwise false. The new axis visual range. The visual range that the axis will display after a zoom. A method that handles the event. The event source. The event data. A calculated field. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The calculated field’s name. Initializes a new instance of the class with specified settings. The calculated field’s name. The calculated field’s expression. Initializes a new instance of the class with specified settings. The calculated field’s name. The calculated field’s expression. The calculated field’s data source. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. The calculated field’s data member. The name of data member. Gets or sets the calculated field’s data source. The calculated field’s data source. Gets or sets the calculated field’s display name. The calculated field’s display name. Gets or sets an expression the calculated field uses to evaluate its values. A string that represents an expression written in Criteria Language. Gets or sets the type of calculated field values. The type of resulted values. A collection that stores calculated fields. Appends a calculated field to the collection. The calculated field. An integer value that indicates the position at which the new element is inserted. Appends an array of calculated fields to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified calculated field. A calculated field to be searched. true if the collection contains the specified calculated field; otherwise, false. Inserts the specified calculated field into the collection at the specified position. A zero-based integer the calculated field position is to be inserted. The zero-based index at which the calculated field should be inserted. Provides indexed access to individual items in the collection. A zero-based integer that specifies the item’s position within the collection. A negative integer or integer that exceeds the last available index raises an exception. A object that represents a calculated field at the specified position. Returns a calculated field by its name. A string that represents the calculated field name. A calculated field object with the specified property. Removes the specified calculated field from the collection. A calculated field to be removed from the collection. Copies the elements to a new array of objects. Lists a calculated field’s returned value types. Indicates that the field returns a Boolean (true or false) value (the Boolean type). Indicates that the field returns an 8-bit unsigned integer value (the Byte type). Indicates that the field returns a value expressed as a date and time of day (the DateTime type). Indicates that the field returns a decimal value (the Decimal type). Indicates that the field returns a double-precision floating-point value (the Double type). Indicates that the field returns a single-precision floating-point value (the Single type). Indicates that the field returns a global unique identifier value (the Guid type). Indicates that the field returns a 16-bit signed integer value (the Int16 type). Indicates that the field returns a 32-bit signed integer value (the Int32 type). Indicates that the field’s type is undefined and determined based on the returned object during chart initialization. Indicates that the field returns a string value as a sequence of UTF-16 code units (the String type). Indicates that the field returns a value as a time interval (the TimeSpan type). Defines the base type for collections used in a chart control. Copies all the elements from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Prevents the collection from being updated until the method is called. Unlocks the collection after a call to the method and causes an immediate update without raising any notification events. Determines whether the collection contains the specified chart element. A class descendant to locate in the collection. true if the collection contains the specified chart element; otherwise, false. Gets the number of points stored in the collection. The number of points stored in the collection. Unlocks the collection after a call to the method and causes an immediate update. Gets a chart element within the collection by its index. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the chart element at the specified position. Returns the specified object’s position within the collection. A object to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Removes the specified object from the collection. A object to be removed from the collection. Swaps the two items with the specified indexes in the collection. An integer value which specifies the index of the first item to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. An integer value which specifies the index of the second item to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. Copies the elements of the to a new array of objects. An array of objects containing the copies of the elements of the . The base class for all chart colorizers. Returns the color for the aggregated series point with the specified parameters. A representing the argument of the aggregated point. An array of objects representing values of the aggregated point. An array of objects aggregated to the point. A object. A object. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An specifying the key used to obtain a series point color. A object. A nullable object. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An array of objects specifying keys used to obtain a series point color. A object. A object. Returns the textual representation of the . A value. Lists data member types. The data member contains point arguments. The data member contains maximum values of Box Plot points. The data member contains mean values of Box Plot points. The data member contains median values of Box Plot points. The data member contains minimum values of Box Plot points. The data member contains outlier values of Box Plot points. The data member contains first quartile values of Box Plot points. The data member contains third quartile values of Box Plot points. The data member contains close values of financial series. The data member contains colors that point colorizers apply to series points. For internal use. For internal use. The data member contains high values of financial series. The data member contains low values of financial series. The data member contains open values of financial series. The data member contains values that identify series and are used as series names when a or generates series. For internal use. For internal use. The data member contains additional information that can be displayed in the point tooltip. Use the {HINT} placeholder in the format string to display the hint information. The data member contains point values. The data member contains first point values of series that require two values per point (for example, Range Bar series). The data member contains second point values of series that require two values per point (for example, Range Bar series). The data member contains weight values of Bubble series. Provides data for the event. Initializes a new instance of the class with specified settings. Represents the base class for most of the chart control elements. Copies all the settings from the object passed as the parameter. A object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then the will be thrown. Creates a copy of the current object. A object which is a copy of the current object. Gets or sets the object that contains data related to the chart element. A that contains data about the chart element. Returns the textual representation of the chart element. A value which is the textual representation of the chart element. Represents a base class for named chart elements. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the name of the chart element. A value representing the name of the chart element. Returns the textual representation of the named chart element. A value which is the textual representation of the named chart element. Represents a base class for collections of named chart elements. Returns a unique name for the new element in the collection. A which represents the unique name for the new element. Generates a name for the chart element based on the specified prefix. A value specifying the prefix element’s name. A value that represents the element’s name. Gets an element within the collection by its name. A which specifies the name of the element to find. A object that represents the element with the specified name. Copies the elements of the to a new array of objects. An array of objects containing the copies of the elements of the . Lists values that define the chart element’s visibility states. The chart element is invisible. The place for the chart element is not reserved. The chart element is invisible. The place for the chart element is reserved. The chart element is visible. Contains information about a specific point within a chart. Gets an annotation which is located under the test point. An object which represents the annotation located under the test point. Gets an axis which is located under the test point. An descendant, specifying the axis located under the test point. Gets a chart which is located under the test point. An object implementing the DevExpress.XtraCharts.Native.IChartContainer interface (e.g., or ) which represents the chart located under the test point. Gets a chart title which is located under the test point. A object which represents the chart title located under the test point. Gets a constant line which is located under the test point. A object which represents the constant line located under the test point. Gets a diagram which is located under the test point. A object which represents the diagram located under the test point. Gets a Fibonacci Indicator which is located under the test point. A object. Gets a value identifying the type of the visual element located under the test point. A enumeration value which identifies the type of the visual element that contains the test point. Returns a hyperlink which is located under the test point. A object representing hyperlink. Gets a value indicating whether the test point is within the annotation. true if the test point is within an annotation; otherwise, false. Gets a value indicating whether the test point is within the chart. true if the test point is within a chart; otherwise, false. Gets a value indicating whether the test point is within the chart title. true if the test point is within a chart title; otherwise, false. Gets a value indicating whether the test point is within the constant line. true if the test point is within a constant line; otherwise, false. Gets a value indicating whether the test point is within the diagram. true if the test point is within a diagram; otherwise, false. Gets an indicator which is located under the test point. An descendant, specifying the indicator located under the test point. Gets a value indicating whether the test point is within the Fibonacci Indicator. true if the test point is within a Fibonacci Indicator; otherwise, false. Gets a value indicating whether the test point is within a hyperlink. true, if the test point is within a hyperlink; otherwise, false. Gets a value indicating whether the test point is within an indicator. true if the test point is within an indicator; otherwise, false. Gets a value indicating whether the test point is within the . true if the test point is within a non-default pane; otherwise, false. Returns the value that indicates whether the test point is within a pane title. true, if the test point is within a pane title; otherwise, false. Gets a value indicating whether the test point is within the regression line. true if the test point is within a regression line; otherwise, false. Gets a value indicating whether the test point is within the series. true if the test point is within a series; otherwise, false. Gets a value indicating whether the test point is within the series label. true if the test point is within a series label; otherwise, false. Returns a value indicating whether the cursor is over a series point or not. true if the cursor is over a series point; otherwise false. Gets a value indicating whether the test point is within the series title. true if the test point is within a series title; otherwise, false. Gets a value indicating whether the test point is within the trendline. true if the test point is within a trendline; otherwise, false. Gets a legend which is located under the test point. A object which represents the legend located under the test point. Gets a non-default pane which is located under the test point. An object which represents the pane located under the test point. Returns a pane title that is located under the test point. A pane title. Gets a regression line which is located under the test point. A object. Gets an object which represents the topmost series located under the test point. A object which represents the topmost series under the test point. Gets an object which represents the topmost Series Labels located under the test point. A object which represents a topmost Series Labels. Gets an object which represents the topmost series point located under the test point. A object which represents the topmost series point under the test point. Gets a series title which is located under the test point. A object which represents the series title located under the test point. Gets a Trend Line which is located under the test point. A object. The base class for classes used to store hit information. Gets an axis label item which is located under the test point. An object which represents the axis label item located under the test point. Gets an axis title which is located under the test point. An object which represents the axis title located under the test point. Gets a custom legend item which is located under the test point. A object which represents the item located under the test point. Gets an object which represents the topmost visual element located under the test point. A which represents the topmost element under the test point. Gets a collection of objects which represent all the visual elements located under the test point. A collection of s which represent all the chart elements under the test point. Gets the test point. A structure specifying test point coordinates relative to the chart’s top-left corner. Gets a value indicating whether the test point is within the axis. true if the test point is within an axis; otherwise, false. Gets the value indicating whether or not the test point is within a custom legend item. true if the test point is within a custom legend item; otherwise, false. Gets a value indicating whether the test point is within the legend. true if the test point is within a legend; otherwise, false. Lists the values that identify a chart’s elements. The test point belongs to an annotation. The test point belongs to an axis. The test point belongs to a chart. The test point belongs to a chart title. The test point belongs to a constant line. The test point belongs to a diagram. The test point belongs to a Fibonacci Indicator. The test point belongs to an indicator. The test point belongs to a legend. The test point belongs to a non-default pane. The test point does not belong to any visual element or is outside the chart. The test point belongs to a regression line. The test point belongs to a series. The test point belongs to a series label. The test point belongs to a series title. The test point belongs to a trend line. Represents the base class for classes which provide the image options for a chart or its elements. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Removes all images from the object. Releases all resources used by the object. Specifies an image to be loaded to the chart control. An object for upload. Specifies the URL of an image used in the chart control. A value, specifying an image URL. Returns the textual representation of . A value. Lists the values used to specify the mode for an image size. Represents the size mode, in which an image is auto-resized to fit its container’s bounds. Represents the size mode, in which an image is stretched to fit its container’s bounds. Represents the size mode, in which an image is tiled to fit its container’s bounds. Represents the size mode, in which an image is zoomed to fit its container’s bounds. Contains APIs for chart images. Returns an image that depicts the series view. The series view to display. The resulting image. Returns an image that depicts the series view with the specified palette. The series view to display. An ISvgPaletteProvider object that specifies colors used to paint vector images. The resulting image. Returns an image of the given size that depicts the series view with the specified palette. The series view to display. An ISvgPaletteProvider object that specifies colors used to paint vector images. The image size. The resulting image. Returns an image of the given size that depicts the series view. The series view to display. The image size. The resulting image. Returns an image that depicts the series view. The series view type shown in the resulting image. The resulting image. Returns an image that depicts the series view with the specified palette. The series view type shown in the resulting image. An ISvgPaletteProvider object that specifies colors used to paint vector images. The resulting image. Returns an image of the given size that depicts the series view with the specified palette. The series view type shown in the resulting image. An ISvgPaletteProvider object that specifies colors used to paint vector images. The image size. The resulting image. Returns an image of the given size that depicts the specified series view. The series view type shown in the resulting image. The image size. The resulting image. Returns a vector image that depicts the series view based on the given object. The series view to display. The resulting image. Returns a vector image that depicts the series view. The series view to display. The resulting image. Initializes a new instance of the class with specified settings. Lists all the modifier keys that can be used to specify shortcut keys for the selection, scrolling and zooming actions within the chart. The Alt key. The Control key. No key is specified. The Shift key. The action used to assign a shortcut to the scrolling, zooming or selection operation within the chart. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the modifier keys. The modifier key. Gets or sets the mouse button the end user should use to interact with the chart. The mouse button that should be used to interact with the chart. The base class for all colorizers with a predefined palette. Copies all the settings from the object passed as the parameter. An object (that is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a palette used by this class’ descendants. A object. Gets or sets a palette using its name. A object specifying the used ‘s property value. Specifies whether or not the colorizer should provide items to the chart’s legend. true if colorizer should provide items to the legend, otherwise false. Provides data for the event. Initializes a new instance of the class with the specified settings. An object assigned to the object. A object assigned to the object. Gets a object that provides the general functionality to print the Chart Control. A object. Returns the Printing System used to create and print a document for the link associated with the Chart Control. A descendant. A method that handles the event. The event source. The event data. Contains specific settings which define the representation of date-time grid lines and labels in the chart range control client. Initializes a new instance of the class with the specified owner. A class descendant. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the date-time measure unit to which the chart’s gridlines and labels should be aligned when the chart is bound to the range control. A enumeration value that represents the measurement unit to which a chart’s gridlines and labels should be aligned. Specifies the measurement unit to which selection thumbs of the range control are snapped. A enumeration value representing the selection thumbs alignment interval. Represents the date-time settings of the chart range control client. Initializes a new instance of the class with the specified date-time grid options of the range control. A object that contains properties to customize the grid of the date-time range control. Gets the date-time grid settings of the chart range control client. A object that contains properties to customize the date-time grid of the chart range control client. Returns the textual representation of the date-time options of the chart range control client. A value which is the textual representation of the date-time options. Lists the values used to specify the grid mode for a chart range control client. Identifies the auto grid mode of the chart range control client, in which the values of , , and properties are not specified and calculated automatically. Identifies the chart grid mode of the chart range control client, in which the , , properties are not specified and calculated according to the and (), properties, correspondingly. For example, in the image below, the property is set to Week, = 1. Identifies the manual grid mode of the chart range control client, meaning that the , and properties are in effect, and they should be manually defined. For example, in the image below, the property is set to 4, and is set to Day. Represents the base class for classes that provide grid settings of the chart range control client. Initializes a new instance of the class with the specified owner. A class descendant. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the current grid mode of a chart range control client. A enumeration value, which selects one of the modes. Gets or sets the offset of grid lines in the viewport area of the range control. A value which specifies the grid offset. Gets or sets a value that specifies the interval between grid lines when the chart is bound to the range control. A value which specifies the grid step. Gets or sets the string used to format chart client label values. A string used to format chart label values. Gets or set the format provider to format the values displayed by labels of the chart range control client. A object that supplies specific formatting information to the values displayed by labels of the chart range control client. Specifies the current snap mode of a chart range control client. A enumeration value, which selects one of the modes. Gets or sets the snap offset in the viewport area of the range control. A value which specifies the snap offset. Gets or sets the numeric snap step. A value that is the snap step. Contains specific settings which define the representation of numeric grid lines and labels in the chart range control client. Initializes a new instance of the class with the specified owner. A class descendant. Represents the numeric settings of the chart range control client. Initializes a new instance of the class with the specified numeric grid options of the range control. A object that contains properties to customize the grid of the range control with numeric data. Provides access to the numeric grid settings of the chart range control client. A object containing numeric grid options for the chart client of the range control. Returns the textual representation of the numeric options of the chart range control client. A value which is the textual representation of the numeric options. Lists the values that specify the snap mode for a chart range control client. Identifies the auto snap mode of the chart range control client, in which the values of , , and properties are not specified and calculated according to the values of the corresponding , and properties. In the image below, the SnapSpacing = GridSpacing = 4. Identifies the chart measure unit mode of the chart range control client, in which the property is not specified and calculated according to the () property. Note that the values of the and properties should be equal to the default value. For example, in the image below, the property is set to Week. Identifies the manual snap mode of the chart range control client, meaning that the , and properties are in effect, and they should be manually defined. For example, in the image below, the property is set to 6. Represents the time-span settings of the chart range control client. Initializes a new instance of the class with the specified time-span grid options of the range control. A object that contains properties to customize the grid of the time-span range control. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the time-span measure unit to which the chart’s gridlines and labels should be aligned when the chart is bound to the range control. A enumeration value that represents the measurement unit to which a chart’s gridlines and labels should be aligned. Specifies the measurement unit to which selection thumbs of the range control are snapped. A enumeration value that represents the selection thumbs alignment interval. Provides data for the event. Gets the new horizontal scroll percent. A value, representing the new horizontal scroll percent. Gets the new vertical scroll percent. A value, representing the new vertical scroll percent. Gets the old horizontal scroll percent. A value, representing the old horizontal scroll percent. Gets the old vertical scroll percent. A value, representing the old vertical scroll percent. Gets the scrolling direction. A enumeration value. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Lists the values used to specify the direction in which a chart is being scrolled. Identifies both scrolling directions (vertical and horizontal). Identifies the horizontal scrolling direction. Identifies the vertical scrolling direction. Provides data for the event. Gets the X-axis of the diagram point. An object that is the X-axis. Gets the Y-axis of the diagram point. An object that is the Y-axis. Gets the new value of the property for the X-axis. An object which represents the new value of the axis range. Gets the new value of the property for the Y-axis. An object which represents the new value of the axis range. Gets the new value of the property for the X-axis. A object which represents the new value of the axis range. Gets the new value of the property for the Y-axis. A object which represents the new value of the axis range. Gets the old value of the property for the X-axis. An object which represents the old value of the axis range. Gets the old value of the property for the Y-axis. An object which represents the old value of the axis range. Gets the old value of the property for the X-axis. A object which represents the old value of the axis range. Gets the old value of the property for the Y-axis. A object which represents the old value of the axis range. Gets the scrolling orientation, i.e. along which axes scrolling is performed. A enumeration value. Gets the scrolling type, which specifies scrolling characteristics. A enumeration value. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Lists the values used to specify the scroll type. The chart was scrolled by arrow keys (LEFT, UP, RIGHT and DOWN). The chart was scrolled by a gesture. The scroll box was moved a large distance. The user clicked the scroll bar to the left (horizontal) or above (vertical) the scroll box. The scroll box was moved a large distance. The user clicked the scroll bar to the right (horizontal) or below (vertical) the scroll box. The chart was scrolled by dragging via the mouse with the left mouse button clicked. The chart was scrolled by dragging via the mouse with the middle mouse button clicked. The scroll box was moved a small distance. The user clicked the left (horizontal) or top (vertical) scroll arrow. The scroll box was moved a small distance. The user clicked the right (horizontal) or bottom (vertical) scroll arrow. The scroll box was moved. Lists the values used to specify the scroll orientation. A chart is scrolled along the X-axis (e.g. when it’s scrolled using its X-axis scrollbar). A chart is scrolled along the Y-axis (e.g. when it’s scrolled using its Y-axis scrollbar). A chart is scrolled both along the X and Y axes (e.g. when it’s scrolled using the mouse pointer). The collection that stores keyboard shortcuts. Adds an item to the end of the current chart shortcut key collection. An item to be appended. Removes all elements from the current collection. Removes all elements from the , and then appends an array of specified shortcut keys to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified key. The key to locate in the collection. true, if the collection contains the specified shortcut key; otherwise, false. Copies all the current collection elements to the specified one-dimensional array. A one-dimensional array that is the destination of elements copied from the current collection. An index in the collection at which copying begins. Returns the number of the shortcut keys that the collection stores. The number of items in the collection. Returns the specified object’s position within the collection. A PortableKeys enumeration value to locate in the collection. A zero-based integer that represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Inserts the specified shortcut key into the collection at the specified position. A zero-based integer that specifies the position where the shortcut key should be inserted. An enumeration value that defines the shortcut key to insert into the collection. Returns a shortcut key by its zero-based index. The zero-based index. The shortcut key. Removes the specified shortcut key from the chart shortcut key collection. An item to remove. true, if the item is successfully removed; otherwise, false. This method also returns false if an item was not found in the collection. Removes a shortcut key under the specified index from the chart shortcut keys’ collection. The index of the shortcut key to be removed. Represents an individual chart title. Initializes a new instance of the class with the default settings. Represents a collection of chart titles within a chart control. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of chart titles to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified chart title. A object to locate in the collection. true if the collection contains the specified chart title; otherwise, false. Inserts the specified chart title into the collection at the specified position. A zero-based integer which specifies the position at which the chart title is to be inserted. A that specifies the chart title to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the chart title at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Lists the values used to specify the edge of the chart control which a title is docked to. A title is positioned at the bottom of the chart control. A title is positioned to the left of the chart control. A title is positioned to the right of the chart control. A title is positioned at the top of the chart control. Provides data for the event. Gets the new zoom percent. An integer value, representing the new zoom percent. Gets the old zoom percent. An integer value, representing the old zoom percent. Gets the zoom event type. A enumeration value, specifying the zoom event type. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Provides data for the event. Gets the X-axis of the diagram point. An object that is the X-axis. Gets the Y-axis of the diagram point. An object that is the Y-axis. Gets the new value of the property for the X-axis. An object which represents the new value of the axis range. Gets the new value of the property for the Y-axis. An object which represents the new value of the axis range. Gets the new value of the property for the X-axis. A object which represents the new value of the axis range. Gets the new value of the property for the Y-axis. A object which represents the new value of the axis range. Gets the old value of the property for the X-axis. An object which represents the old value of the axis range. Gets the old value of the property for the Y-axis. An object which represents the old value of the axis range. Gets the old value of the property for the X-axis. A object which represents the old value of the axis range. Gets the old value of the property for the Y-axis. A object which represents the old value of the axis range. Gets the zoom type. A enumeration value. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Lists the values used to specify the zoom type. A chart’s area was zoomed into. A chart’s area was zoomed out. The previos zoom state was restored by pressing the CTRL+Z key combination. The easing function that creates an animation that accelerates and (or) decelerates using a circular function. Initializes a new instance of the class with the default settings. The base class for all circular series point animations. Applies the current animation state to a circular series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing required for animation parameters of a series point marker layout. A value specifying the current animation progress. Lists the directions of circular marker animations. Animated markers move from the center of the bottom border. Animated markers move from the diagram center to diagram borders. Animated markers move from the center of the left border. Animated markers move from the center of the right border. Animated markers move from the center of the top border. Animated markers move from diagram borders to the diagram center. The Slide circular series point animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing required for animation parameters of a series point marker layout. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. A enumeration value. The Widen circular series point animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing required for animation parameters of a series point marker layout. A value specifying the current animation progress. The base class for all circular series animations. The Circular Unwind circular series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the Circular Unwind circular series animation. A enumeration value. Gets or sets the unwind start angle A value, specifying the animation start angle. The Linear Unwind circular series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. An enumeration value. The Spin Zoom In circular series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the Spin Zoom In circular series animation. A enumeration value. Gets or sets the count of rotations made by the circular series. A value specifying the rotation count. The Unwind From Center circular series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. The Zoom In circular series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a circular series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. Lists values that define the direction used by point markers to distribute a color among segments. The point marker provides a color for the line/area segment that precedes the marker. The point marker provides a color for the line/area segment that follows the marker. A colorizer that uses field values to paint series points. Initializes a new instance of the class with the default settings. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An specifying the key used to obtain a series point color. A object. A object. A Commodity Channel Index indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Lists the values that specify the conjunction type for logical operations. Identifies the AND conjunction operator. Identifies the OR conjunction operator. Represents a constant line within an axis. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the constant line. This value is assigned to the property. Initializes a new instance of the class with the specified name and date time value. A that specifies the name of the constant line. This value is assigned to the property. A value that specifies the date time value at which the constant line will be shown. This value is assigned to the property. Initializes a new instance of the class with the specified name and numeric value. A that specifies the name of the constant line. This value is assigned to the property. A value that specifies the numeric value at which the constant line will be shown. This value is assigned to the property. Initializes a new instance of the class with the specified constant line’s name and axis value. A value, specifying the constant line’s name. A value, specifying the axis value for the constant line. Initializes a new instance of the class with the specified name and qualitative value. A that specifies the name of the constant line. This value is assigned to the property. A value that specifies the qualitative value at which the constant line will be shown. This value is assigned to the property. Initializes a new instance of the class with the specified name and time-span value. A that specifies the constant line name. This value is assigned to the property. A value that specifies the numeric value at which the constant line will be shown. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the constant line’s position along an axis. A value that specifies the constant line’s position. Gets or sets the string value used to support serialization of the property. A value. Specifies a value which determines whether to show a legend check box instead of a legend marker for a constant line. true, if a check box is shown instead of a marker on a legend for a constant line; otherwise, false. Gets or sets a value that determines whether a legend check box is checked for a constant line. true, if a legend check box is checked for the constant line; otherwise, false. Gets or sets the color of a constant line. A structure which specifies the color of the constant line. Gets or sets a legend displaying a constant line legend item. A object displaying a constant line legend. For internal use. Supports serialization of the property. A value. Gets or sets the text that identifies the constant line within the legend of a chart control. A value that specifies the constant line’s legend text. Gets the constant line’s style settings. A object that contains line style settings. Specifies whether a user can delete the constant line. true, if a user can delete the constant line; otherwise, false. Specifies whether a user can move the constant line. true, if a user can move the constant line; otherwise, false. Specifies whether a user can edit the constant line title. true, if a user can edit the title; otherwise, false. Gets or sets a value that specifies whether the constant line is displayed behind the other chart elements on the diagram. true if the constant line is displayed behind the other chart elements; false if the constant line is displayed in front of the other chart elements. Gets or sets a value that specifies whether the constant line is represented in the chart control’s legend. true to represent the constant line in the legend; otherwise, false. Gets the constant line title‘s settings. An object which provides the constant line title’s settings. Specifies whether the constant line is visible. true if the constant line is visible; otherwise, false. Represents a collection that stores the constant lines of a particular axis. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of constant lines to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified constant line. A object to locate in the collection. true if the collection contains the specified constant line; otherwise, false. Gets a constant line within the collection by its name. A which specifies the name of the constant line to find. A object that represents the constant line with the specified name. Inserts the specified constant line to the collection at the specified position. A zero-based integer which specifies the position at which the constant line should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted line. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the constant line at the specified position. Returns a constant line by its name. A value, specifying the constant line name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Provides data for the event. Returns a constant line that is being moved. A constant line object. Returns the previous axis value. An axis value whose type depends on the axis type. A method that handles the event. The event source. The event data. Defines settings for a constant line title. Gets or sets the alignment of a constant line‘s title. A enumeration value which specifies the alignment of a constant line’s title. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value that specifies whether a constant line‘s title is displayed below or above the line. true if the title is displayed below the constant line; false if the title is displayed above the line. Lists the values used to specify the alignment of a constant line‘s title relative to the corresponding axis. Specifies that a constant line title is aligned far from the axis which it belongs to. Specifies that a constant line title is aligned near to the axis which it belongs to. Represents an object that stores information about a geometrical point, its visibility state and the pane where it is drawn. Gets the point’s pane. An descendant, representing the pane where the point resides. Gets the point’s coordinates. A structure, representing the point’s integer X- and Y-coordinates. Gets a value, specifying whether the point’s location can be determined, and if so - whether it is located within the diagram. A enumeration value, specifying the point’s visibility state. Lists the values used to specify the point’s visibility state. The point is located outside the current diagram object. The point’s location cannot be determined. The point is located within the current diagram object. Defines the appearance of the crosshair value and crosshair argument labels when custom drawing a crosshair cursor using the event. Gets or sets the crosshair axis label’s position along an axis. A value that specifies the crosshair axis label’s position. Gets or sets the background color of a crosshair axis label element. A value which specifies the crosshair axis label element’s background color. Contains settings that define the appearance of crosshair axis labels. Gets the actual back color used to fill a crosshair axis label. A value that is the actual back fill color. Gets the actual font that is used to display a crosshair axis label. A value that is the actual font. Gets the actual pattern of the crosshair axis label. A value that is the actual pattern. Gets the text actual color used to fill a crosshair axis label. A value that represents the actual text color of a crosshair axis label. Gets the actual value that specifies whether the crosshair axis labels are visible. true if crosshair axis labels are visible; otherwise, false. Copies all the settings from the object passed as a parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the background color of crosshair axis labels. A value which represents the background color of crosshair axis labels. Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point. A that is the crosshair axis label pattern. The default value is . Specifies whether to show crosshair axis labels for a diagram. Default - the Visibility property value is obtained from the parent’s and/ or properties depending on an axis; True - crosshair axis labels are visible on a diagram; False - crosshair axis labels are hidden. The default is DefaultBoolean.Default. Lists all the chart elements that can display the Crosshair’s content. The default mode. The Crosshair’s label displays information about the series point that the Crosshair Cursor highlights. A legend displays information about the series point that the Crosshair Cursor highlights. Represents crosshair elements (e.g., crosshair lines, crosshair axis labels) that can be used to custom draw a crosshair cursor. Gets a series that a crosshair element hovers over when implementing a custom draw. A object which represents the series currently being painted. Gets the series point that a crosshair element hovers over when implementing a custom draw. A object, representing the series point that a crosshair element hovers over. The base class for the Crosshair Cursor elements. Returns the Crosshair Cursor‘s axis label element to change its settings when using the event to modify the Crosshair’s appearance. The crosshair axis label element. Returns the Crosshair Cursor‘s label element to change its settings when using the event to modify the Crosshair’s appearance. The crosshair label element. Returns the Crosshair Cursor‘s line element to change its settings when using the event to modify the Crosshair’s appearance. The crosshair line element. Gets or sets whether the crosshair element is visible when you handle the event. true, if the crosshair element is visible; otherwise, false. Defines the crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) and crosshair header element that can be used to custom draw a crosshair cursor. Gets the settings of crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) to customize their appearance. An object implementing the interface that represents the collection of s. Gets the settings of crosshair group header elements to customize their appearance. An object implementing the System.Collections.IEnumerable interface that represents the collection. Returns all indicator elements that the Crosshair Cursor displays. The collection of objects. These objects represent indicator elements that the Crosshair Cursor displays. Specifies a free position of a crosshair label within a chart (defined by the dock target, dock corner and offset from this corner). Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the corner of the crosshair’s parent element to which the crosshair label is anchored. A enumeration value that represents the dock corner of the crosshair’s parent element. Specifies the element (chart or pane), to which the crosshair label’s shape is docked. A object representing the dock target for the crosshair label’s shape. For internal use. Supports serialization of the property. A value. Defines the appearance of the crosshair group header element when custom drawing a crosshair cursor using the event. Gets series points that the crosshair cursor hovers over when implementing a group header element’s custom draw. An object implementing the interface that represents the collection of the . Represents the indicator-related crosshair elements (e.g., crosshair lines, crosshair axis labels) that can be used to custom draw a crosshair cursor. Returns the indicator point that the Crosshair Cursor highlights. The indicator point. Represents the indicator-related crosshair elements (e.g., crosshair lines, crosshair axis labels) that can be used to custom draw a crosshair cursor. Returns the indicator point that the Crosshair Cursor highlights. The indicator point. Defines the appearance of a crosshair label element when custom drawing a crosshair cursor using the event. Gets or sets a footer text that is displayed in the crosshair cursor label. A string value that specifies the footer text of a crosshair cursor label. Gets or sets a header text that shows in the crosshair cursor label. A string value that specifies the header text of a crosshair cursor label. Gets or sets the color of a crosshair label’s marker when implementing custom drawing of a crosshair cursor. A value. Specifies the marker image of a crosshair cursor label when implementing custom draw in the crosshair cursor. A object to be used as the crosshair label item’s marker. Specifies the marker image size mode of a crosshair label when implementing custom draw in the crosshair cursor. A enumeration value, representing the marker image size mode. Gets or sets the height and width of a crosshair label marker. A structure which specifies the crosshair label marker’s height and width, in pixels. Gets or sets the marker visibility of the crosshair label element when implementing a custom drawing in the crosshair cursor. true, if the marker is visible; otherwise, false. Specifies whether the crosshair label’s text is visible when implementing custom drawing in the crosshair cursor. true to display crosshair label item’s text; otherwise, false. Lists the values used to specify how many crosshair labels should be displayed when a chart contains several series. A crosshair label is shown common to all series. A crosshair label is shown for each series. A crosshair label is shown for the nearest series. The base class for all classes that define how a crosshair label should be positioned on a chart. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), a will be thrown. Gets or sets the horizontal offset. An integer value that is the X-offset. Gets or sets the vertical offset. An integer value that is the Y-offset. Gets the string value used to support serialization of the crosshair label position. A value. Defines the crosshair legend element’s appearance when custom drawing a crosshair cursor using the event. Returns the series point which the Crosshair Cursor highlights. The series point. The base class for the Crosshair Cursor legend elements. Returns the Crosshair Cursor‘s axis label element to change its settings when using the event to modify the Crosshair’s appearance. The object that contains the crosshair’s axis label element settings. Returns the crosshair line element settings. The object that contains the crosshair’s line element settings. Returns the series which the Crosshair Cursor highlights. The series. Defines the appearance of a crosshair argument line and crosshair value line elements when custom drawing a crosshair cursor using the event. Specifies the crosshair line element’s color. A structure, specifying the color of the crosshair line element. Provides access to the line style of the crosshair line element. A object, representing the line style of the crosshair line element. Specifies whether the crosshair line element is visible when implementing custom drawing in the crosshair cursor. true, if the crosshair line element is visible; otherwise, false. Lists values specifying how the Crosshair Cursor’s lines behave. The Crosshair Cursor lines positions are specified by point arguments or values (This depends on the property value). The Crosshair Cursor’s lines do not snap to points that the Crosshair highlights. Specifies a crosshair label position near the mouse pointer. Initializes a new instance of the class with the default settings. Contains settings that define how to draw a crosshair cursor on a chart. Gets or sets the color of crosshair argument lines. A value that specifies the argument line color. Gets the argument line style settings of the crosshair cursor. A object that contains line style settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram. A class descendant that specifies the crosshair label position on a diagram. Gets the string value used to support serialization of the common label position. An object supporting the interface. Gets or sets the element that displays the Crosshair’s content. The value that specifies the chart element displaying the Crosshair’s content. Gets or sets the background color of the Crosshair series label. The background color of the Crosshair series label. Specifies the way in which the crosshair label is shown for a series on a diagram. A enumeration member that specifies how the crosshair label is shown for a series. Returns text options of the Crosshair series label item. The text options of series labels. Gets or sets a pattern that specifies the group header text to be displayed within the crosshair label. The group header’s pattern. Returns text options of the Crosshair series label group header. The group header options. Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them. true, if the series points are highlighted when the crosshair cursor hovers over them; otherwise, false. Gets or sets the value specifying how the Crosshair Cursor’s lines snap to points when hovering on them. The enumeration value that specifies how lines snap. Gets or sets a value that specifies whether to show an argument label of a series point indicated by a crosshair cursor on a diagram. true to display an argument label indicated by a crosshair cursor on a diagram; otherwise, false. Specifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram. true to display an argument line indicated by a crosshair cursor on a diagram; otherwise, false. Specifies whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram. true to display a crosshair label indicated by a crosshair cursor on a diagram; otherwise, false. Specifies whether to show a header for each series group in crosshair cursor labels. true, to show a group header in crosshair cursor labels; otherwise, false. Gets or sets a value that specifies whether to show a crosshair cursor in a focused pane only. true to display a crosshair cursor in a focused pane; otherwise, false. Gets or sets the value that specifies whether the Crosshair cursor should show points that are out of a y-axis’s visual range. true if the out of visual range points should be shown in the Crosshair label; otherwise false. Gets or sets a value that specifies whether to show a value label of a series point indicated by a crosshair cursor on a diagram. true - to display a value label indicated by a crosshair cursor on a diagram; otherwise - false; Specifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram. true to display a value line indicated by a crosshair cursor on a diagram; otherwise, false. Specifies the current snap mode of a crosshair cursor. A enumeration member. Gets or sets the color of crosshair value lines. A value that specifies the value line color. Gets the value line style settings of the crosshair cursor. A object that contains line style settings. Gets or sets the identifier specifying the behavior of the selection of points shown in the crosshair label. The selection behavior identifier. Lists the values used to specify how a crosshair cursor should detect a series point to which to snap. A crosshair cursor is shown for the nearest point argument. A crosshair cursor is shown for the nearest point value. Lists identifiers that specify the behavior of the selection of points shown in the crosshair label. The selection behavior is specified based on the axis scale type. If scale type is Numeric, the mode is ValueRange; otherwise the scale type is Value. Points for the crosshair are selected by the exact value specified by the Crosshair Cursor. Points for the crosshair are selected from a range around the value specified by the Crosshair Cursor. The easing function that creates an animation that accelerates and (or) decelerates using the third power function. Initializes a new instance of the class with the default settings. Lists the values used to specify the cursor type. No cursor is being shown. The base class for a custom aggregate function callback. Calculates the aggregated values of the specified series point value group. Information about values that should be aggregated. The array of data point values. Represents an individual custom label of an axis. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value that specifies the name of the custom axis label. This value is assigned to the property. Initializes a new instance of the class with the specified name and date time value. A value that specifies the name of the custom axis label. This value is assigned to the property. A value that specifies the date time value of the custom axis label. This value is assigned to the property. Initializes a new instance of the class with the specified name and numeric value. A value that specifies the name of the custom axis label. This value is assigned to the property. A value that specifies the numeric value of the custom axis label. This value is assigned to the property. Initializes a new instance of the class with the specified name and value. A value, specifying the custom axis label’s name. A value, specifying the value for the custom axis label. Initializes a new instance of the class with the specified name and qualitative value. A value that specifies the name of the custom axis label. This value is assigned to the property. A value that specifies the qualitative value of the custom axis label. This value is assigned to the property. Initializes a new instance of the class with the specified name and numeric value. A value that specifies the custom axis label name. This value is assigned to the property. A value that specifies the custom axis label’s numeric value. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the custom label’s position along an axis. A floating point value that specifies the custom label’s position. Gets or sets the string value used to support serialization of the property. A value. Gets or sets the background color for an axis custom label. A value specifying the background color. Returns the border style of a axis custom label . A object. Gets the fill style settings of a axis custom label. A object which specifies the fill style for the custom axis’ background. Gets or sets the font used by the custom axis label. A value. Gets or sets the value that specifies whether to show a grid line for the custom axis label. true, if a grid line should be visible; otherwise, false. Gets or sets the text color used by the custom axis label. A value. Specifies whether the custom axis label is visible. true if the custom axis label is visible; otherwise, false. Represents a collection that stores the custom labels of a particular axis. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of custom axis labels to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified custom axis label. A object to locate in the collection. true if the collection contains the specified custom axis label; otherwise, false. Gets a custom axis label within the collection by its name. A which specifies the name of the axis label to find. A object that represents the custom axis label with the specified name. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the custom axis label at the specified position. Returns a custom axis label by its name. A value, specifying the custom axis label name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Contains border settings for elements which have custom shapes. Provides data for the () event. Provides access to individual axis label items. A object which represents the axis label item. A method that will handle the and events. The event source. This parameter identifies either the or which raised the event. A object that contains data related to the event. Provides data for a chart control’s event. Gets the settings of crosshair axis label elements to customize their appearance. An object implementing the interface that represents the collection of the . Provides access to the settings of crosshair elements and crosshair group header elements to customize their appearance. An object implementing the System.Collections.IList interface that represents the collection. Gets the settings of crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) to customize their appearance. An object implementing the interface that represents the collection of s. Gets the settings of crosshair group header elements to customize their appearance. An object implementing the System.Collections.IEnumerable interface that represents the collection of the Returns crosshair legend elements to customize their appearance. A collection of objects. Gets the settings of a crosshair line element to customize its appearance (color, line style). A object representing the crosshair line element to custom draw. Returns all indicator elements that the Crosshair Cursor shows in a legend. A collection of objects. These objects represent indicator elements that the Crosshair Cursor shows in a legend. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Provides data for a chart control’s () event. Gets or sets the value specifying whether should be disposed when drawing is finished. true to dispose the legend check box image settings; otherwise, false. Gets or sets the image of the legend item check box of the series or series point that is currently being painted. The image of the legend item marker. Gets or sets the image size mode of the legend item check box of the series or series point that is currently being painted. The check box image size mode. Gets or sets the size of the legend item check box of the series or series point that is currently being painted. The composed pair of integers, representing the width and the height of the check box. Gets or sets the visibility of the legend item check box of the series that is currently being painted. true to show the legend check box; otherwise, false. The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events. Gets or sets the value specifying whether the should be disposed when drawing is finished. true, to dispose of the legend font settings; otherwise, false. Gets or sets the value specifying whether should be disposed when drawing is finished. true, to dispose the legend marker image settings; otherwise, false. Returns the draw settings of the legend item of the series that is currently being drawn. An object of the class descendant, which stores the drawing options of the series currently being drawn. Gets or sets the text font of the legend item of the series or series point that is currently being painted. The font used to display the legend’s contents. Gets or sets the image of the legend item marker of the series or series point that is currently being painted. The image of the legend item marker. Gets or sets the image size mode of the legend item marker of the series or series point that is currently being painted. The marker image size mode. Gets or sets the size of the legend item marker of the series or series point that is currently being painted. The composed pair of integers, representing the width and the height of the marker. Gets or sets the visibility of the legend item marker of the series or series point that is currently being painted. true, to show the legend marker; otherwise, false. Gets or sets the text of the legend item of the series or series point that is currently being painted. The text of the legend for the series currently being painted. Gets or sets the text color of the legend item of the series or series point that is currently being painted. The legend text color. Gets or sets the text visibility of the legend item of the series whose points are currently being drawn. true, to show the text; otherwise, false. Returns the series that is currently being painted. The series that is currently being painted. Returns the draw settings of the series that is currently being drawn. An object of the class descendant, which stores the draw options of the series currently being drawn. Represents a method that will handle the and events. The event source. This parameter identifies either the or which raised the event. A object which contains event data. Provides data for a chart control’s () event. Gets or sets the text of a label for the point currently being painted. A representing a label’s text. Returns the portion of the series point’s value within the total value of a series group to which the series point belongs. The portion of the series point’s value within the total value of a series group to which the series point belongs. Gets or sets the text of a second label for the point currently being painted for specific series views. A representing a second label’s text. Specifies the selection state mode for the series whose points are currently being painted. A enumeration value, representing the series point selection mode. Gets the series point currently being painted. A object which represents the series point currently being painted. Gets or sets the text of a series group’s total label. The total label’s text. Returns the total value of a series group to which the series point belongs. The total value of a series group to which the series point belongs. Represents a method that will handle the and events. The event source. This parameter identifies either the or which raised the event. A object which contains event data. A method that will handle the , , or event. The event source. This parameter identifies the , or which raised the event. Always . Provides data for the () event. Gets the chart’s legend. A object, representing the chart’s legend. Specifies the legend‘s maximum horizontal percentage. A value, specifying the legend’s horizontal limit. This value is assigned to the property. Specifies the legend‘s maximum vertical percentage. A value, specifying the legend’s vertical limit. This value is assigned to the property. A method that will handle the , , or event. The event source. This parameter identifies the , or which raised the event. A object that contains data related to the event. Provides data for the event. Returns a pie series whose total label is customized. A series whose total label is customized. Gets or sets the total label text. A string that represents the total label’s text content. Gets or sets the total label’s text color. A color used to paint the total label text. Returns the total label value. A floating-point number that specifies the total value of pie series point values. A method that handles the event. The event source. The event data. Provides data for the () event. Specifies the resolve overlapping mode for the series labels. A enumeration value, specifying the behavior of series labels. This value is assigned to the property. A method that will handle the , , or event. The event source. This parameter identifies the , or which raised the event. A object that contains data related to the event. Provides data for the () event. Specifies the dimensions of the Simple Diagram. An integer value, specifying the diagram’s dimension. This value is assigned to the property. Specifies the series layout direction for the Simple Diagram. A enumeration value, specifying the series layout direction. This value is assigned to the property. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Provides data for the event. Returns a series point argument value. A series point argument value. Gets or sets the total label text. A string that represents the total label’s text content. Gets or sets the total label’s text color. A color used to paint the total label text. Returns the total label value. A floating-point number that specifies the total value of stacked bar series point values. A method that handles the event. The event source. The event data. Provides data for the () event. Gets the X-axis, whose labels are being customized. The class descendant. Specifies whether the X-axis labels should be staggered. true to stagger the X-axis labels; otherwise, false. This value is assigned to the property. A method that will handle the , , or event. The event source. This parameter identifies the , or which raised the event. A object that contains data related to the event. An individual custom legend item. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the legend item. This value is assigned to the property. Initializes a new instance of the class with the specified name and text. A value specifying the name of the legend item. This value will be assigned to the property. A value specifying the text of the legend item. This value will be assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Releases all resources used by the object. Gets or sets the font used to display the custom legend item content. A object which specifies the font used to display the custom legend item content. Gets or sets the color of a custom legend item marker. A value. Returns the custom legend item’s marker image. A object that defines the image used as a legend item marker. Gets or sets the custom legend item marker image size mode. A enumeration value, representing the marker image size mode. Gets or sets the marker’s height and width. A structure which specifies the marker’s height and width, in pixels. Gets or sets the value indicating whether or not the custom legend item marker is visible. true, to display the marker; otherwise, false. Gets or sets the text the custom legend item displays. A that specifies the legend item text. Gets or sets the custom legend item text color. A structure which specifies the custom legend item text color. Gets or sets the value indicating whether or not the custom legend item text is visible. true, to display item text; otherwise, false. A collection of s. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of custom legend items to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified custom legend item. A object to locate in the collection. true, if the collection contains the specified custom legend item; otherwise, false. Inserts the specified custom legend item into the collection at the specified position. A zero-based integer which specifies the position at which the custom legend item is to be inserted. A object specifying the custom legend item to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the custom legend item at the specified position. Returns a custom legend item by its name. A value, specifying the custom legend item name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Provides data for the () event. Gets the bounds of a custom graphic object. A structure, that describes the location and size of the bounds rectangle. Gets the custom graphic object. A object, encapsulating a GDI+ drawing surface. A method that will handle the , , or event. The event source. This parameter identifies the , or which raised the event. A object that contains data related to the event. Lists the values that specify the dash style used to paint a line. Specifies a line consisting of dashes. Specifies a line consisting of a repeating pattern of dash-dot. Specifies a line consisting of a repeating pattern of dash-dot-dot. Specifies a line consisting of dots. Specifies that an element’s should be filled using the current appearance settings. Specifies a solid line. Defines filter conditions for a particular series. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified column name and data type name, condition and filter value. A which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the property. A which specifies the type name of the data stored in the columnName data column. This value is assigned to the property. A enumeration value which specifies the condition used for data filtering. This value is assigned to the property. An which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the dataTypeName parameter. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Creates a copy of the current object. A object which is a copy of the current object. Gets or sets the name of the data field which the filter condition is applied to. A value that specifies the name of the corresponding data field. Gets the string value used to support serialization of the column name. A value. Gets or sets the comparison operator used to filter the data points within a series. A enumeration value. Gets or sets the data type of the value associated with the current data filter object. A object that represents the value data type. Gets or sets the string value used to support serialization of the property. A value. Gets or sets the string value used to support serialization of the property using the invariant culture. A value. Returns the textual representation of the data filter. A value which is the textual representation of the data filter. Gets or sets the filter value represented by the current data filter item. A representing the value by which the series data is filtered. Gets or sets the string value used to support serialization of the property. A value. Represents a collection that stores specific filter conditions of a particular series. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends a new object with the specified column name and data type name, condition and filter value. A which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the property. A which specifies the type name of the data stored in the columnName data column. This value is assigned to the property. A enumeration value which specifies the condition used for data filtering. This value is assigned to the property. An which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the dataTypeName parameter. This value is assigned to the property. An integer value indicating the position into which the new element was inserted. Appends an array of data filters to the collection. An array of objects to append to the collection. Removes all elements from the , and then appends an array of specified data filters to the collection. An array of objects to append to the collection. Gets or sets the conjunction mode for filter conditions defined by the collection’s items. A enumeration value. Inserts the specified data filter to the collection at the specified position. A zero-based integer which specifies the position at which the data filter should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted object. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the data filter at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Lists the values that specify comparison operators used to filter data points within a series. Specifies the “equal to” comparison operator. Specifies the “greater than” comparison operator. Specifies the “greater than or equal to” comparison operator. Specifies the “less than” comparison operator. Specifies the “less than or equal to” comparison operator. Specifies the “not equal to” comparison operator. A data member that supplies data used to create series points. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The data member type. The name of the data source column. Initializes a new instance of the class with specified settings. The data member type. The name of the data source column. The data member scale type. Gets or sets the name of the data source column. A string value that defines the name of the data source column. Gets or sets the data member type. The data member type. Occurs when the , , or property value is changed. Gets or sets the type of data member values. The data member scale type. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Stores all data members that a data adapter uses to create series points. Initializes a new instance of the class. Appends the specified object to the end of the collection. A object to append to the collection. Appends an array of data members to the collection. An array of objects to append to the collection. Clears the collection. Determines whether the collection contains a data member of the specified type. The data member type to locate in the collection. true if the collection contains a data member of the specified type; otherwise, false. Determines whether the collection contains the specified data member. The data member to locate in the collection. true if the collection contains the specified data member; otherwise, false. Returns the number of data members that the collection stores. The number of items in the collection. Returns the name of the data member that matches the specified type. The type of the data member whose name to be located. The data member name. Removes a data member of the specified type from the collection. The type of the data member to remove. true if the data member is removed; otherwise, false. Removes the specified data member from the collection. The data member to remove from the collection. true if the data member is removed; otherwise, false. An adapter that loads data from a source to the series. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. A source that contains data used to create series points. Copies all the settings from the object passed as the parameter. An object ( descendant) whose settings are assigned to the current object. Gets or sets the data source used to create series points. The data source. The base class for adapters that load data from data sources. Copies all the settings from the data adapter object passed as the parameter. An object whose settings are assigned to the current object. Returns the collection of data source members that store data used to create series points. The data member collection. Gets or sets the value that identifies whether the source data is sorted. true if the source data is sorted; otherwise, false. Releases all resources from the class descendant object. Gets or sets the filter expression that is applied to the series to filter display data. The filter criteria. Gets or sets the filter string that is applied to the series to filter displayed data. The filter string. Specifies data members used to create Box Plot chart points. The name of a data member that contains arguments. The name of a data member that contains minimum values. The name of a data member that contains first quartiles. The name of a data member that contains medians. The name of a data member that contains third quartiles. The name of a data member that contains maximum values. Specifies data members used to create Box Plot chart points with mean values. The name of a data member that contains arguments. The name of a data member that contains minimum values. The name of a data member that contains first quartiles. The name of a data member that contains medians. The name of a data member that contains third quartiles. The name of a data member that contains maximum values. The name of a data member that contains mean values. Specifies data members used to create Box Plot chart points with mean values and outliers. The name of a data member that contains arguments. The name of a data member that contains minimum values. The name of a data member that contains first quartiles. The name of a data member that contains medians. The name of a data member that contains third quartiles. The name of a data member that contains maximum values. The name of a data member that contains outliers. Specifies data members used to create Box Plot chart points with outliers. The name of a data member that contains arguments. The name of a data member that contains minimum values. The name of a data member that contains first quartiles. The name of a data member that contains medians. The name of a data member that contains third quartiles. The name of a data member that contains maximum values. The name of a data member that contains mean values. The name of a data member that contains outliers. Specifies data members used to create Bubble chart points. The name of a data member that contains arguments. The name of a data member that contains values. The name of a data member that contains weight values. Specifies data members used to series points. The name of a data member that contains arguments. The name of a data member that contains values. Specifies data members used to create financial chart points. The name of a data member that contains arguments. The name of a data member that contains low values. The name of a data member that contains high values. The name of a data member that contains open values. The name of a data member that contains close values. Specifies data members used to create range chart points (for example, Range Area chart or Range Bar chart). The name of a data member that contains arguments. The name of a data member that contains first values. The name of a data member that contains second values. The Error Bars indicator whose error values are loaded from a data source. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the name of the data field which contains negative error values of an indicator for generated series points. A value that specifies the data field name. Gets or sets the name of the data field which contains positive error values of an indicator for generated series points. A value that specifies the data field name. Represents a dictionary containing values from a chart’s data source for a particular argument. Lists the values used to specify the formatting applied to date-time values. The format string specified by the property will be applied. Displays a date and time using the general date-time settings determined by your computer’s regional settings. Displays a date using the long-date format specified in your computer’s regional settings. Displays a time using the long-time format specified in your computer’s regional settings. Displays a date as a month name and day number using your computer’s regional settings (e.g., February 11). Displays a date as a month name and year number using your computer’s regional settings (e.g., February, 2006). Displays a date as a quarter value and year number using your computer’s regional settings (e.g., Q2 2006). Note that you can apply formatting to the quarter’s value. To do this, set the property to Custom, and define one of the following values for the property: q - Changes format to Roman numerals (e.g., IV); qq - Changes format to Roman numerals with the Q prefix (e.g., QIV); Q - Changes format to Arabic numerals (e.g., 4); QQ - Changes format to Arabic numerals with the Q prefix (e.g., Q4). Displays a date using the short-date format specified in your computer’s regional settings. Displays a time using the short-time format specified in your computer’s regional settings. Lists the values that specify the date-time measurement unit, to which the beginning of a diagram’s gridlines and labels should be aligned. Specifies a day as the date-time unit to which axis gridlines should be aligned. Specifies an hour as the date-time unit to which axis gridlines should be aligned. Specifies a millisecond as the date-time unit to which axis gridlines should be aligned. Specifies a minute as the date-time unit to which axis gridlines should be aligned. Specifies a month as the date-time unit to which axis gridlines should be aligned. Specifies a quarter of a year as the date-time unit to which axis gridlines should be aligned. Specifies a second as the date-time unit to which axis gridlines should be aligned. Specifies a week as the date-time unit to which axis gridlines should be aligned. Specifies a year as the date-time unit to which axis gridlines should be aligned. Stores options for the date-time axis when its ScaleMode is Interval. Copies all the settings from the object passed as the parameter. An object (that is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the overflow interval’s start value. The date-time value that specifies the overflow interval’s start value. Gets or sets the underflow interval’s end value. The date-time value that specifies the underflow interval’s end value. Contains information about changes in the data-time interval scale options. Returns information about the overflow interval value changes. The overflow value change info. Returns information about the underflow interval value changes. The underflow value change info. Lists the values that specify the unit of measurement for date-time values within a chart control. Specifies a day as the measurement unit for date-time values. Specifies an hour as the measurement unit for date-time values. Specifies a millisecond as the measurement unit for date-time values. Specifies a minute as the measurement unit for date-time values. Specifies a month as the measurement unit for date-time values. Specifies a quarter of a year as the measurement unit for date-time values. Specifies a second as the measurement unit for date-time values. Specifies a week as the measurement unit for date-time values. Specifies a year as the measurement unit for date-time values. Lists the values that specify the detail level for date-time values. Specifies a day as the measurement unit for date-time values. Specifies an hour as the measurement unit for date-time values. Specifies a millisecond as the measurement unit for date-time values. Specifies a minute as the measurement unit for date-time values. Specifies a month as the measurement unit for date-time values. Specifies a quarter of a year as the measurement unit for date-time values. Specifies a second as the measurement unit for date-time values. Specifies a week as the measurement unit for date-time values. Specifies a year as the measurement unit for date-time values. Contains specific settings which define the representation of date-time values for display purposes within a chart control. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value that specifies whether to show date-time values in the most appropriate format in X-axis labels, series point labels or in the legend. true, if the format is automatically applied to axis labels, series point labels or to the legend; otherwise, false. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets a value that specifies the form of date-time values’ representation. A enumeration value. Gets or sets the pattern for formatting date-time values. A value that represents the format pattern. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Returns the textual representation of the date time options. A value which is the textual representation of the date time options. Provides data for the ( and ) event when the type of the changed scale is Date-Time. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale is changed. The of , that contains information about axis scale mode changes. The of , that contains information about axis measurement unit changes. The of , that contains information about axis measurement unit multiplier changes. The of , that contains information about grid alignment unit changes. The of , that contains information about grid spacing changes. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale is changed. The of , that contains information about axis scale mode changes. The of , that contains information about axis measurement unit changes. The of , that contains information about axis measurement unit multiplier changes. The of , that contains information about grid alignment unit changes. The of , that contains information about grid spacing changes. The of , that contains information about axis scale interval changes. Returns information about grid alignment changes. The of that contains the grid alignment change info. Returns information about class property value changes. An object that contains information about class property value changes. Returns information about measure unit changes. The of that contains the measure unit change info. Returns information about measurement unit multiplier changes. The of that contains the measurement unit multiplier change info. Lists the values that specify the date-time scale mode to be applied to the X-axis. Identifies the automatic integral date-time scale mode, meaning that data is averaged by an automatically chosen date-time interval. Identifies the automatic integral date-time scale mode, meaning that data is summarized by an automatically chosen date-time interval. Identifies the manual date-time scale mode, meaning that the , properties are in effect, and they should be manually defined. Contains settings for an axis scale when its data type is date-time. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the automatic date-time measure unit calculator. An object of class implementing the interface. Identifies the default value for the property. Always . Identifies the default value for the property. Always . Gets or sets the date-time measure unit to which the beginning of an axis’ gridlines and labels should be aligned. A enumeration value that represents the measurement unit to which the beginning of an axis’s gridlines and labels should be aligned. Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels. The value that specifies alignment. Stores options for a date-time axis when its ScaleMode is Interval. The date-time axis’s interval settings. Gets or sets the detail level for date-time values. A enumeration value which represents the axis’ detail level. Gets or sets the value specifying the factor on the measurement unit multiplies to form a custom measurement unit. The multiplier on which the measurement unit is multiplied to form a custom measurement unit. Specifies whether to skip axis ranges that do not have data points. true to skip ranges without points; otherwise, false. Specifies whether holidays and non-working days should be excluded from the axis scale. true to exclude non-working days from the axis scale; otherwise, false. Provides access to the information about non-working days to adjust the date-time axis scale. A object that contains information about non-working days. Gets or sets a value indicating whether to show only the working time on a date-time axis. true if work time only should be shown on the date-time axis; otherwise false. Returns a collection of work time rules which should be applied to the date-time axis scale. A collection of objects. Date-time summarization options storage. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Identifies the default value for the property. Always . Gets or sets the measurement unit that specifies the precision level of series points’ argument values. The measurement unit that specifies the precision level of series points’ argument values. Gets or sets the factor on which the series multiplies the measurement unit to form a custom measurement unit. The factor on which the series multiplies the measurement unit to form a custom measurement unit. Gets or sets the value that specifies whether summary options should use the property’s value as its ‘s value. true, if options should use the axis’s measure unit; otherwise false. Represents a default palette (collection of entries with two colors) used to draw a chart using the current appearance settings. Initializes a new instance of the class with the default settings. Specifies the default actual palette name. Gets the default palette name of the chart. A value that is the default palette name. Loads colors from the actual palette. A value that is the actual palette name. A Detrended Price Oscillator indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. Represents the base class for classes that provide diagram functionality for a chart control. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. This property is hidden, and it is intended for serialization purposes only. An integer value specifying the indent between adjacent axis labels, for which overlapping resolving is enabled, in pixels. Gets or sets an object used to support serialization in a . A value. This property is hidden, and it is intended for serialization purposes only. An integer value specifying the indent between adjacent labels of a chart’s series, for which an overlapping resolving is enabled, in pixels. Gets the string value used to support serialization of the diagram type. A value. Represents the base class for classes that provide diagram functionality for a chart control in 3D series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Represents a static constant that stores the default value for the and properties. Represents a static constant that stores the default value for the property. Gets or sets the amount by which to scroll a diagram horizontally. A that represents a scroll percentage. It should be within the range -100;100. Gets or sets the perspective angle for a 3D diagram in a perspective projection (when is true). An integer value that may be 0 and more, but less than 180. Gets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by . true if a 3D object is shown in a perspective projection, otherwise false. Gets or sets the value (in degrees) at which the diagram should be rotated around the X-axis. An integer value which specifies the rotation angle (in degrees). Gets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis. An integer value which specifies the rotation angle (in degrees). Gets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis. An integer value which specifies the rotation angle (in degrees). Gets or sets a matrix used to rotate a diagram around X, Y and Z axes. An array of values. Gets or sets the string value used to support serialization of the property. A value. Provides access to the options specifying the ways in which rotation can be performed for 3D Diagrams. A object containing rotation options. Gets or sets a value which determines the order of rotation around the X, Y and Z axes. A enumeration value. Gets or sets the rotation type, that determines whether the chart is rotated by specified angle values or it conforms to mouse movements. A enumeration value. Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer or using rotation gestures (if the device supports touchscreen). true if a chart can be rotated at runtime; otherwise, false. Gets or sets a value indicating if the 3D Chart’s diagram can be scrolled by end-users at runtime. true if scrolling is enabled; otherwise, false. Gets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime. true if zooming is enabled; otherwise, false. Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram. A object, representing scrolling options. Gets or sets the amount by which to scroll vertically. A value that represents a scroll percentage. Should be within the range -100;100. Provides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram. A object, representing zooming options. Gets or sets the magnification amount applied to the chart, as a percentage. A value that specifies the zooming percentage. Should be within the range 1;500. Represents an object that contains descriptive information about a geometrical point within the diagram. Gets the type of the argument scale. A object, representing the scale type for the argument data of the data point. Gets the X-axis of the diagram point. An descendant, representing the axis of arguments (X-axis). Gets the Y-axis of the diagram point. An descendant, representing the axis of values (Y-axis). Gets the date-time argument of the diagram point. A value, representing the diagram point’s argument. Gets the date-time value of the diagram point. A value, representing the diagram point’s value. Gets the value of the client-side axis instance. An class descendant, representing the axis that contains the requested value. An object that contains the information about the axis scale type and value. Checks whether the current object represents a point outside the diagram area. true if the diagram coordinates correspond to a point outside the diagram area; otherwise, false. Gets the numerical argument of the diagram point. A value, representing the diagram point’s argument. Gets the numerical value of the diagram point. A value, representing the diagram point’s value. Gets the pane of the diagram point. An descendant, representing the pane. Gets the qualitative argument of the diagram point. A , representing a diagram point’s qualitative argument. Gets the diagram point’s time-span argument. A value that represents the diagram point’s argument. Gets the diagram point’s time-span value. A value that represents the diagram point’s value. Gets the type of the value scale. A object, representing the scale type for the value data of the data point. Lists values that are directions of an element orientation. Specifies the bottom to top direction. Specifies the left to right direction. Specifies the right to left direction. Specifies the top to bottom direction. Represents the base class for dockable titles. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value specifying the parent control edges, to which a title is docked. A enumeration value. Gets or sets how much the chart title is indented from the client region of its parent control. An integer value which specifies the indent, in pixels. The default is 5. Gets or sets the number of lines to which a title’s text is allowed to wrap. An integer, representing the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Returns the textual representation of the dockable title. A value, which is the textual representation of the dockable title. Gets or sets a value which specifies whether to show a dockable title on a chart. Default - the dockable title visibility is defined according to the adaptive layout algoritm when the chart is resized; True - the dockable title is visible; False - the dockable title is hidden. The default is DefaultBoolean.Default. Specifies whether the dockable title is visible. true, if the dockable title is visible; otherwise, false. Serves as the base class for classes that represent collections of class descendants. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the dockable title at the specified position. Lists the values used to specify the dock corner of an annotation‘s shape. The annotation’s shape is docked to the left bottom corner. The annotation’s shape is docked to the left top corner. The annotation’s shape is docked to the right bottom corner. The annotation’s shape is docked to the right top corner. A collection of floating-point numeric values. Initializes a new instance of the class. Defines label settings for Doughnut 3D series. Initializes a new instance of the class with the default settings. Represents a series view of the 3D Doughnut type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the radius of the inner circle in the Doughnut Chart. An integer, representing the percentage of the inner radius to the outer radius of a 3D doughnut. Defines label settings for Doughnut series. Initializes a new instance of the class with the default settings. Represents a series view of the Doughnut type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true, if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the radius of the inner circle in the Doughnut Chart. An integer, representing the percentage of the inner radius to the outer radius of a doughnut. Represents a base for classes that contain settings for custom drawing series of different view types. Gets the actual second color of a series or its point, when implementing custom drawing in the chart control. A value that represents the actual second color of a series or its point. Creates a copy of the current object. A object which is a copy of the current object. Gets or sets the series view or series view point color when implementing custom drawing in the chart control. A value that represents the color of either the series view or series view point. Defines the drill down level. Gets or sets the breadcrumb item text. A string that is used to specify a breadcrumb content. Returns the field name to field value map that specifies the filter parameters that are applied to the Chart’s data source at the detail level that this item defines. The field name to field value map that specifies the filter parameters that are applied to the Chart’s data source at the detail level that this item defines. Stores settings that specify the ways in which drill down can be performed. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies keys that should be held down and mouse buttons that an end-user should click to reveal the next drill down level. An object that stores keys that should be held down and a mouse button that an end-user should click to reveal the next drill down level. Specifies shortcuts that allow an end-user to return to a previous drill-down level. A collection of shortcuts that allow an end-user to return to a previous drill-down level. Gets or sets the value that specifies whether an end user can use the keyboard to drill down in the chart. true, if an end user can use the keyboard; otherwise, false. Gets or sets the value that specifies whether an end user can use the mouse to select the point or series to show detail information. true, to allow using the mouse; otherwise, false. Provides data for the (, or ) event. Initializes new instance of the class with the specified settings. The array of states that specify filter parameters on each detail level. The array of series that the Chart Control generates at the current detail level. Provides the array of series that the chart control generates using the new actual series template. Series that the chart control generates using the new actual series template. Returns the array of states that specify filtering parameters applied on each detail level. States that specify filtering parameters applied on each detail level. Represents a method that will handle the ( or ) event. The event source. This parameter identifies the ( or ) which raised the event. An object which contains event data. Provides data for the (, or ) event. Initializes new instance of the class with the specified settings. The collection of states that specify filter parameters on each detail level. Gets or sets the value indicating whether the state change should be canceled. true, if the state change should be canceled; otherwise false. Returns the array of states that specify filtering parameters applied on each detail level. States that specify filtering parameters applied on each detail level. Represents a method that will handle the ( or ) event. The event source. This parameter identifies the ( or ) which raised the event. A object which contains event data. The base class for all easing functions. Copies all the elements from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Transforms normalized time to control the pace of an animation. A value specifying normalized time (progress) of the animation, which is a value from 0 through 1. A that represents the transformed progress. Gets or sets a value that specifies how the animation interpolates. An enumeration value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the string value used to support serialization of easing functions. A value. Gets or sets a value that specifies how the animation interpolates. Interpolation follows the mathematical formula associated with the easing function. Interpolation uses In for the first half of the animation and Out for the second half. Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. The easing function that creates an animation that resembles a spring oscillating back and forth until it comes to rest. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the number of times the target slides back and forth over the animation destination. An integer value that specifies the number of times the target slides back and forth over the animation destination. This value must be greater than or equal to 0. Gets or sets the stiffness of the spring. A double value that specifies the stiffness of the spring. The value should be positive. Lists the values used to specify the selection mode of a chart element. Selects multiple chart elements (while the SHIFT key is pressed) and selects/deselects chart elements (while the Ctrl key is pressed). Selects multiple chart elements. The selection of a chart element is disabled. Selects the only chart element. Contains options of the text which is to be displayed at runtime when a chart has no data to display. Contains options related to empty points. Copies all settings from the object passed as a parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then an is thrown. Gets or sets the color that is used to paint empty points. The color that is applied to empty points. Determines whether the current object has the same settings as the specified object. A object to compare with the current object. true if the object specified by the parameter has the same settings as the current object; otherwise, false. Returns the hash code for the current object. The hash code for the current object. Specifies how the chart control handles empty series points. A value that defines how to handle empty points. Lists the directions of errors displayed by Error Bars. Both the positive and negative error bars will be plotted. Only the negative error bar will be plotted. Only the positive error bar will be plotted. Lists the Error Bars end styles. The end of an error bar will be marked by a cap. The end of an error bar will not be marked by a cap. The base class for all Error Bars indicators. Initializes a new instance of the class with the default parameters. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the error bar direction. An enumeration value. Gets or sets the style of the error bar end. An enumeration value. Returns the localized name of the indicator type. A object specifying the indicator name. Represents a collection of exploded series points within a Pie Chart. Initializes a new instance of the class with the specified owner. A object, representing the owner of the collection. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Copies all the elements from the object passed as the parameter. An object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the series point at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Toggles the exploded state of the specified series point. A object which specifies the series point whose exploded state should be changed. Initializes a new instance of the class with specified settings. The easing function that creates an animation that accelerates and (or) decelerates using an exponential function. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets the exponent used to determine the interpolation of the animation. A double value that specifies the exponent used to determine the interpolation of the animation. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents an Exponential Moving Average indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value, specifying the indicator’s name. Initializes a new instance of the class with the specified name and value level. A value, specifying the indicator’s name. A enumeration value, specifying the value level, to which the indicator corresponds. Returns the localized name of the indicator type. A value. Represents an individual Fibonacci Indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified kind. A enumeration value that specifies the kind of the Fibonacci Indicator. This value is assigned to the property. Initializes a new instance of the class with the specified kind and name. A enumeration value that specifies the kind of the Fibonacci Indicator. This value is assigned to the property. A that specifies the name of the Fibonacci Indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value defining the color of the lines representing the Fibonacci Indicator‘s base levels (0% or 100% depending on the indicator kind). A value which represents the color of the indicator’s base levels lines. Gets a value defining the line style of the lines representing the Fibonacci Indicator‘s base levels (0% or 100% depending on the indicator kind). A object which represents the line style options for the lines representing the Fibonacci Indicator’s base levels. Returns the localized name of the indicator type. A value. Gets or sets the value determining the kind of the Fibonacci Indicator. A enumeration value which represents the kind of indicator. Gets the set of label-related properties of the Fibonacci Indicator. A object which represents label properties of the indicator. Gets or sets the value which determines whether to display the additional levels for the Retracement type of Fibonacci Indicators. true if the additional levels should be displayed; otherwise, false. Gets or sets the value which determines whether to display the 0% level for the Fans type of Fibonacci Indicators. true if the 0% level should be displayed; otherwise, false. Gets or sets the value which determines whether to display the 100% level for the Arcs type ofFibonacci Indicators. true if the 100% level should be displayed; otherwise, false. Gets or sets the value which determines whether to display the 23.6% level for the Fibonacci Indicator of the required kind. true if the level of 23.6% should be displayed; otherwise, false. Gets or sets the value which determines whether to display the 76.4% level for the Fibonacci Indicator of the required kind. true if the level of 76.4% should be displayed; otherwise, false. Represents a collection of Fibonacci Indicators of a specific series. Appends the specified Fibonacci Indicator to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of the Fibonacci Indicators to the current collection. An array of objects to append to the collection. Removes all items from the collection. Determines whether the collection contains the specified Fibonacci Indicator. A object to locate in the collection. true if the collection contains the specified Fibonacci indicator; otherwise, false. Gets a Fibonacci Indicator within the collection by its name. A which specifies the name of the indicator to find. A object that represents the indicator with the specified name. Provides indexed access to individual Fibonacci Indicators in the collection. A zero-based integer specifying the desired value’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the indicator at the specified position. Removes the specified Fibonacci Indicator element from the collection. A element to be removed from the collection. Copies the elements of the to a new array of Fibonacci Indicator objects. An array of objects containing the copies of the elements of the . Lists the values used to specify the kind of the Fibonacci Indicator. Identifies the Arcs kind of the Fibonacci Indicators. Identifies the Fans kind of the Fibonacci Indicators. Identifies the Retracement kind of the Fibonacci Indicators. Represents a Fibonacci Indicator‘s label. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value defining the text color of the Fibonacci Indicator‘s base levels labels (0% or 100% depending on the indicator kind). A value which represents the color of the indicator’s base level’s labels. Lists the values that specify the filling mode for an element’s surface. The fill mode is not specified. The default fill mode from the appearance will be used. Specifies that an element’s surface should be filled in gradient mode. Specifies that an element’s surface should be filled in hatch mode. Specifies that an element’s surface should be filled in the solid mode. Lists the values that specify the filling mode for an element’s surface. Specifies that an element’s surface should be filled using the fill mode settings which are specified by the appearance currently used in a chart (it can be obtained via the property). Specifies that an element’s surface should be filled in gradient mode. Specifies that an element’s surface should be filled in the solid mode. Represents the base class for objects which define specific fill options. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the string value used to support serialization in a . A value. Gets the string value used to support serialization of the fill options type. A value. Represents the base class for objects which define specific filling options using the second color. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the second color used in specific filling modes. A structure that specifies the second filling color. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents the base class for objects which define filling styles in 2D series. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets the filling mode for an element’s surface. A enumeration value which specifies how an element’s surface is filled. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents the base class for objects which define filling styles in 3D series. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets the filling mode for an element’s surface. A enumeration value which specifies how an element’s surface is filled. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents the base class for objects which define filling styles. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets the string value used to support serialization of the fill options’ type in web applications. A value. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the specific settings of the corresponding fill style. A object that contains the fill style’s settings. For internal use. This property is used to support serialization of the fill options. An object supporting the interface. Returns the textual representation of the fill style. A value which is the textual representation of the fill style. The base class for all financial series animations. Applies the current animation state to a financial series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the required for animation parameters of a financial series point layout. A value specifying the current animation progress. Contains settings for custom drawing financial series. Gets or sets the financial series view’s level line length (in fractions of a distance between two major values on the axis) when implementing custom drawing in the chart control. A value which represents the level line length in the financial series view. Gets or sets the financial series view’s line thickness value when implementing custom drawing in the chart control. An integer value which represents the line thickness in the financial series view. Gets the financial series view’s reduction stock options when implementing custom drawing in the chart control. A object which represents the options used to draw stock values in the financial series view. Gets the financial series view’s shadow settings when implementing custom draw in the chart control. A object which provides the settings used to paint the series view’s shadow. The Expand financial series point animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a financial series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a financial series point layout. A value specifying the current animation progress. Represents the base class for Indicators and Trend Lines. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the first point for a financial indicator. A object, which represents the financial indicator’s first point. Gets the second point for a financial indicator. A object, which represents the financial indicator’s second point. Represents the base class for the collections containing Trend Lines and Fibonacci Indicators of a series. Removes all items from the collection. Represents an individual point for the indicators, that are drawn through two data points (such as Fibonacci Indicator or a Trend Line). Gets or sets an argument of a financial indicator’s point. A representing an argument of a financial indicator’s point. Gets or sets the string value used to support serialization of the property. A value. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value indicating how to obtain the value of a financial indicator’s point. A enumeration value, which indicates how to obtain a financial indicator point’s value. Stores the Fibonacci Indicators and Trend Lines that belong to a specific series. Provides access to a series’ collection of Fibonacci Indicators. A object. Provides access to a series’ collection of Trend Lines. A object. Financial series point layout parameters required for animations. Gets or sets the boundary box of the series point marker. A value specifying the point marker bounds. Returns the direction of a financial series point marker layout. A enumeration value. Represents the base class for series views of the financial type. Gets or sets the financial series animation. A class descendant. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets a value specifying the length (in axis units) of the level line in financial series. A value which represents the length of a level line in axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0. Gets or sets the thickness of the lines used to draw stocks or candle sticks within the financial view. An integer value that specifies the line thickness. Gets the settings which relate to price reduction indication within the financial series. A object that contains the price reduction indication settings. The Slide financial series point animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a financial series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a financial series point layout. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. An enumeration value The Error Bars indicator whose error values are specified by constant values. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the fixed negative error value. A value specifying the negative error value. Gets or sets the fixed positive error value. A value specifying the positive error value. Provides settings for free positioning of annotation objects. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the corner of the annotation‘s parent element, to which the annotation is anchored. A object that represent’s the dock corner of the annotation’s parent element. Specifies the element (chart or pane), to which the annotation‘s shape is docked. A class descendant representing the dock target for the annotation’s shape. For internal use. Supports serialization of the property. A value. Specifies the inner indents between the edges of the annotation and its container element. A objects specifying the inner indents for the annotation’s parent element. Specifies the outer indents between the edges of the annotation and its container element. A object, specifying the inner indents for the annotation’s parent element. Defines label settings for Full Stacked Area 3D series. Initializes a new instance of the class with the default settings. Represents a series view of the 3D Full-Stacked Area type. Initializes a new instance of the class with the default settings. Contains settings for custom drawing full-stacked area series. Overrides the property. Always null (Nothing in Visual Basic). Contains settings that specify the data points appearance within full-stacked area series. Initializes a new instance of the class with the default settings. Defines label settings for full stacked area series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Represents a series view of the Full-Stacked Area type. Initializes a new instance of the class with the default settings. Overrides the property. Always returns null (Nothing in Visual Basic). Defines label settings for Full-Stacked Bar 3D series. Initializes a new instance of the class with the default settings. Represents a series view of the 3D Full-Stacked Bar type. Initializes a new instance of the class with the default settings. Contains settings that specify the data points appearance within full-stacked bar series. Initializes a new instance of the class with the default settings. Defines label settings for full-stacked bar series. Initializes a new instance of the class with the default settings. Represents a series view of the Full-Stacked Bar type. Initializes a new instance of the class with the default settings. A series view of the 3D Full-Stacked Line type. Initializes a new instance of the class with the default settings. Contains settings that specify data point appearance within a full-stacked line series. Initializes a new instance of the class with the default settings. A series view of the Full-Stacked Line type. Initializes a new instance of the class with the default settings. Contains settings that specify the data points appearance within full-stacked bar series and full-stacked area series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as a parameter. A object (which is a descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the settings that relate to presenting point values as percents. A object that contains the related settings. Represents a series view of the 3D Full-Stacked Spline Area type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Represents a series view of the Full-Stacked Spline Area type. Initializes a new instance of the class with the default settings. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. A series view of the Full-Stacked Step Area type. Initializes a new instance of the class with the default settings. Gets or sets a value that specifies the manner in which step lines connect data point markers. true if markers are connected using inverted steps; false if standard steps are use to connect markers. Indicates whether the crosshair label displays the actual step value. true if the crosshair label displays the actual step value; otherwise, false. The default value is true. Contains settings for custom drawing funnel 3D series. Defines label settings for funnel 3D series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A object. Represents a series view of the Funnel 3D type. Initializes a new instance of the class with the default settings. Overrides the property to hide it. Always . Gets a value of the diagram type. A value. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets or sets the radius of the inner circle in the Funnel 3D series. An integer, representing the percentage of the inner radius to the outer radius of a 3D funnel. Should be greater than or equal to 0 and less than or equal to 100. The base class for all funnel series animations. Applies the current animation state to a funnel series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation parameters of a funnel series point layout. A value specifying the current animation progress. Represents a diagram that is used to plot series of the Funnel 3D view type. For internal use only. Initializes a new instance of the class with the default settings. Contains settings for custom drawing funnel series. Gets the Funnel series view’s border settings when implementing custom drawing in the chart control. A object which specifies the border style. Gets the Funnel series view’s fill style settings when implementing custom draw in the chart control. A object which specifies the fill style for the background of funnels. The Fly In funnel series animation Initializes a new instance of the class with the default settings. Applies the current animation state to a funnel series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a funnel series point layout. A value specifying the current animation progress. The Grow Up funnel animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a funnel series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a funnel series point layout. A value specifying the current animation progress. Contains settings that specify the appearance of data points within funnel series. Initializes a new instance of the class with the default settings. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Lists shapes that are used to display funnel series points. Rectangles are used to display funnel series points. Trapezoids are used to display funnel series points. Defines label settings for funnel series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the position of labels relative to each other and the funnel diagram. A enumeration value determining the position of a label against the corresponding series point. Overrides the property, to hide it. Always Horizontal. Lists the values used to specify the position of funnel labels. The labels are displayed in the center of the funnel series points. The labels are displayed on the left of the funnel series points. The labels are organized into a straight column on the left of the funnel series points. The labels are displayed on the right of the funnel series points. The labels are organized into a straight column on the right of the funnel series points. Funnel series point layout parameters required for animations. Gets or sets the boundary box of the series point marker. A System.Drawing.RectangleF value specifying the point marker bounds. Represents a series view of the Funnel type. Initializes a new instance of the class with the default settings. Gets or sets a value indicating whether a Funnel series should be center-aligned within a diagram. true, if a the funnel series should be center-aligned; otherwise, false. Gets or sets the funnel series animation. A class descendant. Gets the Funnel series view’s border settings. A object which specifies the border style. Specifies whether each series point has a different color. true if each series point has a different color; otherwise, false. The default value is true. Gets a value of the diagram type. A value. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the fill style of the entire funnel in a series view of the Funnel type. A object which specifies the fill style for the background of a funnel. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets or sets a value which indicates whether the height-to-width ratio of a Funnel series should be auto-calculated. true if the height-to-width ratio should be auto-calculated; otherwise, false. Specifies the shape that is used to display funnel series points. A shape that is used to display funnel series points. Represents the base class for series views of the Funnel type. Determines whether or not the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets or sets a value that specifies the height-to-width ratio of a Funnel series. A double value that specifies the height-to-width ratio of a funnel. Gets or sets the distance between points of a Funnel series. An integer, representing the distance between points of a Funnel series, in pixels. The Slide funnel animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a funnel series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a funnel series point layout. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. An enumeration value. The Widen funnel animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a funnel series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a funnel series point layout. A value specifying the current animation progress. Represents the X-axis within Gantt charts. Overrides the property to allow only the date-time scale mode. Always the date-time scale mode. Represents a diagram that is used to plot series of the side-by-side gantt series and overlapped gantt series view types. Initializes a new instance of the class with the default settings. Overrides the property. Always true. Contains settings to custom draw Gantt series. Gets the Gantt series view’s task link options when implementing custom drawing in the chart control. A object which represents options used to draw task links in the Gantt series view. Represents the base class for series views of the Gantt type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the task link options which specify the appearance of task links within a Gantt series view. A object which contains appearance settings for task links. Represents the base class for objects which define specific gradient filling options. Returns the textual representation of the gradient fill options. A value which is the textual representation of the gradient fill options. Lists values that specify the alignment of grid lines, major tickmarks and axis labels. A grid line, major tickmark, axis label are in an interval center. A grid line, major tickmark, axis label are shifted to an interval start value. A grid line and major tickmark are shifted to an interval start value. An axis label is in the interval center. The options that configure the chart panes’ grid layout. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the index of the grid layout column the current pane occupies. The integer value that specifies the grid layout column’s index within the collection. This value should be greater than or equal to 0. Gets or sets the number of grid layout columns that the pane occupies. The integer value that defines the number of columns that the pane occupies. Gets or sets the index of the grid layout row the current pane occupies. The integer value that specifies the grid layout row’s index within the collection. This value should be greater than or equal to 0. Gets or sets the number of grid layout rows that the pane occupies. The integer value that defines the number of rows that the pane occupies. Sets values that define the pane position within the layout grid. The integer index of the row the pane occupies. This value should be greater than or equal to 0. The integer index of the column the pane occupies. This value should be greater than or equal to 0. The number of rows the pane can simultaneously occupy, starting with its initial row index. This value should be greater than or equal to 1. This is an optional parameter. The number of columns the pane can simultaneously occupy, starting with its initial column index. This value should be greater than or equal to 1. This is an optional parameter. Defines the settings of grid lines. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of major grid lines. A structure which specifies the color of major grid lines. Gets the style settings of the major grid lines. A object that contains line style settings. Gets or sets the color of minor grid lines. A structure which specifies the color of minor grid lines. Gets the style settings of the minor grid lines. A object that contains line style settings. Gets or sets a value indicating whether the minor grid lines are displayed by an axis. true if the minor grid lines are visible; otherwise, false. Returns the textual representation of the grid lines. A value which is the textual representation of the grid lines. Specifies whether the grid lines are visible. true if the grid lines are visible; otherwise, false. Defines the settings of grid lines which belong to the X axis. Defines the settings of grid lines which belong to the Y axis. The grid layout options’ storage. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the value that specifies the layout pattern that the diagram uses for automatically laying out panes. The value that specifies the layout pattern that the diagram uses for automatically laying out panes. Returns the grid pane layout’s columns. The collection of grid layout columns. Gets or sets the automatic layout pattern’s orientation. The automatic layout pattern’s orientation. Returns the grid pane layout’s rows. The collection of grid layout rows. Storage of information about the values that should be aggregated into a series point. Returns the aggregated point’s argument. The aggregated point’s argument. Returns a collection of values that series points provide as their first value. The collection of values that series points provide as their first value. Returns a collection of values that series points provide as their second value. The collection of values that series points provide as their second value. Returns a collection of values that series points provide as their third value. The collection of values that series points provide as their third value. Returns a collection of values that series points provide as their fourth value. The collection of values that series points provide as their fourth value. Defines the settings of the hatch filling style. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the hatch style used for background filling. A enumeration value. Returns the textual representation of the hatch fill options. A value which is the textual representation of the hatch fill options. Contains API members that implement the Heatmap Control functionality. Provides data for the event. Returns a heatmap cell for which a tooltip is shown. Contains heatmap cell arguments and value. Gets or sets the cell tooltip text. A string value that specifies the tooltip text. Gets or sets the cell tooltip title. A string value that specifies the tooltip title. A method that handles the event. The event source. The event data. Contains settings for heatmap axes. Gets or sets the heatmap axis alignment. The value that specifies the axis alignment. Specifies whether the axis grid spacing is automatically calculated. true if the grid step is automatically calculated; otherwise, false. Gets or sets the color used to paint the axis line and tickmarks. The color of the axis and its tickmarks. Returns the collection of custom axis labels. The custom label collection. Specifies how frequently the Heatmap Control should plot axis tickmarks and labels. The frequency of tickmarks and labels. Returns axis label settings. Contains axis label settings. Specifies whether to display custom labels with default labels or in place of default labels. The value that specifies the visibility of axis labels. Gets or sets the axis name. A string value that specifies the axis name. Specifies whether the axis is reversed. true if the axis is reversed; otherwise, false. Gets or sets the axis line thickness in pixels. The axis thickness in pixels. Returns axis tickmark settings. Contains settings for heatmap axis tickmarks. Returns the axis title. Contains axis title settings. Specifies whether the axis is visible. Default - the axis visibility is defined by the adaptive layout algorithm when the heatmap is resized; True - the axis is visible; False - the axis is hidden. Lists values that specify the axis position regarding the heatmap chart. The x-axis is positioned at the top of the chart, the y-axis – at the right. The x-axis is positioned at the bottom of the chart, the y-axis – at the left. Contains border settings for heatmap elements. Initializes a new instance of the class. Gets or sets the border color of heatmap elements. The border color. Gets or sets the border thickness in pixels. The border thickness in pixels. Gets or sets the heatmap border visibility. true if the border is visible; otherwise, false. The base class for heatmap color providers. The base class for heatmap data adapters. Loads heatmap data from a data source. Initializes a new instance of the class. Gets or sets the name of a data source member that stores colors, or values used to determine cell colors. The data source member name. Gets or sets the data source from which the adapter loads data. An object that is a data source. Returns a string that represents the current object. A string that represents the current HeatmapDataSourceAdapter object. Gets or sets a comparer that is used to specify custom sort order for x-arguments. An object that implements the interface. Gets or sets the name of a data source member that stores x-axis arguments. The data source member name. Gets or sets a comparer that is used to specify custom sort order for y-arguments. An object that implements the interface. Gets or sets the name of a data source member that stores y-axis arguments. The data source member name. A heatmap diagram. Gets or sets the color used to fill the heatmap diagram. The color that is used to paint the heatmap diagram background. Gets or sets the color used to paint the heatmap diagram border. The color that is used to paint the heatmap diagram border. Gets or sets whether the diagram border is visible. true if the border is visible; otherwise, false. Returns a string that represents the current object. A that represents the current object. Provides data for the event. Returns information about the highlighted heatmap cell. Contains heatmap cell parameters. A method that handles the event. The event source. The event data. Lists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell. The cell that a user hovers over with the mouse cursor is highlighted only. The column that contains the cell that a user hovers over with the mouse cursor is highlighted. No cells are highlighted when a user hovers over a cell. The row that contains the cell that a user hovers over with the mouse cursor is highlighted. The column and row that contain the cell that a user hovers over with the mouse cursor are highlighted. Contains information about a specific point within a heatmap. Returns the axis that is positioned in the test point. Contains heatmap axis options. Returns the cell that is located in the test point. Contains information about the heatmap cell. Returns the heatmap that is located under the test point. A Returns the topmost heatmap element in the test point. An object that is the topmost element under the test point. Returns a collection of elements that are in the test point. A collection of heatmap elements under the test point. Indicates whether the test point is in a heatmap cell. true if the test point is within a heatmap cell; otherwise, false. Indicates whether the test point is in within a heatmap. true if the test point is within a heatmap; otherwise, false. Indicates whether the test point in the true if the test point is within a title; otherwise, false. Returns the legend that is positioned in the test point. Contains heatmap legend options. Returns the title that is positioned in the test point. Contains heatmap title options. Lists directions for horizontal scrolling in a heatmap. A heatmap is scrolled left. A heatmap is not scrolled horizontally. A heatmap is scrolled right. Paints heatmap cells based on their values that are used as keys. If the cells have equal keys, they have the same color. Initializes a new instance of the class. Gets or sets a key provider that is used to obtain keys based on a custom logic. An object that implements the interface. Returns the collection of keys that the HeatmapKeyColorProvider uses to paint heatmap cells. Contains keys for the HeatmapKeyColorProvider. Returns a string that represents the current object. A string that represents the current HeatmapKeyColorProvider object. Contains settings for heatmap labels. Initializes a new instance of the class. Gets or sets the heatmap label background color. The background color. Returns border settings for heatmap cell labels. Contains border settings. Gets or sets the label text color. The text color of heatmap cell labels. Gets or sets the heatmap label font. The font that is used to display heatmap label text. Gets or sets a string pattern that formats heatmap label text. A format string. Gets or sets the text orientation for heatmap labels. Specifies text orientation. Returns a string that represents the current object. A string that represents the current HeatmapLabel object. Specifies whether heatmap labels are visible. true if labels are visible; otherwise, false. A heatmap legend. Initializes a new instance of the class with specified settings. Loads heatmap data from arrays. Initializes a new instance of the class. Returns a string that represents the current object. A string that represents the current HeatmapMatrixAdapter object. Gets or sets a numeric matrix that stores heatmap cell values. A two-dimensional array of heatmap cell values. Gets or sets arguments for the heatmap x-axis. A collection that stores x-arguments for a heatmap. Gets or sets arguments for the heatmap y-axis. A collection that stores y-arguments for a heatmap. Converts colors from cell values and applies these colors to cells. This is the default color provider. Initializes a new instance of the class. Returns a string that represents the current object. A string that represents the current HeatmapObjectColorProvider object. The base class for color providers that apply colors from a palette to heatmap cells. Initializes a new instance of the class. Gets or sets the format string that configures legend item text. A format string. Gets or sets the color provider palette. Specifies the color provider palette. Gets or sets the name of the color provider palette. The palette name. For internal use only. Gets the string value used to serialize the HeatmapPaletteColorProvider type. A string value. Paints heatmap cells according to value ranges. Initializes a new instance of the class. Specifies whether to approximate colors. true if an approximation algorithm is applied to colors; otherwise, false. Returns the collection of color ranges for the heatmap range color provider. A collection of color range boundaries. Returns a string that represents the current object. A string that represents the current HeatmapRangeColorProvider object. A color range boundary. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. The range stop value. Initializes a new instance of the class with specified settings. The range stop value. The range stop type. Returns a string that represents the current object. A string that represents the current HeatmapRangeStop object. Gets or sets the type of the color range stop value. The range stop type. Gets or sets the color range boundary value. A numeric value that specifies the range stop value. A collection of color range boundaries. Initializes a new instance of the class. Lists range stop value types. The range stop value is measured in absolute units. The range stop value is specified as a percentage. Values should be defined in the [0, 1] range. Lists values that specify text orientation. Text is vertically orientated from bottom to top. Text is horizontally orientated from left to right. Text is vertically orientated from top to bottom. Contains settings for heatmap axis tickmarks. Specifies whether tickmarks are shown across the axis. true if tickmarks cross the axis; otherwise, false. Gets or sets the tickmark length in pixels. An integer that defines the tickmark length in pixels. Gets or sets the thickness of tickmarks in pixels. An integer that defines the tickmark thickness in pixels. Specifies whether tickmarks are visible. true to show tickmarks; otherwise, false. A heatmap title. Initializes a new instance of the class. Gets or sets the title alignment. A value that specifies how the title is aligned. Gets or sets the heatmap edge to which the title is docked. Specifies how the title is arranged within the Heatmap Control boundaries. Gets or sets the indent between the heatmap diagram and title in pixels. The indent between the heatmap diagram and title in pixels. Gets or sets text lines in the multiline heatmap title. An array of strings. Gets or sets the number of lines that title text can wrap. A value that specifies the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets whether the title is visible. Default - the title visibility is defined according to the adaptive layout algorithm when the heatmap is resized; True - the title is visible on the heatmap; False - the title is hidden. The default is DefaultBoolean.Default. Gets or sets whether title text should wrap when it is too lengthy. true if title text should wrap; otherwise, false. The base class for heatmap titles. Indicates whether anti-aliasing (smoothing) is applied to the title. true if anti-aliasing is applied to the title; otherwise, false. Gets or sets the title font. A font that is used to display the title. Gets or sets the title text. A string value that specifies the title text. Gets or sets the title text color. The text color. Specifies whether the title is visible. true if the title is visible; otherwise, false. A collection of heatmap titles. Appends the object to the end of the current collection. The title that is to be added to the collection. Determines whether the collection contains the title passed in the method parameters. A title that should be found in the collection. true if the collection contains the specified title; otherwise, false. Inserts the specified title into the collection at the specified position. A zero-based integer that specifies the position at which the title is inserted. Specifies the title to insert in the collection. Allows you to access items in the collection by index. A zero-based integer that specifies the desired item’s position within the collection. If it is negative or exceeds the last available index, an exception is raised. A title at the specified position. Removes the title passed in the method parameters from the collection. A title to be removed from the collection. Returns a string that represents the current object. A string that represents the current HeatmapTitleCollection object. Lists values that specify how a title is arranged in a heatmap. The title is docked to the bottom of the heatmap. The title is docked to the left of the heatmap. The title is docked to the right of the heatmap. The title is docked to the top of the heatmap. Lists directions for vertical scrolling in a heatmap. A heatmap is scrolled down. A heatmap is not scrolled vertically. A heatmap is scrolled up. Enumerates the possible horizontal scrolling directions. The chart viewport should be scrolled left. The chart viewport should not be scrolled. The chart viewport should be scrolled right. Provides data for a chart control’s and events. Provides access to an object related to the object being hit. The returned value depends on the type and hit point location. A value representing an additional object that relates to the one being hit. Gets or sets whether the hot-tracking should be cancelled. true to cancel the hot-tracking of an object; otherwise, false. Gets details on the chart elements located at the point where an end-user has clicked when hot-tracking or selecting a chart element at runtime. A object which contains information about the chart elements located at the point where an end-user has clicked. Gets the chart element, for which the event was raised. A which represents the chart element for which the event was raised. Represents a method that will handle the and events. The event source. This parameter identifies the which raised the event. A object which contains event data. If implemented by a class, provides a method required for a chart control to calculate scale break positions. Calculates scale break positions. The list of axis values that are used to calculate scale breaks. The maximum possible number of scale breaks. The list of automatic scale breaks. If implemented by a class, provides a method required for a chart control to format axis labels. Interface that should be implemented by any class that can be used as a chart data adapter. Occurs when source data is changed. Gets or sets the value that identifies whether the source data is sorted. true if the source data is sorted; otherwise, false. Returns a data item’s date-time value for a data member of the specified type by the index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The data member type. The date-time data item value. Returns a data item’s numeric value for a data member of the specified type by the index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The data member type. The numeric data item value. Returns a data item’s value for a data member of the specified type by the index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The data member type. The data item value. Returns a data item’s qualitative value for a data member of the specified type the index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The data member type. The qualitative data item value. Returns the scale type of the specified data member. The data member type. The scale type of the data member. Returns the source object used to create the series point by the specified index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The date source object that is used to create the series point. Returns a data item’s time-span value for a data member of the specified type the index. A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised. The data member type. The time-span data item value. Returns the number of items in the data source. The number of items in the source. An interface that should be implemented by any class that can be used as colorizer for the chart’s series. Returns the color for the aggregated series point with the specified parameters. A representing the argument of the aggregated point. An array of objects representing values of the aggregated point. An array of objects aggregated to the point. A object. A object. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An specifying the key used to obtain a series point color. A object. A object. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An array of objects specifying keys used to obtain a series point color. A object. A nullable object. Interface that should be implemented by any class that can be used as a key provider for . Returns a key based on the specified object. A on which the key is based. A specifying the key. Interface that should be implemented by any class that can be used as a value provider for a . Returns a double value based on the specified object. A on which the value is based. A value. Interface that should be implemented by any class that can be used as a date-time measure unit calculator. Calculates the date-time measurement unit that an axis should use for display. All associated with the axis. The length of the axis’s current visual range in pixels. The minimum count of pixels that series require to display their points correctly. The visual range’s minimum value in milliseconds. The visual range’s maximum value in milliseconds. The whole range’s minimum value in milliseconds. The whole range’s maximum value in milliseconds. The calculated measurement unit. For internal use only. Returns the name of the Dock Target. The name of the Dock Target. The interface that should implement all classes that provide items for a legend. Returns the legend items that the provider creates for a legend. The palette, which the provider should use to select colors. The value that specifies whether the legend text is visible. The legend text color. The legend text font. The value that specifies whether the legend marker is visible. The legend marker size. A list of objects, which the provider creates. Returns the value that specifies whether a legend should show legend items which this object provides. true if the legend should show items; otherwise false. Represents an image annotation. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value specifying the annotation’s name. This value is assigned to the property. Initializes a new instance of the class with the specified name and image. A value specifying the annotation’s name. This value is assigned to the property. An object representing the annotation’s image. Initializes a new instance of the class with the specified name and image URL. A value specifying the annotation’s name. This value is assigned to the property. A value which specifies an URL to the annotation’s image. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Releases all resources used by the object. Provides access to the image settings of an . A object which provides an image or a URL to it. Specifies the image size mode for the annotation. A enumeration value that represents the annotation’s image size mode. Represents a base class for all indicator types. Gets or sets an animation of the indicator. An class descendant that specifies an indicator animation. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies a value which determines whether to show a legend check box instead of a legend marker for a financial indicator. true, if a check box is shown instead of a marker on a legend for a financial indicator; otherwise, false. Gets or sets a value that determines whether a legend check box is checked for a financial indicator. true, if a legend check box is checked for the financial indicator; otherwise, false. Specifies the indicator‘s color. A structure, specifying the color of the indicator. Gets or sets the element that displays the indicator’s Crosshair content. The value that defines the chart element that contains the indicator’s Crosshair data. Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed. The string value specifying text that the Crosshair shows when it has no indicator data to display. Gets or sets the value that specifies whether to enable the Crosshair Cursor for the indicator. The value that defines whether the Crosshair Cursor is enabled. Gets or sets the pattern to format the text that the Crosshair Cursor shows for the specified indicator’s point. The format string. Gets or sets the value that specifies whether to show a crosshair label for the indicator. | Value | Description | ||| | Default | The CrosshairLabelVisibility property value depends on the and property values. | | True | The Crosshair label is shown for the indicator. | | False | The Crosshair label is hidden for the indicator. | Returns the indicator Crosshair label item’s text options. The text options. Returns the localized name of the indicator type. A value. Gets or sets a legend displaying an indicator legend item. A object displaying an indicator legend. For internal use. Supports serialization of the property. A value. Gets or set the text that identifies an indicator within the chart legend. A value that specifies the indicator’s text in a legend. Specifies the indicator‘s line style settings. A object, storing the line style settings. Gets or sets the name of the indicator. A value representing the name of the indicator. Specifies whether the indicator is represented in the chart’s legend. true if the indicator is shown in the legend; otherwise, false. Gets the string value used to support serialization of the indicator. A value. Gets the view type of the series to which the indicator belongs. An class descendant, specifying the series view type. Specifies whether the indicator is visible. true if the indicator is visible; otherwise, false. The base class for all indicator animations. Lists the values that specify the possible directions for the animation. An indicator unwraps horizontally. An indicator unwraps vertically. The Blow Up indicator animation. Initializes a new instance of the class with the default settings. Applies the current animation state to an indicator. An object that modifies the scene to apply animation to an indicator. The diagram bounds. The current animation progress. Stores all indicators that belong to an individual series. Appends the specified indicator to the current collection. An class descendant to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of indicators to the collection. An array of class descendants to append to the collection. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the collection contains the specified indicator. An class descendant to locate in the collection. true if the collection contains the specified indicator; otherwise, false. Returns the specified object’s position within the collection. An class descendant to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Inserts the specified indicator into the collection at the specified position. A zero-based integer which specifies the position at which the indicator is to be inserted. An class descendant to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An class descendant which represents the indicator object at the specified position. Returns an indicator by its name. A value, specifying the indicator name. An object with the specified property. Removes the specified indicator from the collection. An class descendant to be removed from the collection. Swaps the two items with the specified indexes in the collection. An integer value which specifies the index of the first item to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. An integer value which specifies the index of the second item to swap in the collection. Note that if the index is less than 0, or more than the value, a will be thrown. Copies the elements of the to a new array of objects. An array of class descendants containing the elements. The base class for all animations directed from bounds. Copies all the properties from the object passed as the parameter. An object whose properties are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of an indicator animation. The value that specifies the direction of the animation. The indicator point. Returns the indicator point’s argument. The indicator point’s argument. Returns the indicator point’s value for the specified indicator value level. The indicator level. The value for the specified indicator line. Returns the indicator that contains the point. The descendant to which the point belongs. Returns the indicator’s point values that the Crosshair Cursor highlights. The indicator point’s values. The Slide indicator animation. Initializes a new instance of the class with the default settings. Applies the current animation state to an indicator. An object that modifies the scene to apply animation to an indicator. The diagram bounds. The current animation progress. Represents a class used to store the palettes for painting a chart’s indicators. Represents the Default palette, which is used to paint the chart’s indicators. Returns an array of localized names of indicator palettes. An array of objects representing indicator palette names. Returns the collection of strings with the indicator palette names. A System.String array of palette names. Finds a palette with the specified name in indicators that exist in the chart control. A specifying the name of an indicators palette. A object which is the indicators palette with the specified name. The Stretch indicator animation. Initializes a new instance of the class with the default settings. Applies the current animation state to an indicator. An object that modifies the scene to apply animation to an indicator. The diagram bounds. The current animation progress. The Unwind indicator animation. Initializes a new instance of the class with the default settings. Applies the current animation state to an indicator. An object that modifies the scene to apply animation to an indicator. The diagram bounds. The current animation progress. The Unwrap indicator animation. Initializes a new instance of the class with the default settings. Applies the current animation state to an indicator. An object that modifies the scene to apply animation to an indicator. The diagram bounds. The current animation progress. Copies all the properties from the object passed as the parameter. An object whose properties are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the Unwrap indicator animation. The value that specifies the direction of the animation. Lists an indicator point value levels. Indicates the Moving Average indicator’s average line value. The property should have the MovingAverage or MovingAverageAndEnvelope. Indicates the error bar‘s bottom value. Indicates the Moving Average lower envelope line’s value. The property should have the Envelope or MovingAverageAndEnvelope. Indicates the indicator’s signal line point value. Indicates the error bar‘s top value. Indicates the Moving Average upper envelope line’s value. The property should have the Envelope or MovingAverageAndEnvelope. Indicates the indicator value. Contains the inside border settings of rectangular elements within a chart control. Lists values that define the axis interval calculation method. The number of axis intervals and their size are automatically calculated. The property specifies the number of axis intervals. The property specifies the axis interval size. The base class for axis interval options. Copies all the settings from the object passed as the parameter. An object (that is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a format string that configures text for the overflow interval axis labels and crosshair labels. A format string. Gets or sets a format string that configures text for the interval axis labels and crosshair labels. A format string. Gets or sets a format string that configures text for the underflow interval axis labels and crosshair labels. A format string. Interface that should be implemented by any class that can be used as a numeric measure unit calculator. Calculates the numeric measurement unit that an axis should use for display. All associated with an axis. The length of the axis’s visual range in pixels. The minimum count of pixels that series require to draw their points correctly. The visual range’s minimum value. The visual range’s maximum value. The whole range’s minimum value. The whole range’s maximum value. The calculated numeric measurement unit. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with specified settings. Interface that should be implemented by any class that can be used as a series data adapter. Should be implemented by any class that can be used as a data adapter that creates series based on a template. Represents the diagram panel that can contain pie (doughnut) series to provide its custom layout. Arranges pie (doughnut) series on a diagram panel in the order specified in the series list. The list of pie (doughnut) objects to arrange. A structure, that describes the location and size of the diagram’s bounds. The list of objects that contain bounds for each arranged series on a diagram panel. If implemented by a class, provides methods required for a chart control to operate with stacked groups. If implemented by a class, specifies a group for all similar series having the same stack group value to be accumulated into the same stacked bars. A value identifying a stack group. Represents the interface which provides the transparency functionality for series which support it. Specifies the series transparency level. A value from 0 (opaque) to 255 (transparent). Interface that should be implemented by any class that can be used as a time-span measure unit calculator. Calculates the time-span measurement unit that an axis should use for display. All associated with the axis. The length of the axis’s current visual range in pixels. The minimum count of pixels that series require to display their points correctly. The visual range’s minimum value in milliseconds. The visual range’s maximum value in milliseconds. The whole range’s minimum value in milliseconds. The whole range’s maximum value in milliseconds. The calculated measurement unit. Provides access to axes for 2D XY-Diagrams. If implemented by a class, gets the X-axis. An descendant, which represents the X-axis. If implemented by a class, gets the Y-axis. An descendant, which represents the Y-axis. If implemented by a class, gets the diagram’s collection of secondary X-axes. A object, that is a collection of secondary X-axes. If implemented by a class, gets the diagram’s collection of secondary Y-axes. A object, that is a collection of secondary Y-axes. Provides access to axes for 2D XY-series views. If implemented by a class, gets the X-axis. An descendant, which represents the X-axis. If implemented by a class, gets the Y-axis. An descendant, which represents the Y-axis. If implemented by a class, gets the Pane. An descendant, which represents the pane. Initializes a new instance of the class. A colorizer that allows choosing the color depending on the values used as key values. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (that is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An specifying the key used to obtain a series point color. A object. A object. Gets or sets the key provider to . An object of the class implementing the interface. Gets or sets the collection of keys used to colorize series points using the key-color colorizer. A DevExpress.XtraCharts.KeyCollection object, which stores keys. For internal use only. This property is used to support the key-color colorizer’s keys serialization. Gets or sets the pattern used to form a legend item text. A object. Gets the string value used to support serialization of the colorizer type. Represents an individual date. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified holiday date. A value specifying the holiday date. Initializes a new instance of the class with the specified name and date. A value specifying the date name. A value specifying the date. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the date for the known date object. A value, specifying the date. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Returns the textual representation of . A value. Represents the collection of dates. Appends the specified date to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of dates to the collection. An array of objects to append to the collection. Inserts the specified known date to the collection at the specified position. A zero-based integer which specifies the position at which the known date should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted known date. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the date object at the specified position. Removes the specified date from the collection. A object to be removed from the collection. A layout element used to arrange panes. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the size in pixels if the property is set to UseSizeInPixels. An integer value which specifies the pane’s size, in pixels. Gets or sets the value that defines how to change pane sizes when an end user resizes the chart. The value that defines how to resize panes. Gets or sets the relative size of a layout definition element (column or row) used to specify the panes’ layout if the property is set to UseWeight. A layout item’s weight, in relation to other items. The collection of layout elements (rows or columns) used to specify a pane layout. Appends the specified object to the current collection. A object to append to the collection. An integer value that indicates the position at which the new element is inserted. Appends an array of layout definitions to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified layout definition. A object to locate in the collection. true, if the collection contains the specified layout definition; otherwise, false. Inserts the specified layout definition into the collection at the specified position. A zero-based integer that specifies the position at which the layoit should be inserted. The layout definition to insert into the collection. Returns a layout definition by its zero-based index. A zero-based index A layout definition. Removes the specified layout definition from the collection. A layout definition that should be removed from the collection. Lists the values used to specify the manner in which multiple series are positioned within a 2D or 3D Simple Diagram. Specifies that pie charts are positioned horizontally (by rows) within a chart control’s diagram. The number of pie charts within a single row is specified by the diagram’s property. Specifies that pie charts are positioned vertically (by columns) within a chart control’s diagram. The number of pie charts within a single column is specified by the diagram’s property. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. Initializes a new instance of the class with specified settings. Represents a chart’s legend. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the legend. This value is assigned to the property. Gets or sets whether antialising is applied to the legend’s contents. true to apply antialising (smoothing) to the legend’s contents; otherwise, false. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. The offset between default legend item’s content and the Crosshair Cursor’s legend content. The offset in pixels. Specifies the element (chart or pane) to which the legend is docked. A class descendant representing the dock target for the legend. For internal use. Supports serialization of the property. A value. Gets or sets the appearance of the chart legend markers. The specified legend marker mode. Specifies whether the legend markers are visible. true to display legend markers; otherwise, false. Gets or sets the maximum height for the Crosshair’s content in the legend. The maximum allowed height for the Crosshair’s content (in pixels). Gets or sets the maximum width for the Crosshair’s content in the legend. The maximum allowed width for the Crosshair’s content (in pixels). Gets or sets the horizontal spacing between the legend’s elements. An integer value which specifies the horizontal spacing between the legend’s elements, in pixels. Gets or sets the vertical spacing between the legend’s elements. An integer value which specifies the vertical spacing between the legend’s elements, in pixels. Specifies a value which determines whether to use checkboxes instead of markers on a chart legend for all legend items. true, if legend checkboxes are shown instead of markers for all legend items; otherwise, false. Specifies whether the legend is visible. true if the legend is visible; otherwise, false. Lists the values that specify the legend’s horizontal alignment within the Chart control. Centers a legend horizontally within the Chart control. The legend is positioned on the left side of the Diagram. The legend is positioned to the left of the Chart control. The legend is positioned on the right side of the Diagram. The legend is positioned on the right side of the Chart control. Lists the values that specify the legend’s vertical alignment within the Chart control. The legend is positioned level with the bottom of the Diagram. The legend is positioned at the bottom of the Chart control. The legend is centered vertically. The legend is positioned level with the top of the Diagram. The legend is positioned at the top of the Chart control. The base class for chart legends. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. Gets or sets the legend’s horizontal alignment within the chart control. A enumeration member which specifies the legend’s horizontal alignment within the chart control. Gets or sets the legend’s vertical alignment within the chart control. A enumeration member which specifies the legend’s vertical alignment within the chart control. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. Gets or sets the legend’s background color. A value that specifies the legend’s background color. Gets the background image settings. A object which provides settings that specify the legend’s background image. Gets the legend’s border settings. A object which specifies the border style. Returns the custom legend item collection. A collection of objects. Gets or sets the direction in which the names of the series are displayed within the legend. A enumeration value specifying the direction in which the names of the series are displayed within the legend. Releases all resources used by the object. Gets or sets a value indicating whether antialiasing is enabled for the chart legend. The enumeration value. Gets or sets a value indicating whether the legend items are arranged in left-aligned columns. true if the legend items are arranged in left-aligned columns; otherwise, false. Gets the legend’s background fill style. A object which specifies the background fill style. Gets or sets the font used to display the legend’s contents. A object which specifies the font used to display the legend’s contents. Specifies the horizontal indent between legend items. An integer value that specifies the horizontal indent in pixels. Specifies the indent between the legend‘s edge and other chart elements (e.g. diagram and chart titles), in pixels. A object, representing the legend’s outer indents, measured in pixels. Gets or sets the offset between a marker and check box, when both are displayed in the legend. The integer value specifying the gap between markers and check boxes in the legend. Gets or sets the marker’s height and width. A structure which specifies the marker’s height and width, in pixels. Gets or sets the legend’s maximum possible width (in percents). A value which represents the maximum width of a legend (in percents). Gets or sets the legend’s maximum possible height (in percents). A value which represents the maximum height of a legend (in percents). Specifies the internal space between the legend‘s content and its edge, in pixels. A object, representing the legend’s inner indents, measured in pixels. Gets the legend’s shadow settings. A object which provides the settings used to paint the legend’s shadow. Gets or sets the legend’s text color. A structure which specifies the legend’s text color. Specifies the indent between legend markers and their text. An integer value, specifying the indent between a legend marker and its text, in pixels. Specifies whether the legend items’ text is visible. true to display legend text; otherwise, false. Returns the legend title settings. A object which provides the legend title settings. Specifies the vertical indent between legend items. An integer value, specifying the vertical indent, in pixels. Specifies whether to show the legend on a chart. Default - the legend visibility is defined according to the adaptive layout algoritm when the chart is resized; True - the legend is visible; False - the legend is hidden. The default is DefaultBoolean.Default. A collection of objects. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of legends to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified legend. A object to locate in the collection. true, if the collection contains the specified legend; otherwise, false. Inserts the specified legend into the collection at the specified position. A zero-based integer which specifies the position at which the legend is to be inserted. A object specifying the legend to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the legend at the specified position. Returns a legend by its name. A value, specifying the legend name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Lists the values that specify the layout of legend entries associated with the series in the collection. Specifies that legend entries are positioned vertically from the bottom to the top of the legend according to the indexes of the corresponding series within the collection. The lower index that a series object has in the collection, the lower position its legend entry has within the legend. Specifies that legend entries are positioned horizontally from the left to the right of the legend according to the indexes of the corresponding series within the collection. The lower index that a series object has in the collection, the closer to the left bound its legend entry is positioned within the legend. Specifies that legend entries are positioned horizontally from the right to the left of the legend according to the indexes of the corresponding series within the collection. The lower index a series object has in the collection, the closer to the right bound its legend entry is positioned within the legend. Specifies that legend entries are positioned vertically from the top to the bottom of the legend according to the indexes of the corresponding series within the collection. The lower the index that a series object has in the collection, the higher position its legend entry has within the legend. The legend item. Initializes a new instance of the class with the specified settings. The text of the newly created legend item. The color of a legend marker of a newly created legend item. The color of a text of the newly created legend item. The size of a legend marker of the newly created legend item. The value that specifies whether the legend item’s marker is visible. The value that specifies whether the legend item’s text is visible. Determines whether a specified object is equal to the object. The object to compare with the current object. true if objects are equal; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value that is the hash code for the current object. Provides data for the () event. Gets a value that defines which chart element has been checked on a legend by a legend check box. The value that is the chart element for which the legend check box has been checked. Gets a value that indicates the check state of a legend item after the event is handled. true, if a legend item is checked; otherwise, false. A method that will handle the () event. The event source. This parameter identifies the , that raised the event. A object that contains data related to the event. Lists visibility modes of custom and automatically generated legend items. The legend displays custom and automatically generated items together. If a legend has custom items, then automatically generated items are not displayed. Lists values used to specify which marker type will be shown in the chart legend. Only check boxes are shown in the legend. Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers). Only markers are shown in the legend. Markers and check boxes are shown in the legend simultaneously (markers are positioned in front of check boxes). No check boxes or markers are shown in the legend. An individual legend title. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the indent between the title and other legend items, in pixels. A object, representing the title outer indents, measured in pixels. Contains settings for custom drawing 3D line series. Gets or sets the marker line color of the Line 3D Chart when implementing custom draw in the chart control. A value which specifies a color for the marker line. Gets the marker line style of the Line 3D Chart when implementing custom draw in the chart control. A object which specifies the style for the marker line. Gets or sets the marker line visibility of the Line 3D Chart when implementing custom draw in the chart control. true if the marker line is visible; otherwise, false. Defines label settings for Line 3D series. Initializes a new instance of the class with the default settings. Overrides the property. A object which provides settings used to paint the label’s shadow. Represents a series view of the 3D Line type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (the number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets the thickness of the line. An integer value which specifies the line’s thickness, in pixels. Gets or sets the width of a line (the extent of the line along the Z-axis) in the 3D Line Chart. A value, measured in fractions of X-axis units, where an axis unit is the distance between two major X-axis values. This value should be greater than 0. Gets or sets the color of a marker line. A value. Gets the object that provides access to marker line style attributes for modification. A object. Gets or sets the visibility of a marker line. true if the marker line is visible; otherwise, false. The linear easing function. Initializes a new instance of the class with the default settings. Contains settings for custom drawing Line Chart. Gets the line series view’s line style settings when implementing custom drawing in the chart control. A object which represents the line style options for the line series view. Gets the line series view’s marker settings when implementing custom drawing in the chart control. A object which represents the marker shown within the series points and legend for this line series view. Gets or sets whether the marker is visible in the Line Chart when implementing a custom draw. true, if the marker is visible; otherwise, false. Contains empty point options for line series views and their descendants. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. Determines whether the current object has the same settings as the specified object. A object to compare with the current object. true if the object specified by the parameter has the same settings as the current object; otherwise, false. Returns the hash code for the current object. The hash code for the current object. Returns style options that are used to draw line segments with empty points. Specifies line style settings. Represents a series view of the Line type. Initializes a new instance of the class with the default settings. Returns options related to empty points of the line series. Contains settings for empty points of a line series. Gets or sets whether anti-aliasing (smoothing) is applied to the line series. True to apply anti-aliasing to the line series;False to disable anti-aliasing;Default to automatically determine whether or not anti-aliasing is required. Anti-aliasing is enabled when a predefined (a relatively small) number of line points are rendered on a diagram area. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the specific settings of the data point markers displayed by a series of the line view type. A object that contains the specific marker settings. Gets the line style settings of a series of the line type. A object that contains line style settings. Specifies whether the series point markers are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of a diagram currently displayed on a chart; True - the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Overrides the property. A object that contains the specific marker settings. Resets the colorizer. Gets or sets the colorizer that colors the line view segments. The SegmentColorizerBase descendant. Gets or sets the series animation of the XY series. A class descendant. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the value that defines whether to show series points between empty points. true, if the Chart Control shows isolated points; otherwise, false Defines line style settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the dash style used to paint the line. A enumeration that represents the style used to paint the line. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the join style for the ends of consecutive lines. A enumeration value. Gets or sets the line’s thickness. An integer value which specifies the line’s thickness, in pixels. Contains classes and enumerations that are intended to localize the User Interface of DevExpress WinForms Chart Control. Provides a means to localize the ASP.NET Chart and WinForms Chart‘s UI elements at runtime. Initializes a new instance of the class with the default settings. Gets or sets a localizer object providing localization of the user interface at runtime. An descendant, used to localize the user interface at runtime. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). An object representing resources based on the thread’s culture. Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture). A object, which provides resources based on the thread’s culture. Returns the default string for the specified string identifier. A enumeration value identifying the string to localize. A corresponding to the specified identifier. Returns a localized string for the given string identifier. A DevExpress.XtraCharts.Localization.ChartStringId enumeration value identifying the string to localize. A corresponding to the specified identifier. Provides a means to localize the ASP.NET Chart and WinForms Chart‘s UI elements at runtime. Initializes a new instance of the class with the default settings. Represents a series view of the Manhattan Bar type. Initializes a new instance of the class with the default settings. Contains settings of data point markers displayed by series of the point and line types, and also of the area type. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of data point markers. A structure which specifies the color of markers. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Specifies whether the series point markers are visible. true if markers are visible; otherwise, false. Represents a base class containing the common settings of data point markers. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the border color of a marker(s). A structure which specifies the border color of a marker(s). Gets or sets whether the border of a marker(s) is visible. true if the border(s) is visible; otherwise, false. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the marker’s background fill style. A object which specifies the background fill style. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the shape of markers. A enumeration value. Gets or sets the number of points that star-shaped marker(s) have. An integer value that specifies the number of points for star-shaped marker(s). Returns the textual representation of the marker. A value which is the textual representation of the marker. Lists the values that specify the shape of simple markers which can be displayed by a series view of the point type and within the chart control’s legend. Specifies a circular marker. Specifies a cross-shaped marker. Specifies a diamond-shaped marker. Specifies a hexagonal marker. Specifies an inverted triangle marker. Specifies a pentagonal marker. Specifies a plus-shaped marker. Specifies a square marker. Specifies a star-shaped marker. Specifies a thin cross-shaped marker. Specifies a triangular marker. Line and Area series point layout parameters required for animations. Gets or sets the boundary box of the series point marker. A System.Drawing.RectangleF value specifying the point marker bounds. Returns the location of the marker center. A value specifying the location. A Mass Index indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the count of points used to calculate the exponential moving average (EMA). A value that specifies the count of points used to calculate EMA. The default value is 9. Gets or sets the count of summable values. A value that specifies the count of summable ratios. The default value is 25. Contains settings that define the maximum limiting value of a strip. A Median Price indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Returns the localized name of the indicator type. A value. Contains settings that define the minimum limiting value of a strip. Represents the base class for Moving Average and Envelope objects of various types. Initializes a new instance of the class with the specified name. A value, specifying the indicator’s name. Initializes a new instance of the class with the specified name and value level. A value, specifying the indicator’s name. A enumeration value, specifying the value level, to which the indicator corresponds. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the color for the Envelope kind of the Moving Average and Envelope technical indicator. A structure. Specifies the line style for the Envelope kind of the Moving Average and Envelope technical indicator. A object, specifying the line style settings. Specifies the percent for the Envelope kind of the Moving Average and Envelope technical indicator. A value, greater than 0 and less than or equal to 100. Determines whether to display a Moving Average, Envelope, or both. A enumeration value. A Moving Average Convergence Divergence indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the long period value required to calculate the indicator. A value specifying the long period. Gets or sets the short period value required to calculate the indicator. A value specifying the short period value. Gets or sets the color of the signal line of the indicator. A value. Gets or sets the line style used to display the MACD signal line. A object specifying the line style. Gets or sets the smoothing period value required to calculate the indicator. A value specifying the smoothing period value. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. Lists the available kinds of the Moving Average and Envelope indicator. Only the Envelope is shown. Only the Moving Average is shown. Both the Moving Average and Envelope are shown. Represents the base class for multi-line titles. Gets or sets the lines of text within a multiline title. An array of objects containing the text of a multiline title. Defines label settings for Nested doughnut series. Initializes a new instance of the class with the default settings. Represents a series view of the Nested Doughnut type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Specifies a group for all series having the same nested group value. These items are to be placed into the same nested doughnuts. A value, identifying a nested group. Gets or sets the value used to support serialization of the property. A value. Specifies the inner indent between the outer and inner edges of nested doughnuts. A value that is the inner indent of nested doughnuts. Specifies the nested doughnut’s size, in respect to the sizes of other nested doughnuts. A value. Represents the base class for classes that represent notifications in a chart control. Specifies whether the notification is visible. true if the notification is visible; otherwise, false. A method that handles the event. The event source. The event data. The class used to provide floating point number values stored in the color data source member to a colorizer. Initializes a new instance of the class with the default settings. Lists the values used to specify the formatting applied to numeric values. Displays numbers as currency, using the currency format specified in your computer’s regional settings. Example: $100. Displays numbers as real numeric values with the specified number of digits for the fractional part. How many digits is specified by the property, and the decimal separator is based upon your computer’s regional settings. Example: 100.00. Displays numbers without any specific formatting applied to them. Integer and fractional parts are separated using the decimal symbol specified in your computer’s regional settings. Example: 100. Displays numbers as numeric values, using the number format specified in your computer’s regional settings. Example: 100.00. Displays numbers multiplied by 100 with a percent sign (%) appended to the right; displays two digits to the right of the symbol specified in your computer’s regional settings. Example: 100 %. Displays numbers using the standard scientific notation. This format is determined by your computer’s regional settings. Example: 1.00E+002. Lists the values that specify the numeric-time measurement unit, to which the beginning of a diagram’s gridlines and labels should be aligned. Specifies billions as the numeric unit to which axis gridlines should be aligned. The numeric unit to which axis gridlines should be aligned is specified by the property. Specifies hundreds as the numeric unit to which axis gridlines should be aligned. Specifies millions as the numeric unit to which axis gridlines should be aligned. Specifies ones as the numeric unit to which axis gridlines should be aligned. Specifies tens as the numeric unit to which axis gridlines should be aligned. Specifies thousands as the numeric unit to which axis gridlines should be aligned. Stores the numeric axis’s interval settings. Copies all the settings from the object passed as the parameter. An object (that is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the number of intervals when is Count. The integer that specifies the number of intervals. Specifies how to divide axis scale into intervals. The value that specifies the interval calculation method. Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels. The value that specifies alignment. Gets or sets the start value for the interval that includes overflow values. A floating-point value that is the overflow interval’s threshold. Gets or sets the end value for the interval that includes underflow values. A floating-point value that is the underflow interval’s threshold. Gets or sets the interval size when is Width. The interval size in measurement units. Contains information about changes in the numeric interval scale options. Returns information about changes in the number of axis intervals. The information about changes in the number of axis intervals. Returns information about the DivisionMode value changes. The division mode change info. Returns information about the overflow interval value changes. The overflow value change info. Returns information about the underflow interval value changes. The underflow value change info. Returns information about interval width changes. The information about interval width changes. Lists the values that specify the detail level for numeric values. Specifies billions as the measurement unit for numeric values. The measurement unit for numeric values is specified by the property. Specifies hundreds as the measurement unit for numeric values. Specifies millions as the measurement unit for numeric values. Specifies ones as the measurement unit for numeric values. Specifies tens as the measurement unit for numeric values. Specifies thousands as the measurement unit for numeric values. Contains specific settings which define the representation of numeric values for display purposes. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets or sets a value that specifies the formatting applied to numeric values. A enumeration value. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the maximum number of digits displayed to the right of the decimal point. An integer value that specifies the maximum number of digits displayed in the fractional part of the value. Returns the textual representation of the numeric options. A value which is the textual representation of the numeric options. Provides data for the ( and ) event when the type of the changed scale is Numeric. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale parameter is changed. The scale mode change info. The measure unit change info. The grid alignment change info. The grid spacing change info. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale parameter is changed. The scale mode change info. The measure unit change info. The grid alignment change info. The grid spacing change info. The of , that contains information about axis scale interval changes. Returns information about grid alignment changes. The grid alignment change info. Returns information about class property value changes. An object that contains information about class property value changes. Returns information about measure unit changes. The measure unit change info. Contains settings for an axis scale when its data type is numeric. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the automatic numeric measure unit calculator. An object of class implementing the interface. Gets or sets the custom numeric unit to which axis gridlines should be aligned. A value which specifies the custom grid alignment for the numeric scale. Gets or sets the custom measure unit level for numeric values. A value which specifies the custom measure unit for the numeric scale. Gets or sets the numeric measure unit to which the beginning of an axis’ gridlines and labels should be aligned. A enumeration value that represents the measurement unit to which the beginning of an axis’s gridlines and labels should be aligned. Stores options for numeric axis when its ScaleMode is Interval. The numeric axis’s interval settings. Gets or sets the detail level for numeric values. A enumeration value which represents the axis’ detail level. Numeric summarization options storage. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the measurement unit that specifies the precision level of series points’ argument values. The measurement unit that specifies the precision level of series points’ argument values. Gets or sets the value that specifies whether summary options should use the (or ) property’s value as its ‘s value. true, if options should use the axis’s measure unit; otherwise false. Contains the outside border settings of rectangular elements within a chart control. Represents a series view of the Overlapped Gantt type. Initializes a new instance of the class with the default settings. Represents a series view of the Overlapped Range Bar type. Initializes a new instance of the class with the default settings. A palette (a collection of entries with two colors) that is used to draw a chart with the current appearance settings. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified array of palette entries. An array of values which specifies the palette entries for the palette. An individual item of these entries can be accessed via the property. Initializes a new instance of the class with the specified settings. A that specifies the name of the palette. Initializes a new instance of the class with the specified settings. A that specifies the name of the palette. An array of objects, representing the colors in a palette. Initializes a new instance of the class with the specified settings. A that specifies the name of the palette. A enumeration value, specifying how the color set is extended. Initializes a new instance of the class with the specified settings. A that specifies the name of the palette. A enumeration value, specifying how the color set is extended. An array of objects, representing colors in a palette. Appends the specified object to the current palette. A object to append to the palette. An integer value indicating the position at which the new element was inserted. Appends a new palette entry with the specified color to the current palette. A object that specifies the first and second colors of the palette entry. This value is assigned to the property. An integer value indicating the position at which the new element was inserted. Appends a new palette entry with the specified first and second colors to the current palette. A object that specifies the first color of the palette entry. This value is assigned to the property. A object that specifies the second color of the palette entry. This value is assigned to the property. An integer value indicating the position at which the new element was inserted. Copies all the elements from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Creates a copy of the current object. A object which is a copy of the current object. Returns a localized name for built-in palettes or the property value for custom palettes. A value that is a palette’s localized name. Identifies the color of the empty palette. Gets a value specifying whether a palette (a collection of entries with two colors) is empty. true if the current palette is empty; otherwise, false. Provides indexed access to individual items in the palette. A zero-based integer specifying the desired item’s position within the palette. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the palette entry at the specified position. Loads a palette from the specified stream. A object that is the stream containing a palette. Loads a palette from the specified XML file. A that specifies the path to the file that contains a palette. Gets the name of the palette. A value representing a palette’s name. Gets or sets the string value used to support serialization of the property. A value. Reports whether the palette is user-defined or built-in. true if the palette is built-in; otherwise, false. Saves the palette to the specified stream. A that specifies the stream to which the palette should be saved. Saves the palette to the specified XML file. A that specifies the path to the file to which the palette should be saved. Gets the value used to specify the method for extending the color set of the palette. A enumeration member.. Gets or sets the value used to support serialization of the property. A enumeration value. Returns the textual representation of the palette. A value which is the textual representation of the palette. Represents a single element in the . Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified color. A value that specifies the first color of the palette entry. This value is assigned to the property. Initializes a new instance of the class with the color. A value that specifies the first color of the palette entry. This value is assigned to the property. A value that specifies the second color of the palette entry. This value is assigned to the property. Copies the colors from the object passed as the parameter. A object whose colors are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Creates a copy of the current object. A object which is a copy of the current object. Gets or sets the first color of the palette entry. A value which represents the first color of the palette entry. Gets or sets the second color of the palette entry. A value which represents the second color of the palette entry. Gets a value specifying whether a single element in the is empty. true if the palette entry is empty; otherwise, false. An exception that is thrown if an error occur when processing the palettes in a chart control. Represents the base class for the palette repository. Initializes a new instance of the class with the default settings. Returns an array of localized palette names. An array of objects representing localized palette names. Returns an array of strings that are the names of custom palettes within the chart. An array of values that are palettes names. Provides access to individual palettes in the list by their names. A value specifying the name of the palette to get. A object which represents the palette with the specified name. Represents the repository used to store the palettes that are used to draw the elements of a chart control. Initializes a new instance of the class with the default settings. Adds the palette with the specified name to the repository. A , specifying the palette’s name. A object to add. Provides access to individual palettes in the repository by their names. A value specifying the name of the palette to get. A object which represents the palette with the specified name. Returns an array of localized palette names. An array of objects representing localized palette names. Gets an array of available palette names. A array of palette names. Performs a check and adds the specified palette to the repository. A object to register. Adds the specified palette with the specified name to the repository. A which specifies the name of the palette to register. The object to add. Removes the element with the specified key. The key of the element to remove. Removes the element at the specified index of the instance. A zero-based integer specifying the index of the entry to remove. Represents a class used to store the standard palettes shipped with XtraCharts. Gets the Apex palette of colors. A object that is the Apex palette. Gets the Aspect palette of colors. A object that is the Aspect palette. Gets the BlackAndWhite palette of colors. A object that is the BlackAndWhite palette. Gets the Blue palette of colors. A object that is the Blue palette. Gets the BlueGreen palette of colors. A object that is the BlueGreen palette. Gets the BlueWarm palette of colors. A object that is the BlueWarm palette. Gets the Chameleon palette of colors. A object that is the Chameleon palette. Gets the Civic palette of colors. A object that is the Civic palette. Gets the Concourse palette of colors. A object that is the Concourse palette. Identifies the Default palette of colors. Gets the Equity palette of colors. A object that is the Equity palette. Gets the Flow palette of colors. A object that is the Flow palette. Gets the Foundry palette of colors. A object that is the Foundry palette. Returns an array of localized palette names. An array of objects representing localized palette names. Returns the collection of strings with the palette names. A System.String array of palette names. Returns the palette by its name. The palette name. The chart whose palette is required (Optional parameter; should be specified when the Default palette is required). The palette with the specified name. Gets the Grayscale palette of colors. A object that is the Grayscale palette. Gets the Green palette of colors. A object that is the Green palette. Gets the GreenYellow palette of colors. A object that is the GreenYellow palette. Gets the InAFog palette of colors. A object that is the InAFog palette. Gets the Marquee palette of colors. A object that is the Marquee palette. Gets the Median palette of colors. A object that is the Median palette. Gets the Metro palette of colors. A object that is the Metro palette. Gets the Mixed palette of colors. A object that is the Mixed palette. Gets the Module palette of colors. A object that is the Module palette. Gets the NatureColors palette of colors. A object that is the NatureColors palette. Gets the NorthernLights palette of colors. A object that is the NorthernLights palette. Gets the Office palette of colors. A object that is the Office palette. Gets the Office2013 palette of colors. A object that is the Office2013 palette. Gets the Opulent palette of colors. A object that is the Opulent palette. Gets the Orange palette of colors. A object that is the Orange palette. Gets the OrangeRed palette of colors. A object that is the OrangeRed palette. Gets the Oriel palette of colors. A object that is the Oriel palette. Gets the Origin palette of colors. A object that is the Origin palette. Gets the Paper palette of colors. A object that is the Paper palette. Gets the PastelKit palette of colors. A object that is the PastelKit palette. Gets the Red palette of colors. A object that is the Red palette. Gets the RedOrange palette of colors. A object that is the RedOrange palette. Gets the RedViolet palette of colors. A object that is the RedViolet palette. Gets the Slipstream palette of colors. A object that is the Slipstream palette. Gets the Solstice palette of colors. A object that is the Solstice palette. Gets the Technic palette of colors. A object that is the Technic palette. Gets the TerracottaPie palette of colors. A object that is the TerracottaPie palette. Gets the TheTrees palette of colors. A object that is the TheTrees palette. Gets the Trek palette of colors. A object that is the Trek palette. Gets the Urban palette of colors. A object that is the Urban palette. Gets the Verve palette of colors. A object that is the Verve palette. Gets the Violet palette of colors. A object that is the Violet palette. Gets the VioletII palette of colors. A object that is the VioletII palette. Gets the Yellow palette of colors. A object that is the Yellow palette. Gets the YellowOrange palette of colors. A object that is the YellowOrange palette. Lists the values used to specify how palette colors are used for repeating colors. If the number of series points exceeds the number of palette color, the colors are extrapolated for first and last series points, just like Microsoft Office 2007 does. If the number of series points exceeds the number of palette color, the colors are repeated for last series points. Initializes a new instance of the class. The annotation is anchored to a pane. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the X-axis coordinate for the annotation‘s . An object that defines the annotation anchor point’s X-axis coordinate. Specifies the Y-axis coordinate for the annotation‘s . An object that defines the annotation anchor point’s Y-axis coordinate. Specifies the pane to which the annotation is anchored. An class descendant representing the pane to which the annotation is anchored. For internal use. Supports serialization of the property. An value. Lists all layout patterns that the diagram can use to automatically lay out panes. The diagram lays out panes in a table that have a number of rows equal to the square root of the pane number. The diagram lays out panes in a line. Provides data for the (, or ) event. Returns a pane whose collapse state is changed. The pane whose collapse state is changed. Represents a method that will handle the (, or ) event. The event source. This parameter identifies the (, or ) which raised the event. Event data. Lists the values that specify panes alignment direction. Panes are aligned in the horizontal direction. Panes are aligned in the vertical direction. Lists the values that specify measurement units of a pane’s size mode. A pane’s size is specified by the property (measured in pixels) and is fixed when a chart is resized. A pane’s size is specified by the property and is proportionally recalculated when a chart is resized. The pane title. Gets or sets the value that defines how to align the pane title. The pane title alignment. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Releases all resources used by the object. Returns the indent between the pane and its title, in pixels. A object that defines the title outer indents, measured in pixels. Gets or sets the value that specifies the pane title’s visibility. The value that defines the title visibility. This property is hidden and intended for internal use only. Normally you don’t need to use it. The Error Bars indicator whose error values are calculated as a portion of series values. Initializes a new instance of the class with the default parameters. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the value specifying the percentage of error values of series point values. A value specifying the percentage. Values less than or equal to 0 are not allowed. Provides settings for presenting point values as percents. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the percentage accuracy, when the property is enabled. An integer value which specifies the number of decimal places used in the percentage display. Gets or sets a value that specifies whether point values are presented as a percentage. true if point values are presented as a percentage; false if they are represented as is. Contains settings for custom drawing pie 3D series. Gets the fill style settings of the Pie 3D Series View when implementing custom drawing in the chart control. A object which specifies the fill style for the background of a 3D Pie. Defines label settings for Pie 3D series. Initializes a new instance of the class with the default settings. Overrides the property. A object which provides settings used to paint the label’s shadow. Represents a series view of the 3D Pie type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Overrides the property to hide it. Always . Gets or sets the thickness of the entire pie in 3D Pie Chart. An integer value. It should be more than 0 and less or equal 100. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the fill style of the entire pie in a series view of a Pie 3D type. A object which specifies the fill style for the background of a pie. Gets or sets a value that specifies the size of the Pie 3D chart compared to the size of the chart control as a percentage. A floating point value that specifies the size of the chart relative to the chart control as a percentage. The base class for all pie series animations. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. The Burst pie series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. Contains settings for custom drawing pie series. Gets the pie series view’s border settings when implementing custom drawing in the chart control. A object which specifies the border style. Gets the pie series view’s fill style settings when implementing custom drawing in the chart control. A object which specifies the fill style for the background of a pie. The Drop In pie series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Lists the values used to specify the conditions to meet for a series to be represented as a spread apart pie slice(s). All pie slices are exploded. A pie slice for the series point with the maximum value (represented as the first item in a series point’s collection) is exploded. If there are several pie slices with the same maximum value, all of them are exploded. A pie slice for the series point with the minimum value (represented as the first item in a series point’s collection) is exploded. If there are several pie slices with the same minimum value, all of them are exploded. No pie slices are exploded. A pie slice showing the Others category is exploded. Note that this category is displayed if the and the properties are set to true. Pie slices to be exploded are specified via the collection of filters returned by the property. Pie slices to be exploded are contained in the collection of series points returned by the property. The Fan pie series animation. Initializes a new instance of the class with the default settings. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. The Fan Grow Up Animation Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. The Fly In pie series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. The Grow Up pie series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Contains settings that specify the appearance of data points within pie series. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. The Pop Up pie animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying thediagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Defines label settings for pie series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets by how much a column of labels is indented from the pie chart. An integer value which specifies the indent, in pixels. Gets or sets the position of labels relative to each other and the pie diagram. An enumeration value which specifies the position of labels relative to each other and to the pie diagram. Overrides the property, to hide it. Always Horizontal. Lists the values used to specify the position of pie slice labels relative to each other and the pie diagram. Specifies that point labels should be painted directly on the corresponding slice of a Pie chart. Specifies that point labels should be painted outside a Pie chart, near the corresponding slice. Specifies that point labels should be painted radially on the corresponding slices of a Pie chart. Specifies that point labels should be painted tangentially on the corresponding slices of a Pie chart. Specifies that point labels should be painted outside a Pie chart and organized into two columns on the left and right of the Pie chart. Provides data for the , and events. Indicates whether the series point (pie slice) has been dragged with a mouse. true if a series point is dragged; otherwise, false. Indicates whether the series point (pie slice) is exploded. true if a series point is drawn as an exploded pie slice; otherwise, false. Provides access to the series point that has changed its state to or from exploded. A object representing a series point (pie slice) which is moved to or from the pie. Gets a chart series to which the moved point belongs. A object representing the chart series of a moved point. Represents a method that will handle the , and events. The event source. This parameter identifies either the , or control which raised the event. A object which contains event data. Pie and Donut series point layout parameters required for animations. Gets or sets the boundary box of the series point marker. A System.Drawing.RectangleF value specifying the point marker bounds. Returns the location of the pie center point. A value, specifying pie center point. Returns the start angle of a series point’s circle segment. A value, specifying the point start angle. Returns the sweep angle of a pie point’s circle segment. A value, specifying the sweep angle. Represents a series view of the Pie type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Gets or sets pie series animation. A class descendant. Gets the pie series view’s border settings. A object which specifies the border style. Overrides the property to hide it. Always . Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true, if the specified object is equal to the current instance; otherwise false. Gets the fill style of the entire pie in a series view of a pie type. A object which specifies the fill style for the background of a pie. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets a value that specifies the ratio of the pie chart’s height to its width. A floating point value that specifies the height to width ratio of the chart. Gets or sets a value that specifies the minimum allowed size of the pie chart inside its boundaries, as a percentage. A value that specifies the minimum allowed size of the pie chart inside its boundaries expressed as a percentage. Gets or sets the angle by which pie slices are rotated. An integer value that specifies the angle, in degrees. Specifies whether a user can explode pie slices with the mouse pointer at runtime. true, if a user can drag pie slices; otherwise, false. Returns settings that configure the Pie series’ total label. The Pie series’ total label settings storage. The base class for series views of the Pie-based types. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified exploded points. An array of integer values, representing the identifiers of exploded points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true, if the specified object is equal to the current instance; otherwise false. Gets or sets the offset distance of slice from the pie center measured by a percentage of the pie radius. A value. It should be more than 1.0. Gets or sets the string value used to support serialization of the property. A value. Provides access to the collection of points which are displayed spread apart from the pie (“exploded”). A class instance containing the exploded points. Provides access to a collection of objects, which specifies conditions for the points to be plotted as exploded pie slices. A object, which contains filters for exploded points selection. Gets or sets the logical operator used to combine individual data filter conditions defined for the series. A enumeration value. Gets or sets the value used to specify which series should be represented as slices offset from the pie. A enumeration member, that determines the exploded series. Gets the hash code (the number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Specifies the sweep direction (clockwise or counterclockwise) for a Pie series. A enumeration value. The Spin pie series animation. Initializes a new instance of the class with the default settings. The base class for all pie animations supporting spin. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Gets or sets the direction of the animation. A enumeration value. Gets or sets the count of rotations made by the pie series. A value specifying the rotation count. The Spin Grow Up pie series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a pie series point. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a pie series point layout. A value specifying the current animation progress. Lists the values that are used to define the direction of a 2D Pie series sweep. The Pie series is swept clockwise. The Pie series is swept counterclockwise. The pie’s total labels settings storage. The Widen pie series animation. Initializes a new instance of the class with the default settings. Calculates the start angle of a pie point for the specified animation progress. A value, specifying the start angle when animation is finished. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the start angle for the current animation progress. Calculates the sweep angle of a pie point for the specified animation progress. A value, specifying the sweep angle when animation is finished. A value, specifying the current animation progress. A value, specifying the sweep angle for the current animation progress. Provides options that determine the behavior of a Chart bound to a Pivot Grid. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies whether or not the chart’s data binding is automatically adjusted during the creation of a Pivot Chart. true, to automatically adjust the chart’s binding settings; otherwise, false. Specifies whether or not the chart’s layout is automatically adjusted during the creation of a Pivot Chart. true, to automatically adjust the chart’s layout settings; otherwise, false. Limits the number of incoming points in a Chart’s series that are auto-created, based on the associated Pivot Grid. An integer value, specifying the maximum number of points in the Chart’s series. Limits the number of a Chart’s series that are auto-created, based on the associated Pivot Grid. An integer value, specifying the maximum number of series in the Chart; 0 for no limit. The default is 10. Specifies whether or not column custom totals should be passed to a Chart from its associated Pivot Grid. true to retrieve column custom totals; otherwise, false. Specifies whether or not column grand totals should be passed to a Chart from its associated Pivot Grid. true to retrieve column grand totals; otherwise, false. Specifies whether or not column totals should be passed to a Chart from its associated Pivot Grid. true to retrieve column totals; otherwise, false. Specifies whether or not a Chart’s series are created based on columns or rows of its associated Pivot Grid. true if series should represent the Pivot Grid’s columns; otherwise, false. Specifies whether or not empty cells should be passed to a Chart from its associated Pivot Grid. true to process the incoming empty cells; otherwise, false. Specifies whether or not row custom totals should be passed to a Chart from its associated Pivot Grid. true to retrieve row custom totals; otherwise, false. Specifies whether or not row grand totals should be passed to a Chart from its associated Pivot Grid. true to retrieve row grand totals; otherwise, false. Specifies whether or not row totals should be passed to a Chart from its associated Pivot Grid. true to retrieve row totals; otherwise, false. Specifies whether or not only the currently selected cells of a Pivot Grid are reflected in its associated Chart. true to process only the selected cells; otherwise, false. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Specifies whether or not only the data from the Pivot Grid’s current page is passed to the associated Chart. true to pass only the data from the current page; otherwise, false. Specifies the delay (in milliseconds) that occurs before passing the changes made in a Pivot Grid to its associated Chart. An integer value, specifying the update delay, in milliseconds. Provides data for the () event. Specifies the actual number of series as they appear in a Chart that is associated with a Pivot Grid. An integer value, specifying the actual number of series in the Chart. Specifies the available number of series as they appear in a Chart that is associated with a Pivot Grid. An integer value, specifying the available number of series in the Chart. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Provides data for the () event. Specifies the actual number of points in a series of a Chart that is associated with a Pivot Grid. An integer value, specifying the actual number of points in the series. Specifies the available number of points in a series of a Chart that is associated with a Pivot Grid. An integer value, specifying the available number of points in the series. Gets an auto-created series, for obtaining both its actual and total number of points. A object, representing an auto-created series. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Lists the order of point animation starts. Points are animated in inverted sort order. Points are animated in random sort order. Points are animated in straight sort order. The colorizer that uses the point marker colors to paint line/area segments. Initializes a new instance of the PointBasedSegmentColorizer class with the default settings. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. Gets or sets the direction that is used to distribute the point marker color. The value that specifies the color distribution direction. Gets the string value used to support serialization of the Point Based Segment Colorizer. A value. Contains settings for custom drawing point series. Gets the point series view’s marker settings when implementing custom drawing in the chart control. A object which represents the marker shown within the series points and legend for this point series view. Represents the base class for objects which define drawing options for point, line and area charts. Gets the Point, Bubble, Line or Area series view’s marker settings when implementing custom drawing in the chart control. A object which represents the marker shown within the series points and legend for this Point or Bubble series view. Gets the Point, Bubble, Line or Area series view’s shadow settings when implementing custom drawing in the chart control. A object which provides the settings used to paint the series view’s shadow. Lists the values specifying the point label position. Label is located at the point’s center. Label is located outside of the point. Contains settings that specify the appearance of data points within a series. Initializes a new instance of the class with the default settings. Gets an object that defines the display representation of date-time arguments. A object that contains specific date-time settings. Gets the settings which define how to display numeric argument values of series points. A object that contains specific settings for displaying the numeric values of point arguments. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the string value used to support serialization in a . A value. Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items. A , which represents the pattern. Gets or sets a value that specifies which information should be displayed within series labels and legend items. A enumeration value. Gets the string value used to support serialization of the point options type. A value. Gets an object that defines the representation of date-time value(s) of a data point for display purposes. A object that contains specific date-time settings. Gets the settings which define how to display numeric data values of series points. A object that contains specific settings for displaying numeric values. Defines label settings for point and line series. Initializes a new instance of the class with the default settings. Gets or sets the angle which controls the position of data point labels. An integer value specifying the angle, in degrees, for the position of data point labels. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets where a point’s label is located. A enumeration value. Represents a series view of the Point type. Initializes a new instance of the class with the default settings. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets the specific settings of data point markers displayed by a series of the point view type. A object that contains the specific marker settings. Represents the base class for series views of the point, bubble, line, spline and area types. Initializes a new instance of the class with the default settings. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the point animation of XY series. A class descendant object. Lists the values used to specify how data point information is represented within series labels. Specifies that series labels identify series points by their argument values (which can be taken from the property). Specifies that series labels reflect both arguments and values for the corresponding series points. In this case, the resulting label content is composed of the and property values, based on the specified . Specifies that series labels identify series points by the name of their series (which can be taken from the property). This means the property value is ignored, and the text of series labels is determined by the property value. Specifies that series labels identify data points by their values (which can be taken from the property). Represents a series view of the Polar Area type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Represents the X-axis within Polar charts. Overrides the property. Setting this value is not supported. A value, always equal to 30.0 Overrides the property. Always false. Overrides the property to hide it. Always false. Overrides the property to hide it. Always 10. Gets the settings that specify the range of the axis coordinates. A object which contains the common range settings of the axis coordinates. Returns the textual representation of the axis. A value which is the textual representation of the axis. Contains settings that define the range displayed by the axis. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Overrides the property to hide it. A Boolean value. Overrides the property to hide it. A . Overrides the property to hide it. A value. Overrides the property. A value. Overrides the property to hide it. A . Overrides the property to hide it. A value. Overrides the property. A value. Overrides the method to hide it. A value. A value. Overrides the method to hide it. A value. A value. Represents a diagram that is used to plot series of the Polar view types. Initializes a new instance of the class with the default settings. Represents a series view of the Polar Line type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Represents a series view of the Polar Point type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Represents a series view of the Polar Range Area Chart type. Initializes a new instance of the class with the default settings. Gets a value of the diagram type. A value. Defines a filling style for polygon chart elements in 2D series. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Defines a filling style for polygon chart elements in 3D series. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Defines the settings of the gradient filling style. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the background gradient’s direction. A enumeration value which specifies the gradient’s direction. Lists the values that specify the direction of a gradient within a polygon element. Specifies a gradient from lower left to upper right. Specifies a gradient from lower right to upper left. Specifies a gradient from bottom to top. Specifies a gradient that starts from the center. Specifies a gradient from left to right. Specifies a gradient from right to left. Specifies a gradient that ends at the center. Specifies a gradient from upper left to lower right. Specifies a gradient from upper right to lower left. Specifies a gradient from top to bottom. The easing function that creates an animation that accelerates and (or) decelerates using the p-th power function. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to be compared with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the exponential power of the animation interpolation. A double value that specifies the exponential power of the animation interpolation.This value must be greater or equal to 0. Contains classes and enumerations that are used to implement printing in the XtraCharts suite. Provides print options for the chart control. Copies all the settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then this method does nothing. Specifies the image format for a chart’s representation in a Print Preview form. A enumeration value, specifying the image format for the chart. Gets or sets the value specifying whether to draw the crosshair when printing/exporting the chart. true, if the crosshair should be printed/exported with a chart; otherwise, false. Gets or sets a value which specifies the size mode used to print the chart. A enumeration value which specifies the size mode used to print the chart. Returns the textual representation of print options. A value which is the textual representation of print options. Represents the facility for chart printing. Initializes a new instance of the class for the specified chart control. An object representing the chart control. Copies all the settings from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Creates a copy of the current object. A object which is a copy of the current object. Provides access to the component printer to print a chart. A ComponentExporter object. Creates the document elements (bricks) for a specific area. The name of the document area (section) for which elements should be created. An object implementing the interface, which is a graphical surface on which document elements will be drawn. Creates a component printer to print a chart. A ComponentExporter object. Creates the document elements (bricks) for the document’s Detail area. An object implementing the interface, which is a graphical surface on which document elements will be drawn. Disposes of the object. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies the chart’s print image format. A enumeration value, specifying the image format for the chart. Initializes the chart control for document creation before displaying its Print Preview. An object implementing the interface used to print a control. An object implementing the interface which refers to a control. Indicates whether or not the chart can be printed and exported. true if the chart can be printed; otherwise, false. Performs the specified printing action. A DevExpress.Utils.Action0 object. Performs the specified printing action with the specified size mode. A DevExpress.Utils.Action0 object. A enumeration value. Finalizes the document creation via the class. Specifies the printing size mode for the chart control. A enumeration value, representing the chart’s size mode. Lists the values used to specify an image format to be maintained for a chart in its Print Preview. Represents the bitmap image format. Represents the metafile image format. Lists the values used to specify how a chart should be resized when being printed. A chart is printed with its size identical to that shown on the form. A chart is stretched or shrunk to fit the page on which it is printed. A chart is resized proportionally (without clipping), so that it best fits the page on which it is printed. Lists values that specify how the chart control handles empty points. Empty points are skipped. The chart control initializes empty points with zero values. The chart control initializes empty points with mock values calculated based on neighboring points. Lists the values used to specify an action the chart control performs in the case of missing points. Inserts empty points into series where there are gaps in series points. Inserts zero value points into series where there are gaps in series points. Skips missing points in series. The easing function that creates an animation that accelerates and (or) decelerates using the second power function. Initializes a new instance of the class with the default settings. Provides data for the ( and ) event when the type of the changed scale is Qualitative. Initializes a new instance of the class with the specified values of event arguments. The axis whose scale parameter is changed. The scale mode change info. The grid spacing change info. Contains settings for an axis scale when its data type is qualitative. Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels. The value that specifies alignment. Qualitative summarization options storage. The easing function that creates an animation that accelerates and (or) decelerates using the fourth power function. Initializes a new instance of the class with the default settings. The easing function that creates an animation that accelerates and (or) decelerates using the fifth power function. Initializes a new instance of the class with the default settings. Represents a series view of the Radar Area type. Initializes a new instance of the class with the default settings. Provides access to the border settings for the radar chart. A object containing settings that define the border style. Overrides the property to hide it. Always true. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the fill style of area series within a view of an Radar Area Chart type. A object which specifies the fill style for the area. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Overrides the property to hide it. Always returns null (Nothing in Visual Basic). Overrides the property to hide it. Always returns null (Nothing in Visual Basic). Gets the specific settings of the data point markers displayed by a series of the Radar Area Series type. A object that contains specific marker settings. Overrides the property. Always false. Gets or sets the transparency (0-255) to use for displaying the filled color areas. A value from 0 (opaque) to 255 (transparent). Represents the base class for classes that provide axes functionality for Radar and Polar series views. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the fill style of a diagram’s background within a view of a Radar Series type. A object which specifies the fill style for the diagram’s background. Represents the X-axis within Radar charts. Gets the settings of axis labels. A object which provides axis label settings. Overrides the property. A value. Provides access to the options that define the behavior of a scale when its type is qualitative. The container of settings of an axis scale when its data type is qualitative. Returns the textual representation of the axis. A value which is the textual representation of the axis. Defines the label settings for the circular axis in the Radar Series Views. Initializes a new instance of the class with the specified owner. An object which specifies the owner for this axis label. Overrides the property. An integer value. Always returns 0. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Overrides the property. Always returns false. Gets or sets the value, representing the direction of the circular axis label’s text. A enumeration member, specifying how the label’s text is drawn. Returns the textual representation of the radial axis label. A value which is the textual representation of the axis label. Represents an individual axis label item of the X-axis in the Radar Series Views. Lists the values used to specify the text direction of axis X labels for the Radar chart types. Label text is arranged from bottom to top. Label text is arranged from left to right. Label text is arranged along radial grid lines. Label text is arranged tangentially to radial grid lines. Label text is arranged from top to bottom. Contains settings that define the range displayed by the axis. Overrides the property to hide it. A Boolean value. Overrides the property to hide it. A value. Overrides the property to hide it. A value. Overrides the property to hide it. A Boolean value. Represents the Y-axis for Radar Series Views. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of a radial axis for the Radar type of chart. A structure which specifies the color of the axis. Gets the settings of axis labels. A object which provides axis label settings. Overrides the property. A value. Gets or sets the line width of the radial axis for the Radar chart. An integer value which specifies the thickness of the axis, in pixels. Gets the tickmark settings of a radial axis for the Radar chart. A object which provides the tickmark settings of a radial axis. Specifies whether the radial axis should be drawn on the front of a diagram above all series. true if the is positioned above all series on a diagram; otherwise, false. Returns the textual representation of the axis. A value which is the textual representation of the axis. Specifies whether the axis is visible. true if the axis is visible; otherwise, false. Defines the label settings for the radial axis in the Radar Series Views. Initializes a new instance of the class with the specified owner. An object which specifies the owner for this axis label. Overrides the property. Always returns false. Returns the textual representation of the radial axis label. A value which is the textual representation of the axis label. Represents an individual axis label item of the Y-axis in the Radar Series Views. Contains settings that define the range displayed by the axis. Represents a diagram that is used to plot series of the Radar view types. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the axis that surrounds the radar diagram (circular axis). A class instance, representing the circular axis for a radar chart. Gets the axis that radiates out from the center of a radar chart (radial axis). A class instance, representing the radial axis of a radar chart. Gets or sets the diagram’s background color. A value which specifies the diagram’s background color. Gets the background image settings. A object which provides settings that specify the diagram’s background image. Gets or sets the diagram’s border color. A structure which specifies the diagram’s border color. Gets or sets whether the diagram’s border is visible. true if the border is visible; otherwise, false. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Releases all resources used by the object. Gets or sets the shape style of a grid used to plot a Radar chart. A enumeration member, specifying the shape of a radar diagram. Returns mouse actions and hotkey settings for the Drill Down feature. The Drill Down’s settings storage for mouse actions and hotkeys. Gets the diagram’s background fill style. A object which specifies the background fill style. Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels. A object, representing the diagram’s outer indents, measured in pixels. The default is 5. Converts the chart control screen point’s coordinates (in pixels) into an Radar (Polar) Diagram plot area coordinates object. A point within the Chart Control’s area. An object that contains information about the point’s argument and value, their scale types, associated axes and pane. Gets or sets the direction in which the is drawn. A enumeration member specifying the AxisX rotation direction. Returns mouse actions and hotkey settings for the Selection feature. Selection’s settings storage for mouse actions and hotkeys. Gets the diagram’s shadow settings. A object which provides the settings used to paint the diagram’s shadow. Specifies the angle for the radial axis to start drawing. A value (in degrees, from -360 to 360). Lists the values used to specify the shape of the Radar chart area. A circular diagram is drawn as a circle. A circular diagram is drawn as a polygon. Lists the values which specify the direction in which the radar axes are drawn for the Radar chart types. A diagram is rotated clockwise. A diagram is rotated counterclockwise. The Radar (Polar) diagram’s X-axis grid lines settings storage. The Radar (Polar) diagram’s Y-axis grid lines settings storage. Represents a series view of the Radar Line type. Initializes a new instance of the class with the default settings. Specifies whether the last point in a series is joined with the first point to form a closed polygon. true if the start and end point are joined with line; otherwise, false. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the specific settings of the data point markers displayed by a series of the Radar Line view type. A object that contains the specific marker settings. Gets the line style settings of a series of the Radar Line type. A object that contains line style settings. Specifies whether the series point markers are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Overrides the property. A object that contains the specific marker settings. Gets or sets the series animation of the circular series. A class descendant object. Overrides the property. Always false. Defines label settings for Radar and Polar series views. Initializes a new instance of the class with the default settings. Represents a series view of the Radar Point type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets the specific settings of data point markers displayed by a series of the Radar Point view type. A object that contains the specific marker settings. Defines label settings for radar range area and polar range area series. Initializes a new instance of the class with the default settings. Represents a series view of the Radar Range Area type. Initializes a new instance of the class with the default settings. Overrides the property to hide it. Always null (Nothing in Visual Basic). Provides access to the settings that specify the appearance of the border which connects values stored as in all data points of a Radar Range Area series view. A object which specifies the border style. Provides access to the settings that specify the appearance of the border which connects values stored as in all data points of a Radar Range Area series view. A object which specifies the border style. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Provides access to the settings that specify the appearance of markers drawn for the values stored as in all data points of a Radar Range Area series view. A object that contains specific marker settings. Specifies whether the series point markers drawn for the values stored as are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Provides access to the settings that specify the appearance of markers drawn for the values stored as in all data points of a Radar Range Area series view. A object that contains specific marker settings. Specifies whether the series point markers drawn for the values stored as are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Overrides the property to hide it. Always null (Nothing in Visual Basic). Overrides the property to hide it. Always Default. Represents the base class for series views of the Radar and Polar types. Initializes a new instance of the class with the default settings. Gets or sets the function that is used to aggregate series points. The aggregate function type. Gets or sets a value that specifies whether each data point of a series is shown in a different color. true to specify that each data point in a series has a different color; false to use the same color for all the series’ data points. Gets or sets the custom aggregate function callback that calculates the aggregated values. The custom aggregate function callback. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the point animation of a circular series. A class descendant object. Gets the shadow settings for the Radar and Polar series. A object which provides the settings used to paint the series shadow. Contains settings for the tickmarks of the Y-axis for the Radar series. Returns the textual representation of the tickmarks. A value which is the textual representation of the tickmarks. Contains the common settings that define the range displayed by an axis. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value that specifies whether the minimum and maximum axis values are calculated automatically based upon the series being drawn. true, if the minimum and maximum axis values are calculated automatically; otherwise, false. Specifies whether a space should be left between the outermost series point and the diagram’s edge, when it is scrolled. true, if the series are plotted with indents; otherwise, false. Gets or sets the distance between the series point with the highest value and the end of the axis range. The side margin value, in units specified by SideMarginSizeUnit. Gets or sets the maximum value to display on an Axis. This may not be the same as the maximum value of the series associated with this axis. A that specifies the maximum value to display on an axis. Gets the internal float representation of the range maximum value. A value which is the internal representation of the range maximum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Gets or sets the minimum value to display on an Axis. This may not be the same as the minimum value of the series associated with this axis. A that specifies the minimum value to display on an axis. Gets the internal float representation of the range minimum value. A value which is the internal representation of the range minimum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Sets both minimum and maximum values of an axis range. A which specifies the minimum set value. The type of an object depends on the axis scale type. A which specifies the maximum set value. The type of an object depends on the axis scale type. Specifies the measurement unit for diagram side margins. A SideMarginSizeUnit enumeration value. Specifies the space between the outermost series point and the diagram’s edge. The side margins value, in the axis’ current measurement unit. Gets or sets the distance between the series point with the lowest value and the start of the axis range. The side margin value. SideMarginSizeUnit specifies the unit. Defines label settings for a range area 3D series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. An integer value. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. A series view of the 3D Range Area type. Initializes a new instance of the class with the default settings. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Contains settings for custom drawing 2D Range Area and 3D Range Area series. Overrides the property to hide it. Always null (Nothing in Visual Basic). Provides access to the settings of the first border for the Range Area series view, when implementing custom drawing in the chart control. A object which contains border settings. Provides access to the settings of the second border for the Range Area series view when implementing custom drawing in the chart control. A object which contains border settings. Overrides the property to hide it. Always null (Nothing in Visual Basic). Provides access to the settings of first markers for the Range Area series view when implementing custom drawing in the chart control. A object which contains marker settings. Gets or sets whether the first marker is visible in the Range Area Chart when implementing a custom draw. true, if the first marker is visible; otherwise, false. Provides access to the settings of second markers for the Range Area series view when implementing custom drawing in the chart control. A object which contains marker settings. Gets or sets whether the second marker is visible in the Range Area Chart when implementing a custom draw. true, if the second marker is visible; otherwise, false. Lists the values specifying which range area values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Area and 3D Range Area view types. Show only the label for the maximum value of a data point. Show only the label for the minimum value of a data point. Show one label in the center of the range bar with both maximum and minimum values. Show both labels with maximum and minimum values of a data point. Show only the label for the value stored in the property of a data point. Show only the label for the value stored in the property of a data point. Contains settings that specify data point appearance within a range area series. Initializes a new instance of the class with the default settings. Defines label settings for range area series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the kind of labels in 2D Range Area and 3D Range Area series. A enumeration value. Gets or sets the angle between the point line and the label, which shows the maximum value of a series point in a Range Area series view. An integer value specifying the angle, in degrees, to position series labels. Gets or sets the angle between the point line and the label, which shows the minimum value of a series point in a Range Area series view. An integer value specifying the angle, in degrees, to position series labels. A series view of the Range Area type. Initializes a new instance of the class with the default settings. Overrides the property to hide it. Always null (Nothing in Visual Basic). Provides access to the settings that specify the appearance of the border, which connects values stored as in all data points of a Range Area series view. A object which specifies the border style. Provides access to the settings that specify the appearance of the border which connects values stored as in all data points of a Range Area series view. A object which specifies the border style. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Provides access to the settings that specify the appearance of markers drawn for the values stored as in all data points of a Range Area series view. A object that contains specific marker settings. Specifies whether the series point markers drawn for the values stored as are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Provides access to the settings that specify the appearance of markers drawn for the values stored as in all data points of a Range Area series view. A object that contains specific marker settings. Specifies whether the series point markers drawn for the values stored as are visible. Default - marker visibility (visible/invisible) is automatically determined according to the type of a diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Overrides the property to hide it. Always null (Nothing in Visual Basic). This property is hidden because it is not supported by the RangeAreaSeriesView class. Default - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Contains settings for custom drawing class descendant views. Gets the marker settings of the maximum value in the range bar series view when implementing custom drawing in the chart control. A object which represents the marker shown within the maximum value of series points. Gets or sets whether the marker of the maximum value is visible in the range bar chart when implementing a custom draw. true, if the marker of the maximum value is visible; otherwise, false. Gets the marker settings of the minimum value in the range bar series view when implementing custom drawing in the chart control. A object which represents the marker shown within the minimum value of series points. Gets or sets whether the marker of the minimum value is visible in the range bar chart when implementing a custom draw. true, if the marker of the minimum value is visible; otherwise, false. Lists the values specifying which range bar values (minimum, maximum, or both) should be displayed within series labels in the Side-by-Side Range Bar, Overlapped Range Bar and Gantt view types. Show only the label for the maximum value of the range bar. Show only the label for the minimum value of the range bar. Show one label in the center of the range bar with both maximum and minimum values. Note that in this instance the property has no effect. Show both labels with maximum and minimum values of the range bar. Lists the values used to specify the position of Side-by-Side Range Bar, Overlapped Range Bar and Gantt labels. The label is painted in the center of the range bar’s edge. The label is painted inside the range bar, near its edge. The label is painted outside the range bar, near its edge. Contains settings that specify the appearance of data points within descendant views. Initializes a new instance of the class with the default settings. Defines label settings for Side-by-Side Range Bar, Overlapped Range Bar and Gantt series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets by how much the series label is indented from the range bar’s border. An integer value which specifies the indent, in pixels. Gets or sets the kind of labels in Side-by-Side Range Bar, Overlapped Range Bar and Gantt series. A enumeration value. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Overrides the property to hide it. Always false. Gets or sets a value that specifies the position of series labels relative to the corresponding range bars. A enumeration value which specifies the position of labels relative to each range bar. Represents the base class for series views of the Side-by-Side Range Bar, Overlapped Range Bar and Gantt type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets the specific data point marker‘s settings for the maximum value of every range bar displayed by a series of the range bar view type. A object that contains the specific marker settings. Specifies whether the series point markers for the maximum value of every range bar are visible. Default - marker visibility (visible/invisible) for the maximum value of every range bar is automatically determined according to the type of a diagram currently displayed on a chart; True -if the markers are visible; False - markers are hidden. The default is DefaultBoolean.Default. Gets the specific data point marker‘s settings for the minimum value of every range bar displayed by a series of the range bar view type. A object that contains the specific marker settings. Specifies whether the series point markers for the minimum value of every range bar are visible. Default - marker visibility (visible/invisible) for the minimum value of every range bar is automatically determined according to the type of diagram currently displayed on a chart; True - the markers are visible; False - the markers are hidden. The default is DefaultBoolean.Default. A colorizer that allows providing colors based on which range the value belongs. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the color for a series point with the specified parameters. An specifying the argument value of a series point. An array of objects specifying values of the series point. An specifying the key used to obtain a series point color. A object. A object. Gets or sets the pattern used to form a legend item text. A object. Gets or sets the collection of double values representing range stops. A collection of double values. Gets the string value used to support serialization of the colorizer type. Gets or sets the value provider to . An object of a class implementing an interface. Contains settings that define how a series is represented in a Range Control. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), a will be thrown. Gets or sets the transparency (0-255) to apply to a series displayed in a Range control. A value from 0 (opaque) to 255 (transparent). Specifies which level of data points should be used to represent a series in a Range Control. A enumeration value. Gets or sets a value that specifies which view type (either Line or Area) should be used to represent an series in a Range Control. A enumeration value. Gets or sets a value indicating whether or not this series should be displayed in a Range Control. true to show the current options for storing series in the Range Control; otherwise false. Lists the values used to specify how a series should be represented in a Range Control. A series is represented in a Range Control using the Area series view. A series is represented in a Range Control using the Line series view. Represents a structure that is used to store information about the range displayed by an axis. Gets the internal float representation of the range maximum value. A value, representing the internal representation of the range maximum value. Gets the maximum range value to display on an axis. A value, representing a max range value. Gets the internal float representation of the range minimum value. A value which specifies the internal representation of the range minimum value. Gets the minimum value to display on an axis. A value, representing a min range value. Contains settings that specify data point appearance within a range series. Copies all the settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value that is the hash code for the current object. Gets or sets a value specifying for a specific range series, whether or not series labels should show point values and durations (i.e. as differences between min and max values in each data point). true if the values are displayed as a value difference, false if the values are displayed individually. Gets or sets the format to display the series point values as durations for one of the range series views. A enumeration value. The colorizer that allows you to color a line segment based on a its value range. Initializes a new instance of the RangeSegmentColorizer class with the default settings. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. Gets or sets the pattern to format the text the legend shows for a color range. A string that is the text pattern. Gets or sets the palette that provides colors for the colorizer. The colorizer palette. Gets or sets a name of the palette that provides colors for the colorizer. The colorizer palette name. Returns the collection of double values that form ranges to determine the color a line segment should have. The collection that contains range stops. Gets or sets the value whether to show the colorizer items in the legend. The value that defines whether the colorizer provides items for a legend. Gets the string value used to support serialization of the Range Segment Colorizer. A value. A Rate of Change indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value that specifies the number of points. The default value is 14. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. The default value is Close. Defines a filling style for rectangular chart elements in 2D series. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Defines a filling style for rectangular chart elements in 3D series. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Defines the settings of the gradient filling style. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the background gradient’s direction. A enumeration value which specifies the linear gradient’s direction. Lists the values that specify the direction of a linear gradient. Specifies a gradient from lower left to upper right. Specifies a gradient from lower right to upper left. Specifies a gradient from bottom to top. Specifies a horizontal gradient that starts from the center. Specifies a vertical gradient that starts from the center. Specifies a gradient from left to right. Specifies a gradient from right to left. Specifies a horizontal gradient that ends at the center. Specifies a vertical gradient that ends at the center. Specifies a gradient from upper left to lower right. Specifies a gradient from upper right to lower left. Specifies a gradient from top to bottom. Represents the base class for rectangular indents within a chart (margins and paddings). Specifies all indents simultaneously. An integer value, specifying general indents. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the bottom indent. An integer value, specifying the bottom indent. Specifies the left indent. An integer value, specifying the left indent. Specifies the right indent. An integer value, specifying the right indent. Specifies the top indent. An integer value, specifying the top indent. Always returns -1. This value is returned by the property if , , and property values are not equal. Contains border settings of rectangular elements within a chart control. Lists the values that are used to define how financial series points will be painted. Points are colorized with a color defined by the property if the point open value is greater than the point close value (the price is decreased). Points are colorized with the color specified by the property if the value of the previous point is greater than the value of the current point (the value is decreased). The property specifies the point value that should be compared. Contains settings which relate to a price reduction indication within the financial series. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of the price reduction. A structure that specifies the price reduction’s color. Gets or sets the mode used to color the financial series points. The specified color mode. The default color of the price reduction. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets a particular price value (open, close, high or low) which the analysis of the price action is performed by. A enumeration value. Returns the textual representation of the reduction stock options. A value which is the textual representation of the reduction stock options. Specifies whether price reductions are indicated within a series. true if price reductions are indicated; otherwise, false. Represents a Regression Line indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified value level. A enumeration value. This value is assigned to the property. Initializes a new instance of the class with the specified name. A value. This value is assigned to the property. Initializes a new instance of the class with the specified name and value level. A value. This value is assigned to the property. A enumeration value. This value is assigned to the property. Returns the localized name of the indicator type. A value. Represents the collection of regression lines of a specific series. Initializes a new instance of the class for the specified series view. An descendant, representing the series view. Provides access to individual Regression Lines in the collection, by their value levels. A enumeration value, identifying the Regression Line. A object which represents the Regression Line. Gets the value used to support serialization of the property. A List<RegressionLine> object. Represents a base class for objects. Copies all the settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a child point of the relation. A object, denoted as a child point in the relation. Gets or sets the ID of the child point in the relation. An integer value which specifies the ID of the relation’s child point. Provides access to a parent point in the relation. A object, denoted as a parent point in the relation. Provides settings for positioning of annotation objects in relation to their anchor points. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified rotation angle and connector length. A value specifying the angle by which the annotation is rotated around its anchor point. This value is assigned to the property. A value specifying the length of the line which connects the annotation with its anchor point. This value is assigned to the property. Specifies the angle by which the annotation is rotated around its anchor point. A value specifying the annotation’s angle around its anchor point. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the length of the line connecting the annotation with its anchor point. A value specifying the annotation’s connector length. A Relative Strength Index indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. An adapter that loads data from a source and applies the resampling algorithm to the series. Initializes a new instance of the class. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Lists the values that specify the overlapping resolving algorithm to be applied to series point labels. The default algorithm to re-position labels in a random way, to avoid overlapping labels. If two or more labels overlap, some of them are automatically hidden, to avoid overlapping. All labels (both overlapping and non-overlapping) change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved. Only labels that are overlapping change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved. The overlapping resolving algorithm is disabled. Provides settings that specify the ways in which rotation can be performed. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the action used to rotate the chart. The action to rotate the chart. Specifies whether rotation can be performed using the mouse. true to allow using the mouse; otherwise, false. Specifies whether rotation can be performed using the touch device. true to allow using the touch device; otherwise, false. Specifies the order the AngleX, AngleY and AngleZ values are applied to rotate the 3D chart diagram. The chart is first rotated around the X-axis by the value, then around the Y-axis by the value, and then around the Z-axis by the value. The chart is first rotated around the X-axis by the value, then around the Z-axis by the value, and then around the Y-axis by the value. The chart is first rotated around the Y-axis by the value, then around the X-axis by the value, and then around the Z-axis by the value. The chart is first rotated around the Y-axis by the value, then around the Z-axis by the value, and then around the X-axis by the value. The chart is first rotated around the Z-axis by the value, then around the X-axis by the value, and then around the Y-axis by the value. The chart is first rotated around the Z-axis by the value, then around the Y-axis by the value, and then around the X-axis by the value. Specifies the way a 3D chart diagram is rotated. The 3D chart is rotated around the X, Y and Z axes by the , and values in the order defined by the property. The 3D chart is rotated at design time with the Ctrl+mouse pointer (at runtime only the mouse pointer should be used); and the rotation is based upon the advanced rotation algorithm. In this instance the chart diagram is rotated around the axes which have the same directions as the X-axis and Y-axis of the screen. For instance, to start rotating a 3D chart at design time, you need to press the Ctrl button, then left-click the chart’s diagram and start moving the mouse pointer. To start rotating a 3D chart at runtime, you need to simply left-click the chart’s diagram and start moving the mouse pointer. Note that in this instance, the property must be set to true. The 3D chart is rotated at design time with the Ctrl+mouse pointer (at runtime only the mouse pointer should be used); and the rotation is based upon the standard rotation algorithm. In this instance the chart diagram is rotated around the X-axis and Y-axis of the chart’s diagram. For instance, to start rotating a 3D chart at design time you need to press the Ctrl button, then left-click the chart’s diagram and start moving the mouse pointer. To start rotating a 3D chart at runtime, you need to simply left-click the chart’s diagram and start moving the mouse pointer. Note that in this instance, the property must be set to true. Contains API members that implement the Sankey diagram functionality. Data for the CustomizeSankeyLinkToolTip event. Returns the link whose tooltip is customized. The link whose tooltip should be configured. Defines a signature (parameter list types) for the method that handles the event. Identifies the object that raises the event. Contains event data. Data for the event. Returns a node label to be customized. Contains node label options. Returns a node to be customized. Contains node options. Returns a node color. A node color. Defines a signature (parameter list types) for the method that handles the event. Identifies the object that raises the event. Contains event data. Data for the event. Returns the node whose tooltip is customized. Contains node options. Returns the color of a node whose tooltip is customized. The node color. Defines a signature (parameter list types) for the method that handles the event. Identifies the object that raises the event. Contains event data. A base class for the and classes. Specifies the tooltip’s content. A string that specifies the tooltip’s content. Specifies the tooltip’s title. A string that specifies the tooltip’s title. Contains options for the text that is displayed at runtime when a diagram has no data to display. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Declares the base functionality for Sankey diagram colorizers. Returns the first color that is used to apply a gradient fill to a link. Contains link options. The color that is used to fill links with a gradient. Returns the second color that is used to apply a gradient fill to a link. Contains link options. A color that is used to fill links with a gradient. Returns a node color. Contains node options. A color that is used to paint the node. Contains classes that implement Sankey printing. Contains Sankey print options. Copies all settings from the object passed as a parameter to the current SankeyOptionsPrint object. A descendant whose settings are copied to the current object. Specifies the Sankey image format in the Print Preview form. The Sankey image format in the Print Preview form. Specifies the size mode used to print the . The size mode that is used to print the . Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Contains settings for the diagram border. Gets or sets the diagram border’s color. A color that is used to paint the border. Gets or sets the diagram border’s thickness in pixels. The border thickness in pixels. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. A base class for Sankey diagram colorizers. Gets the string value that is used to serialize the colorizer type. Data for the event. Returns a collection of highlighted diagram links. A collection of highlighted links. Returns a collection of highlighted diagram nodes. A collection of highlighted nodes. Defines a signature (parameter list types) for the method that handles the event. Identifies the object that raises the event. Contains event data. The base class for classes that implement Sankey layout algorithms. Calculates node bounds. The node collection. Sankey diagram bounds without titles and paddings. Contains Sankey linear layout algorithm settings. Initializes a new instance of the class. Specifies the node alignment within the Sankey diagram control. A value that specifies the node alignment. Indicates whether nodes are automatically repositioned to avoid link overlap. true if nodes are repositioned to avoid link overlap; otherwise, false. The default value is true. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Contains information about a Sankey diagram link. Returns the link’s source node. The link’s source node. Returns a collection of data objects that are used to create the link. A collection of data objects that are used to create the link. Returns the link’s target node. The link’s target node. Returns the weight of the link. The weight of the link. Contains information about a Sankey diagram node. Returns a collection of Sankey node input links. A collection that contains links for which the node is the target node. Returns a value that specifies the node’s level. A zero-based value that specifies the node’s level. Returns a collection of Sankey node output links. A collection that contains links for which the node is the source node. Returns the summarized weight of all links for which the node is the source node. A value that specifies the sum of all output link weights for the current node. Returns a data object that is used to create the node. A data source object that is used to create the node. Returns the summarized weight of all links for which the node is the target node. A value that specifies the sum of all input link weights for the current node. Returns the maximum value between the node’s source and target link weights. The maximum value between the node’s source and target link weights. Lists values that specify node alignment within the Sankey diagram control. Nodes are centered on the Sankey diagram control. Nodes are aligned to the top of the . Nodes are aligned to the bottom of the Sankey diagram control. Contains label options for node labels. Gets or sets the font that is used to display the node label text. Specifies the font that is used to display the node label text. Gets or sets the number of lines that label text can wrap. A value that specifies the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets the maximum width allowed for node labels in pixels. A value that specifies the maximum label width. The initial value is set to 0. This means that the label width is unlimited. Gets or sets node label alignment. A value that specifies text alignment for node labels. Gets or sets text orientation for node labels. A value that specifies text orientation for node labels. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Contains label item options for a Sankey diagram node. Gets or sets a color for the node label’s background. The node label’s background color. Gets or sets the node label’s text color. The node label’s text color. Gets or sets the font that is used to display the node label text. The font that is used to display the label text. Gets or sets the node label text. A string value that specifies the node label text. Contains padding settings for Sankey diagrams. Gets or sets a value that specifies padding for all diagram sides. A value that specifies diagram padding. Gets or sets a padding value for a diagram’s bottom edge. A value that specifies padding for a diagram’s bottom edge. Gets or sets a padding value for a diagram’s left edge. A value that specifies padding for a diagram’s left edge. Gets or sets a padding value for a diagram’s right edge. A value that specifies padding for a diagram’s right edge. Gets or sets a padding value for a diagram’s top edge. A value that specifies padding for a diagram’s top edge. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. A colorizer that allows you to specify a palette for a Sankey diagram. Initializes a new instance of the class. Gets or sets a color that is used to paint all links in the diagram. A link color. Gets or sets a palette that should be applied to a Sankey diagram. A palette that is applied to a diagram. Gets or sets the name of a palette that is applied to a diagram. The palette name. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Contains data for the event. Returns selected Sankey links. Contains selected Sankey links. Returns selected Sankey nodes. Contains selected Sankey nodes. Defines a signature (parameter list types) for the method that handles the event. Identifies object that raises the event. Contains event data. Contains data for the event. Initializes a new instance of the class with specified settings. Previously selected Sankey nodes. Previously selected Sankey links. Newly selected Sankey nodes. Newly selected Sankey links. The action that describes changes in the collection. Returns an action that is applied to the collection. The action that is applied to the collection. Indicates whether the event should be canceled. true if the event is canceled; otherwise false. Returns newly selected Sankey links. Contains newly selected Sankey links. Returns newly selected Sankey nodes. Contains newly selected Sankey nodes. Returns previously selected Sankey links. Contains previously selected Sankey links. Returns previously selected Sankey nodes. Contains previously selected Sankey nodes. Defines a signature (parameter list types) for the method that handles the event. Identifies object that raises the event. Contains event data. Lists Sankey selection modes. A user can select a single Sankey link or a node with the related links. A user can hold down the Shift or Ctrl key to select multiple Sankey links and nodes. A user can select multiple Sankey links and nodes. A user cannot select Sankey links and nodes. A user can select a single Sankey link or a node with the related links. A base class for diagram elements that display text. Initializes a new instance of the class with specified settings. Gets or sets the font that is used to display text. A font that is used to display text. Gets or sets element text. A string value that specifies the element’s text. Gets or sets a value that specifies text alignment. A value that specifies text alignment. Gets or sets the text color for the element. A color that is used to display text. A title for Sankey diagrams. Initializes a new instance of the class. Gets or sets the diagram edge to which the title is docked. Specifies how the title is arranged within the diagram. Specifies the distance between the title and diagram content, in pixels. An integer that specifies the indent in pixels. Returns a string that represents the type. “Sankey Title” Specifies whether the title is visible. true if the title is visible; false if the title is hidden. A collection of Sankey diagram titles. Lists values that specify the position of the diagram title. The title is docked to the bottom of the diagram. The title is docked to the left side of the diagram. The title is docked to the right side of the diagram. The title is docked to the top of the diagram. Contains Sankey diagram tooltip options. Initializes a new instance of the class. Specifies whether tooltips are enabled for Sankey links. true, if Sankey link tooltips are enabled; otherwise, false. Specifies whether tooltips are enabled for Sankey nodes. true, if Sankey node tooltips are enabled; otherwise, false. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Contains a Sankey diagram’s appearance settings. Gets or sets link transparency. A value between 0 (opaque) and 255 (transparent). Gets or sets the node width in pixels. An integer number that specifies node width in pixels. Returns a string representation of the type. The “(ViewOptions)“ string. Gets or sets the indent between nodes in pixels. A distance between nodes in pixels. Text that is displayed in the diagram when it is too small to display titles, nodes, and links. Returns a string representation of the type. The “(SmallText)” string. Represents an individual scale break within the collection. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the scale break. This value is assigned to the property. Initializes a new instance of the class with the specified name and Date-Time edges (suitable for an axis whose scale type is date-time). A that specifies the name of the scale break. This value is assigned to the property. A value which specifies the date-time value along the axis, which corresponds to the scale break’s first edge. A value which specifies the date-time value along the axis, which corresponds to the scale break’s second edge. Initializes a new instance of the class with the specified name and Double edges (suitable for an axis whose scale type is numeric). A that specifies the name of the scale break. This value is assigned to the property. A value which specifies the numeric value along the axis, which corresponds to the scale break’s first edge. A value which specifies the numeric value along the axis, which corresponds to the scale break’s second edge. Initializes a new instance of the class with the specified name and String edges (suitable for an axis whose scale type is qualitative). A that specifies the name of the scale break. This value is assigned to the property. A value which specifies the qualitative value along the axis, which corresponds to the scale break’s first edge. A value which specifies the qualitative value along the axis, which corresponds to the scale break’s second edge. Initializes a new instance of the class with the specified name and time-span edges (suitable for an axis whose scale type is time-span). A that specifies the scale break name. This value is assigned to the property. A value that specifies the time-span value on the axis and corresponds to the scale break’s first edge. A value that specifies the time-span value along the axis and corresponds to the scale break’s second edge. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the first edge of a scale break. A that specifies the scale break’s first edge. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Gets or sets the second edge of a scale break. A that specifies the scale break’s second edge. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Specifies whether the scale break is visible. true if the scale break is visible; otherwise, false. Represents a collection that stores the manually created scale breaks of a particular axis. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of scale breaks to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified scale break. A object to locate in the collection. true if the collection contains the specified scale break; otherwise, false. Inserts the specified scale break to the collection at the specified position. A zero-based integer which specifies the position at which the scale break should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted scale break. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the scale break at the specified position. Returns a scale break by its name. A value, specifying the scale break name. An object with the specified property. Removes the specified scale break element from the collection. A element to be removed from the collection. Represents the common appearance settings of the axis’ scale breaks. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of the axis’ scale breaks. A value which specifies the color of the axis’ scale breaks. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the size of scale breaks. An integer, representing the distance between the edges of scale breaks, in pixels. It should be greater than or equal to -1 and less than 50. Gets or sets a style in which scale breaks‘ edges are drawn. A object, which represents the scale break edge style. Lists the values that specify the style of scale breaks‘ edges. Indentifies the ragged style of scale breaks edges. Indentifies the straight style of scale breaks edges. Indentifies the wavy style of scale breaks edges. The base class for scale options which can be plotted the coordinate grid. Gets or sets the value indicating the aggregate function that should be used to relieve data. The value indicating the aggregate function that should be used to relieve data. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the value specifying whether the alignment, spacing and offset of grid lines and major tickmarks should be calculated automatically. true, if grid spacing is performed automatically; otherwise, false. Gets or sets the custom aggregate function callback that calculates the aggregated values. The custom aggregate function callback. Gets or sets the offset of grid lines and major tickmarks. The grid offset, in units specified by () Gets or sets the interval between grid lines and major tickmarks. The interval between grid lines and major tickmarks, in units specified by the ( or TimeSpanScaleOptions.GridAlignment. Gets or sets the minimum allowed distance between two neighbor major tick marks and grid lines that affect an automatically calculated grid. The minimum allowed distance between two neighbor major tick marks and grid lines, in pixels. The Chart Control uses the default value when this value is null (Nothing in Visual Basic). Lists the values that specify the scale mode for an axis. Identifies the automatic scale mode, meaning that data is automatically aggregated according to the chosen . Identifies the continuous scale mode, meaning data aggregation is disabled and you can only change the grid alignment using the GridAlignment (, or ) property. Identifies the interval scale mode, which means that the axis scale is divided into intervals. Note that the Chart Control does not apply the resampling mechanism to points in this scale mode. Identifies the manual scale mode, meaning that the GridAlignment (, or ) and MeasureUnit (, or ) properties are in effect, and they should be manually defined. Also, you can use the property to choose the aggregate function. The base for classes that contain different scale options. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets mode which specifies the action the chart control should perform with the missing points. A enumeration value. Gets or sets the scale mode for an axis. A scale mode. Contains the values used to specify the scale type for the argument and value data of series points. The scale type is automatically determined according to the real type of underlying data. Identifies the DateTime data scale. This means that data provided for the will be treated as DateTime values and will be shown on the axis as DateTime values (e.g., January, 2003, January, 2004, and January, 2005). Note that in this case the property is used to define the output format of DateTime values shown on the axis. Identifies the Numerical data scale. This means that data provided for the will be treated as numerical values and will be shown on the axis as numbers (e.g., 100, 200, and 300). Note that in this case the property is used to define the output format of numerical values shown on the axis. Identifies the Qualitative data scale. This means that data provided for the will be treated as qualitative values and will be shown on the axis as textual representations (e.g., A, B, and C). Identifies the TimeSpan data scale. The data that you provide for the will be treated and shown on the axis as values (for example, 00:00:00, 00:00:01, 00:00:02). Note that in this case, the axis’s TimeSpanScaleOptions property allows you to specify the scale-related settings. To define the output format of TimeSpan values shown on the axis, use the ‘s TextPattern property. Represents a series view of the Scatter Line type. Initializes a new instance of the class with the default settings. Represents a series view of the Scatter Polar Line type. Initializes a new instance of the class with the default settings. Represents a series view of the Scatter Radar Line type. Initializes a new instance of the class with the default settings. The class that allows applying affine transformations and clipping to the scene. Modifies the current clip with the specified path. A object specifying the clipping path. Modifies the current clip with the specified rectangle. A value specifying the rectangle to intersect with the current clip. Rotates a scene by the specified angle. A value specifying the angle. Scales a scene by the specified values. A value specifying the horizontal scale factor. A value specifying the vertical scale factor. Translates the scene by the point. The value specifying the offset. Translates the scene by the specified values. A value specifying the horizontal offset. A value specifying the vertical offset. Lists the values used to specify the alignment of a scrollbar relative to an XY-diagram. A scroll bar is painted either at the bottom or on the left of an XY-diagram. A scroll bar is painted either at the top or on the right of an XY-diagram. Contains settings for scroll bar annotations. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets a value that indicates whether to show constant line annotations in the scroll bar. true, if annotations for constant lines should be visible; otherwise, false. Gets or sets a value that indicates whether to show custom axis label annotations in the scroll bar. true, if annotations for custom axis labels should be visible; otherwise, false. Gets or sets a value that indicates whether to show scroll bar annotations for pane annotations. true, if scroll bar annotations should be visible; otherwise, false. Gets or sets a value that indicates whether to show scroll bar annotations for series point annotations. true, if scroll bar annotations should be visible; otherwise, false. Gets or sets a value that indicates whether to show strip annotations in the scroll bar. true, if annotations for strips should be visible; otherwise, false. Provides options which define how scroll bars are painted. Copies all the settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the background color of scroll bars. A value which represents the background color of scroll bars. Gets or sets the bar’s color in a scroll bar. A value which represents the bar’s color in a scroll bar. Gets or sets the thickness of scroll bars. An integer value which specifies the scroll bars’ thickness, in pixels. This value can’t be less than 3, or greater than 25. Gets or sets the border color of scroll bars. A value which represents the border color of scroll bars. Returns the x-axis scroll bar annotation options. An object that stores scroll bar annotation settings. Specifies the alignment of the X-axis scroll bar. A enumeration value which specifies the position of a scroll bar relative to an XY-diagram. Gets or sets the visibility of the X-axis scroll bar. true to show the X-axis scroll bar; otherwise, false. Returns the y-axis scroll bar annotation options. An object that stores scroll bar annotation settings. Specifies the alignment of the Y-axis scroll bar. A enumeration value which specifies the position of a scroll bar relative to an XY-diagram. Gets or sets the visibility of the Y-axis scroll bar. true to show the Y-axis scroll bar; otherwise, false. Provides settings that specify the ways in which scrolling can be performed. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the collection of shortcuts used to scroll down the chart. The shortcut key collection. Returns the collection of shortcuts used to scroll to the left of the chart. The shortcut key collection. Returns the action used to scroll the chart. The action that should be performed to scroll the chart. Returns the collection of shortcuts used to scroll to the right of the chart. The shortcut key collection. Returns the collection of shortcuts used to scroll up the chart. The shortcut key collection. Specifies whether scrolling can be performed using the keyboard. true to allow using the keyboard; otherwise, false. Specifies whether scrolling can be performed using the mouse. true to allow using the mouse; otherwise, false. Provides the scrolling options for the XY-Diagram. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies whether scrolling can be performed using the scroll bars. true to allow using scroll bars; otherwise, false. Specifies whether scrolling can be performed using the touch device. true to allow using the touch device; otherwise, false. Contains the settings that define the range through which it’s possible to scroll an axis. Always returns true, to make the Y-axis zero level constantly visible, when the diagram’s scrolling is enabled. Always true. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value indicating whether the scrolling range options should be customized automatically or manually. true if the scrolling range options should be set automatically; otherwise, false. Gets or sets the maximum value to display on an Axis, when the diagram is scrolled. A that specifies the maximum value to display on an axis, when the diagram is scrolled. Gets or sets the internal float representation of the scrolling range maximum value. A value which specifies the internal representation of the scrolling range maximum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Gets or sets the minimum value to display on an Axis, when the diagram is scrolled. A that specifies the minimum value to display on an axis, when the diagram is scrolled. Gets or sets the internal float representation of the axis scrolling range minimum value. A value which specifies the internal representation of the scrolling range minimum value. Gets or sets the value used to support serialization of the property. A value, representing an equivalent of the property in an invariant locale. Sets both minimum and maximum values (in internal numeric measurement units) of an axis scrolling range. A value which specifies the minimum internal value to be set. A value which specifies the maximum internal value to be set. Sets both minimum and maximum values of a scrolling range. A which specifies the minimum set value. The type of an object depends on the axis scale type. A which specifies the maximum set value. The type of an object depends on the axis scale type. Specifies whether a space should be left between the outermost series point and the diagram’s edge, when it is scrolled. true if the series are plotted with indents; otherwise, false. Represents a base class for collections of secondary axes in an . Appends an array of secondary axes to the collection. An array of axes to append to the collection. Determines whether the collection contains the specified axis. A object to locate in the collection. true if the collection contains the specified axis; otherwise, false. Gets an axis within a secondary axes collection by its name. A that specifies the name of the axis to be found. A object that represents the axis with the specified name. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An object which represents the secondary axis at the specified position. Removes the specified object from the collection. An object to be removed from the collection. Represents the secondary X-axis within a chart control in 2D series, except for the Swift Plot and Swift Point. Initializes a new instance of the class with the default settings. Do not use it. Initializes a new instance of the class with the specified name. A value that specifies the name of the secondary axis. This value is assigned to the property. Gets or sets an axis’ ID, which is intended for internal use only. An integer value. Gets or sets the date-time scale mode for a secondary X-axis. A enumeration value which represents the axis’ date-time scale mode. Represents a collection that stores individual secondary X-axes of a particular . Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of secondary axes to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified secondary axis. A object to locate in the collection. true if the collection contains the specified secondary axis; otherwise, false. Gets an X-axis within a secondary axes collection by its name. A which specifies the name of the secondary X-axis to find. A object that represents the secondary X-axis with the specified name. Inserts the specified secondary axis into the collection at the specified position. A zero-based integer which specifies the position at which the secondary axis is to be inserted. A object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the secondary X-axis at the specified position. Returns a secondary X-axis by its name. A value, specifying the secondary X-axis name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Represents the secondary Y-axis within a chart control in 2D series, except for the Swift Plot and Swift Point. Initializes a new instance of the class with the default settings. Do not use it. Initializes a new instance of the class with the specified name. A value that specifies the name of the secondary axis. This value is assigned to the property. Gets or sets an axis’ ID, which is intended for internal use only. An integer value. Represents a collection that stores individual secondary Y-axes of a particular . Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of secondary axes to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified secondary axis. A object to locate in the collection. true if the collection contains the specified secondary axis; otherwise, false. Gets a Y-axis within a secondary axes collection by its name. A which specifies the name of the secondary Y-axis to find. A object that represents the secondary Y-axis with the specified name. Inserts the specified secondary axis into the collection at the specified position. A zero-based integer which specifies the position at which the secondary axis is to be inserted. A object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the secondary Y-axis at the specified position. Returns a secondary Y-axis by its name. A value, specifying the secondary Y-axis name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Defines the settings of grid lines which belong to the secondary X-axis. Defines the settings of grid lines which belong to the secondary Y-axis. The base class for the colorizers that color the line view segments. Lists the values used to define the action when the selection has been changed for the selected elements. A selected chart element (a series or series point) and business data objects (in the case of data binding) were added to the collection. A selected chart element (a series or series point) and business data objects (in the case of data binding) were completely removed from the collection. A selected chart element (a series or series point) or several selected elements including business data objects (in the case of data binding) was (were) replaced with the collection. All items were cleared from the collection. Provides data for the and events. Gets an action which describes how the collection has been changed. The value which specifies the action to be used to change the collection of chart selected items. Provides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source. A collection of newly selected items. Provides access to previously selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source. A collection of objects representing the items being selected. Represents a method that will handle the , and events. The event source. This parameter identifies either the , or which raised the event. The event data. Provides data for the ( or ) event. Gets an action which describes how the collection has been changed. The value which specifies the action to be used to change the collection of chart selected items. Gets or sets the value identifying whether the selection change is canceled. true if the selection change is canceled; otherwise false. Provides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source. A collection of newly selected items. Provides access to previously selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source. A collection of items that was selected previously. Represents a method that will handle the , and events. The event source. This parameter identifies either the , or which raised the event. The event data. The selection options’ storage. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Specifies keys that should be held down and mouse buttons that a user should click to select multiple chart elements in the Extended selection mode. An object that stores keys that should be held down and mouse buttons that a user should click to select multiple chart elements in the Extended selection mode. Returns the action used to select a chart element. The action that should be performed to select a chart element. Lists all available selection states for the chart’s series and series points. A series / series point is hot-tracked for drill down. A series / series point is hot-tracked. A series / series point is in the default state. A series / series point is selected. The base class for all indicators that can be drawn in a separate pane. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the Y-axis that is used to plot the current indicator on a . An or an object that is the Y-axis for the current indicator. For internal use only. Specifies the Y-axis name. A value. Gets or sets the pane, used to plot the separate pane indicator on an . An class descendant object, representing the pane for the current series. For internal use. Specifies the name of the diagram’s pane. A object that is the pane’s name. Represents an individual series within a chart control. For internal use only. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified series name and view type used to represent this series. A that specifies the name of the series. This value is assigned to the property. A enumeration value which specifies the type of the view. A view of this type will then be assigned to the property. Indicates whether the chart resampling mechanism applies to the series. true if the series is resampled; otherwise, false. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Binds a series to data. A that is the datasource for a series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a series. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a series. Gets or sets an adapter that loads data from a source to the series. A data adapter that is an object of a class that implements the ISeriesAdapter interface. Gets or sets the series’ data source. A representing the series’ data source. Gets or sets the value that identifies whether the series’s data source is sorted. true, if the series’s data source has been sorted; otherwise, false. Releases all resources used by the object. Drills down to the series if the series template by which the series is generated has the property specified. true if the Chart Control drills down to the series; otherwise false. Drills down to the specified series point if the series template by which the series is generated has the property specified. The data object by which the series point is generated. true if the Chart Control drills down to the series point. Returns a value specifying whether or not a series is auto created. true if a series is auto created; otherwise false. Checks if the specified point is compatible with the current series scale type. A object which specifies the series point to compare. If null (Nothing in Visual Basic), then a will be raised. true if the series point is compatible with the current series scale type; otherwise, false. Gets or sets the name of the series. A value representing the name of the series. Gets the series’ collection of data points. A object that represents the data point collection of the series. Specifies the series ID, which is intended for internal use only. An integer value. Specifies an image to be displayed in series tooltips. A object that contains an image to display in a tooltip. Returns the textual representation of the series. A value which is the textual representation of the series. Lists the values that specify the aggregate function used for a series. Aggregates data by calculating the average value for a selected numeric or date-time interval. Aggregates data by calculating the number of non-null values for a selected numeric or date-time interval. Aggregates data using the custom calculator. The aggregate function is specified by the AggregateFunction property of the appropriate axis scale options. Aggregates financial data for a selected interval into a single open-high-low-close data point, as follows. The Open value of the aggregated point is the Open value of the first aggregated point, the High value - the maximum High value of aggregated points, the Low value - the minimum Low value of aggregated points, and the Close value - the Close value of the last aggregated point. Aggregates data by calculating the number of all points for a selected numeric or date-time interval. Aggregates data by calculating the maximum value for a selected numeric or date-time interval. Aggregates data by calculating the minimum value for a selected numeric or date-time interval. The aggregate function is not applied. Aggregates data by calculating the sum for a selected numeric or date-time interval. The base class for all animations that change the whole series. Applies the current animation state to a series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. A base class for the and classes. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified type of view used to represent this series. A enumeration value that specifies the type of the view. A view of this type will then be assigned to the property. Gets the actual scale type used for series arguments. A enumeration value. Gets the actual value specifying whether labels are visible for a particular series. true, if labels are visible for a series; otherwise, false. Gets or sets the name of the data field that contains series point arguments. The name of the data field that contains series point arguments. Gets or sets a value that specifies the scale type for the argument data of the series’ data points. A enumeration value. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Changes the series’ view type by specifying its type. A enumeration value. Specifies a value which determines whether to show a legend check box instead of a legend marker for a series. true, if a check box is shown instead of a marker on a legend for a series; otherwise, false. Gets or sets a value that determines whether a legend check box is checked for a chart series. true, if a legend check box is checked for the series; otherwise, false. Gets or sets the data source field name that contains series point colors. The data source field name that contains series point colors. Gets or sets the Series Point Colorizer used by this series. An object of the class implementing the interface. For internal use. This property is used to support serialization of the colorizer. Gets or sets the element that dispays the series’s Crosshair content. The value that defines the chart element containing series’s Crosshair data. Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed. The string value specifying text that the Crosshair shows when it has no series data to display. Gets or sets a value that specifies whether or not a crosshair cursor is enabled for this series. Default - the CrosshairEnabled property value is obtained from the parent chart’s () property; True - a crosshair cursor is enabled for a series; False - a crosshair cursor is disabled. Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them. Default - the CrosshairHighlightPoints property value is obtained from the parent property; true - the series points are highlighted when the crosshair cursor hovers over them; false - the series points are not highlighted. Gets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current type. A , which represents a crosshair label pattern. The default value is . Specifies whether to show a crosshair label on a diagram for a particular 2D . Default - the CrosshairLabelVisibility property value is obtained from the parent’s property; True to show crosshair labels for a series; otherwise, False - crosshair labels are hidden. Returns the text options of the Crosshair label item of the series. The text options. Gets a collection of data filter conditions which can be applied to the series’ data. A object that represents the collection of filter conditions. Gets or sets the logical operator used to combine individual data filter conditions defined for the series. A enumeration value. Gets or sets the value that identifies whether the series’s data source is sorted. true if the series’s data source is sorted; otherwise, false. Returns options that configure how the series calculates summary values of its data source with date-time arguments. The date-time data source summarization options storage. Gets or sets the current filter criteria. The current filter criteria. Gets or sets the current filter expression. The current filter expression. Gets series label settings. A object that provides the series label settings. Gets the string value used to support serialization of the series labels. An object supporting the interface. Specifies whether to show labels for a series. True to show series labels; False to hide them; Default - label visibility depends on the series view and chart control type. Gets or sets the string value used to support serialization of the label’s type in web applications. A value. Gets or sets a legend which displays the series legend item or series point legend items. A object displaying a series legend. For internal use. Supports serialization of the property. A value. Provides access to the settings which specify the type of information displayed in the chart’s legend, and its format. Gets the string value used to support serialization of the legend point options. An object supporting the interface. Gets or sets the text that identifies the series within the legend of a chart control. A value that specifies the series’ legend text. Gets or sets the string that formats text for the series or series point legend items. A object that is a format string. The default value is . Returns options that configure how the series calculates summary values of its data source with numeric arguments. The date-time data source summarization options storage. Gets or sets the common appearance settings for data points within the series. Gets the string value used to support serialization of the series point options. An object supporting the interface. Gets or sets the string value used to support point options serialization in a . A value. Gets or sets the sort order of the series’ points. A enumeration value. Gets or sets a value that specifies the values of the data points that the series should be sorted by. A enumeration value. Returns options that configure how the series calculates summary values of its data source with qualitative arguments. The qualitative data source summarization options storage. Cancels the changes applied to the for a specific series, and makes it equal to the . Gets or sets a value that specifies the scale type for the argument data of the series’ data points. A enumeration value. Gets or sets the sort order of the series’ points. A enumeration value. Gets or sets a value that specifies the values of the data points that the series should be sorted by. A enumeration value. Gets or sets the string value used to support serialization of the series view’s type in web applications. A value. Specifies the data members whose values the series uses to populate series points’ arguments and values. The name of the data member that provides values for series point arguments. The name of the data member that provides values for series point minimum values. The name of the data member that provides values for the first quartile values of series points. The name of the data member that provides values for series point median values. The name of the data member that provides values for the third quartile values of series points. The name of the data member that provides values for series point maximum values. Specifies the data members whose values the series uses to populate series points’ arguments and values. The name of the data member that provides values for series point arguments. The name of the data member that provides values for series point minimum values. The name of the data member that provides values for the first quartile values of series points. The name of the data member that provides values for series point median values. The name of the data member that provides values for the third quartile values of series points. The name of the data member that provides values for series point maximum values. The name of the data member that provides values for series point mean values. Specifies the data members whose values the series uses to populate series points’ arguments and values. The name of the data member that provides values for series point arguments. The name of the data member that provides values for series point minimum values. The name of the data member that provides values for the first quartile values of series points. The name of the data member that provides values for series point median values. The name of the data member that provides values for the third quartile values of series points. The name of the data member that provides values for series point maximum values. The name of the data member that provides values for outliers. Specifies the data members whose values the series uses to populate series points’ arguments and values. The name of the data member that provides values for series point arguments. The name of the data member that provides values for series point minimum values. The name of the data member that provides values for the first quartile values of series points. The name of the data member that provides values for series point median values. The name of the data member that provides values for the third quartile values of series points. The name of the data member that provides values for series point maximum values. The name of the data member that provides values for series point mean values. The name of the data member that provides values for outliers. Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a bubble view. The name of the data member whose values will be used as the argument of the series points. The name of the data member whose values will be used as the value of the series points. The name of the data member whose values will be used as the weight of the series points Specifies the data members whose values the series uses to populate series points’ arguments and values. The name of the data member whose values will be used as the argument of the series points. The name of the data member whose values will be used as the value of the series points. Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a financial view. The name of the data member whose values will be used as the argument of the series points. The name of the data member whose values will be used as the low value of series points. The name of the data member whose values will be used as the high value of series points. The name of the data member whose values will be used as the open value of series points. The name of the data member whose values will be used as the close value of series points. Specifies data members whose values will be used to populate the argument value and weight of series points if series view is a Gantt view. The name of the data member whose values will be used as the argument of series points. The name of the data member whose values will be used as the first value of series points. The name of the data member whose values will be used as the second value of series points. Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a range view. The name of the data member whose values will be used as the argument of series points. The name of the data member whose values will be used as the first value of series points. The name of the data member whose values will be used as the second value of series points. Gets or sets a value that specifies whether the data series is represented in the chart control’s legend. true to represent the data series in the legend; otherwise, false. Specifies the summary function which should calculate data point values. A specifying the name of a summary function. Gets or sets a value that specifies whether point options are synchronized for a specific series. true, if the series point options are synchronized; otherwise, false. Returns options that configure how the series calculates summary values of its data source with date-time arguments. The time-span data source summarization options’ storage. Gets or sets a value that specifies whether or not a tooltip is enabled for a series. Default - the ToolTipEnabled property value is obtained from the parent chart’s () property; True - a tooltip is enabled for a series; False - a tooltip is disabled. Gets or sets a value that points to a data field containing hints for series points tooltips. A value that specifies the data field to obtain hints for chart tooltips. Gets or sets a formatting pattern for a series point tooltip. A that specifies the tooltip pattern. Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. A , which represents the tooltip pattern. Provides access to settings that indicate whether it is required to show only the Top N series points in a series and define the rule to determine the Top N points. A object which contains settings of the “Top N” feature. Returns the textual representation of the series template. A value which is the textual representation of the series template. For internal use only. For internal use only. For internal use only. For internal use only. Gets a collection of the names of data fields that contain series point values. The collection of the names of data fields that contain series point values. Gets or sets the string value used to support serialization of the property. A value. Gets or sets a value that specifies the scale type for the value data of the series’ data points. A enumeration value. Gets or sets the view that the series uses to visualize its data. A -derived object that represents the view type of the series. Gets the string value used to support serialization of the series view. An object supporting the interface. Specifies whether the series is visible. true if the series is visible; otherwise, false. Represents a collection that stores individual series within a chart control. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends a new series with the specified name and view type to the collection. A value that specifies the name of the series. This value is assigned to the property. A enumeration value that specifies the view type of the series. The newly created object of the specified type is assigned to the property. An integer value indicating the position into which the new element was inserted. Appends an array of series to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified series. A object to locate in the collection. true if the collection contains the specified series; otherwise, false. Returns a unique name for the new series in the collection. A which represents the unique name for the new series. Returns the specified object’s position within the collection. A object to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Inserts the specified series into the collection at the specified position. A zero-based integer which specifies the position at which the series is to be inserted. A object that specifies the series to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the series at the specified position. Provides access to individual series in the collection by their names. A value specifying the name of the series to get. A object which represents the series with the specified name. Removes the specified object from the collection. A object to be removed from the collection. Swaps the two specified series within the series collection. A object which specifies the first series to swap. If null, then the will be raised. If the specified series doesn’t belong to the collection, then the will be raised. A object which specifies the second series to swap. If null, then the will be raised. If the specified series doesn’t belong to the collection, then the will be raised. Copies the elements of the to a new array of objects. An array of objects containing the copies of the elements of the . The base class for all colorizers. Returns a color by the specified series identifier. The series identifier by which the color is selected. The chart’s current palette. The color assigned to the specified series identifier. Gets the string value that is used to support serialization of the series colorizer type. Colorizer that paints series with colors stored in a data source. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the data source whose data items the colorizer uses to paint series. A data source instance. Returns a color by the specified series identifier. The series identifier by which the color is selected. The chart’s current palette. The color assigned to the specified series identifier. Gets or sets the name of a data member whose values are used as series identifiers. The name of a data member whose values are used as series identifiers. Gets or sets the name of data member whose values represent colors in which the colorizer paints series. The name of data member whose values represent colors. The colorizer that paints series in colors assigned to series keys, that are commonly series data member unique values. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns a color by the specified series identifier. The series identifier by which the color is selected. The chart’s current palette. The color assigned to the specified series identifier. Gets or sets the object that converts series data member values into series color keys. The object that converts series data member values into series keys. Returns the collection of keys that the colorizer uses to assign colors to series. The collection of key objects that the colorizer uses to assign colors to series. For internal use only. This property is used to support the key-color series colorizer’s keys serialization. Gets or sets the palette whose colors the colorizer assigns to series. The palette whose colors the colorizer assigns to series. Gets or sets the name of the palette whose colors the colorizer assigns to series. The name of the palette whose colors the colorizer assigns to series. Represents a base class for different types of series labels. Gets or sets whether antialising is applied to the label’s contents. true to apply antialising (smoothing) to the label’s contents; otherwise, false. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the label’s background color. A value which specifies the label’s background color. Gets the label’s border settings. A object which specifies the border style. Gets or sets a value indicating whether antialiasing is enabled for a chart item’s label. The enumeration value. Gets the label’s background fill style. A object which specifies the background fill style. Gets or sets the font used to display the label’s contents. A object which specifies the font used to display the label’s contents. Gets or sets the string value used to support serialization in a . A value. Gets or sets the color of series labels’ connection lines. A value that specifies the line color. Gets or sets the length of series labels’ connection lines. An integer value that specifies the length of the connection lines, in pixels. Gets the style settings for the connection lines of series labels. A object that contains line style settings. Specifies whether to show connection lines for a series labels. Default - the connection lines visibility (visible/invisible) is automatically determined according to the type of series currently displayed on a chart; True - connection lines for series labels are shown; False - lines are hidden. Gets or sets a value which specifies whether the connection lines of series labels are visible. true if the connection lines are visible; otherwise, false. Gets or sets the number of lines to which a label’s text is allowed to wrap. An integer value which is the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets the maximum width allowed for series labels. An integer value that specifies the maximum label width. By default, it is set to 0, which means that label width is unlimited. Gets or sets the common appearance settings for series labels. Gets the string value used to support serialization of the series label options. An object supporting the interface. Gets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them. An integer value, which specifies the minimum indent, in pixels. Gets or sets a value specifying the mode to resolve overlapping of series labels. A enumeration value. Gets the label’s shadow settings. A object which provides the settings used to paint the label’s shadow. Gets or sets the common text for all data point labels. A that specifies the common data point label text. Specifies the alignment of the series labels text. A enumeration value specifying the alignment of the label text. Gets or sets the label’s text color. A structure which specifies the label’s text color. Specifies the direction of text within the series labels. A enumeration value that specifies the text direction for the series labels. Gets or sets a string which represents the pattern specifying the text to be displayed within series labels. A , which represents the pattern. The default value is . Gets the string value used to support serialization of the series label type. A value. Gets or sets a value that specifies which values should be displayed as the contents of series labels. A enumeration value. Specifies whether the simple series label is visible. true if the simple series label is visible; otherwise, false. Lists the values used to specify the contents of series labels. Specifies that series labels display data values of the corresponding series points. Specifies that series labels display the name of the corresponding series. Contains settings that define the common prefix and postfix for the names of data bound series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a prefix for the names of data bound series objects. A value that specifies a common prefix for data bound series’ names. Gets or sets a postfix for the names of data bound series objects. A value that specifies a common postfix for data bound series’ names. Returns the textual representation of the series name template. A value which is the textual representation of the series name template. Represents an individual series point. Initializes a new instance of the class with the default settings. For internal use only. Initializes a new instance of the class with the specified date-time argument. A value which specifies the date-time argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified date-time argument and values. A value which specifies the date-time argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified date-time argument and values. A value which specifies the date-time argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified date-time argument and time-span values. A date-time value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument. A value which specifies the numeric argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and time-span values. A decimal floating-point number that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument. A value which specifies the Double argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. A value which specifies the Double argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified Double argument and values. A value which specifies the Double argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified double argument and time-span values. A double value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument. A value which specifies the numeric argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified integer argument and time-span values. An integer value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument. An integer value which specifies the numeric argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. An integer value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and values. An integer value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified integer argument and time-span values. An integer value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument. A value which specifies the numeric argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified integer argument and time-span values. An integer value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified argument. A value which specifies the argument of the series point. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. Initializes a new instance of the class with the specified argument and values. A value which specifies the argument of the series point. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified argument and values. A value which specifies a series point argument. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An array of values which specifies series point values for the specified argument. An individual item of these values can be accessed via the property. If a is then this array of values can be accessed by the property. An integer value which specifies the ID of the point. Initializes a new instance of the class with the specified numeric argument. A value which specifies the numeric argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified numeric argument and date-time values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and values. A value which specifies the numerical argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified numeric argument and time-span values. A floating-point number that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified string argument. A which specifies the string argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. Initializes a new instance of the class with the specified qualitative argument and date-time values. A which specifies the string argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified string argument and values. A which specifies the string argument of the series point. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An array of values which specifies the values of the series point for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified string argument and time-span values. A string value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified time-span argument. A time-span value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. Initializes a new instance of the class with the specified time-span argument and date-time values. A time-span value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of date-time values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified time-span argument and numeric values. A time-span value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of numeric values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Initializes a new instance of the class with the specified time-span argument and values. A time-span value that specifies the series point’s argument. This value is assigned to the property. Note that if the argument is null (Nothing in Visual Basic), then a will be thrown. An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the property. Provides access to the annotations collection of the series point. An object that represents the series point’s collection of annotations. Gets the point’s argument value. A value that specifies the data point’s argument. Identifies the property. Gets or sets the string value used to support serialization of the property. A value. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color used to draw this point. A object. Gets or sets the string value used to support serialization of the property. A object. For internal use only. Creates a new instance of with the specified argument and ID. A value which specifies the argument of the series point. This value is converted to a , and then assigned to the property. Note that if the argument is null (Nothing in Visual Basic) or , then a will be thrown. An integer value which specifies the ID of the point. A object which represents the series point with the specified ID. Gets the point’s argument value of the date-time type. A value that represents the date-time argument of the series data point. Gets or sets the point’s data value(s) of the date-time type. An array of values that represent the date-time value(s) of the series data point. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Returns the series point date-time value. The value indicating the series point value that should be returned by this method. The value of the specified value level. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Returns the series point numeric value. The value indicating the series point value that should be returned by this method. The value of the specified value level. Returns the series point time-span value. The value that indicates the series point value that should be returned by this method. The time-span value at the specified level. Gets a string value for the object. A zero-based integer index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the string for the series point. Gets or sets whether the current point is empty. true if the current point is empty; otherwise, false. Provides indexed access to individual values at this series point. A zero-based integer specifying the desired value’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A value at the specified position within the collection of values at this series point. Gets the length of an array which contains the series point’s values. An integer value which specifies the length of the array. Gets the point’s argument value of the numerical type. A value that represents the numerical argument of the series data point. Provides access to the collection of relations for a series. A object. Gets or sets the ID of a point. An integer value which specifies the ID of a point. Gets or sets the object that contains data related to this series point. A that contains data about the series point. Gets or sets the series point’s time-span argument. A value that represents the series data point’s time-span argument. Gets or sets the point’s data value(s) of the time-span type. An array of values that represents the series data point’s time-span value(s). Gets or sets a value to be shown as a hint in a series point’s tooltip. A value that is the tooltip hint. Gets or sets the point’s data value(s). An array of floating-point values that represent the data value(s) of the series data point. Identifies the property. Gets or sets the string value used to support serialization of the collection. A value. The annotation is anchored to a series point. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified series point. A object representing the series point to which to be anchored. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the series ID, which is intended for internal use only. An integer value. Specifies the series point to which the annotation is anchored. A object, representing the series point to which the annotation is anchored. For internal use. Supports serialization of the property. An integer value. The base class for all animations that change series points separately. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the delay between the start of point animations. A object specifying the delay. Gets or sets the order in which points are animated. A enumeration value. Initializes a new instance of the class with specified settings. Represents a collection that stores the data points of an individual series. Initializes a new instance of the class. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s date-time argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s date-time argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s date-time argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s date-time argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s numeric argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s numeric argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s numeric argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s numeric argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s string argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s string argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s string argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s string argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s time-span argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s time-span argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s time-span argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s mean value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Box Plot series view. The new series point’s time-span argument. The new series point’s minimum value. The new series point’s first quartile value. The new series point’s median value. The new series point’s third quartile value. The new series point’s maximum value. The new series point’s array of outliers. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a bubble series view. The argument of a newly added series point. The value of the newly added series point. The weight of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a bubble series view. The argument of the newly added series point. The value of the newly added series point. The weight of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a bubble series view. The argument of the newly added series point. The value of the newly added series point. The weight of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a bubble series view. The newly added series point’s argument. The newly added series point’s value. The newly added series point’s weight. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a financial series view. The argument of the newly added series point. The low value of the newly added series point. The high value of the newly added series point. The open value of the newly added series point. The close value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a financial series view. The argument of the newly added series point. The low value of the newly added series point. The high value of the newly added series point. The open value of the newly added series point. The close value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a financial series view. The argument of the newly added series point. The low value of the newly added series point. The high value of the newly added series point. The open value of the newly added series point. The close value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a financial series view. The newly added series point’s argument. The newly added series point’s low value. The newly added series point’s high value. The newly added series point’s open value. The newly added series point’s close value. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The newly added series point’s argument. The newly added series point’s first value. The newly added series point’s second value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The argument of the newly added series point. The first value of a newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The newly added series point’s argument. The newly added series point’s first value. The newly added series point’s second value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The newly added series point’s argument. The newly added series point’s first value. The newly added series point’s second value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The newly added series point’s argument. The newly added series point’s first value. The newly added series point’s second value. The position at which the new point was inserted. Adds a point with the specified argument and values required to plot a series with a Gantt series view. The newly added series point’s argument. The newly added series point’s first value. The newly added series point’s second value. The position at which the new point was inserted. Adds a point with the specified argument and value required to plot a series. The argument of the point. The value of the point. The position at which the new element was inserted. Adds a point with the specified argument and value required to plot a series. The argument of the point. The value of the point. The position at which the new element was inserted. Adds a point with the specified argument and value required to plot a series. The argument of the point. The value of the point. The position at which the new element was inserted. Adds a point with the specified argument and value required to plot a series. The point’s argument. The point’s value. The position at which the new element was inserted. Appends an array of series points to the collection. An array of objects to append to the collection. Adds a point with the specified argument and values required to plot a series with a range series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a range series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a range series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Adds a point with the specified argument and values required to plot a series with a range series view. The argument of the newly added series point. The first value of the newly added series point. The second value of the newly added series point. The position at which the new element was inserted. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the collection contains the specified series point. A object to locate in the collection. true, if the collection contains the specified series point; otherwise, false. Returns an enumerator that iterates through the instance. A for the instance. Returns the specified object’s position within the collection. A series point to locate in the collection. A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection. Adds the specified series point to the collection at the specified position. A zero-based integer which specifies the position at which the series point should be inserted. If it’s negative or exceeds the number of elements within the collection an exception is thrown. A object representing the series point to insert. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the series point at the specified position. Moves a specific item to another position within the collection. An integer value specifying the zero-based index of an item to be moved. An integer value specifying the zero-based destination index of the moved item. Gets the series that owns the current point collection. A object which the point collection belongs to. Removes the specified object from the collection. A object to be removed from the collection. Removes the element at the specified index of the instance. A zero-based integer specifying the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised. Removes the specified range of series points from the collection. An integer specifying the starting index for the series points range to be removed. An integer specifying the number of series points to be removed. Swaps the two specified series within the series collection. A object which specifies the first series point to swap. If null, then a will be raised. If the specified series point doesn’t belong to the collection, then a will be raised. A object which specifies the second series point to swap. If null, then a will be raised. If the specified series point doesn’t belong to the collection, then a will be raised. Copies the elements of the to a new array of objects. An array of objects containing copies of the elements of the . Validates the collection of series points. Initializes a new instance of the class with specified settings. A data adapter that allows you to create and store individual series points in the collection. Initializes a new instance of the class. Initializes a new instance of the class with specified settings. Copies all the settings from the object passed as the parameter. An object ( descendant) whose settings are assigned to the current object. Determines whether the current object has the same settings as the specified object. A object to compare with the current object. true if the object passed in method parameters has the same settings as the current object; otherwise, false. Returns the hash code for the current object. The hash code for the current object. Returns a collection of series points. A collection of SeriesPoint objects. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Gets the string value used to support serialization of the data adapter. A string value. Defines specific filter conditions to filter series points. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified key and condition and date/time filter value. A enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the property. A enumeration value which specifies the condition used for filtering. This value is assigned to the property. A value which specifies the value which will be used for filtering. This value is assigned to the property. Initializes a new instance of the class with the specified key and condition and double filter value. A enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the property. A enumeration value which specifies the condition used for filtering. This value is assigned to the property. A value which specifies the value which will be used for filtering. This value is assigned to the property. Initializes a new instance of the class with the specified key and condition and filter value. A enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the property. A enumeration value which specifies the condition used for filtering. This value is assigned to the property. A which specifies the value which will be used for filtering. This value is assigned to the property. Initializes a new instance of the class with the specified key and condition and string filter value. A enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the property. A enumeration value which specifies the condition used for filtering. This value is assigned to the property. A which specifies the value which will be used for filtering. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the requirement to meet when filtering the series points. A enumeration member representing a logical operator. Gets or sets the value used to support serialization of the property. A value. Gets or sets the value used to support serialization of the property. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the key which is compared to the to filter a series point. A enumeration value, specifying the coordinate of a series point by which filtering is performed. Gets or sets the string value used to support serialization of the property. A value. Returns the textual representation of the filter. A value which is the textual representation of the filter. Gets or sets a value, by which series points should be filtered. A , specifying a value to filter series points. Represents a collection that stores specific filter conditions of a particular series. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of filters to the collection. An array of objects to append to the collection. Copies all the elements from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the conjunction mode for filter conditions defined by the collection’s items. A enumeration value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Inserts the specified series point filter to the collection at the specified position. A zero-based integer which specifies the position at which the filter should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted filter. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the series point filter at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Lists the values used to specify the manner in which sorting is performed within series points. Specifies that sorting is performed by the argument values of a series’ data points. Specifies that series points are sorted based on the first data value within the array of a series’s data points. For financial data, Value_1 indicates the Low value. For BoxPlot series, it indicates the Min value. Specifies that series points are sorted based on the second data value within the array of a series’s data points. For financial data, Value_2 indicates the High value. For BoxPlot series, it indicates the Quartile1 value. Specifies that series points are sorted based on the third data value within the array of a series’s data points. For financial data, Value_3 indicates the Open value. For BoxPlot series, it indicates the Median value. Specifies that series points are sorted based on the fourth data value within the array of a series’s data points. For financial data, Value_4 indicates the Close value. For BoxPlot series, it indicates the Quartile3 value. Specifies that series points are sorted based on the fifth data value within the array of a series’s data points. For BoxPlot series, it indicates the Max value. Specifies that series points are sorted based on the sixth data value within the array of a series’s data points. For BoxPlot series, it indicates the Mean value. Represents a collection that stores objects for an individual . Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Creates a object with the specified child point and adds it to the current collection. A object specifying the child point for the relation being created. An integer value indicating the position at which a new element was inserted. Creates a object with the specified child point and task link type and adds it to the current collection. A object specifying the child point of the task link being created. A object specifying the link type. An integer value indicating the position at which a new element was inserted. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of relations to the collection. An array of objects to append to the collection. Determines whether the collection contains a relation to the specified child series point. A object that represents the child point for which a relation should be searched for in the collection. true if the collection contains a relation to the specified child series point; otherwise, false. Gets a relation within a by its child point. A object. A object that includes a given point as a child point. Inserts the specified relation to the collection at the specified position. A zero-based integer which specifies the position at which the relation should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted relation. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the relation at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Removes the to the specified child point from the collection. A object specifying the child point, the relation to which should be removed from the collection. Initializes a new instance of the class with specified settings. Lists the values used to specify an object that can be hot-tracked or selected. Points of multiple series which correspond to the selected point argument are selected and hot-tracked. A single series point can be hot-tracked and selected at one time. Only the entire series can be hot-tracked and selected at one time. The series template that the chart uses to generate its series. Initializes a new instance of the class with the default settings. Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by an argument. Series template that specifies how series that display a data slice filtered by an argument look. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the adapter used to create multiple series based on a template. A data adapter that generates series based on a template. Gets or sets the Series Colorizer that automatically paints series. The Series Colorizer that automatically paints series. For internal use only. This property is used to support the series template’s series colorizer serialization. Gets or sets the name of the data member whose values identify series. The name of the data member whose values identify series. Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by a series identifier. Series template that specifies how series that display a data slice filtered by a series look. Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by a series point. Series template that specifies how series that display a data slice filtered by a series point look. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. An adapter that creates series based on a template. Initializes a new instance of the class. An adapter that creates series based on a template and summarizes series points. Initializes a new instance of the class. Copies all settings from the object passed as a parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then an is thrown. Returns options that configure how the series calculates summary values of a data source with DateTime arguments. Stores summary settings for a chart with DateTime arguments. Returns options that configure how the series calculates summary values of a data source with numeric arguments. Stores summarization settings for a chart with numeric arguments. Returns options that configure how the series calculates summary values of a data source with qualitative arguments. Stores summarization settings for a chart with qualitative arguments. Returns options that configure how the series calculates summary values of a data source with TimeSpan arguments. Stores summarization settings for a chart with TimeSpan arguments. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Represents an individual series title. Initializes a new instance of the class with the default settings. Represents a collection of series titles. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of series titles to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified series title. A object to locate in the collection. true if the collection contains the specified series title; otherwise, false. Inserts the specified series title into the collection at the specified position. A zero-based integer which specifies the position at which the series title is to be inserted. A object that specifies the series title to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the series title at the specified position. Removes the specified object from the collection. A object to be removed from the collection. Represents the base class for all 3D series view objects which use the color each filling for their series points (Bar 3D Series). Gets or sets a value that specifies whether each data point of a series is shown in a different color. true to specify that each data point in a series has a different color; false to use the same color for all the series’ data points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Represents the base class for all series view objects. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of the series. A structure that specifies the color of the series. Gets or sets the Series Point Colorizer that paints series points. A colorizer that implements the interface. Gets a value of the diagram type. A value. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets an object used to support serialization in a . A value. Gets or sets the string value used to support serialization in a . A value. Returns the textual representation of the series view. A value which is the textual representation of the series view. Gets the string value used to support serialization of the series view type. A value. Returns the count of values required to plot this series. A value. Represents the base class for all series view objects which use the color each filling for their series points (Bar Series, Point and Line Series and Gantt Series). Gets or sets a value that specifies whether each data point of a series is shown in a different color. true to specify that each data point in a series has a different color; false to use the same color for all the series’ data points. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Defines the shadow settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the shadow’s color. A structure which specifies the shadow’s color. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the shadow’s thickness. An integer value which specifies the shadow’s thickness, in pixels. Specifies whether the shadow is visible. true if the shadow is visible; otherwise, false. Lists the values used to specify a shape kind of an annotation. Represents the ellipse annotation shape kind. Represents the rectangle annotation shape kind. Represents the rounded rectangle annotation shape kind. Represents a series view of the 3D Bar type. Initializes a new instance of the class with the default settings. Gets or sets the variable distance value (as a fraction of axis units) between two bars of different series shown at the same argument point. A value that represents the distance between two neighboring bars as a fraction of axis units, where an axis unit is the distance between two major values on the axis. Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point. An integer value that represents the distance between two neighboring bars in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Represents a class which stores default property values for all Side-by-Side Bars in a chart. Represents the default value for the , , and properties. Represents the default value for the , , and properties. Represents the default value for the , , and properties. Defines label settings for Bar series. Initializes a new instance of the class with the default settings. Represents a series view of the Bar type. Initializes a new instance of the class with the default settings. Gets or sets the variable distance value (as a fraction of axis units) between two bars of different series shown at the same argument point. A value that represents the distance between two neighboring bars as a fraction of axis units, where an axis unit is the distance between two major values on the axis. Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point. An integer value that represents the distance between two neighboring bars, in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Represents a series view of the Side-by-Side Full-Stacked Bar type. Initializes a new instance of the class with the default settings. Specifies the distance between two bars of different series shown at the same axis value, as a fraction of axis units. A value that represents the distance between two neighboring bars, as a fraction of axis units. Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels. An integer value that represents the distance between two neighboring bars, in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars. A value, identifying a stack group. Gets or sets the value used to support serialization of the property. A value. Represents a series view of the Side-by-Side Full-Stacked Bar type. Initializes a new instance of the class with the default settings. Specifies the distance between two bars of different series shown at the same axis value, as a fraction of axis units. A value that represents the distance between two neighboring bars, as a fraction of axis units. Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels. An integer value that represents the distance between two neighboring bars, in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars. A value, identifying a stack group. Gets or sets the value used to support serialization of the property. A value. Represents a series view of the Side-by-Side Gantt type. Initializes a new instance of the class with the default settings. Gets or sets the variable distance value (as a fraction of axis units) between two bars of different series shown at the same argument point. A value that represents the distance between two neighboring bars as a fraction of axis units, where an axis unit is the distance between two major values on the axis. Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point. An integer value that represents the distance between two neighboring bars in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Represents a series view of the Side-by-Side Range Bar type. Initializes a new instance of the class with the default settings. Gets or sets the variable distance value (as a fraction of axis units) between two bars of different series shown at the same argument point. A value that represents the distance between two neighboring bars as a fraction of axis units, where an axis unit is the distance between two major values on the axis. Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point. An integer value that represents the distance between two neighboring bars in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Represents a series view of the Side-by-Side Stacked Bar type. Initializes a new instance of the class with the default settings. Specifies the distance between two bars of different series shown at the same axis value, as a fraction of axis units. A value that represents the distance between two neighboring bars, as a fraction of axis units. Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels. An integer value that represents the distance between two neighboring bars, in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars. A value, identifying a stack group. Gets or sets the value used to support serialization of the property. A value. Represents a series view of the Side-by-Side Stacked Bar type. Initializes a new instance of the class with the default settings. Specifies the distance between two bars of different series shown at the same axis value, as a fraction of axis units. A value that represents the distance between two neighboring bars, as a fraction of axis units. Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels. An integer value that represents the distance between two neighboring bars, in pixels. Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing. true if all bars of the same series should always have the same width; otherwise, false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars. A value, identifying a stack group. Gets or sets the value used to support serialization of the property. A value. Specifies possible measurement units for diagram side margins. Side margins are specified as a percentage. Side margins are specified in axis measurement units. Specifies settings for the side series point. Initializes a new instance of the class. Copies all settings from the ChartElement object passed as a parameter. A ChartElement object that is the source of the operation. Specifies label settings of the side series point. A object that specifies label settings. Specifies how the label of a side series point is displayed. A enumeration value. For internal use only. Gets the string value used to serialize the SidePoint type. A string value. Lists display modes for side point’s markers and labels. The label/marker uses common settings. The control displays the label/marker at the diagram edge. The control shows the label/marker next to the series point. If the label/marker should be outside a visual area when zooming or scrolling, the label/marker is displayed at the diagram’s edge. Specifies settings for the marker of a side series point. Initializes a new instance of the class. Copies all settings from the ChartElement object passed as a parameter. A ChartElement object that is the source of the operation. Specifies how the marker of a side series point should be displayed. A SidePointDisplayMode enumeration value. Represents a diagram that is used to plot series of the pie view type. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a custom panel that is used to arrange pie (doughnut) series on a chart diagram. An object that implements the interface. Gets or sets the number of pie charts that can be displayed in one line (row or column). A positive integer that specifies the number of pie charts in one line. Returns mouse actions and hotkey settings for the Drill Down feature. Drill Down’s settings storage for mouse actions and hotkeys. Gets or sets a value that specifies whether pies in a chart are equal in size. true, if the size of pies is equal in a chart; otherwise, false. Gets or sets a value that specifies whether the chart control positions multiple pies vertically (in columns) or horizontally (in rows). A enumeration value. Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels. A object, representing the diagram’s outer indents, measured in pixels. The default is 5. Returns mouse actions and hotkey settings for the Selection feature. Selection’s settings storage for mouse actions and hotkeys. Represents a diagram that is used to plot series of the Pie 3D view type. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the number of 3D Pie Charts that can be displayed in one line (row or column). A positive integer that specifies the number of pie charts in one line. Gets or sets a value that specifies the manner in which multiple 3D Pie Charts are positioned within a chart control’s diagram. A enumeration value. Represents the base class for objects which define custom drawing options of Funnel, 3D Funnel, Pie and 3D Pie series. Represents the base class for series view types which use the . Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Provides access to a collection of series titles, which are displayed for the current series. A object that represents the collection of series titles. Contains the common settings of data point markers displayed by point or line series. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the size of a simple marker(s). An integer value which specifies the height and width of the plotting area of a marker(s), in pixels. Represents a Simple Moving Average indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value, specifying the indicator’s name. Initializes a new instance of the class with the specified name and value level. A value, specifying the indicator’s name. A enumeration value, specifying the value level for the indicator. Returns the localized name of the indicator type. A value. Contains settings that specify the appearance of data points within a Pie, Doughnut or Funnel series. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets the settings that relate to presenting point values as percents. A object that contains the related settings. Overrides the property to hide it. The easing function that creates an animation that accelerates and (or) decelerates using a sine function. Initializes a new instance of the class with the default settings. Represents the base class for all single-level indicators (such as Regression Lines and Moving Average and Envelope). Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the value level to which the single-level indicator corresponds. A enumeration value. Contains options of the text which is to be displayed in a chart, when it’s too small for its diagram to be drawn. Represents a method that will handle the and events. The event source. This parameter identifies the which raised the event. Always . Defines the settings of the solid filling style. Initializes a new instance of the class with the default settings. Returns the textual representation of the solid fill options. A value which is the textual representation of the solid fill options. Lists the values used to specify the manner in which sorting is performed within a series. Specifies that sorting is performed by the argument values of a series’ data points. Specifies that sorting is performed by the first data value within the array of a series’s data points. For financial data this indicates the Low value. Specifies that sorting is performed by the second data value within the array of a series’s data points. For financial data this indicates the High value. Specifies that sorting is performed by the third data value within the array of a series’s data points. For financial data this indicates the Open value. Specifies that sorting is performed by the fourth data value within the array of a series’s data points. For financial data this indicates the Close value. Lists the values used to specify how series or points can be sorted. The values are sorted in ascending order. The values are sorted in descending order. The values are not sorted. Represents a series view of the 3D Spline type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Represents a series view of the 3D Spline Area type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Represents a series view of the Spline Area type. Initializes a new instance of the class with the default settings. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Represents a series view of the Spline type. Initializes a new instance of the class with the default settings. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Defines label settings for Stacked Area 3D series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Overrides the property to hide it. A object. Represents a series view of the 3D Stacked Area type. Initializes a new instance of the class with the default settings. Represents a series view of the Stacked Area type. Initializes a new instance of the class with the default settings. Overrides the property. Always false. Overrides the property. Always null (Nothing in Visual Basic). This property is hidden because it is not supported by the StackedAreaSeriesView class. Overrides the property to hide it. Always null (Nothing in Visual Basic). Defines label settings for Stacked Bar 3D series. Initializes a new instance of the class with the default settings. Overrides the property, to hide it. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Overrides the property, to hide it. Always . Overrides the property to hide it. A object. Represents a series view of the 3D Stacked Bar type. Initializes a new instance of the class with the default settings. Defines label settings for stacked bar series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Represents a series view of the Stacked Bar type. Initializes a new instance of the class with the default settings. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. The stacked bars’ total labels’ settings storage. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the total labels’ connectors line style. The line style of total labels’ connectors. Gets or sets the distance between a series group’s top edge and the group’s total label. The distance between a series group’s top edge and the group’s total label, in pixels. Gets or sets the minimum indent between adjacent total labels, when an overlap resolving algorithm relocates them. The minimum indent, in pixels. Gets or sets a value specifying total labels’ overlap resolving algorithm. The value specifying the overlap resolving algorithm. Gets or sets the value indicating whether total labels’ connectors should be visible. true if total labels’ connectors should be visible; otherwise false. Defines label settings for a stacked line 3D series. Initializes a new instance of the class with the default settings. A series view of the 3D Stacked Line type. Initializes a new instance of the class with the default settings. Defines label settings for a stacked line series. Initializes a new instance of the class with the default settings. A series view of the Stacked Line type. Initializes a new instance of the class with the default settings. Represents a series view of the 3D Stacked Spline Area type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. Represents a series view of the Stacked Spline Area type. Initializes a new instance of the class with the default settings. Gets or sets the line tension to be used when drawing splines of the , in percents. An integer value specifying the line tension percentage. A series view of the Stacked Step Area type. Initializes a new instance of the class with the default settings. Gets or sets a value that specifies the manner in which step lines connect data point markers. true if markers are connected using inverted steps; false if standard steps are use to connect markers. Indicates whether the crosshair label displays the actual step value. true if the crosshair label displays the actual step value; otherwise, false. The default value is true. A Standard Deviation indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. The Error Bars indicator whose error values represent a standard deviation. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the multiplier on which the standard deviation value is multiplied before display. A value specifying the multiplier. Values less than 0 are not allowed. The Error Bars indicator whose error values represent a standard error. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the indicator. This value is assigned to the property. Returns the localized name of the indicator type. A value. A series view of the 3D Step Area type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value that is the hash code for the current object. Gets or sets a value that specifies the manner in which a step area connects data point markers. true if markers are connected using inverted steps; false if standard steps are used to connect markers. A series view of the Step Area type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value that is the hash code for the current object. Gets or sets a value that specifies the manner in which a step area connects data point markers. true if markers are connected using inverted steps; false if standard steps are used to connect markers. Indicates whether the crosshair label displays the actual step value. true if the crosshair label displays the actual step value; otherwise, false. The default value is true. Represents a series view of the 3D Step Line type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (the number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets a value that specifies the manner in which step lines connect data point markers. true if markers are connected using inverted steps; false if standard steps are use to connect markers. Represents a series view of the Step Line type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets a value that specifies the manner in which step lines connect data point markers. true if markers are connected using inverted steps; false if standard steps are use to connect markers. Indicates whether the crosshair label displays the actual step value. true if the crosshair label displays the actual step value; otherwise, false. The default value is true. Contains settings for custom drawing stock series. Gets or sets a value which indicates if “open” and “close” values should be shown in the Stock Series View when implementing custom drawing in the chart control. A enumeration value which indicates the mode used to show “open” and “close” values. Lists the values used to identify the levels of price data. Specifies the Close level of price data. Specifies the High level of price data. Specifies the Low level of price data. Specifies the Open level of price data. Contains settings that specify the appearance of data points within stock series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Specifies which price value is indicated by series labels. A enumeration value. Defines label settings for financial series. Initializes a new instance of the class with the default settings. Overrides the property to hide it. A structure. Overrides the property to hide it. An integer value. Overrides the property to hide it. A object. Overrides the property to hide it. Always false. Represents a series view of the Stock type. Initializes a new instance of the class with the default settings. Determines whether the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets a value that specifies whether Open and Close markers are displayed within the stock series view. A enumeration value. Lists the values used to specify whether Open and Close markers are displayed within a series view of the stock type. Specifies that both Open and Close price values are displayed. Specifies that only Close price values are displayed. Specifies that only Open price values are displayed. Represents a strip line within a chart control’s diagram. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the strip. This value is assigned to the property. Initializes a new instance of the class with the specified name, and minimum and maximum date time values. A that specifies the name of the strip. This value is assigned to the property. A value that specifies the minimum date-time value of the strip. This value is assigned to the property of the object returned by the property. A value that specifies the maximum date-time value of the strip. This value is assigned to the property of the object returned by the property. Initializes a new instance of the class with the specified name, and minimum and maximum numeric values. A that specifies the name of the strip. This value is assigned to the property. A value that specifies the minimum numeric value of the strip. This value is assigned to the property of the object returned by the property. A value that specifies the maximum numeric value of the strip. This value is assigned to the property of the object returned by the property. Initializes a new instance of the class with the specified name, minimum and maximum values. A that specifies the name of the strip. This value is assigned to the property. A value, specifying the minimum strip value. This value is assigned to the property of the object returned by the property. A value, specifying the maximum strip value. This value is assigned to the property of the object returned by the property. Initializes a new instance of the class with the specified name, and minimum and maximum qualitative values. A that specifies the name of the strip. This value is assigned to the property. A value that specifies the minimum qualitative value of the strip. This value is assigned to the property of the object returned by the property. A value that specifies the maximum qualitative value of the strip. This value is assigned to the property of the object returned by the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the text for an axis label that identifies the strip within its axis. A value that specifies the text of the strip’s axis label. Specifies a value which determines whether to show a legend check box instead of a legend marker for a strip. true, if a check box is shown instead of a marker on a legend for a strip; otherwise, false. Gets or sets a value that determines whether a legend check box is checked for a strip. true, if a legend check box is checked for the strip; otherwise, false. Gets or sets a strip‘s color. A structure which specifies the color of a strip. Gets the fill style settings of the strip. A object which specifies the fill style for the strip’s background. Gets or sets a legend displaying a strip legend item. A object displaying a strip legend. For internal use. Supports serialization of the property. A value. Gets or sets the text that identifies the strip within the legend of a chart control. A value that specifies the strip’s legend text. Gets the settings that define the maximum limiting value of the strip along an axis. A object that contains the settings for the strip’s maximum limiting value. Gets the settings that define the minimum limiting value of the strip along an axis. A object that contains settings for the strip’s minimum limiting value. Gets or sets a value that specifies whether the strip is labeled within its axis. true if the strip’s axis label is displayed; otherwise, false. Gets or sets a value that specifies whether the strip is represented in the chart control’s legend. true to represent the strip in the legend; otherwise, false. Specifies whether the strip is visible. true if the strip is visible; otherwise, false. Represents a collection that stores the strips of a particular axis. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of strips to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified strip. A object to locate in the collection. true if the collection contains the specified strip; otherwise, false. Gets a strip within the collection by its name. A which specifies the name of the strip to find. A object that represents the strip with the specified name. Inserts the specified strip to the collection at the specified position. A zero-based integer which specifies the position at which the strip should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object specifying the inserted strip. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the strip at the specified position. Returns a strip by its name. A value, specifying the strip name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Contains settings that define the limiting values of strips. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the strip’s position (either minimum or maximum) along an axis. A floating point value that specifies the strip’s position. Gets or sets the string value used to support serialization of the property. A value. Gets or sets a value that specifies whether the current strip limit is enabled. true if the strip limit is enabled; otherwise, false. Returns the textual representation of the strip limit. A value which is the textual representation of the strip limit. Represents a base class for all subset-based indicators (such as the Moving Average and Envelope). Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the number of data points used to calculate of the subset-based indicator. An integer value, specifying the number of points. A waterfall subtotal. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with specified parameters. A zero-based index of a waterfall point, after which a subtotal should be inserted. A string value that specifies the subtotal label. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the subtotal label. A string value that specifies the subtotal label. Gets or sets an index of a waterfall point, after which a subtotal should be inserted. A zero-based index of a waterfall point, after which a subtotal should be inserted. Represents a collection that stores the subtotal of a particular waterfall series. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of subtotals to the collection. An array of objects to append to the collection. Inserts the specified subtotal to the collection at the specified position. A zero-based integer which specifies the position at which the strip should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown. A object that specifies the inserted subtotal. Provides indexed access to individual items in the collection. A zero-based integer that specifies the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the subtotal at the specified position. Removes the specified object from the collection. A object to be removed from the collection. An adapter that creates series points based on data source item summaries. Initializes a new instance of the class. Copies all the settings from the object passed as the parameter. An object ( descendant) whose settings are assigned to the current object. Returns options that configure how the series calculates summary values of its data source with DateTime arguments. Stores summarization settings for a chart with DateTime arguments. Returns options that configure how the series calculates summary values of its data source with numeric arguments. Stores summarization settings for a chart with numeric arguments. Returns options that configure how the series calculates summary values of its data source with qualitative arguments. Stores summarization settings for a chart with qualitative arguments. Returns options that configure how the series calculates summary values of its data source with TimeSpan arguments. Stores summarization settings for a chart with TimeSpan arguments. Returns the short class name enclosed in parentheses. A string that is the short class name enclosed in parentheses. Represents a delegate to create a custom summary function for the specific series point argument. A object, containing information about the series for which the custom summary function should be calculated. A representing an original argument of a series point for which the custom summary function should be calculated. An array of values that specify the names of function arguments, if any. These names can be used to obtain data source values from the dictionary, passed as the values parameter. An array of objects representing data source values to be used for summarizing. This object represents a dictionary, which allows you to obtain a specific data source value by its name. An array of objects representing colors obtained from a datasource. Represents a structure which is intended to store information about an argument, passed to a custom summary function. Initializes a new instance of the class with the specified name. A that specifies the name of the argument description. Initializes a new instance of the class with the specified name and scale type. A that specifies the name of the argument. A enumeration value, which specifies the scale type for the function argument. For example, if the scale type is , only numerical fields will be shown for the Summarization function editor in the chart wizard. Returns a name of the summary function argument. A value representing the name of the summary function argument. Gets the scale type of the summary function argument. A enumeration value specifying the scale type of the summary function argument. The base class for all summary options. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Gets or sets the summary function that calculates the series points’ total value. The string that defines the summary function that calculates the series points’ total value. Lists the values that are used to define the direction of an animation sweep. Animation sweeps clockwise. Animation sweeps counterclockwise. Represents a diagram that is used to plot the Swift Plot and Swift Point series. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Provides access to the X-axis of the Swift Plot diagram. The object, that represents the X-axis. Provides access to the Y-axis of the Swift Plot diagram. The object, that represents the Y-axis. Provides access to the collection of secondary X-axes of a Swift Plot diagram. The object, representing the diagram’s collection of secondary X-axes. Provides access to the collection of secondary Y-axes of a Swift Plot diagram. The object, representing the diagram’s collection of secondary Y-axes. Represents the base class for classes that provide axes functionality for Swift Plot series views. Represents the primary X-axis within Swift Plot charts. Overrides the property. A value. Represents the base class for classes that provide the common X-axes functionality in Swift Plot and Swift Point charts. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the will be thrown. Gets or sets the value that specifies whether the visual range sticks to the whole range’s start or end. true if the visual range sticks to the whole range’s edge; otherwise false. Gets or sets the value indicating whether the visual range should move to the new end of the whole range if the visual range is at the end of the whole range and the end of the whole range has been changed. true, if the x-axis visual range should stick to the end of the whole range; otherwise false. Represents the primary Y-axis within Swift Plot and Swift Point charts. Overrides the property. A value. Represents the base class for classes that provide the common Y-axes functionality in Swift Plot and Swift Point charts. Represents the secondary X-axis within Swift Plot charts. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value that specifies the name of the secondary X-axis. This value is assigned to the property. Specifies the secondary X-axis ID, which is intended for internal use only. An integer value. Represents a collection that stores individual secondary X-axes of a particular Swift Plot Diagram. Appends the specified secondary X-axis to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of secondary X-axes to the Swift Plot Diagram collection. An array of objects to append to the collection. Determines whether the collection contains the specified secondary X-axis. A object to locate in the collection. true if the collection contains the specified X-axis; otherwise, false. Gets an X-axis within a secondary axes collection of the Swift Plot by its name. A which specifies the name of the secondary X-axis to find. A object that represents the secondary Y-axis with the specified name. Inserts the specified secondary axis into the collection at the specified position. A zero-based integer which specifies the position at which the secondary axis is to be inserted. A object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the secondary X-axis at the specified position. Returns a swift plot diagram secondary X-axis by its name. A value, specifying the axis name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Represents the secondary Y-axis within Swift Plot and Swift Point charts. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value that specifies the name of the secondary Y-axis. This value is assigned to the property. Specifies the secondary Y-axis ID, which is intended for internal use only. An integer value. Represents a collection that stores individual secondary Y-axes of a particular Swift Plot Diagram. Appends the specified secondary Y-axis to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of secondary Y-axes to the Swift Plot Diagram collection. An array of objects to append to the collection. Determines whether the collection contains the specified secondary Y-axis. A object to locate in the collection. true if the collection contains the specified Y-axis; otherwise, false. Gets a Y-axis within a secondary axes collection of the Swift Plot and Swift Point charts by the axis name. A which specifies the name of the secondary Y-axis to find. A object that represents the secondary Y-axis with the specified name. Inserts the specified secondary axis into the collection at the specified position. A zero-based integer which specifies the position at which the secondary axis is to be inserted. A object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the secondary Y-axis at the specified position. Returns a swift plot diagram secondary Y-axis by its name. A value, specifying the axis name. An object with the specified property. Removes the specified object from the collection. A object to be removed from the collection. Contains settings for custom drawing Swift Plot series. Initializes a new instance of the class with the specified Swift Plot series. A object, representing the Swift Plot series. Gets the Swift Plot series view’s line style settings when implementing custom drawing in the chart control. A object which represents the line style options for the Swift Plot series view. Represents a series view of the Swift Plot type. Initializes a new instance of the class with the default settings. Specifies whether antialiasing is applied to the Swift Plot series. true to enable antialiasing; otherwise, false. The default is false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets the style settings of the Swift Plot series. A object that contains line style settings. Gets or sets the value that defines whether to show series points between empty points. true, if the Chart Control shows isolated points; otherwise, false Represents the base class for series of the Swift Plot view type. Specifies the X-axis, that is used to plot the current series on a Swift Plot diagram. A or a object, that is the X-axis for the current series. Specifies the Y-axis, that is used to plot the current series on a Swift Plot diagram. A or a object, that is the Y-axis for the current series. Gets a value of the diagram type. A value. Gets a caption value for the type. A zero-based integer caption index. If it’s negative or exceeds the last available index, an exception is raised. A value that is the caption for the type. Gets or sets the pane used to plot the current series on a . An or an object, representing the pane for the current Swift Plot series. Contains settings for custom drawing swift point series. Initializes a new instance of the class with specified settings. Returns Swift Point series marker settings. Contains marker options. A series view that allows you to quickly render a large number of scatter points. Initializes a new instance of the class. Determines whether the current object has the same settings as the specified object. A object to compare with the current object. true if the object specified by the parameter has the same settings as the current object; otherwise, false. Returns the hash code for the current object. The hash code for the current object. Allows you to access Swift Point series marker settings. Contains marker options. Represents a Task Link object that is specific to a Gantt Chart diagram type. Initializes a new instance of the class with the default settings. Initializes a new instance of the class, specifying the relation to the child point and the (default) link type. A object specifying the child point for the relation being created. Initializes a new instance of the class, specifying the relation to the child point and the link type. A object specifying the child point for the relation being created. A object specifying the link type. Initializes a new instance of the class, specifying the child point ID in a relation, and the (default) link type. An integer value which specifies the ID of the relation’s child point. Initializes a new instance of the class, specifying the child point ID in a relation, and the link type. An integer value which specifies the ID of the relation’s child point. A object specifying the link type. Copies all settings from the object passed as a parameter. A object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the value specifying the connection order of child and parent bars. A enumeration value which represents the connection type. Lists the values that specify what color should be used for painting the Task Link The task link is painted with the color of the child bar’s border in the relation. The task link is painted with the color of the child bar in the relation. The task link is painted with the color specified by the property. The task link is painted with the color of the parent bar’s border in the relation. The task link is painted with the color of the parent bar in the relation. Contains settings that specify the appearance of a object in a diagram of the Gantt Series type. Gets or sets the arrowhead length in pixels. An integer value that specifies the length of the arrowhead (in pixels). The default value is 5. Gets or sets the arrowhead width in pixels. An integer value that specifies the width of the arrowhead (in pixels). Note that only odd values are permitted for this property. The default value is 7. Copies all settings from the object passed as a parameter. A object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the color which is used to draw the task link if the property value is . A structure that specifies the color of the link. Gets or sets the value indicating which color should be used when painting a task link. A enumeration value that specifies the source of the color to use for painting a task link. Determines whether the specified object is equal to the current object. The object to compare with the current object. true if the specified object is equal to the current object; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the value specifying whether task links should be in front of a diagram. true if task links should be in front; otherwise false. Gets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels). An integer value which specifies the indent, in pixels. Gets or sets the thickness (in pixels) of the line which is used to draw the task link. An integer value specifying the line thickness, in pixels. The default value is 3. Returns the textual representation of the object. A value which is the textual representation of the . Specifies whether task links are visible. true if task links are visible; otherwise, false. Lists the values used to specify the type of link for a object. Visually it defines connection points of arrowed lines representing task links in the . The parent task isn’t finished until the child is finished. The end of the child bar is connected to the end of the parent bar. The arrow points to the parent bar. The parent task doesn’t start until the child task is finished. This is the default task link type. The end of the child bar is connected to the starting point of the parent bar. The arrow points to the parent bar. The parent task isn’t finished until the child task starts. The starting point of the child bar is connected to the end of the parent bar. The arrow points to the parent bar. The parent task doesn’t start until the child task starts The starting point of the child bar is connected to the start of the parent bar. The arrow points to the parent bar. Represents a text annotation. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value specifying the name of the text annotation. This value is assigned to the property. Initializes a new instance of the class with the specified name and text. A value specifying the annotation’s name. This value is assigned to the property. A value specifying the annotation’s text. This value is assigned to the property. Gets or sets whether anti-aliasing is applied to the annotation‘s text. true to apply anti-aliasing (smoothing) to the annotation’s text; otherwise, false. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies whether the annotation should be auto-resized to fit its text. true to enable the automatic size correction; otherwise, false. Gets or sets whether anti-aliasing (smoothing) is applied to the annotation‘s text. True to apply anti-aliasing to the annotation’s text; False to disable anti-aliasing; Default to automatically determine whether or not anti-aliasing is required. Gets or sets the font used to display the annotation‘s contents. A object which specifies the font used to display the annotation’s contents. Gets or sets the lines of text within a multiline annotation. An array of objects containing the text of the annotation. Gets or sets the annotation‘s text. A value which represents the annotation’s text. Specifies the alignment of the annotation‘s text. A enumeration value specifying the alignment of the annotation’s text. Gets or sets the annotation‘s text color. A structure which specifies the color of the annotation’s text. The options for the text of the chart element. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the will be thrown. Gets or sets the value indicating whether anti-aliasing should be enabled for a crosshair label element. True if anti-aliasing should be turned on; False if anti-aliasing should be turned off; Default to automatically determine whether or not anti-aliasing is required. Gets or sets the font of the text configured using these options. The required font. Gets or sets the color of the text configured using these options. The text color. Lists the values used to specify the orientation of series labels. The series labels are rotated vertically, counterclockwise. The series labels are not rotated. The series labels are rotated vertically, clockwise. Contains specific settings which define the tickmarks appearance for a chart control’s axes Returns the textual representation of the tickmarks. A value which is the textual representation of the tickmarks. Represents the base class for classes that provide tickmarks functionality for a chart control’s axes. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value indicating whether tickmarks should be shown across an axis. true if tickmarks should be shown across an axis; otherwise, false. Gets or sets the length of major tickmarks. An integer value which specifies the length of the major tickmarks, in pixels. It should be greater than 0. Gets or sets the length of the minor tickmarks. An integer value which specifies the length of the minor tickmarks, in pixels. It should be greater than 0. Gets or sets the thickness of the minor tickmarks. An integer value which specifies the thickness of the minor tickmarks, in pixels. It should be greater than 0. Gets or sets a value indicating whether the minor tickmarks are displayed by an axis. true if the minor tickmarks are visible; otherwise, false. Gets or sets the thickness of the major tickmarks. An integer value which specifies the thickness of the major tickmarks, in pixels. It should be greater than 0. Gets or sets a value indicating whether tickmarks are displayed on an axis. true if tickmarks are visible; otherwise, false. Contains settings of the X axis‘s tickmarks. Contains settings of the Y axis‘s tickmarks. A time interval object. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified parameters. The hour component of the time interval’s start instant. The minute component of the time interval’s start instant. The seconds component of the time interval’s start instant. The hour component of the time interval’s end instant. The minute component of the time interval’s end instant. The seconds component of the time interval’s end instant. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the hour component of the time interval’s end. The hour component, expressed as a value between 0 and 23. Gets or sets the minute component of the time interval’s end. The minute component, expressed as a value between 0 and 59. Gets or sets the second component of the time interval’s end. The second component, expressed as a value between 0 and 59. Gets or sets the hour component of the time interval’s start. The hour component, expressed as a value between 0 and 23. Gets or sets the minute component of the time interval’s start. The minute component, expressed as a value between 0 and 59. Gets or sets the second component of the time interval’s start. The second component, expressed as a value between 0 and 59. A collection of objects. Appends a to the current collection. The time interval to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of time intervals to the collection. An array of objects to append to the collection. Inserts the specified time interval into the collection at the specified position. A zero-based integer which specifies the position at which the time interval should be inserted. The time interval to insert into the collection. Returns a time interval by its zero-based index. The zero-based index. The time interval. Removes the specified time interval from the collection. The time interval to remove from the collection. Lists the measurement units and formats used to express the date-time range value. Specifies a standard format for a time span representation. It is a string of the following form: “[-][d.]hh:mm:ss[.ff]” Specifies the time span value expressed in whole and fractional days. Specifies the time span value expressed in whole and fractional hours. Specifies the time span value expressed in whole and fractional milliseconds. Specifies the time span value expressed in whole and fractional minutes. Specifies the time span value expressed in whole and fractional seconds. Lists the values that specify the time-span measurement unit that is used to align gridlines and labels. Specifies day as the time-span unit to which axis grid lines should be aligned. Specifies hour as the time-span unit to which axis grid lines should be aligned. Specifies millisecond as the time-span unit to which axis grid lines should be aligned. Specifies minute as the time-span unit to which axis grid lines should be aligned. Specifies second as the time-span unit to which axis grid lines should be aligned. Stores options for the time-span axis when its ScaleMode is Interval. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. Gets or sets the overflow interval’s start value. The time-span value that specifies the overflow interval’s start value. Gets or sets the underflow interval’s end value. The time-span value that specifies the underflow interval’s end value. Contains information about changes in the TimeSpan interval scale options. Returns information about overflow value changes. Stores information about overflow value changes. Returns information about underflow value changes. Stores information about overflow value changes. Lists the values that specify the detail level for date-time values. Specifies a day as the measurement unit for time-span values. Specifies an hour as the measurement unit for time-span values. Specifies a millisecond as the measurement unit for time-span values. Specifies a minute as the measurement unit for time-span values. Specifies a second as the measurement unit for time-span values. Stores data for the ( or ) event when the changed scale is TimeSpan. Initializes a new instance of the class with specified settings. The axis whose scale is changed. The of that contains information about axis scale mode changes. The of that contains information about axis measurement unit changes. The of that contains information about axis measurement unit multiplier changes. The of that contains information about grid alignment unit changes. The of that contains information about grid spacing changes. The of that contains information about axis scale interval changes. Returns information about grid alignment changes. The of that contains information about grid alignment changes. Returns information about changes to TimeSpan scale interval options. An object that contains information about interval options changes. Returns information about measurement unit changes. The of that contains the measurement unit change info. Returns information about measurement unit multiplier changes. A object that contains information about measurement unit multiplier changes. Settings of a scale when its type is time-span. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the automatic time-span measure unit calculator. An object of class that implements the interface. Identifies the default value for the property. Always . Identifies the default value for the property. Always . Gets or sets the time-span measure unit to which the beginning of an axis’ gridlines and labels should be aligned. A value that represents the measurement unit to which the beginning of an axis’s gridlines and labels should be aligned. Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels. The value that specifies alignment. Stores options for a time-span axis when its ScaleMode is Interval. The time-span axis’s interval settings. Gets or sets the detail level for time-span values. A value that represents the axis detail level. Gets or sets the value that specifies that the factor on the measurement unit multiplies to form a custom measurement unit. The multiplier on which the measurement unit is multiplied to form a custom measurement unit. Date-time summarization options storage. Copies all the settings from the object passed as the parameter. The object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the is thrown. Identifies the default value for the TimeSpanSummaryOptions.MeasureUnit](xref:DevExpress.XtraCharts.TimeSpanSummaryOptions.MeasureUnit) property. Always TimeSpanMeasureUnit.Day. Gets or sets the measurement unit that specifies the precision level of series points’ argument values. The measurement unit that specifies the precision level of series points’ argument values. Gets or sets the factor on which the series multiplies the measurement unit to form a custom measurement unit. The factor on which the series multiplies the measurement unit to form a custom measurement unit. Gets or sets the value that specifies whether summary options should use the property’s value as its ‘s value. true, if options should use the axis’s measure unit; otherwise false. Represents the base class for title objects. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the title’s text. A value which represents the title’s text. Represents the base class for all title objects. Gets or sets whether antialising is applied to the title’s contents. true to apply antialising (smoothing) to the title’s contents; otherwise, false. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a value indicating whether antialiasing is enabled for a chart title. The enumeration value. Gets or sets the font used to display the title’s text. A object which specifies the font used to display the title’s text. Gets or sets a title’s text color. A structure which specifies the color of a title’s text. Specifies whether the title is visible. true if the title is visible; otherwise, false. Lists the values used to specify the corner to which a tooltip should be docked. A tooltip is positioned at the bottom left of a container object (specified via the property). A tooltip is positioned at the bottom right of a container object (specified via the property). A tooltip is positioned at the top left of a container object (specified via the property). A tooltip is positioned at the top right of a container object (specified via the property). Specifies a free position of a tooltip within a chart (defined by the dock target, dock corner and offset from this corner). Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies the corner of the tooltip’s parent element to which the tooltip is anchored. A enumeration value that represents the dock corner of the tooltip’s parent element. Specifies the element (chart or pane), to which the tooltip’s shape is docked. A object representing the dock target for the tooltip’s shape. For internal use. Supports serialization of the property. A value that is the name of a dock target. Specifies a tooltip position near the mouse pointer. Initializes a new instance of the class with the default settings. Contains settings that define how to display tooltips within a chart. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified owner. A class descendant. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies whether to show tooltip for a series point. true to show tooltip; otherwise, false. Specifies whether to show a tooltip for a particular series. true to show tooltip; otherwise, false. Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element. A class descendant that specifies the tooltip position type. Gets the string value used to support serialization of the tooltip options. An object supporting the interface. The base class for all classes that define how a tooltip should be positioned within a chart. Gets the string value used to support serialization of the tooltip position. A value. The base class for positions that require defining an offset. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the horizontal offset. An integer value that is the X-offset. Gets or sets the vertical offset. An integer value that is the Y-offset. Specifies a tooltip position near the chart element, for which this tooltip is invoked. Initializes a new instance of the class with the default settings. Lists the values that specify how to determine the total number of top N series points. The property value is used. This value explicitly specifies the total number of top N series points. The property value is used. This value implicitly specifies the total number of top N series points, so that only series points, whose value’s ratio to the summary of all series points values is greater than the ThresholdPercent property’s value, are considered as top N series points. The property value is used. This value implicitly specifies the total number of top N series points, so that only series points, whose values are greater than the ThresholdValue property’s value, are considered as top N series points. Contains settings which indicate whether it is required to show only the Top N series points in a series, and define the rule to determine the Top N points. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the total number of Top N series points. An integer value representing the number of top points. Gets or sets a value indicating whether it is required to show only the Top N series points in a series. true, to show only the Top N series points; otherwise, false. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Gets or sets the value that specifies how to determine the total number of top N series points. A enumeration value, which chooses one of the modes. Gets or sets the text which should be displayed as the argument of the “Others” series point. A containing the argument’s text. Gets or sets a value indicating whether it is necessary to show the “Others” series point. true, to show the “Others” series point; otherwise, false. Gets or sets the percent value which is the minimum limit for values of the Top N series points. A value that represents the minimum percent value. It should be within the range 0;100. Gets or sets the value, which is the minimum limit for values of the Top N series points. A value that represents the minimum value. The base class for all total labels. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets total labels’ background color. Total labels’ background color. Gets or sets settings that configures the total labels’ border. The border settings storage. Gets or sets a value indicating whether antialiasing is enabled for total labels. The value indicating whether antialiasing is enabled for total labels. Returns settings that specify the total labels’ background appearance. The storage of settings that specify total labels’ background appearance. Gets or sets the total labels’ font. The total label’s font. Gets or sets the maximum number of lines to which a label’s text is allowed to wrap. The maximum count of text lines. Should be greater than or equal to 0 and less than or equal to 20. Gets or sets the maximum width allowed for a total label. The maximum label width. By default, it is set to 0, which means that label width is unlimited. Gets total labels’ shadow settings. The storage of total labels’ shadow settings. Gets or sets total labels’ text the alignment. A enumeration value specifying the alignment of the label text. Gets or sets total labels’ text color. Total labels’ text color. Gets or sets the text pattern the Chart Control uses to generate the Total Label’s text. The text pattern. The default value is . Gets or sets the value indicating whether total labels should be visible. true to display total labels; otherwise false. Represents an individual Trend Line. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value, specifying the name of the Trend Line. This value is assigned to the property. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies whether the Trend Line is extrapolated to infinity. true if the Trend Line is extrapolated to infinity; otherwise, false. Returns the localized name of the indicator type. A value. Represents a collection of Trend Lines of a specific series. Appends the specified Trend Line to the current collection. A object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of Trend Lines to the current collection. An array of objects to append to the collection. Removes all items from the collection. Determines whether the collection contains the specified Trend Line. A object to locate in the collection. true if the collection contains the specified Trend Line; otherwise, false. Gets a Trend Line within the collection by its name. A which specifies the name of the Trend Line to find. A object that represents the Trend Line with the specified name. Provides indexed access to individual Trend Lines in the collection. A zero-based integer specifying the desired value’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the Trend Line at the specified position. Removes the specified Trend Line from the collection. A element to be removed from the collection. Copies the elements of the to a new array of Trend Line objects. An array of objects containing the elements. The colorizer that changes a line‘s color when a point value increases or decreases. Initializes a new instance of the TrendSegmentColorizer class with the default settings. Copies all the settings from the object passed as the parameter. A object (the descendant) whose settings are assigned to the current object. Gets or sets the color used to draw the falling value segments. The color the colorizer uses to draw the falling value segments. Gets or sets the text the legend uses to identify the falling trend segments. The text the legend shows for the falling trend colorizer legend item. Gets or sets the color used to draw the rising value segments. The color the colorizer uses to draw the rising value segments. Gets or sets the text the legend uses to identify the rising trend segments. The text the legend shows for the rising trend colorizer legend item. Gets or sets the value that specifies whether the colorizer should provide items for the legend. true, if the legend should show the colorizer items; otherwise, false. Gets the string value used to support serialization of the Trend Segment Colorizer. A value. Represents a Triangular Moving Average indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value, specifying the indicator’s name. Initializes a new instance of the class with the specified name and value level. A value, specifying the indicator’s name. A enumeration value, specifying the value level, to which the indicator corresponds. Returns the localized name of the indicator type. A value. A Triple Exponential Moving Average (TEMA) indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Returns the localized name of the indicator type. A value. A Triple Exponential Moving Average (TRIX) indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Initializes a new instance of the class with the specified name and value level. A object specifying the property. A enumeration value, specifying the value level to which the indicator corresponds. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Gets or sets the value specifying which series point value should be used to calculate the indicator. A enumeration value. A Typical Price indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Returns the localized name of the indicator type. A value. Stores information about axis values when the axis scale mode, measure unit, grid alignment or grid spacing has been changed. Returns the new value of the changed value. An object that is the new axis value. Returns the old value of the changed value. An object of the type designated by the specified generic type parameter. Represents a collection that stores the names of the data fields that hold point data values. Appends an array of value data members to the collection. An array of objects to append to the collection. Copies all the elements from the object passed as the parameter. A object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a will be thrown. Determines whether the specified object is equal to the current object. The object to compare with the current object. true if the specified object is equal to the current object; otherwise false. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. A object which represents the value data member at the specified position. Returns the textual representation of the collection. A value which is the textual representation of the collection. Lists the values that specify value levels for indicators. Indicates the Max value of a series point, where the series view belongs to the Box Plot view type. Indicates the Mean value of a series point, where the series view belongs to the Box Plot view type. Indicates the Median value of a series point, where the series view belongs to the Box Plot view type. Indicates the Min value of a series point, where the series view belongs to the Box Plot view type. Indicates the First Quartile value of a series point, where the series view belongs to the Box Plot view type. Indicates the Third Quartile value of a series point, where the series view belongs to the Box Plot view type. Indicates the Close value of a series point, where the series view belongs to the Financial view type. Indicates the High value of a series point, where the series view belongs to the Financial view type. Indicates the Low value of a series point, where the series view belongs to the Financial view type. Indicates the Open value of a series point, where the series view belongs to the Financial view type. Indicates the value of a series point where the series point contains only one value. Indicates the First value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types. Indicates the Second value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types. Indicates the weight value of a series point where a series view is a bubble view. Enumerates the possible vertical scrolling directions. The chart viewport should be scrolled down. The chart viewport should not be scrolled vertically. The chart viewport should be scrolled up. Lists the values used to specify the view type of a series. Specifies a series view of the Area type. This view type is represented by a object. Specifies a series view of the Area 3D type. This view type is represented by a object. Specifies a series view of the Side-by-Side Bar type. This view type is represented by a object. Specifies a series view of the Side-by-Side Bar 3D type. This view type is represented by a object. Specifies the Box Plot series view type. The class represents this series type. Specifies a series view of the Bubble type. This view type is represented by a object. Specifies a series view of the Candle Stick type. This view type is represented by a object. Specifies a series view of the Doughnut type. This view type is represented by a object. Specifies a series view of the Doughnut 3D type. This view type is represented by a object. Specifies a series view of the Full Stacked Area type. This view type is represented by a object. Specifies a series view of the Full-Stacked Area 3D type. This view type is represented by a object. Specifies a series view of the Full-Stacked Bar type. This view type is represented by a object. Specifies a series view of the Full-Stacked Bar 3D type. This view type is represented by a object. Specifies a series view of the Full-Stacked Line type. This view type is specified by a object. Specifies a series view of the Full-Stacked Line 3D type. This view type is specified by a object. Specifies a series view of the Full-Stacked Spline Area type. This view type is represented by a object. Specifies a series view of the Full-Stacked Spline Area 3D type. This view type is represented by a object. Specifies a series view of the Full-Stacked Step Area type. This view type is represented by a object. Specifies a series view of the Funnel type. This view type is represented by a object. Specifies a series view of the Funnel 3D type. This view type is represented by a object. Specifies a series view of the Gantt type. This view type is represented by a object. Specifies a series view of the Line type. This view type is represented by a object. Specifies a series view of the Line 3D type. This view type is represented by a object. Specifies a series view of the Manhattan Bar 3D type. This view type is represented by a object. Specifies a series view of the Nested Doughnut type. This view type is represented by a object. Specifies a series view of the Pie type. This view type is represented by a object. Specifies a series view of the Pie 3D type. This view type is represented by a object. Specifies a series view of the Point type. This view type is represented by a object. Specifies a series view of the Polar Area type. This view type is represented by a object. Specifies a series view of the Polar Line type. This view type is represented by a object. Specifies a series view of the Polar Point type. This view type is represented by a object. Specifies a series view of the Polar Range Area Chart type. This view type is represented by a object. Specifies a series view of the Radar Area type. This view type is represented by a object. Specifies a series view of the Radar Line type. This view type is represented by a object. Specifies a series view of the Radar Point type. This view type is represented by a object. Specifies a series view of the Radar Range Area Chart type. This view type is represented by a object. Specifies a series view of the Range Area type. This view type is specified by a object. Specifies a series view of the Range Area 3D type. This view type is specified by a object. Specifies a series view of the Range Bar type. This view type is represented by a object. Specifies a series view of the Scatter Line type. This view type is represented by a object. Specifies a series view of the polar scatter line type. This view type is represented by a object. Specifies a series view of the radar scatter line type. This view type is represented by a object. Specifies a series view of the Side-by-Side Full-Stacked Bar type. This view type is represented by a object. Specifies a series view of the 3D Side-by-Side Full-Stacked Bar type. This view type is represented by a object. Specifies a series view of the Side-by-Side Gantt type. This view type is represented by a object. Specifies a series view of the Side-by-Side Range Bar type. This view type is represented by a object. Specifies a series view of the Side-by-Side Stacked Bar type. This view type is represented by a object. Specifies a series view of the 3D Side-by-Side Stacked Bar type. This view type is represented by a object. Specifies a series view of the Spline type. This view type is represented by a object. Specifies a series view of the Spline 3D type. This view type is represented by a object. Specifies a series view of the Spline Area type. This view type is represented by a object. Specifies a series view of the Spline Area 3D type. This view type is represented by a object. Specifies a series view of the Stacked Area type. This view type is represented by a object. Specifies a series view of the Stacked Area 3D type. This view type is represented by a object. Specifies a series view of the Stacked Bar type. This view type is represented by a object. Specifies a series view of the Stacked Bar 3D type. This view type is represented by a object. Specifies a series view of the Stacked Line type. This view type is specified by a object. Specifies a series view of the Stacked Line 3D type. This view type is specified by a object. Specifies a series view of the Stacked Spline Area type. This view type is represented by a object. Specifies a series view of the Stacked Spline Area 3D type. This view type is represented by a object. Specifies a series view of the Stacked Step Area type. This view type is represented by a object. Specifies a series view of the Step Area type. This view type is specified by a object. Specifies a series view of the Step Area 3D type. This view type is specified by a object. Specifies a series view of the Step Line type. This view type is represented by a object. Specifies a series view of the Step Line 3D type. This view type is represented by a object. Specifies a series view of the Stock type. This view type is represented by a object. Specifies a series view of the Swift Plot type. This view type is represented by a object. Specifies a series view of the Swift Point type. Specifies the Waterfall series view type. The class represents this series type. Contains the settings that define the range displayed by an axis. Stores settings for a waterfall chart that displays absolute data values. Initializes a new instance of the class with the default settings. Contains settings for custom drawing waterfall series. Lists types of Waterfall chart points. Identifies the start Waterfall chart point. Identifies the subtotal Waterfall chart point. Identifies the total Waterfall chart point. Stores settings for a waterfall chart that displays relative data values. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the start bar label. A string value that specifies the start bar label. Gets or sets the start bar value. A number that the waterfall chart should use as an initial value. Defines label settings for a waterfall series. Initializes a new instance of the class with the default settings. Gets or sets the position of series point labels, relative to their corresponding waterfall bars. A enumeration value that specifies the label position. Lists the values used to specify the position of Waterfall labels. The label position is defined based on the series count. Labels are outside waterfall bars if the chart shows a single waterfall series. Labels are positioned in the bar center if the chart shows multiple waterfall series. Labels are displayed in the center of waterfall bars. Labels are displayed inside waterfall bars, at the bottom of falling bars and at the top of rising bars. Labels are displayed inside waterfall bars, at the bottom of rising bars and at the top of falling bars. The Waterfall series view. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets the connector color. A color that the chart uses to paint connectors. Gets or sets the connector style settings. The connector style settings. Gets or sets the falling bar color. The falling bar’s fill color. Gets or sets the rising bar color. The rising bar’s fill color. Gets or sets the start bar color. The start bar fill color. Gets or sets the subtotal bar color. The subtotal bar fill color. Gets or sets the total bar color. The total bar’s fill color. Gets or sets settings specific to the relative or absolute data source values. The value options. For internal use. This property is used to support serialization of the value options. An object that supports the interface. The base class for waterfall point value options. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. Gets or sets whether to show the total bar. true if the total label should be visible; otherwise, false. Returns a collection of waterfall chart subtotals. A collection of objects. Gets or sets the waterfall total bar’s string label that is used in the axis label and crosshair. A string value that specifies the total bar label. Lists the days of week. Identifies Friday. Identifies Monday. Weekday is not specified. Identifies Saturday. Identifies Sunday. Identifies Thursday. Identifies Tuesday. Identifies Wednesday. A Weighted Close indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Returns the localized name of the indicator type. A value. Represents a Weighted Moving Average indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A value, specifying the indicator’s name. Initializes a new instance of the class with the specified name and value level. A value, specifying the indicator’s name. A enumeration value, specifying the value level, to which the indicator corresponds. Returns the localized name of the indicator type. A value. Contains the settings that define the whole range through which it’s possible to scroll an axis. Gets or sets the value that indicates whether to show an axis zero level. true if zero values should be displayed; otherwise false. A Williams %R indicator. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A object specifying the property. Copies all the elements from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the localized name of the indicator type. A value. Gets or sets the number of data points used to calculate the indicator. An integer value, specifying the number of points. Contains settings that specify holidays and workdays for the date-time axis scale. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Specifies strict workdays that don’t depend on the and properties settings. A object, that stores the information about strict workdays. Specifies holidays for excluding them from the date-time axis scale. A object, that stores the information about holidays. Imports holidays from the specified file. A value that specifies the file name. Imports holidays from the specified file for the selected location. A value that specifies the file name. A value that specifies the location. Specifies which days of the week are the workdays. A enumeration value(s), specifying the workdays for the week. A work time rule which is used to exclude non-working time from the date-time X-axis. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the date on which the specified working time intervals should be applied. A value. Gets or sets weekdays on which the specified working time intervals should be applied. The enumeration values. Returns a collection of the working time intervals within a day. A collection of objects. A collection of objects. Appends a to the current collection. The work-time rule to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of work-time rules to the collection. The array of objects to append to the collection. Inserts the work-time rule into the collection at the specified position. A zero-based integer which specifies the position at which the legend is to be inserted. The work-time rule to insert into the collection. Returns a work-time rule by its zero-based index. The zero-based index. The work-time rule. Removes the specified work-time rule from the collection. The work-time rule to remove from the collection. Represents a diagram that is used to plot all 2D XY series, except for the Gantt and Radar and Polar series views. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the X-axis. An object which represents the X Axis. Gets the Y-axis. An object which represents the Y Axis. Returns mouse actions and hotkey settings for the Drill Down feature. Drill Down’s settings storage for mouse actions and hotkeys. Gets or sets whether the diagram is rotated. true to rotate the diagram; otherwise, false. Provides access to a collection of secondary X-axes for a given . A object, that is a collection of secondary X-axes. Provides access to a collection of secondary Y-axes for a given . A object, that is a collection of secondary Y-axes. Returns mouse actions and hotkey settings for the Selection feature. Selection’s settings storage for mouse actions and hotkeys. Represents the diagram type that is used to construct 2D XY chart types. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Provides access to a default pane object. An object which represents the default pane of a chart. Gets or sets whether the visual range of all Y-axes (axes of values) should be calculated only by values of points contained in the visual range of the X-axis (axis of arguments). The value that defines whether the y-axis visual range should be calculated based on the x-axis visual range. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. An descendant that specifies the point’s pane. A object that contains information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. An descendant that specifies the point’s pane. A object that contains information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. A object, containing information about the point’s screen coordinates, and its associated pane. Converts the diagram coordinates of a point into screen coordinates. A value, specifying the point’s argument. A , specifying the point’s value. An descendant, specifying the point’s X-axis. An descendant, specifying the point’s Y-axis. An descendant, specifying the point’s pane. A object, containing information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. An descendant that specifies the point’s pane. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. An descendant that specifies the point’s pane. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. A object that contains information about the point’s screen coordinates, and its associated pane. Converts a point’s diagram coordinates into screen coordinates. The point’s argument. The point’s value. An descendant that specifies the point’s x-axis. An descendant that specifies the point’s y-axis. An descendant that specifies the point’s pane. A object that contains information about the point’s screen coordinates, and its associated pane. Releases all resources used by the object. Specifies whether scrolling is allowed for the diagram’s panes along their X-axes. true to allow X-axis scrolling; otherwise, false. Specifies whether zooming is allowed for the diagram’s panes along their X-axes. true to allow X-axis zooming; otherwise, false. Specifies whether scrolling is allowed for the diagram’s panes along their Y-axes. true to allow Y-axis scrolling; otherwise, false. Specifies whether zooming is allowed for the diagram’s panes along their Y-axes. true to allow Y-axis zooming; otherwise, false. Gets an X-axis within the chart’s axis collection by its name. A which specifies the name of the X-axis to find. An object that represents the X-axis with the specified name. Gets an Y-axis within the chart’s axis collection by its name. A which specifies the name of the Y-axis to find. An object that represents the Y-axis with the specified name. Gets a pane within the chart’s pane collection by its name. A which specifies the name of the pane to find. An object that represents the pane with the specified name. Returns an aggregated collection of all X-Axis (primary and secondary axes) chart elements placed on a diagram. A list of objects. Returns an aggregated collection of all Y-Axis (primary and secondary axes) placed on a diagram. A list of objects. Returns an aggregated collection of all Panes (default and custom panes) placed on a diagram. A list of objects. Gets a value specifying whether scrolling is enabled for a chart’s diagram. true, if scrolling is allowed; otherwise, false. Gets a value specifying whether zooming is enabled for a chart’s diagram. true, if zooming is allowed; otherwise, false. Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels. A object, representing the diagram’s outer indents, measured in pixels. The default is 5. Specifies the distance between a diagram’s panes. An integer value which specifies the distance between panes, in pixels. Returns the diagram’s pane layout configuration. The pane layout options’ storage. Specifies the layout direction of a diagram’s panes. A object representing the direction in which panes are aligned. Provides access to the diagram‘s collection of panes. An object which represents the collection of a diagram’s panes. Converts the chart control screen point’s coordinates (in pixels) into an XY-Diagram plot area coordinates object. A point within the Chart Control’s area. An object that contains information about the point’s argument and value, their scale types, associated axes and pane. Provides access to the date-time grid options of the range control. A object that is date-time grid options of the chart range control client. Provides access to the numeric grid options of the range control. A object that is numeric grid options of the chart range control client. Provides access to the time-span grid options of the range control. A object that is time-span grid options of the chart range control client. Resets the default chart viewport. Optional. The pane on which zoom should be reset. If this parameter is not specified, zoom will be reset on default pane. Gets or sets the value that specifies whether an end user can collapse chart panes. true, if an end user can expand and collapse chart panes; otherwise, false. Gets or sets the value that specifies whether a user can resize chart panes. true, if a user can resize chart panes; otherwise, false. Scrolls the chart viewport to the specified direction within the specified pane. The horizontal scroll direction. If vertical scroll is required, set this parameter to None. The vertical scroll direction. If horizontal scroll is required, set this parameter to None. Optional. The pane whose viewport should be scrolled. If the pane is not specified, the default pane viewport will be scrolled. Scrolls the chart viewport to the specified direction within the specified pane. A horizontal offset in pixels. A vertical offset in pixels. Optional. The pane whose viewport should be scrolled. If the pane is not specified, the default pane viewport will be scrolled. Provides access to the options specifying the ways in which scrolling can be performed for a 2D XY-Diagram. A object, representing 2D scrolling options. Shows the Crosshair Cursor at the specified coordinates of the Chart Control. Chart Control coordinates. Shows the Crosshair Cursor at the point with the specified coordinates related to the top-left corner of the chart. The screen point at which the cursor should be shown. Shows the Crosshair Cursor at the diagram coordinate point related to the specified axes and pane. The argument value. The value. The X-axis by which the argument is measured. The Y-axis by which the value is measured. The pane on which the Crosshair Cursor should be shown. Zooms in the chart viewport. Optional. The pane whose viewport should be zoomed. If the pane is not specified, the default pane viewport will be zoomed. Returns zooming options for the XY-Diagram. A object. Zooms out the chart viewport. Optional. The pane whose viewport should be zoomed. If the pane is not specified, the default pane viewport will be zoomed. Represents the base class for series view types which use the . Gets or sets the function that is used to aggregate series points. The aggregate function type. For internal use only. Specifies the X-axis name. A value. For internal use only. Specifies the Y-axis name. A value. Gets or sets the custom aggregate function callback that calculates the aggregated values. The custom aggregate function callback. Provides access to the financial indicators available for the series. A object. Provides access to the collection of indicators that belong to the current series. An object, representing the series’ collection of indicators. For internal use only. Specifies the name of the diagram’s pane. A specifying the pane’s name. Provides access to the options that define how a series should be displayed in a Range Control. A object. Provides access to the series collection of Regression Lines. A object. Represents a diagram that is used to plot all 3D series except for the Pie 3D type. Initializes a new instance of the class with the default settings. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets the X-axis. An object which represents the X Axis. Gets the Y-axis. An object which represents the Y Axis. Gets or sets the 3D diagram’s background color. A value which specifies the 3D diagram’s background color. Gets the background image settings. A object which provides settings that specify the diagram’s background image. Releases all resources used by the object. Gets the diagram’s background fill style. A object which specifies the background fill style. Gets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels. An integer value that specifies the coordinate plane thickness, in diagram pixels. It should be more than 0. The default is 15. Specifies the distance between Manhattan Bar series, as a fraction of axis units. A value, measured in fractions of X-axis units. An axis unit is a distance between two major values on the X-axis. Specifies the distance between Manhattan Bar series, in pixels. An integer value, specifying the distance between 3D series, in pixels. Gets or sets the distance between series and argument coordinate planes (front and back). The units of measurement are specific diagram pixels. An integer value, that specifies the space between series and coordinate planes. The default value is 10. Represents the base class for series view types which use the . Gets or sets the function that is used to aggregate series points. The aggregate function type. Gets or sets the custom aggregate function callback that calculates the aggregated values. The custom aggregate function callback. Gets the hash code (a number) that corresponds to the value of the current object. An integer value representing the hash code for the current object. Gets or sets the transparency (0-255) to use for displaying XY 3D charts. A value from 0 (opaque) to 255 (transparent). Represents an XY-diagram’s default pane. Overrides the property. A value. Returns the textual representation of . A value. Represents an XY-diagram’s additional pane. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified name. A that specifies the name of the pane. This value is assigned to the property. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets a pane’s ID, which is intended for internal use only. An integer value. Represents the base class for the XY-diagram pane objects. Gets the actual value specifying whether it’s allowed to scroll the pane along its X-axis. true if X-axis scrolling is allowed; otherwise, false. Gets the actual value specifying whether it’s allowed to zoom the pane along its X-axis. true if X-axis zooming is allowed; otherwise, false. Gets the actual value specifying whether it’s allowed to scroll the pane along its Y-axis. true if Y-axis scrolling is allowed; otherwise, false. Gets the actual value specifying whether it’s allowed to zoom the pane along its Y-axis. true if Y-axis zooming is allowed; otherwise, false. Provides access to the annotations collection of the pane. An object that represents the pane’s collection of annotations. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the pane’s background color. A value which specifies the pane’s background color. Gets the pane’s background image settings. A object which provides settings that specify the pane’s background image. Gets or sets the pane’s border color. A structure which specifies the pane’s border color. Gets or sets whether the pane’s border is visible. true if the border is visible; otherwise, false. Releases all resources used by the descendent. Specifies whether scrolling is allowed for the pane along its X-axis. A value, which represents the availability of X-axis scrolling. Specifies whether zooming is allowed for the pane along its X-axis. A value, which represents the availability of X-axis zooming. Specifies whether scrolling is allowed for the pane along its Y-axis. A value, which represents the availability of Y-axis scrolling. Specifies whether zooming is allowed for the pane along its Y-axis. A value, which represents the availability of Y-axis zooming. Gets the diagram pane’s background fill style. A object which specifies the background fill style. Returns information about the pane bounds. A rectangle that specifies pane boundaries. Returns settings that configure the pane’s position in the Grid Layout. The storage of settings that configure the pane’s position in the Grid Layout. Resets the current zoom to the default value. Gets or sets the value that defines whether an end user can collapse or expand the pane at runtime. The value that specifies whether an end user can collapse/expand the pane. Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled. A object containing the appearance settings of the pane’s scroll bars. Returns the selection rectangle’s appearance settings. The selection rectangle’s appearance settings storage. Gets the diagram pane’s shadow settings. A object which provides the settings used to paint the diagram pane’s shadow. Gets or sets the size (in pixels) of the , if the pane’s property set to . An integer value which specifies the pane’s size, in pixels. Gets or sets a value indicating whether a pane‘s size should be fixed, or changed when a chart is resized. A object which represents the pane’s size mode. Returns the settings of total labels that belong to series groups within the pane. The total labels’ settings storage. Returns the pane title settings. A object that provides the pane title settings. Specifies the pane’s visibility. The value that defines the pane title visibility. Specifies whether the pane is visible. true if the pane is visible; otherwise, false. Gets or sets the relative size of the if the pane’s property is set to . An integer value which specifies the pane’s size, in relation to other panes. Provides access to the settings that define the appearance of the zoom rectangle. A object. Represents a collection of panes to be shown in a chart’s diagram. Appends the specified object to the current collection. An object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of panes to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified pane. An object to locate in the collection. true if the collection contains the specified pane; otherwise, false. Gets a pane within the collection by its name. A which specifies the name of the pane to find. An object that represents the pane with the specified name. Inserts the specified pane into the collection at the specified position. A zero-based integer which specifies the position at which the pane is to be inserted. An object to insert into the collection. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired value’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised. An object which represents the pane at the specified position. Returns a pane by its name. A value, specifying the pane name. An object with the specified property. Removes the specified element from the collection. An element to be removed from the collection. Copies the elements of the to a new array of objects. An array of objects containing the elements. Represents the base class for series view types which use the . Specifies the X-axis, that is used to plot the current series on a . An or a object, that is the X-axis for the current series. Specifies the Y-axis, that is used to plot the current series on a . An or an object, that is the Y-axis for the current series. Returns a diagram type compatible with the current series view. The diagram type. Returns options related to empty points of the series. Contains settings for series empty points. Determines whether or not the specified object is equal to the current instance. The object to compare with the current object. true if the specified object is equal to the current instance; otherwise false. Specifies settings for the first series point. A object that contains settings for the first series point. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies settings for the last series point. A object that contains settings for the last series point. Gets or sets the pane, used to plot the current series on an . An or an object, representing the pane for the current series. Gets the shadow settings for the 2D XY-series. A object which provides the settings used to paint the series shadow. The base class for all point animations for the series support markers. Applies the current animation state to a Cartesian series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a series point marker layout. A value specifying the current animation progress. The Slide series point animation for the XY-series. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a series point marker layout. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. A enumeration value. Lists directions of the animation. Animation starts from the bottom border. Animation starts from the center of the bottom border. Animation starts from the left border. Animation starts from the left bottom corner. Animation starts from the center of the left border. Animation starts from the left top corner. Animation starts from the right border. Animation starts from the right bottom corner. Animation starts from the center of the right border. Animation starts from the right top corner. Animation starts from the top border. Animation starts from the center of the top border. The Widen series point animation for the XY-series. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series point marker. A object applying animation to a series. A value specifying the diagram bounds. A object containing the parameters required for animation of a series point marker layout. A value specifying the current animation progress. Stores settings that specify the ways in which selection can be performed on the . Specifies keys that should be held down and mouse buttons that an end-user should click to begin selecting chart elements using the selection rectangle. An object that specifies keys that should be held down and mouse buttons that an end-user should click to begin selecting chart elements using the selection rectangle. The base class for all XY-series series animations. Lists directions of the animation. The series will be unwrapped horizontally. The series will be unwrapped vertically. The Blow Up XY-series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. The base class for directed animations of XY-series. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the animation. An enumeration value. The Slide XY-series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. The Stretch XY-series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. The Unwind XY-series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. The Unwrap XY-series animation. Initializes a new instance of the class with the default settings. Applies the current animation state to a Cartesian series. A object applying animation to a series. A value specifying the diagram bounds. A value specifying the current animation progress. Copies all the settings from the object passed as the parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the direction of the Unwrap XY-series animation. A enumeration value. Provides settings that specify the ways in which zooming can be performed. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Returns the collection of shortcuts used to revert zoom operations. The collection of shortcuts used to undo zoom operations. Specifies whether zooming can be performed using the keyboard. true to allow using the keyboard; otherwise, false. Specifies whether zooming can be performed using the keydoard and mouse combinations. true to allow using the keyboard and mouse combinations; otherwise, false. Specifies whether zooming can be performed using the mouse wheel. true to allow using the mouse wheel; otherwise, false. Specifies whether zooming can be performed using the touch device. true to allow using the touch device; otherwise, false. Returns the action used to zoom in to the chart. The action to zoom in the chart. Returns the collection of keyboard shortcuts that allow end users to zoom in to the chart. The shortcut key collection. Returns the action used to zoom out of the chart. The action to zoom out the chart. Returns the collection of shortcuts used to zoom out of the chart. The shortcut key collection. Provides settings that specify the ways in which 2D chart zooming can be performed. Copies all the settings from the object passed as the parameter. A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the maximum zoom factor as a percentage for the X-axis. A zoom factor percentage value. Gets or sets the maximum zoom factor as a percentage for the Y-axis. A zoom factor percentage value. Returns the action used to zoom the chart into the rectangle. The action that should be performed to zoom the rectangle area of the chart. Contains settings that define the appearance of the zoom rectangle. Gets the actual color of a zoom rectangle’s borders. A value that is the actual border color. Gets the actual color used to fill a zoom rectangle. A value that is the actual fill color. Copies all the settings from the object passed as a parameter. An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Gets or sets the color of zoom rectangle borders. A value. Provides access to the line style of zoom rectangle borders. A object. Gets or sets the visibility of zoom rectangle borders. true to show borders around the zoom rectangle; false to hide them. Gets or sets a color that fills a zoom rectangle. A value.