System.Windows.Forms.DataVisualization Occurs when the end-user places an annotation on the chart. Occurs when the annotation position is changed. Occurs when the annotation position is about to change. Occurs when a selection of the annotation is changed. Occurs when the annotation text is changed. Occurs when the axis scroll bar is clicked by the end-user. Occurs when the axis scale view position or size is changed. Occurs when the axis scale view position or size is about to change. Occurs when the cursor position is changed. Occurs when the cursor position is about to change. Occurs just before the chart image is drawn. Use this event to customize the chart picture. Occurs when the chart legend must be customized. Occurs when a numeric value has to be converted to a string. Occurs before showing the tooltip to get the tooltip text. Occurs when the chart element is painted. Occurs when the chart element background is painted. Occurs when the selection start position or end position is changed. Occurs when the selection start or end position is about to change. Initializes a new instance of the class. This is the default constructor and should not be used. Begins the end user placement of an annotation using the mouse. Brings an annotation to the front of all annotations. Releases unmanaged resources and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Ends the end user placement of an annotation. Resizes an annotation according to its content size. Sends an annotation to the back of all the annotations. Anchors an annotation to the specified data point. The to which the annotation will be anchored. Anchors an annotation to two data points. The first anchor . The second anchor . Finds an annotation in the collection by name. The name of the annotation to find. An object, or if the object does not exist. Initializes a new instance of the class. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Initializes a new instance of the class. Initializes a new instance of the class with the specified and values. Point X-value. Point Y-value. Initializes a new instance of the class with the specified , and point values. Point X-value. Point Y-value. Point type. Initializes a new instance of the class with the specified polyline annotation. A polyline annotation. Releases unmanaged and, optionally, managed resources to release both unmanaged and managed resources; to release only unmanaged resources. Forces the invalidation of the chart element. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified chart element. Chart element that this style belongs to. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified and values. The chart area. The axis name. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Converts an axis value to a relative position (0-100%). If an axis is logarithmic, the value is converted to a linear scale. The axis value. A value that represents the relative position (0-100%). Converts an absolute pixel position along an axis to an axis value. This method only works in paint events. The pixel position. A value that represents the axis value. Converts a relative coordinate along an axis to an axis value. This method only works in paint events. The relative position (0-100%). A value that represents the axis value. Automatically rounds axis values. Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events. The axis value. A value that represents the pixel position. Converts an axis value to its relative position (0-100%). If an axis has a logarithmic scale, the value is converted to a linear scale. This method only works in paint events. The axis value. A value that represents the relative position (0-100%). Initializes a new instance of the class. Initializes a new instance of the class. Scrolls to a position along an axis specified by the parameter, which is expressed as a value. The new position to scroll. Scrolls to a position along an axis specified by the parameter. The new position to scroll. Scrolls along an axis according to the direction and size indicated by the parameter. The direction and size to scroll. Sets a new axis data view and/or position based on the specified start and end values. The new start position for the axis scale view. The new end position for the axis scale view. Sets a new axis data view and/or position based on the specified start position, view size and unit of measurement. The new start position for the axis scale view. The new size for the axis scale view. The new unit of measurement of the size. Sets a new axis data view and/or position based on the specified start position, view size, unit of measurement and save state. The new start position for the axis scale view. The new size for the axis scale view. The new unit of measurement of the size. Indicates whether the current size and/or position must be saved. Resets one zoom operation by restoring the axis data view. Resets the specified number of zoom operations by restoring the axis data view. Number of zoom operations to reset. Initializes a new instance of the class. Releases all resources used by the current instance of the . Releases the unmanaged resources used by the class and optionally releases the managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Aligns data points along the X axis using their axis labels. Applicable when multiple series are indexed and their X-values are strings. Aligns data points from different series along the X axis using their axis labels. The specified series in the chart are aligned using an ascending sort order. A comma-separated list of series that will have their data points aligned to the X axis using the data point axis labels. Aligns data points using their axis labels. A comma-separated list of series that should be aligned by axis label. A enumeration value that determines if ascending or descending sort order is used on axis labels, which in turn determines the order by which points that previously occupied the same axis space are displayed. Aligns data points using their axis labels. All series in the chart are aligned, using the specified sort order. A object that indicates if ascending or descending sort order is used on axis labels, which in turn determines the order by which points that previously occupied the same axis space are displayed. Sets the automatically assigned series and data point colors, to allow programmatic access at run time. Signals to the object that initialization is starting. When overridden in a derived class, returns the custom for the entire chart. The for the chart. Data binds the control to a data source. Data binds a chart to the table, with one series created per unique value in a given column. The data source that is data bound by a chart. The name of the field used to group data into the series. The name of the field for X values. A comma-separated list of name(s) of the field(s) for Y value(s). The other data point properties that can be bound. Data binds a chart to the table, with one series created per unique value in a given column. The data source that is data bound by a chart. The name of the field used to group data into the series. The name of the field for X values. A comma-separated list of name(s) of the field(s) for Y value(s). The other data point properties that can be bound. The order in which the series will be sorted by group field values. Automatically creates and binds series data to the specified data table. The data source that is data bound by a chart, which can be any object. Automatically creates and binds series data to the specified data table, and optionally populates X-values. The data source that is data bound by a chart, which can be any object. The name of the field used for the series X-values. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Signals to the object that initialization is complete. Returns the chart element outline. The object. The type of the element. A object that contains:An array of points in absolute coordinates that can be used as outline markers around this chart element. A object for drawing an outline around this chart element. Returns the requested chart service. The type of requested chart service. An that represents the service type, or if the service cannot be found. Determines the chart element, if any, that is located at a point defined by the given X and Y coordinates. The X-coordinate value of the point the user clicked. The Y-coordinate value of the point the user clicked. A object, which provides information concerning the chart element, if any, that is at the specified location. Determines the chart element, if any, that is located at a point defined by given X and Y coordinates. Transparent elements can optionally be ignored. The X-coordinate value of the point the user clicked on. The Y-coordinate value of the point the user clicked on. to ignore transparent elements; otherwise, . A object, which provides information concerning the chart element, if any, that is at the specified location. Determines whether a chart element that is one of the specified types is located at a point defined by the given X and Y coordinates. The X-coordinate for the specified data point. The Y-coordinate for the specified data point. to ignore transparent elements; otherwise, . An array of objects that specify the types to test for, in order to filter the result. If omitted, checking for element types will be ignored and all element types will be valid. An array of objects that provides information about the chart element, if any, found at the specified location. The array contains at least one element, which can be . The objects in the result are sorted from the top to the bottom of different layers of control. Determines if a chart element of a given type is located at a point defined by given X and Y coordinates. The X-coordinate value of the point the user clicked on. The Y-coordinate value of the point the user clicked on. A flag that determines the chart element type to be tested. A object, which provides information concerning the chart element, if any, that is at the specified location. Invalidates the entire surface of the and causes the control to be redrawn. Invalidates the specified area of the control. A object that specifies the area to invalidate. Loads a template into the control from an image stream. The stream to load from. Loads a template with the specified filename from the disk. The file name of the template to load. You must specify the full path of the template to be loaded from the disk. Overrides the method and raises the and events. An that contains the event data. Raises the event. Raises the event. A object. The name of the legend. Overrides the method. An object that contains the event arguments. Raises the event. A object that contains the event arguments. Overrides the method. An object that contains the event arguments. Overrides the method. A object that contains the event arguments. Overrides the method. A object that contains the event arguments. Overrides the method. A object that contains the event arguments. Overrides the method. A object that contains the event arguments. Overrides the method. A object that contains the event arguments. Raises the event. A object that contains the event arguments. Raises the event. A object that contains the event arguments. Overrides the method. An object that contains the event arguments. Overrides the method. An object that contains the event arguments. Overrides the method. An that contains the event data. Forces the control to invalidate its client area and immediately redraw itself and any child controls. Resets automatically calculated chart property values to "Auto". Saves the image to the specifed stream. The stream in which the image is saved to. The image format. Saves the chart image to the specified stream. The stream in which the image is saved to. The chart image format. Saves an image to the specified file. The name of the file in which image is saved to. The image format. Saves the chart image to the specified file. The name of the file in which image is saved to. The chart image format. Updates the annotations in the control. Updates the cursor in the control. Initializes a new instance of the class. Initializes a new instance of the class with the specified chart area name. The name for the new object. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Returns the depth of a in a chart area. The for which the depth is retrieved. A value that represents the depth of the specified , which is measured as a percentage of the chart area's depth. Returns the Z position of a series, which is useful for custom drawing. The for which the Z position is retrieved. A value that represents the Z position of the specified series, which is measured as a percentage of the depth of a chart area. Recalculates the properties of the chart area after changes have been made to the chart in the event. Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called. An array of 3D points. Initializes a new instance of the class. Initializes a new instance of the class using the parameter. A object that is used for initialization. Adds a object with the specified name to the collection. The name of the object to be added to the collection. A value that represents a reference to the newly added object. Initializes a new instance of the class. Releases the resources used by the . Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Determines whether the specified is equal to the current . The to compare with the current . if the specified is equal to the current ; otherwise, . Returns a hash function for a particular type. An value that represents the hash code for the current . Returns a string that represents the current . A value that represents the current . Removes all elements from the . Releases the resources used by the . Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Inserts an element into the at the specified index location. The zero-based index location of the item will be inserted. The object to insert. The value can be for reference types. Forces the invalidation of the parent chart element. Removes the element at the specified index location of the . The zero-based index location of the element to remove. Resumes the invalidation of a chart element in the collection. Replaces the element at the specified index location. The zero-based index location of the element to replace. The new value for the element at the specified index location. The value can be for reference types. Suspends the invalidation of a chart element in the collection. Performs application-defined tasks that frees, releases, or resets unmanaged resources. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Takes a object and converts its relative coordinates to absolute coordinates. A object in relative coordinates. A object in absolute coordinates. Takes a object and converts its relative coordinates to absolute coordinates. A object in relative coordinates. A object in absolute coordinates. Takes a object that uses relative coordinates and returns a object that uses absolute coordinates. A object in relative coordinates. A object in absolute coordinates. Takes a given axis value for a specified axis and returns the relative pixel value. Chart area name. An enumeration value that identifies the relevant axis. The axis value to be converted to a relative pixel value. A value that represents the converted axis value, in relative pixel coordinates. Takes a object that uses absolute coordinates and returns a object that uses relative coordinates. A object in absolute coordinates. A object in relative coordinates. Takes a structure that is using absolute coordinates and returns a object that uses relative coordinates. A structure in absolute coordinates. A structure in relative coordinates. Takes a object in absolute coordinates and returns a object that uses relative coordinates. A object in absolute coordinates. A object in relative coordinates. Initializes a new instance of the class. Initializes a new instance of the class with the specified chart element name. The name of the new chart element. Finds the chart element by the specified name. The name of the chart element. The object of the specified name in the collection. Finds the index of the chart element with the specified name. The name of the chart element. An value that represents the position of the chart element in the zero-based index. Inserts the specified item in the collection at the specified index. The zero-based index where the item is to be inserted. The object to insert. Determines whether the chart element with the specified name already exists in the collection. The new chart element name. if the new chart element name is unique, otherwise . Finds the unique name for the new element to be added to the collection. A value that represents the next unique chart element name. Removes the chart element at the specified index of the collection. The zero-based index of the chart element to remove. Replaces the chart element at the specified index with a new chart element. The zero-based index of the chart element to replace. The new chart element to insert at the specified index. Returns a serializable or non serializable class and/or property names, depending on the specific flag value. The serializable content. to get a serializable string; to get a non serializaable string. A value that represents the serializable or non serializable class and/or property names. Loads serialized data into the control from an object derived from the class. An object derived from the class, for example, a object. Loads serialized data into the control from a reader object that derives from the class. A reader, such as , that is derived from the abstract class. Loads serialized data saved to disk into the control. The relative or absolute path of the file used to store the serialized data. If a relative path is specified, the path will be relative to the current directory. Loads serialized data into the control from an object derived from the class. An object from which to read the persisted data. The object is derived from the class, and can be a .NET Framework object or a user-defined object. Resets all chart properties marked for serialization. Saves chart data and properties with non-default values to an object that derives from the class. An object derived from the class, such as , that is used to save chart properties. Saves chart data and properties with non-default values to the given object that is derived from the class. An object derived from class, for example, , that is used to save chart properties. Saves chart data and properties with non-default values to the given file. The relative or absolute path of the file used to store the serialized data. Note that if a relative path is specified, the path will be relative to the current directory. Saves chart data and properties with non-default values to the given object that is derived from the class. An object derived from used to save properties. Initializes a new instance of the class. Performs application-defined tasks that free, release, or reset unmanaged resources. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Displays a cursor at the specified position. Measured in pixels. A structure that specifies where the cursor will be drawn. If , the cursor will be drawn along the nearest chart area boundary, if the specified position does not fall within a object. Sets the position of a cursor within a chart area at the specified axis value. The new position of the cursor. Measured as a value along the relevant axis. Sets the start and end positions of a range selection. A structure that specifies where the range selection begins. A structure that specifies where the range selection ends. If , the start and end points will be rounded to the nearest chart area boundary if the specified positions do not fall within a object. Sets the position of a selected range within a chart area at the specified axis values. The new start position of the range selection. Measured as a value along the relevant axis. The new end position of the range selection. Measured as a value along the relevant axis. Initializes a new instance of the class with the specified chart area, axis, and cursor position. The of the cursor. The axis of the cursor. The new cursor position. Initializes a new instance of the class with the specified chart area, axis, start and end positions for the new range. The of the cursor. The axis of the cursor. The start position of the new range selection. The end position of the new range selection. Initializes a new instance of the class with the specified . The . Initializes a new instance of the class with the specified and legend name. The . The legend name. Creates a new instance of the class. Initializes a new instance of the class with the specified , , , , and parameters. The beginning of the axis range the label applies to. The end of the axis range the label applies to. The label text. The label row index. The label mark style. Initializes a new instance of the class with the specified , , , , and parameters. The beginning of the axis range the label applies to. The end of the axis range the label applies to. The label text. The label row index. The label mark style. The custom grid line and/or tick marks flag. Returns a cloned label object. A object that represents a copy of the current custom label. Adds a object to the collection, using the given axis range and text. The minimum value of the axis range to which the label is applied. The maximum value of the axis range to which the label is applied. The label text. The newly added object. Adds a custom label to the collection, using the given axis range, text, row index and marking style. The minimum value of the axis range the label is applied to. The maximum value of the axis range the label is applied to. The label text. The label row index. A enumeration value that specifies mark style for the label. The newly added object. Adds a custom label to the collection, using the given axis range, text, row index, marking style and grid tick type. The minimum value of the axis range the label is applied to. The maximum value of the axis range the label is applied to. The label text. The label row index. A enumeration value that specifies mark style for the label. A enumeration value that specifies the grid tick for the label. The newly added object. Adds multiple objects of type to the collection. Populates the entire first row of an axis with labels. A value that determines how often the custom labels will be drawn. A enumeration value that determines the interval type. Adds multiple custom labels to the collection. The labels will be labels with the specified interval type, and will be generated for the axis range that is determined by the and arguments. A value that determines how often custom labels will be drawn. A enumeration value that determines the unit of measure for the parameter. The minimum value for the axis range. The maximum value for the axis range. The label text format. The label row index. A enumeration value that specifies mark style for the label. Adds multiple objects to the collection. Populates the entire first row of an axis with labels with the specified format. A value that determines how often custom labels will be drawn. A enumeration value that determines the unit of measure for the parameter. A value that determines the format of the custom label. Adds multiple custom labels to the collection. The labels will be labels with the specified interval type, text format, row index and marking style. A value that determines how often custom labels will be drawn. A enumeration value that determines the unit of measure for the parameter. The label text format. The label row index. A enumeration value that specifies mark style for the label. Initializes a new instance of the class. Copies a series or the specific X or Y value. A comma-separated list of input data series names and optional X and Y value names. A comma-separated list of output data series names and optional X and Y value names. Calls a method from a formula module with the specified formula name and input series. The name of the formula to call. The input series in which calculation is performed. Calls a method from a formula module with the specified formula name, and the names of the input and output series. The name of the formula to call. The input series in which calculation is performed. The output series in which the result of the calculation is stored. Calls a method from a formula module with the specified formula name and parameters, and the names of the input and output series. The name of the formula to call. The parameters associated with the formula. The input series in which calculation is performed. The output series in which the result of the calculation is stored. Calls a method from a formula module with the specified formula name and parameters, using the specified input and output series. The name of the formula to call. The parameters associated with the formula. A comma-separated list of input series names and optional X and Y value names. A comma-separated list of output series names and optional X and Y value names. Calls a method from a formula module with the specified formula name and input series. The name of the formula to call. A comma-separated list of input series names and optional X and Y value names. Calls a method from a formula module with the specified formula name, input and output series. The name of the formula to call. A comma-separated list of input series names and optional X and Y value names. A comma-separated list of output series names and optional X and Y value names. Initializes a new instance of the class. Exports the data for every series stored in the to the object. A object that contains the exported series data. Exports the data from one or more series to the object. A comma-separated list of names of the to be exported. A object that contains the exported series data. Exports the data from the specified series to the object. The series to be exported. A object that contains the exported series data. Filters one or more series by applying a filtering rule to the first Y-value of the data points in the first series. The filtered objects are used to store the modified data. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. A comma-separated list of names of the to be filtered. Filters one or more series by applying a filtering rule to the first Y-value of each of the data points in the first series. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. The number of output series must match the number of input series, otherwise an exception will be thrown. Filters one or more series by applying a filtering rule to the specified data point values in the first series. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. The number of output series must equal the number of input series, otherwise an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. Filters the data points in a series by applying a filtering rule to the first Y-value of each data point. The object that is filtered also stores the modified data. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. The object that is filtered. Filters the data points in a series by applying a filtering rule to the first Y-value of each of the data points. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. Filters the data points in a series by applying a filtering rule to the specified data point values for comparison. A enumeration value that determines the comparison method for the filtering rule. Can be , , and so forth. The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "<6", 6 is the value. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. Filters the data points of one or more series, either by removing the specified points or by marking them as empty for the given date/time ranges. The filtered objects are used to store the modified data. A enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered. Specifies the elements within the date/time range designated by the parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11". A comma-separated list of names of the to be filtered. Filters the data points of one or more series, either by removing the specified points or by marking them as empty for the given date/time ranges. A enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered. Specifies the elements within the date/time range designated by the parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11". A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown. Filters the data points in a series, either by removing the specified points or by marking them as empty for the specified date/time ranges. The object that is filtered is used to store the modified data. A enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered. Specifies the elements within the date/time range designated by the parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11". The object to be filtered. Filters the data points in a series, either by removing the specified points or by marking them as empty for the specified date/time ranges. A enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered. Specifies the elements within the date/time range designated by the parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11". The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. Performs custom filtering on the data points in one or more series, based on the points of the first series. The filtered objects also store the modified data. An object that implements the interface. A comma-separated list of names of the to be filtered. Performs custom filtering on the data points in one or more series, based on the points of the first series. An object that implements the interface. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown. Performs custom filtering on the data points in a series. The object that is filtered also stores the modified data. An object that implements the interface. The object that is filtered. Performs custom filtering on the data points in a series. An object that implements the interface. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first series that have the largest first Y-values. The objects that are filtered are used to store the modified data. The number of data points that the filtering operation will not remove. A comma-separated list of names of the to be filtered. Filters all data points in one or more series except for a specified number of points. The points that aren't filtered correspond to points in the first series that have the largest first Y-values. The number of data points that the filtering operation will not remove. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown. Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first series that have the largest values. The number of data points that the filtering operation will not remove. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first input series that have the largest or smallest values. The number of data points that the filtering operation will not remove. A comma-separated list of names of the to be filtered. A comma-separated list of names of the that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. if the largest values are kept; if the smallest values are kept. Filters all data points in a series except for a specified number of points with the largest first Y-values. The object that is filtered is used to store the modified data. The number of data points that the filtering operation will not remove. The object to be filtered. Filters all data points in a series except for a specified number of points with the largest first Y-values. The number of data points that the filtering operation will not remove. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. Filters all data points in a series except for a specified number of points with the largest values. The number of data points that the filtering operation will not remove. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. Filters all data points in a series except for a specified number of points with the smallest or largest values. The number of data points that the filtering operation will not remove. The object to be filtered. A object that stores the filtered data. If the series does not exist, an exception will be thrown. The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth. if the largest values are kept; if the smallest values are kept. Groups data points for one or more series, using one or more formulas. Series are cleared of their original data and used to store the new data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. A comma-separated list of names of the to be grouped. Groups data points for one or more series, using one or more formulas. Output series are used to store the grouped data points, and an offset can be used for intervals. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. A comma-separated list of names of the to be grouped. A comma-separated list of names of the that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown. Groups data points in a series using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. The object to be grouped. Groups data points in a series using one or more formulas. An output series is used to store the grouped data points, and an offset can be used for intervals. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. The object to be grouped. The that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown. Groups data points for one or more series, using one or more formulas. Series are cleared of their original data and used to store the new data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. A comma-separated list of names of the to be grouped. Groups data points for one or more series, using one or more formulas. Output series are used to store the grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. A comma-separated list of names of the to be grouped. A comma-separated list of names of the that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown. Groups data points in a series using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The object to be grouped. Groups data points in a series using one or more formulas. An output series is used to store the grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The size of the interval checked for missing data points. The unit of measurement for the parameter. The object to be grouped. The that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown. Groups data points in one or more series by axis labels, using one or more formulas. Original data point values are cleared, and each of the series then stores its new grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. A comma-separated list of names of the input . Groups data points in one or more series by axis labels, using one or more formulas. Output series are used to store the grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. A comma-separated list of names of the input . A comma-separated list of names of the that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown. Groups data points in a series by axis labels, using one or more formulas. Original data point values are cleared, and the series then stores the new grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The input . Groups data points in a series by axis labels, using one or more formulas. An output series is used to store the grouped data points. A comma-separated list of one or more formulas to be used for calculating the grouped data point values. The input to be grouped. The that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown. Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the , , and arguments. The series range that is checked is determined by the and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. The starting point for the series range to be checked. Uses the X-values of the data points. The end point for the series range to be checked. Uses the X-values of the data points. A comma-separated list of names of the to be checked. Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the , , and arguments. The series range that is checked is determined by the and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. The starting point for the series range to be checked. Uses the X-values of the data points. The end point for the series range to be checked. Uses the X-values of the data points. The in which to insert the empty points. Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the , , and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. A comma-separated list of names of the to be checked. Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the , , and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. The interval offset size. The unit of measurement for the interval offset. The object in which to insert the empty points. Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. A comma-separated list of names of the to be checked. Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the and arguments. The size of the interval checked for missing data points. The unit of measurement for the parameter. The object that is checked. Performs a custom sort on the data points in one or more series. An object that implements the interface and provides the custom sorting logic. A comma-separated list of names of the to be sorted. Performs a custom sort on the data points in a series. An object that implements the interface and provides the custom sorting logic. The object to be sorted. Performs a sort on the data points in one or more series, using the specified order. The sort is based on the first Y-value of each of the data points. A enumeration value that determines if the sort is ascending or descending. A comma-separated list of names of the to be sorted. Performs a sort on the data points in one or more series, using the specified order. The sort can be based on any available data point value. A enumeration value that determines if the sort is ascending or descending. A value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth. A comma-separated list of names of the to be sorted. Performs a sort on the data points in a series using the specified order. The sort can be based on any available data point value. A enumeration value that determines if the sort is ascending or descending A value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth. The object to be sorted. Performs a sort on the data points in a series using the specified order. The sort is based on the first Y-value of each of the data points. A enumeration value that determines if the sort is ascending or descending. The object to be sorted. Initializes a new instance of the class. Initializes a new instance of the class with the specified X and Y-value. The X-value of the data point. The Y-value of the data point. Initializes a new instance of the class with the specified X-value and an array of Y-values. The X-value of the data point. An array of Y-values of the data point. Initializes a new instance of the class with the specified X-value and Y-values. The X-value of the data point. A comma-separated of Y-values of the data point. Initializes a new instance of the class, and sets the that the data point belongs to. The object that the data point belongs to. Returns a new instance that is an exact copy of the data point. A cloned object that is an exact copy of the data point. Returns a data point that is specified by its name. This is a helper function. Point value names. X, Y, Y2... A value that represents a data point. Sets the X-value and one or more Y-values of the data point. The X-value of the data point. A list of Y-values of the data point. Sets the Y-value(s) of a single data point. The Y-value(s) of a object in the collection. Formatted as one or more values separated by commas. Adds a new object to the collection and sets its Y value. The Y-value of the data point. The newly added object. Adds a object to the end of the collection, with the specified X-value and Y-value. The X-value of the data point. The Y-value of the data point. An that represents the zero-based index where the item was inserted into the data point collection. Adds a object to the end of the collection, with the specified X-value and Y-value(s). The X value of the data point. One or more comma-separated values that represent the Y-value(s) of the data point. An value that represents the zero-based index where the item was inserted into the collection. Adds a object to the end of the collection, with the specified Y-value. The Y-value of the data point. An that represents the zero-based index where the item was inserted into the data point collection. Adds a object to the end of the collection, with the specified Y-value(s). A comma-separated list of Y-value(s) of the object added to the collection. An that represents the location in zero-based index where the item was inserted into the collection. Removes all elements from the . Data binds the X-value, Y-value(s) and property values of the data points, such as Tooltip or LabelStyle, to the data source. The data source to bind with X-value and Y-value(s). The name of the field for X-values. A comma separated names of the fields for Y-values. Other data point properties with binding rules, in the format: PointProperty=Field[{Format}] [,PointProperty=Field[{Format}]]. For example: "Tooltip=Price{C1},Url=WebSiteName". Data binds the X-value and Y-values of the collection's data points to the first columns of the specified data source. The data source that will supply the X-values for the data points. A comma-separated list of the Y-value(s) of the object added to the collection. Data binds the X-value and Y-values of the data points in the collection to the specified columns of the specified data sources. The data source that will supply the X-values for the data points. The name of the column that will supply the X-values for the data points. A comma-separated list of the Y-value(s) of the object added to the collection. A comma-separated list of column name(s) that will supply the Y-values for the data points. Note that a comma can be embedded as part of a column name, by using a double comma. Data binds the Y-value(s) of the data points to the specified column(s) of the specified data source. An data source object that provides the Y-value(s). The data source field(s) to which to bind data point(s). Note that a comma can be embedded as part of a column name, by using a double comma. Data binds the Y-value(s) of the collection's data points to the first column of the specified data source(s). One or more comma-separated data sources. Finds all the data points that are equal to the specified value. The data point value to find. An interface that represents the enumerator of the matching data points. Finds all the data points that are equal to the specified value. The data point value to find. The data point value to use (X, Y1, Y2...). An interface that represents the enumerator of the matching data points. Finds all the data points that are equal to the specified value, starting from the specified index location. The data point value to find. The data point value to use (X, Y1, Y2...). The index location of the data point to start searching from. An interface that represents the enumerator of the matching data points. Finds the first data point that is equal to the specified value. The data point value to find. The that matches the specified value, or if there is no match. Finds the first data point that is equal to the specified value. The data point value to find. The data point value to use (X, Y1, Y2...). The that matches the specified value, or if there is no match. Finds the first data point that is equal to the specified value, starting from the specified index location. The data point value to find. The data point value to use (X, Y1, Y2...). The index location of the data point to start searching from. The that matches the specified value, or if there is no match. Finds the data point with the maximum value. The object with the maximum value. Finds the data point value with the maximum value. The data point value to use (X, Y1, Y2...). The object with the maximum value. Finds the data point with the maximum value, starting from the specified index location. The data point value to use (X, Y1, Y2...). The index location of the data point to start searching from. The object with the maximum value. Finds the data point with the minimum value. The object with the minimum value. Finds the data point with the minimum value. The data point value to use (X, Y1, Y2...). A object with the minimum value. Finds the data point with the minimum value, starting from the specified index location. The data point value to use (X, Y1, Y2...). The index location of the data point to start searching from. The object with the minimum value. Inserts a data point with the specified X value and one or more specified Y values. The index at which the data point will be inserted. The X value of the data point. A comma-separated list of Y values of the data point. Inserts a data point with one or more specified Y values. The index at which the data point will be inserted. A comma-separated list of Y values of the data point. Initializes a new instance of the class with the specified data series, sort order and sort value. Data series. Sort order. Value used for the sort, for example, "X", "Y or Y1", "Y2", and so forth. Compares two data points. First data point. Second data point. An value. Returns zero (0) if the two values are equal. Returns a positive integer if the value of is greater than the value of ; otherwise, returns a negative integer. Initializes a new instance of the class. Initializes a new instance of the class with the specified series and custom properties flag. The series that the data point belongs to. A flag that indicates whether this is a data point custom property. Deletes the data point custom property with the specified name. The name of the property to delete. Returns the data point custom property with the specified name. The name of the property to return. A value that represents the data point custom property with the specified name. If the requested property is not set, the default custom property of the data series will be returned. Determines whether a custom property with the specified name was set. The name of the custom property to check. if the custom property was set; otherwise, . Resets a custom property to its default value. Resets a custom property to its default value. Sets a custom property of the data point. The name of the property to set. The value of the property to set. Sets the default properties of the data point. Indicates whether the previous property values must be cleared. A flag that indicates whether to clear previous property values. Initializes a new instance of the class. Initializes a new instance of the class with the specified , , and parameters. The X position of the top-left corner of the chart control. The Y position of the top-left corner of the chart control. The width of the chart element. The height of the chart element. Initializes an object from a structure. A structure used to initialize the element position object. Returns a object that uses the coordinates of an object. A structure that represents the coordinates of an element position object. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Determines whether a particular data point in the series will be filtered. The object to be filtered. The object that the data point belongs to. The index of the data point, which determines its position in the series. if the data point is removed, otherwise . Initializes a new instance of the class. Initializes a new instance of the class. Releases the resources used by the . to release both managed and unmanaged resources; to release only unmanaged resources. Initializes a new instance of the class. Initializes a new instance of the class with the specified legend name. The name of the object. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Initializes a new instance of the class. Initializes a new instance of the class with a parameter that specifies the cell text or image name. A value that represent the cell text or image name, depending on the type of cell. Initializes a new instance of the class with the specified cell type and a parameter that specifies the cell text or image name. A value that represents the legend cell type to be used. A string value that represents the cell text or image name, depending on the type of cell. Initializes a new instance of the class with the specified cell type, content alignment, and a parameter that specifies the cell text or image name. A value that represents the legend cell type to be used. A value representing the cell text or image name, depending on the type of cell. A value that represents the alignment of the legend cell contents. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Adds a legend cell with the specified cell type, text and alignment to the end of the collection. A value representing the cell type. A value that represents either the cell text or its image name, depending on the value of the parameter. A value that represents the cell content alignment. An value that represents the index of the newly added legend cell in the collection. The index is zero-based. Inserts a legend cell with the specified cell type, text and alignment into the collection at a given location. Index of the location to insert the object. A value that represents the cell type. A value that represents either the cell text or its image name, depending on the value of the parameter. A enumeration value that represents the alignment of the legend cell content. Initializes a new instance of the class. Initializes a new instance of the class with the specified header text, column type and column cell text. The text for the legend cell column header. A enumeration value that represents the legend cell column type. The text for the legend cell column. Initializes a new instance of the class with the specified header text, column type, column cell text and content alignment. The text for the legend cell column header. A enumeration value that represents the legend cell column type. The text for the legend cell column. The legend column content alignment. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Determines whether the property should be serialized. if property should be serialized; otherwise, . Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Adds the specified object to the end of the collection. The name of legend to be added. A value that represents the index of the added item. Initializes a new instance of the class. Initializes a new instance of the class with the specified name, color and image path. The name of the legend item. The color of the legend item. The path of the image to be displayed for the legend item. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Adds a custom object to the end of the collection. The symbol color of the legend item. The legend item text. An that represents the location in the zero-based index where the item was inserted into the collection. Adds a custom object with the specified image to the end of the collection. The absolute or relative URL of the image file to be used for the legend item symbol. The legend item text. An that represents the location in the zero-based index where the item was inserted into the collection. Inserts a object with the specified text and symbol color into the collection at the specified location. The location in the zero-based index where the object is to be inserted. The symbol color of the legend item. The legend item text. Inserts a object with the specified text and symbol image into the collection at the specified location. The location in the zero-based index where the object is to be inserted. The absolute or relative URL of the image file to be used for the legend item symbol. The legend item text. Reverses the order of items in the collection. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified top, bottom, left and right coordinates of the margin. Top margin. Bottom margin. Left margin. Right margin. Determines whether the specified object is equal to the current object. The object to compare with the current object. if the specified object is equal to the current object, otherwise . Gets the hash code for the object. An value that represents the hash code for a object. Determines whether the margins are empty. if all margins values are zero, otherwise . Converts a object to a object. A object that has margins. Converts a object to its representation. A value that represents this object. Initializes a new instance of the class. Initializes a new instance of the class with the specified name of the named image and its associated image. The name of the named image. Use this name when setting a named image to one of the image properties. The associated image of the named image. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Initializes a new instance of the class. Initializes a new instance of the class with the specified X, Y and Z coordinates. The X coordinate of 3D point. The Y coordinate of 3D point. The Z coordinate, which represents the depth of 3D point. Initializes a new instance of the class. Initializes a new instance of the class. Releases unmanaged and, optionally, managed resources. to release both unmanaged and managed resources; to release only unmanaged resources. Ends the user placement of a polyline annotation. Initializes a new instance of the class. An reference. Frees, releases, or resets managed resources. Releases unmanaged and, optionally, managed resources to release both unmanaged and managed resources; to release only unmanaged resources. Displays a Page Setup dialog. Prints the chart. to indicate that a print dialog should be shown; otherwise, . Draws the chart on the printer graphics. The printer object. The position to draw on the graphics. Provides a preview of the chart. Initializes a new instance of the class. Initializes a new instance of the class with the specified axis, X and Y positions of the mouse cursor, and type of button clicked. The that contains the scrollbar. The X position of mouse cursor. The Y position of mouse cursor. The type of button clicked. Initializes a new instance of the class. Initializes a new instance of the class with the specified series name. The name of the object that will be created. This must be a unique name; otherwise, an exception will be thrown. Initializes a new instance of the class with the specified name and maximum number of Y-values. The name of the object that will be created. The maximum number of Y-values allowed for the objects that belong to this series. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Sorts the points in the series using interface. The interface. Sorts the data points in the series, given the specified sort order. The sort order. Sorts the points in the series, given the specified sort order and value to use for the sort. The sort order. The value used for the sort (X, Y, Y2 ...). Adds a object to the end of the collection. The name of the to be added. The new object appended to the collection.. Initializes a new instance of the class. Performs an ANOVA test to determine whether there is a statistically significant difference between the mean values of two or more groups of data. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. A comma-delimited list of input series names. An object. Returns the beta function value for two given values. The first value for the beta function. The second value for the beta function. A value that represents the beta function for the two given values. Returns the correlation value for two data series. The first input series name. The second input series name. A value that represents the correlation between two data series. Returns the covariance value for two data series. The first input series name. The second input series name. A value that represents the covariance between two data series. Returns the cumulative F distribution function probability. The F value. First degree of freedom. Second degree of freedom. A value that represents the cumulative F distribution function probability. Performs a two-sample F Test using the F distribution. This test is used to determine if the samples have different variances. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First input series name. Second input series name. An object. Returns the gamma function value for the given variable. The input variable. A value that represents the gamma function. Returns the inverse of the F cumulative distribution. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First degree of freedom. Second degree of freedom. A value from the inverse F distribution function. Condition: Cannot continue calculation using specified parameter values because of limitation. Returns the inverse of the standard normal cumulative distribution. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. A value from the inverse standard normal cumulative distribution function. Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. The degree of freedom. A value that represents the inverse T distribution. Returns the average of all data points stored in the specified series. Input series name. A value that represents the average of all data points. Returns the median of all data points in the specified series. Input series name. A value that represents the median. Returns the probability for the standard normal cumulative distribution function. The Z value for which the probability is required. A value from the standard normal cumulative distribution function. Returns the probability for the T distribution (Student's distribution). The T value Degree of freedom If , a one-tailed distribution is used; otherwise, a two-tailed distribution is used. A value that represents a T Distribution cumulative function. Performs a T Test using Student's distribution (T distribution) with equal variances. Hypothesized mean difference. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First input series name. Second input series name. A object. Performs a T Test using Student's distribution (T distribution) with paired samples. This is useful when there is a natural pairing of observations in samples. Hypothesized mean difference. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First input series name. Second input series name. A object. Performs a T Test using Student's distribution (T distribution) with unequal variances. Hypothesized mean difference. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First input series name. Second input series name. A object. Returns the variance for a series. The input series name. if the data is a sample of the population; if the data is the entire population. A value that represents the variance. Performs a Z Test using the Normal distribution. Hypothesized mean difference. Variance of the first group. Variance of the second group. The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1. First input series name. Second input series name. A object. Initializes a new instance of the class. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Initializes a new instance of the class. Begins editing of the annotation text by an end-user. Ends user placement of an annotation. Stops end-user editing of the annotation text. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified title text. The text for the title. Initializes a new instance of the class with the specified title text and docking value. The text for the title. A enumeration value that determines where the title will be docked on the chart. Initializes a new instance of the class with the specified title text, docking value, font and color. The text for the title. A enumeration value that determines where the title will be docked on the chart. The title font. The title color. Releases the unmanaged resources used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Adds a object with the specified name to the end of the collection. The name of the title to add to the collection. Index of the added object. Initializes a new instance of the class with the specified , , and parameters. X-coordinate of mouse. Y-coordinate of mouse. The tooltip text. The object. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified and parameters. The axis of the scale view. The start position of the new scale view. Initializes a new instance of the class with the specified , , and parameters. The axis of the scale view. The start position of the new scale view. The new scale view size. The unit of measurement for the size of the new scale view. Initializes a new instance of the class. Gets or sets the content alignment of an annotation. A enumeration value that represents the content alignment. Gets or sets a flag that specifies whether the end user is allowed to move the annotation anchor using a mouse. if the annotation anchor may be moved; otherwise, . Gets or sets a flag that specifies whether the end user is allowed to move an annotation using a mouse. if the annotation may be moved; otherwise, . Gets or sets a flag that specifies whether the end user is allowed to move the points of a polygon annotation using a mouse. if the polygon annotation's points may be moved; otherwise, . Gets or sets a flag that specifies whether the end user is allowed to resize an annotation using a mouse. if the annotation may be resized; otherwise, . Gets or sets a flag that specifies whether the end user is allowed to select an annotation using a mouse. if the annotation may be selected; otherwise . Gets or sets a flag that specifies whether the text in an annotation may be edited when the end user double clicks the text. if the annotation text may be edited; otherwise, . Gets or sets the alignment of an annotation to the anchor point. A enumeration value that represents the alignment of the annotation to the anchor point. Gets or sets the data point to which an annotation is anchored. A object to which an annotation is anchored. Gets or sets the name of a data point to which an annotation is anchored. A value that represents the name of the data point that an annotation is anchored to. Gets or sets the offset from the anchor point for the X position of an annotation. A value that represents the offset of the X position from the anchor point. Gets or sets the offset from the anchor point for the Y position of an annotation. A value that represents the offset of the Y position from the anchor point. Gets or sets the X coordinate to which the annotation is anchored. A value that represents the X coordinate an annotation is anchored to. Gets or sets the Y coordinate to which the annotation is anchored. A value that represents the Y coordinate an annotation is anchored to. Gets the group, if any, to which the annotation belongs. An object that represents the group which the annotation belongs to. Gets or sets an annotation's type name. The annotation type. Gets or sets the X axis to which an annotation is attached. An object to which the annotation is attached. Gets or sets the name of the X axis to which an annotation is attached. A value that represents the name of the X axis which an annotation is attached to. Gets or sets the Y axis to which an annotation is attached. An object to which this annotation is attached. Gets or sets the name of the Y axis which an annotation is attached to. A value that represents the name of the Y axis that an annotation is attached to. Gets or sets the color of an annotation background. A value used to draw an annotation background. Gets or sets the gradient style of an annotation background. A value used to draw an annotation background. Gets or sets the hatching style of an annotation background. A value used to draw the background. Gets or sets the secondary color of an annotation background. A value used to draw an annotation background with hatching or gradient fill. Gets or sets the bottom boundary of an annotation position. A value that represents the position of the bottom boundary of an annotation. Gets or sets the name of the chart area to which an annotation is clipped. A that represents the name of an existing chart area to which an annotation is clipped. Gets or sets the font to use for the text of an annotation. A object used to draw the annotation text. Gets or sets the text color of an annotation. A value used for the text color of an annotation. Gets or sets the height of an annotation. A value that represents the height of an annotation. Gets or sets a flag that determines if an annotation is selected. if the annotation is selected; otherwise, . Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates. if the and of an annotation are always expressed in relative chart coordinates; otherwise, . Gets or sets the line color of an annotation. A value used to draw an annotation's line. Gets or sets the line style of an annotation. A value used to draw the line style of an annotation. Gets or sets the line width of an annotation. An value that defines the line width, in pixels, of an annotation. Gets or sets the unique name of an annotation. A that represents the unique name of an annotation. Gets or sets the right boundary position of an annotation. A value that represents the position of the right boundary of an annotation. Gets or sets the color of an annotation's shadow. A value used to draw the annotation shadow. Gets or sets the size of an annotation's shadow. An value that represents the size of the shadow. Gets or sets the smart label style of an annotation. An object that represents an annotation's smart labels style properties. Gets or sets the text style of an annotation. A value used to draw the text of an annotation. Gets or sets the tooltip text for an annotation. A value that represents the tooltip text for an annotation. Gets or sets a flag that specifies whether an annotation is visible. if the annotation is visible; otherwise, . Gets or sets the width, in pixels, of an annotation. A value that represents the width of an annotation. Gets or sets the X coordinate of an annotation. A value that represents the X coordinate of an annotation's position. Gets or sets the Y coordinate of the annotation. A value that represents the Y coordinate of an annotation's position. Gets or sets the name of the Y axis to which an annotation is attached. A value that represents the name of the Y axis which an annotation is attached to. Gets or sets the content alignment of an annotation. A value that represents the content alignment of an annotation. Gets or sets a flag that specifies whether an annotation anchor may be moved with a mouse by the end user. if the annotation anchor may be moved, otherwise . Gets or sets a flag that specifies whether an annotation may be moved with a mouse by the end user. if the annotation may be moved, otherwise . Gets or sets a flag that specifies whether the points of a polygon annotation may be moved with a mouse by the end user. if the points of the polygon annotation may be moved, otherwise . Gets or sets a flag that specifies whether an annotation may be resized with a mouse by the end user. if the annotation may be resized, otherwise . Gets or sets a flag that specifies whether an annotation may be selected with a mouse by the end user. if the annotation may be selected, otherwise . Gets or sets a flag that specifies whether an annotation's text may be edited when the end user double clicks the text. if the annotation text may be edited, otherwise . Gets the collection of annotations in the group. An object. Gets the annotation type. The annotation type. Gets or sets the background color of an annotation. A value used for the background of an annotation. Gets or sets the background gradient style of an annotation. A value used to draw the background of an annotation. Gets or sets the hatch style of an annotation background. A value used to draw the background of an annotation. Gets or sets the secondary color for the background of an annotation. A value used to draw the background with hatching or gradient fill. Gets or sets the name of the chart area to which the annotation is clipped. A that represents the name of an existing chart area. Gets or sets the font to use for the text of an annotation. A object used for the text of an annotation. Gets or sets the text color for an annotation. A value used for the text color of an annotation. Gets or sets a flag that determines if an annotation is selected. if the annotation is selected, otherwise . Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates. if the and of an annotation are always in chart relative coordinates, otherwise . Gets or sets the line color of the annotation. A value used to draw an annotation line. Gets or sets the line style of the annotation. A value used to draw an annotation line. Gets or sets the line width, in pixels, of the annotation. An value defining the width, in pixels, of an annotation line. Gets or sets the color of the annotation's shadow. A value used to draw the shadow of an annotation. Gets or sets the size of the annotation's shadow. An value that represents the offset between an annotation and its shadow. Gets or sets the text style of an annotation. A enumeration value used to draw the text of an annotation. Gets or sets a flag that indicates whether the annotation is visible. if the annotation is visible, otherwise . Gets the name for the path point of an annotation. A value that represents the name of the path point. Gets or sets the type for the path point of an annotation. A value. Gets or sets the X coordinate for the path point of an annotation. A that represents the X value. Gets or sets the Y coordinate for the path point of an annotation. A that represents the Y value. Gets or sets the object. The object. Gets or sets the new anchor location of the annotation. A object that represents the new anchor position. Gets or sets the new annotation anchor point X location. A value that represents the new annotation anchor point X location. Gets or sets the new annotation anchor point Y location. A value representing the new annotation anchor point Y location. Gets or sets the new X coordinate location of the annotation. A value that represents the new X coordinate location of the annotation. Gets or sets the new Y coordinate of the annotation location. A value that represents the new Y coordinate of the annotation location. Gets or sets the new location and size of the annotation. A object. Gets or sets the new height of the annotation. A value that represents the new height of the annotation. Gets or sets the new width of the annotation. A value that represents the new width of the annotation. Gets or sets the back color of the label callout. This property is only applicable when the property is set to a value of . A object. Gets or sets the anchor cap style for the label callout line. A object. Gets or sets the color of the label callout line. A object. Gets or sets the style of the label callout line. A object. Gets or sets the width of the label callout line. The width of the callout line. Gets or sets the callout style of the repositioned smart labels. A object. Gets the degree of freedom between groups. A value. Gets the total degree of freedom. A value. Gets the degree of freedom within groups. A value. Gets the F critical value. A value. Gets the F ratio. A value. Gets the mean square variance between groups. A value. Gets the mean square variance within groups. A value. Gets the sum of the squares between groups. A value. Gets the total sum of the squares. A value. Gets the sum of the squares within groups. A value. Gets or sets the position alignment of the annotation to the anchor point. A enumeration value that represents the alignment of the annotation to the anchor point. Gets the name of the annotation type. For internal use, should not be used. A value that represents the name of the annotation type. Gets or sets an arrow size, in pixels. An value that represents arrow size—that is, its thickness—in pixels. Gets or sets the arrow style. The of an annotation. Gets or sets the arrow style of a 2D axis; this style is not applied to 3D chart areas. An enumeration value. Gets the name of the axis, which can be either X, Y, X2 or Y2. An enumeration value. Gets or sets the location at which an axis is crossed by its associated axis. A value that represents where an axis is crossed by its associated axis. The default value is . Gets a object used to store objects. A object. Gets or sets a value that indicates whether an axis is enabled. An enumeration value. The default value is . Gets or sets the color of interlaced strip lines. A object that represents the color of interlaced strip lines. Gets or sets the interval of an axis. A value that represents the interval of an axis. The default value is "Auto", which is represented by a value of zero (0). Gets or sets a flag that determines if a fixed number of intervals is used on the axis, or if the number of intervals depends on the axis size. An enumeration value. The default value is . Gets or sets the interval offset of an axis. A value that represents the interval offset of an axis. The default value is "Auto", which is represented by a value of zero (0). Gets or sets the interval offset type of an axis. The interval offset type of an axis. The default value is . Gets or sets the interval type of an axis. A that represents the interval type of an axis. The default value is . Gets or sets a flag that determines if interlaced strip lines are displayed for an axis. if interlaced strip lines are displayed for an axis; otherwise, . Gets or sets a flag that determines whether axis labels are automatically fitted. if axis labels are automatically fitted; otherwise, . Gets or sets a flag which indicates whether the axis is logarithmic. Zeros or negative data values are not allowed on logarithmic charts. if the axis is logarithmic; otherwise, . Gets or sets a flag that determines whether to add a margin to the axis. if a space is added between the first or last data point and the border of chart area. Gets or sets a flag that determines whether tick marks and axis labels move with an axis if the crossing point of an axis changes. if tick marks and axis labels move with an axis when the crossing point of an axis changes; otherwise, . Gets or sets a flag which indicates whether the axis is reversed. if the axis is reversed; otherwise, . Gets or sets a flag which indicates whether the minimum value of the axis will be automatically set to zero if all data point values are positive. If there are negative data point values, the minimum value of the data points will be used. if the minimum value of the axis is automatically set to zero when all data point values are positive; otherwise, . Gets or sets the maximum font size that can be used by the label auto-fitting algorithm. An value. Gets or sets the minimum font size that can be used by the label auto-fitting algorithm. An value. Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis. A enumeration value. Gets or sets the properties of an axis. A object, which defines the axis label style. Gets or sets the line color of an axis. A object that represents the line color used to draw the axis. The default is . Gets or sets the line style of an axis. A enumeration value. Gets or sets the line width of an axis, in pixels. An value that represents the width of an axis line. The default value is one (1) pixel. Gets or sets a value for the logarithm base for the logarithmic axis. A value. The default value is base 10. Gets or sets a object used to set the major grid line properties for an axis. A object used to get or set the major grid properties of an axis. Gets or sets a object used to set the major tick mark properties of an axis. A object used to set the properties of a major tick mark of an axis. Gets or sets the maximum value of an axis. A value that represents the maximum value of an axis. The default value is . Gets or sets the maximum size of the axis, measured as a percentage of the chart area. This value is used by the automatic layout algorithm. A value that represents the maximum size of the axis. Gets or sets the minimum value of an axis. A value that represents the minimum value of an axis. The default value is . Gets or sets a object used to specify the minor grid lines attributes of an axis. A object used to get or set the attributes of the minor grid lines of an axis. Gets or sets a object used to set the minor tick mark properties of an axis. A object used for the minor tick mark properties of an axis. Gets or sets the name of the axis. A value that represents the text name of the axis. Gets or sets the axis scale break style. An object, which represents the scale break style of the chart axis. Gets or sets the view of an axis. An object, which represents the scale view of an axis. Gets or sets an axis scrollbar. An object, which represents the scrollbar of an axis. Gets a collection object. A collection object, which stores all objects for an axis. Gets or sets the orientation of the text in the axis title. A enumeration value. Gets or sets the title of the axis. A value that represents the title of the axis. Gets or sets the alignment of an axis title. A enumeration value. Gets or sets the title font properties of an axis. A object used for the font properties of a title. Gets or sets the text color of the axis title. A structure. The default color is . Gets or sets the tooltip used for the axis. A value. Gets or sets the style of the break line that will be used to draw the scale break. A enumeration value. Gets or sets the threshold of space on the chart at which scale breaks are drawn. An value that specifies the threshold of space on the chart at which scale breaks are drawn. Gets or sets a flag that indicates whether scale breaks are enabled. A value that specifies whether scale breaks are enabled. Gets or sets the color of the scale break line. A value that represents the color of the scale break line. Gets or sets the style of the scale break line. A value that represents the style of the scale break line. Gets or sets the width of the scale break line. An value that represents the width of the scale break line. Gets or sets the maximum number of scale breaks to be displayed on the chart. An value that represents the maximum number of scale breaks to be displayed on the chart. Gets or sets the spacing gap between the lines of the scale break. The spacing gap is represented as a percentage of the Y-axis. A value that represents the spacing gap between the lines of the scale break. Gets or sets a enumeration value that indicates whether to start the scale break from zero. A enumeration value that indicates whether to start the scale break from zero. Gets a flag that indicates whether the axis is zoomed in. if the axis is zoomed in; otherwise, . Gets or sets the minimum size of the object. A that represents the minimum size of the scale view. Gets or sets the unit of measurement of the property. A enumeration value that represents the unit of measurement of the property. Gets or sets the position of the scale view. A that represents the position of the scale view. Gets or sets the size of the scale view. A that represents the size of the scale view. Gets or sets the unit of measurement for the property. A enumeration value that represents the unit of measurement for the property. Gets or sets the minimum small scrolling size. Used only if the small scrolling size is not set. A that represents the small scrolling size. Gets or sets the unit of measurement for the property. A enumeration value that represents the unit of measurement for the property. Gets or sets the small scrolling size. A value that represents the small scrolling size. Gets or sets the unit of measurement for the property. A enumeration value that represents the unit of measurement for the property. Gets the maximum axis value of a data view. A that represents the maximum axis value for the data view. Gets the minimum axis value of a data view. A that represents the minimum axis value for the data view. Gets or sets a flag that indicates whether the zooming user interface is enabled. if the zooming user interface is enabled; otherwise, . Gets the object that uses the scrollbar. An object. Gets or sets the background color of a scrollbar. A value that represents the background color of the scrollbar. The default value is . Gets or sets the color of the scrollbar buttons. A value that represents the color of the scrollbar buttons. Gets or sets the style of the scrollbar button. A enumeration value. Gets the chart area that contains this scrollbar. A object. Gets or sets a flag that determines whether a scrollbar is enabled. if the scrollbar is enabled for an axis, if the scrollbar is not enabled. The default value is . Gets or sets a flag that indicates whether scroll bar is positioned inside or outside the chart area. if the scroll bar is positioned inside or outside the chart area; otherwise, . Gets a flag that indicates whether the scrollbar is visible. if the scrollbar is visible; otherwise, . Gets or sets the line color of a scrollbar. A value that represents the line color of the scrollbar. The default value is . Gets or sets the width of a scrollbar, in pixels. The width of a scrollbar in pixels. The default value is 14 pixels. The value can range from 5 to 20 pixels. Gets or sets the annotation type name. The annotation type. Gets or sets the skin attributes of the 3D border. A object, which determines the attributes of the 3D border. Gets or sets the background color of a skin frame. A value. Gets or sets the background gradient style of a skin frame. A enumeration value. Gets or sets the background hatch style of a skin frame. A enumeration value. Gets or sets the background image of a skin frame. A value. Gets or sets the background image alignment of a skin frame. A enumeration value. Gets or sets a color that is replaced with a transparent color when the background image of a border skin frame is drawn. A value. Gets or sets the drawing mode for the background image of a border skin frame. A enumeration value. Gets or sets the secondary background color of a border skin frame. A value. Gets or sets the border color of a skin frame. A value. Gets or sets the style of the border line of a border skin frame. A enumeration value. Gets or sets the width of the border line of a border skin frame. An value. Gets or sets the page color of a border skin. A value. Gets or sets the style of a border skin. A enumeration value. Gets or sets the annotation position alignment to the anchor point. A value that represents the alignment of the annotation to the anchor point. Gets or sets the offset that the X-position of the annotation has from the anchor point. A value that represents the offset of the annotation's X-position from the anchor point. Gets or sets the offset that the Y-position of the annotation has from the anchor point. A value that represents the offset of the annotation's Y-position from the anchor point. Gets or sets the annotation type name. For internal use, should not be used. The annotation type. Gets or sets the background color of the annotation. A enumeration value used for the background of an annotation. Gets or sets the annotation background gradient style. A enumeration value used to draw the annotation background. Gets or sets the background hatch style of the annotation. A value used to draw the annotation background. Gets or sets the secondary color for the annotation background. A enumeration value used in conjunction with a primary color to draw the annotation background with hatching or gradient fill. Gets or sets the style of the callout line anchor cap. A enumeration value that represents the style to use for a callout line anchor cap. Gets or sets the annotation callout style. A enumeration value. Gets or sets the annotation line color. A value used to draw the annotation line. Gets or sets the annotation line style. A enumeration value used to draw the annotation line. Gets or sets the line width of the annotation. An value that represents the annotation line width, in pixels. Gets or sets a collection that stores the chart annotations. An object that is used to store chart annotations. Gets or sets a value that determines whether anti-aliasing is used when text and graphics are drawn. An enumeration value that determines whether anti-aliasing is used when text and graphics are drawn. Gets or sets the background color of the object. A value used to draw the background color of the chart. The default color is . Gets or sets the orientation for the background gradient of a control. Also determines whether a gradient is used. A enumeration that specifies the orientation for the background gradient of a chart and whether a gradient is used. The default value is . The property is not used. Use the property instead. An object. Gets or sets the hatching style of the control. A enumeration that specifies the hatching style of the control. The default value is . Gets or sets the background image of the control. A value that represents the URL of an image file. The default value is an empty string. Gets or sets the background image alignment used for the drawing mode. A enumeration value that specifies the background image alignment of the chart. The default value is . Gets or sets the color of the control that will be displayed as transparent. A value that will be displayed as transparent when the chart image is drawn. The default value is . Gets or sets the drawing mode for the background image of the control. A enumeration value that specifies the drawing mode for the background image of the chart. The default value is . Gets or sets the secondary color of the chart background. A value that represents the secondary color of the chart background. The default value is . Gets or sets the color of the chart border. A value used to draw the chart border. Gets or sets the style of the border. A enumeration value that specifies the style of the border. Gets or sets the color of the border line. A value used to draw the border line. Gets or sets the style of the border line. A enumeration value that specifies the style of the border line. Gets or sets the width of the border line. An value that specifies the width of the border line. Gets or sets a object, which provides border skin functionality for the control. A object which provides border skin functionality for the chart. Gets or set s the width of the chart border. An value that determines the border width, in pixels, of the chart. Gets the build number of the control. A that represents the build number of the chart control. Gets a read-only object that is used to store objects. A read-only object that contains collection of objects. Gets a object that provides methods and properties that handle data. A object that provides methods and properties that handle data. Gets or sets the data source for the object. An that represents the data source for the object. Gets the default control size. A object that represents the default size of the control. Gets the font properties of the control. A object that represents the text font of the control. Gets or sets the text color of the control. A value that specifies the text color of the chart. Gets a object that stores objects for the chart. A object that contains the collection of objects. Gets or sets a flag that determines if a smooth gradient is applied when shadows are drawn. if shadows are drawn using smoothing; otherwise, . The default value is . Gets or sets a that stores all objects used by the control. A object that contains the objects used by the chart. Gets or sets the palette for the control. A enumeration value that determines the palette to be used. Gets or sets an array of custom palette colors. An array of objects that represent the set of colors used for series on the chart. Gets a read-only object used for printing a chart. A object used for printing a chart. Gets or sets the horizontal resolution of the renderer. A value that represents the horizontal resolution of the chart renderer. Gets or sets the vertical resolution of the renderer. A value that represents the vertical resolution of the chart renderer. Gets a object that is used for chart serialization. A object that is used for chart serialization. Gets a object, which contains objects. A object which contains objects. Gets or sets the size of the control. A object that represents the size of the control. Gets or sets a flag that determines whether non-critical exceptions should be suppressed. if non-critical exceptions should be suppressed; otherwise, . The default value is . Gets or sets the type to use when applying anti-aliasing to text. A enumeration value used to apply anti-aliasing to text. The default value is . Gets or sets a object that is used to store all objects used by the control. A object that is used to store all objects used by the chart control. Gets or sets the alignment orientation of a chart area. An enumeration value that specifies the alignment orientation of a chart area. Gets or sets the alignment style of the . An enumeration value that can represent either a single value or the bitwise-OR of multiple values that define the alignment to use. Gets or sets the name of the object to which this chart area should be aligned. A value that represents the name of a object to which this chart area should be aligned. The default is the empty string. Gets or sets a object, which is used to implement three-dimensional (3D) for all series in a chart area. A object that implements 3D for all series plotted in a chart area. Gets or sets an array that represents all axes for a chart area. An array of objects that represents all axes used by a chart area. Gets or sets an object that represents the primary X-axis. An object that represents the primary X-axis. Gets or sets an object that represents the secondary X-axis. An object that represents the secondary X-axis. Gets or sets an object that represents the primary Y-axis. An object that represents the primary Y-axis. Gets or sets an object that represents the secondary Y-axis. An object that represents the secondary Y-axis. Gets or sets the background color of a object. A value that specifies the background color of a chart area. The default color is . Gets or sets the orientation for the background gradient of a chart area, and also determines whether or not a gradient is used. A enumeration that specifies the orientation for the background gradient of a chart area and determines whether a gradient is used. The default value is . Gets or sets the hatching style of a object. A enumeration that specifies the hatching style of a chart area. The default value is . Gets or sets the background image of a object. A value that represents the URL of an image file, used as the background image of a chart area. The default is an empty string. Gets or sets the alignment of a background image. A enumeration value that specifies the alignment of the background image of the chart area. The default value is . Gets or sets the color of a object background image that will be drawn as transparent. A value that represents the color of a background image that will be drawn as transparent. The default value is . Gets or sets the drawing mode for the background image of a object. A enumeration value that specifies the drawing mode for the background image of a chart area. The default value is . Gets or sets the secondary color for the background of a object. A value that specifies the secondary color for the background of a chart area. The default value is . Gets or sets the border color of a object. A value that specifies the border color of a chart area. The default color is . Gets or sets the border style of a object. A enumeration value that determines the border style of the chart area. Gets or sets the border width of a object. An value that determines the border width, in pixels, of the chart area. Gets or sets a object that is used for cursors and selected ranges along the X-axis. A object used for cursors and selected ranges along the X-axis. Gets or sets a object that is used for cursors and selected ranges along the Y-axis. A object used for cursors and selected ranges along the Y-axis. Gets or sets an object, which defines the inner plot position of a chart area object. An object, which defines the inner plot position of a object. Gets or sets a flag that determines if the labels of the relevant chart area axes are of equal size. if all axes that have their property set to and will display their labels using the same font size; otherwise, Gets or sets the unique name of a object. A value that represents the unique name of a object. Gets or sets an object that defines the position of a object within the . An object that defines the position of a chart area object within the chart image. Gets or sets the shadow color of a object. A value that specifies the shadow color of a chart area. The default color is . Gets or sets the shadow offset, in pixels, of a object. An that represents the shadow offset, in pixels, of the chart area. Gets or sets a flag that determines if a chart area is visible. if the chart area is visible; otherwise, . Gets or sets a flag that toggles the 3D on and off for a chart area. the chart area is displayed using 3D, if the chart area is displayed in 2D. The default value is . Gets or sets the angle of rotation around the horizontal axes for 3D chart areas. An that represents the angle of rotation around the horizontal axes for 3D chart areas. Gets or sets a flag that determines whether data series for a bar or column chart are clustered; that is, displayed along distinct rows. if whether data series for a bar or column chart are clustered; otherwise, . Gets or sets a flag that determines whether a chart area is displayed using an isometric projection. if the chart area is displayed using an isometric projection; otherwise, . Gets or sets the style of lighting for a 3D chart area. A enumeration value that specifies the style of lighting for a 3D chart area. Gets or sets the percent of perspective for a 3D chart area. An value that represents the percent of perspective for a 3D chart area. The allowable range is 0-100 percent, and the default is zero (0) percent. Gets or sets the depth of data points displayed in a 3D chart area. An value that represents the depth of data points. The allowable range is 0-1000 percent. The default is 100 percent. Gets or sets the distance between series rows in a 3D chart area. An value that represents the distance between data rows (that is, the data series) in the 3D chart area. The allowable range is 0-1000 percent, and the default is 100 percent. Gets or sets the angle of rotation around the vertical axes for 3D chart areas. An value that represents the angle of rotation around the vertical axes for 3D chart areas. Gets or sets the width of the walls displayed in a 3D chart area. An value that represents the width, in pixels, of the walls displayed in a 3D chart area. Gets or sets an object associated with this chart element. An associated with this chart element. Gets or sets the array of marker points. An array of values that represents the marker points. Gets or sets the outline path. The result can be for complex objects and objects with two points or fewer. A object that represents the outline path. Gets or sets a GDI+ object that can be used for drawing purposes. A object used for drawing. Gets or sets the name of the chart element. A value that represents the name of the chart element. Gets or sets the chart element with the specified name. The name of the chart element. The object of the specified name in the collection. Gets the name prefix that is used to create unique chart element names. A value that represents the default name prefix of the chart elements stored in the collection. Gets the root object. The root object. Gets an for the event. An that represents the hart element. Gets a object. A object. Gets an object. An object. Gets or sets the type of chart content to be serialized. A enumeration value that represents the chart content that will be serialized during a load, save or reset operation. By default, all non-default chart properties, including data, are persisted. Gets or sets the format used when the chart is serialized. A enumeration value that represents the format of the serialized data. The default value is XML. Gets or sets a flag that indicates whether object properties are reset to default values before loading. if object properties are reset to default values before loading; otherwise, . Gets or sets a flag that indicates whether the chart serializer is working in template-creation mode. if the chart serializer is working in template-creation mode; otherwise, . Gets or sets a flag that indicates whether unknown XML properties and elements will be ignored without throwing an exception. if unknown XML properties and elements are ignored without throwing an exception; otherwise, . Gets or sets the chart properties that will not be serialized. A comma-separated expression that represents the chart properties that will not be serialized. The syntax is "Class.Property[,Class.Property]". Gets or sets the chart properties that can be serialized. A comma-separated expression that represents the chart properties to be serialized. The syntax is "Class.Property[,Class.Property]". Gets or sets a flag that determines whether scrolling will occur if a range selection operation extends beyond a boundary of the chart area. if the data view can be scrolled automatically; otherwise, . Gets or sets the type of axis that the cursor is attached to. An enumeration value that represents whether the axis is attached to the primary or secondary axis. Gets or sets the cursor interval. The cursor interval. Gets or sets the interval offset, which affects where the cursor and range selection can be drawn when they are set by a user. The offset from the interval. The default value is zero, which signifies no limitations, and negative values are allowed. Gets or sets the interval offset type of a cursor and selected range for an axis. A enumeration value that determines the unit of measurement for the interval offset. Gets or sets the interval type for the cursor and selected range of an axis. The interval type for the cursor and selected range of an axis. Gets or sets a flag that enables or disables the cursor user interface. if the cursor user interface is enabled; otherwise, . Gets or sets a flag that enables or disables the range selection user interface. if the range selection user interface is enabled; otherwise, . Gets or sets the cursor line color. The line color of the cursor. The default value is . Gets or sets the style of the cursor line. The style of the cursor line. Gets or sets the line width, in pixels, of a cursor The line width, in pixels. The default value is one (1). Gets or sets the position of a cursor. The position of a cursor. Gets or sets a semi-transparent color that highlights a range of data. The color of the highlighted range. The default value is , with an alpha value of 120. Gets or sets the end position of a range selection. The end position of a range selection. Gets or sets the start position of a cursor's selected range. The start position of a cursor’s selected range. Gets the object that a cursor or range selection belongs to. An object that represents the axis that a cursor or range selection belongs to. Gets the object that a cursor or range selection belongs to. An object of type that represents the chart area that a range selection or cursor belongs to. Gets or sets the position of a cursor. Depending on the event, also sets the cursor's position. A value that represents the position of a cursor along an axis. Gets or sets the end position of a selected range. Depending on the event, also sets the end position of the range. A value that represents the end position of a selected range. Gets or sets the start position of a selected range. Depending on the event, also sets the start position of the range. A value that represents the start position of a selected range. Used to remove, modify or change the order of both custom and default legend items in the event. Can also be used to add custom legend items. A object. Gets the name of the object, which can be used to determine which legend was the sender of the event. A value that represents the name of the associated object. Gets the axis that this object belongs to. An object that represents the axis that this object belongs to. Gets or sets the text color of the custom label. A value that represents the text color of a custom label. Gets or sets the beginning position, in axis coordinates, of the custom label. A value that represents the beginning of the axis range that the label is applied to. Gets or sets a property that specifies whether custom tick marks and grid lines will be drawn in the center of the label. A enumeration value that specifies whether custom tick marks and grid lines will be drawn in the center of the label. Gets or sets the custom label image. A value that represents the name of the custom label image. Gets or sets a color that will be replaced with a transparent color when a custom label image is drawn. A value which is replaced with a transparent color when a custom label image is drawn. The default value is . Gets or sets the label mark for a custom label. This applies to labels in rows other than the first row. A enumeration value that determines the type of label mark, if any, to be used. Gets or sets the marker color for the custom label. A value that represents the marker color of a custom label. Gets or sets the name of the custom label. A value that represents the text name of the custom label. Gets or sets the index of the custom label row. An value that specifies the index, 0 to 10, of the custom label row. Gets or sets the custom label text. A value that represents the label text. Gets or sets the custom label tooltip text. A that represents the tooltip text. Gets or sets the starting position of the custom label, in axis coordinates. A value that represents the starting position. Gets or sets a flag that indicates whether empty points are ignored while performing calculations. if empty points are ignored while performing calculations; if empty points are treated as zeroes. Gets or sets a flag that indicates whether to start formulas such as "rolling average" from zero. if formulas such as "rolling average" start from zero; otherwise, . Gets a reference to the class. A reference to the object. Gets or sets a value that determines whether points are filtered if they match criteria specified in arguments in the Filter methods of this class. if points that match specified criteria are filtered; if points that do not match the criteria are filtered. The default value is . Gets or sets a flag that indicates whether points filtered by the Filter or FilterTopN methods will be removed or marked as empty. if filtered points will be marked as empty; if they will be removed. The default value is . Gets or sets a flag that indicates whether a data point is marked as empty. if the point is marked as an empty point; otherwise, . The default value is . Gets or sets the name of the data point. A value that represents the text name of the data point. Gets or sets the X-value of a data point. A that represents the X-value of a data point. Gets or sets the Y-value(s) of a data point. An array of values that represent the Y-value(s) of a data point. Gets or sets the text of the X-axis label for the data point, series or an empty point. This property is only used if a custom label has not been specified for the relevant object. A value that represents the text of the X-axis label. Gets or sets the background gradient style. A enumeration value that is used to draw the background gradient style. Gets or sets the background hatching style. A enumeration value that is used to draw the background hatching style. Gets or sets the background image of the data point. A value that represents the name of the background image file. Gets or sets the alignment of the background image, which is used with the drawing mode. A enumeration value that specifies the alignment of the background image. Gets or sets a color that will be replaced with a transparent color when the background image is drawn. A value that will be replaced with a transparent color when the image is drawn. Gets or sets the drawing mode of the background image. A enumeration value that defines the drawing mode of the image. Gets or sets the secondary background color. A value that specifies the secondary background color. Gets or sets the border color of the data point. A value that specifies the border color of the data point. Gets or sets the border style of the data point. A enumeration value that specifies the border style of the data point. Gets or sets the border width of the data point. An value that specifies the border width of the data point. Gets or sets the color of the data point. A value that is used to draw the color of the data point. Gets or sets the custom properties of the data point. Custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2 … A value that represents the custom properties of the data point. Gets or sets the extended custom properties of the data point. Extended custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2... A object that represents the extended custom properties of the data point. Gets or sets the font of the data point. A value that represents the font of the data point. Gets or sets a flag that indicates whether to show the value of the data point on the label. if the value of the data point is shown on the label; otherwise, . Gets or sets a flag that indicates whether the item is shown in the legend. if the item is shown in the legend; otherwise, . Gets the object by its position in the index. The index of the custom property. A value that represents the custom properties of the data point. Gets or sets the object by name. The name of the custom property. A value that represents the custom properties of the data point. Gets or sets the text of the data point label. A value that represents the text of the data point label. Gets or sets the angle of the data point label. An value that represents the angle of the label. Gets or sets the background color of the data point label. A value that represents the background color of the data point label. Gets or sets the border color of the data point label. A value that represents the border color of the data point label. Gets or sets the border style of the label. A enumeration value that specifies the border style of the label. Gets or sets the border width of the label. An value that represents the width of the border. Gets or sets the text color of the label. A value that represents the text color of the label. Gets or sets the format of the data point label. A value that represents the format of the label. Gets or sets the tooltip for the data point label. A value that represents the tooltip for the data point label. Gets or sets the text of the item in the legend. A value that represents the text of the item in the legend. Gets or sets the tooltip of the item in the legend. A value that represents the tooltip of the item in the legend. Gets or sets the border color of the marker. A value that represents the border color of the marker. Gets or sets the border width of the marker. An value that specifies the border width of the marker. Gets or sets the marker color. A value that is used to draw the marker color. Gets or sets the marker image. A value that represents the name of the marker image file. Gets or sets the color that will be replaced with a transparent color when the marker image is drawn. A value that specifies the color that will be replaced with a transparent color when the marker image is drawn. Gets or sets the size of the marker. An value that specifies the size of the marker. Gets or sets the marker style. A enumeration value that specifies the marker style. Gets or sets the tooltip. A value that represents the tooltip. Gets or sets a value that indicates whether an applicable chart element will be positioned automatically by the control. if an applicable chart element will be positioned automatically by the chart control; otherwise, . Gets the bottom position of a chart element, in relative coordinates. A value that represents the relative position of the bottom of a chart element. Gets or sets the height of a chart element. A value that represents the height of the chart element. Gets the position of the right side of a chart element, in relative coordinates. A value that represents the relative position of the right side of a chart element. Gets the size of a chart element. A value that represents the size of a chart element. Gets or sets the width of a chart element. A value that represents the width of a chart element. Gets or sets the relative X-coordinate of the top-left corner of an applicable chart element. A value that represents the X-coordinate of the top-left corner of an applicable chart element. Gets or sets the relative Y-coordinate of the top-left corner of an applicable chart element. A value that represents the Y-coordinate of the top-left corner of an applicable chart element. Gets the annotation type name. The annotation type. Gets the chart element type. A enumeration value. Gets or sets the format string. A value that represents the format. Gets or sets the localized text. A value that represents the localized text. Gets the sender object of the event. The sender object of the event. Gets the value to be formatted. A value. Gets the value type. A enumeration value. Gets the Critical F one tail. A value. Gets the first series mean. A value. Gets the first series variance. A value. Gets the F value. A value. Gets the Probability F one tail. A value. Gets the second series mean. A value. Gets the second series variance. A value. Gets or sets a flag that determines whether major or minor grid lines are enabled. if enabled, if disabled. The default is for major grid objects and for minor grid objects. Gets or sets the interval between major or minor grid lines. A value that represents the interval between grid lines. By default, the value is not set () for major grid lines. For minor grid lines, the default value is zero (0). Gets or sets the offset of grid lines. A value that represents the interval offset. Gets or sets the interval offset type of major and minor grid lines. A enumeration value that indicates the interval type. By default it is not set for major grid lines. The default value for minor grid lines is . Gets or sets the interval type for major or minor grid lines. A enumeration value that indicates the interval type. By default it is not set for axis labels, major tick marks and major grid lines, by using the enumeration value. The default value for minor tick marks and grid lines is . Gets or sets the line color of a grid. A object. The default value is . Gets or sets the line style of a grid. A enumeration value. The default is . Gets or sets the line width of major and minor grid lines. An i that represents the line width in pixels. The default value is one (1). Gets or sets the object that may be associated with a chart element returned by a hit test. The presence of an associated object depends on whether a chart element was detected at the given location, and the type of chart element returned. An object, otherwise . The default value is . Gets or sets the object that may be associated with a chart element returned by a hit test. The presence of a object depends on whether a chart element was detected at the given location, and the type of chart element returned. A object, otherwise . The default value is . Gets or sets the type of chart element, if any, returned by a hit test. A enumeration value that indicates the type of chart element returned by a hit test. Defaults to . Gets or sets the object, if any, returned by a hit test. An object of type , otherwise . Gets or sets the index of a data point, if any, returned by a hit test. An value that represents the index of a data point returned by a hit test. The default value is negative one (-1). Gets or sets the associated series of a data point, if any, returned by a hit test. The that a data point returned by a hit test belongs to. The default value is . Gets the sub-object, if any, returned by a hit test. A sub-object of type , otherwise . Gets the annotation type name. The annotation type. Gets or sets the alignment of the annotation image. A value that represents the alignment of the annotation image. Gets the annotation type name. The annotation type. This property is not applicable to the image annotation type. A value. This property is not applicable to the image annotation type. A enumeration value. This property is not applicable to the image annotation type. A enumeration value. This property is not applicable to the image annotation type. A value. This property is not applicable to the image annotation type. A object. This property is not applicable to the image annotation type. A value. Gets or sets the name of the annotation image. A value that represents the name of the annotation image. Gets or sets a color that will be replaced with a transparent color when the image is drawn. A value that will be replaced with a transparent color when he image is drawn. Gets or sets the drawing mode of the image. A enumeration value that defines the drawing mode of the image. This property is not applicable to the image annotation type. A value. This property is not applicable to the image annotation type. A enumeration value. This property is not applicable to the image annotation type. An value. Gets or sets the text style of the annotation. A enumeration value that represents the style used to draw the annotation text. Gets or sets a value that represents the angle at which the font is drawn. An value. Gets or sets a flag that indicates whether the label is enabled. if the label is enabled; otherwise, . Gets or sets the font of the label. A object. Gets or sets the color of the label. A value. Gets or sets the formatting string for the label text. A value. Gets or sets the size of the label interval. A value. Gets or sets the offset of the label interval. A value. Gets or sets the unit of measurement of the label interval offset. A enumeration value. Gets or sets the unit of measurement for the size of a label interval. A enumeration value. Gets or sets a flag that determines whether the labels are shown at axis ends. if the labels are shown at axis ends; otherwise, . Gets or sets a flag that determines whether the labels are shown with an offset. if the labels are shown with an offset; otherwise, . Gets or sets a flag that determines whether the labels can be truncated. if the labels can be truncated; otherwise, . Gets or sets the alignment of the legend. A .NET Framework enumeration value that represents the alignment of the legend. The default value is . Gets or sets the minimum font size that can be used by the autofitting algorithm for the legend text. An value that represents the minimum font size that can be used by the autofitting algorithm for the legend text. Gets or sets the background color of a legend. A value used to draw the background color of a legend. The default color is . Gets or sets the orientation for the background gradient of a legend. Also determines whether a gradient is used. A enumeration that specifies the orientation for the background gradient of a legend. The default value is . Gets or sets the hatching style of a legend. A enumeration that specifies the hatching style of a legend. The default value is . Gets or sets the background image of a legend. A value that represents the URL of an image file. The default value is an empty string. Gets or sets the background image alignment used for the drawing mode. A enumeration value that specifies the background image alignment. The default value is . Gets or sets a color that will be replaced with a transparent color when the background image is drawn. A value that will be displayed as transparent color when the background image is drawn. The default value is . Gets or sets the legend background image drawing mode. A enumeration value that specifies the legend background image drawing mode. The default value is . Gets or sets the secondary color of a legend background. A value used for the secondary color of background with hatching or gradient fill. The default value is . Gets or sets the border color of a legend. A value used to draw the border color of a legend. The default color is . Gets or sets the border style of a legend. A enumeration value that determines the border style of the chart element. Gets or sets the border width of a legend. An value that determines the border width, in pixels, of the legend. Gets the object that contains the collection of cell columns for a legend. A object that contains the collection of cell columns for a legend. Gets a T object used for custom legend items. A object. Gets or sets the name of the where the legend will be docked. A value that represents the name of the where this legend will be docked. The default value is the empty string. Gets or sets a value that determines whether the legend is docked. A enumeration value that determines whether the legend is docked. The default value is . Gets or sets a value that indicates whether the legend is enabled. if the legend is enabled; otherwise, . The default value is . Gets or sets a object, which is used to set font properties of the legend. A object which is used to set font properties of the legend. Gets or sets the color of the legend text. A value that specifies the color of the legend text. Gets or sets the visual separator type for the legend header. A enumeration value that specifies the visual separator type for the legend header. Gets or sets the color of the separator for the legend header. A value that specifies the color of the separator for the legend header. Gets or sets the name of the chart area in which the legend is drawn. A value that represents the name of the chart area. Gets or sets a flag that indicates whether legend rows will be drawn with interlaced background color. if legend rows will be drawn with interlaced background color; otherwise, . Gets or sets the background color of the legend's interlaced rows. A value that specifies the background color of the legend's interlaced rows. Gets or sets a flag that indicates whether the legend is docked inside or outside the chart area. is the legend is docked inside the chart area; if it is docked outside the chart area. The default value is . Gets or sets a flag that indicates whether all legend items are equally spaced. if legend items are equally spaced; otherwise, . The default value is . Gets or sets a flag that indicates whether the legend text is automatically sized. if the legend text is automatically sized; otherwise, . Gets or sets the visual separator type for the legend table columns. A enumeration value that specifies the visual separator type for the legend table columns. Gets or sets the color of the legend table column separator. A value used to draw the color of the legend table column separator. Gets or sets the legend table column spacing. An value that represents the table column spacing. Gets or sets a value that specifies the order in which legend items are displayed. This property only affects legend items automatically added for the chart series; it has no effect on custom legend items. A enumeration value that specifies the order in which legend items are displayed. Gets or sets the style of the legend. A enumeration value that determines the legend style. The default value is . Gets or sets the maximum size of the legend, measured as a percentage of the chart area. This value is used by the automatic layout algorithm. A value that represents the maximum size of the legend. Gets or sets the name of the legend. A value that represents the name of the legend. Gets or sets an object, which can be used to get or set the position of the legend. If the property is automatic (that is, Legend.Position.Auto = ) the legend position is calculated automatically by the control, taking into account the , and property settings.If it is not automatic, the , and properties are ignored, and the legend position is solely determined by the value of the returned object. Gets or sets the shadow color of the legend. A value that specifies the shadow color of the legend. The default color is . Gets or sets the shadow offset, in pixels, of the legend. An value that represents the shadow offset, in pixels, of the legend. Gets or sets the legend table style. A enumeration value that specifies the legend table style. Gets or sets the number of characters that can be sequentially displayed in the legend before the text is wrapped. An value that represents the number of characters that can be placed in the legend sequentially before the text is wrapped. The default value is 25. Gets or sets the text of the legend title. A value that represents the legend title text. The default value is a zero-length string. Gets or sets the alignment of the legend title. A enumeration value that represents the alignment of the legend title. The default value is . Gets or sets the background color of the legend title. A value used to draw the background of the legend title. The default value is . Gets or sets the font for the legend title. A object that represents the font for the legend title. The default value is "Microsoft Sans Serif, 8pt, Bold". Gets or sets the text color of the legend title. A value used to draw the title text color. The default value is . Gets or sets the visual separator type for the legend title. A value that represents the type of separator that will be drawn below the title. The default value is . Gets or sets the color of the legend title separator. A value used to draw the color of the legend title separator. The default value is . Gets or sets the alignment of the legend cell contents. A value that represents the alignment of the legend cell contents. The default value is . Gets or sets the background color of the legend cell. A value used to draw the legend cell's background. Gets or sets the number of horizontal cells used to draw the contents of the legend cell. An value that represents the number of horizontal cells used to draw the legend cell contents. The default value is 1. Gets or sets the legend cell type that is used to define the contents of the legend cell. A enumeration value that represents the type that is used to define the contents of the legend cell. The default value is . Gets or sets the font for the legend cell. A object that represents the font for the legend cell. The default value is "Microsoft Sans Serif, 8pt". Gets or sets the text color of the legend cell. A value used to draw the legend cell text. The default value is . Gets or sets the name of the image in a legend cell. A value that represents the name of the image to be used in the legend cell. Gets or sets the size of the image in a legend cell. A value that represents the size of the image. The default value is (0,0), which means the original size of the image will be used. Gets or sets a color which will be replaced with a transparent color when the image is drawn. A value that is used as a transparent color in a legend cell image. Gets the legend in which this cell belongs. A object that represents the legend in which this cell belongs. Gets the legend item in which this cell belongs. A object that represents the legend item in which this cell belongs. Gets or sets the margins of the legend cell. A object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15". Gets or sets the name of the legend cell. A value that represents the text name of the legend cell. Gets or sets the size of the series symbol that is displayed in the legend cell. A object that represents the size of the series symbol. The default values for the width and height of the symbol are 200 and 70, respectively. Gets or sets the legend cell text. A value that represents the text for the legend cell. The default value is a zero-length string. Gets or sets the tooltip text for the legend cell. A value that represents the tooltip for the legend cell. The default value is a zero-length string. Gets or sets the legend column content alignment. A value that represents the alignment of the legend cell contents. The default value is . Gets or sets the background color of the legend cell column. A value used to draw the legend cell column background.The default value is . Gets or sets the legend cell column type. A enumeration value that represents the legend cell column type. This value represents the type that will be used to define the legend cell column contents. The default value is . Gets or sets the font for the legend column text. A object that specifies the font for the legend column text. The default value is . Gets or sets the text color of the legend cell column. A value used to draw the legend cell column text. The default value is . Gets or sets the horizontal text alignment of the legend cell column header. A enumeration value that specifies the horizontal text alignment of the legend cell column header. Gets or sets the background color for the legend cell column header. A value used to draw the background of the legend cell column header. The default value is . Gets or sets the font used in the legend column header. A object that represents the font used in the legend column header. The default value is "Microsoft Sans Serif, 8pt, Bold". Gets or sets the color of the legend column header text ( property). A value that specifies the color of the legend column header text. Gets or sets the text for the legend cell column header. A value that represents the legend cell column header text. The default value is a zero-length string. Gets the legend in which this legend cell column belongs. A object that represents the legend which this legend cell column belongs to. Gets or sets the margins of the legend cell column. A object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15". Gets or sets the maximum width of the legend cell column. An value that represents the maximum width of the legend cell column. The default value is minus one (-1), which means that the maximum width is automatically calculated. Gets or sets the minimum width of the legend cell column. An value that represents the minimum width of the legend cell column. The default value is minus one (-1), which means that the minimum width is automatically calculated. Gets or sets the name of the legend cell column. A value that represents the text name of the legend cell column. Gets or sets the size of the series symbol displayed in a legend cell column. A object that represents the size of the series symbol. The default values for the width and height of the symbol are 200 and 70, respectively. Gets or sets the text of the legend cell column. A value that represents the text for the legend cell column. The default value is a zero-length string. Gets or sets the tooltip text for the legend cell column. A value that represents the tooltip for the legend cell column. The default value is a zero-length string. Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used. A enumeration that specifies the orientation for the background gradient of a legend item. The default value is . Gets or sets the hatching style of a legend item. A enumeration that specifies the hatching style of a legend item. The default value is . Gets or sets a color which will be replaced with a transparent color when the background image is drawn. A value that will be displayed as transparent when the background image is drawn. Gets or sets the secondary color of a legend item. A value used for the secondary color of background with hatching or gradient fill. The default value is . Gets or sets the border color of a legend item. A value used to draw the border color of a legend item. The default color is . Gets or sets the border style of a legend item. A enumeration value that determines the border style of the legend item. Gets or sets the border width of a legend item. An value that determines the width, in pixels, of the legend item border. Gets the collection of cells in the legend item. A object that represents the collection of cells in the legend item. Gets or sets the color of a legend item. A value that is used to draw the legend item. The default color is . Gets or sets a flag that indicates whether the legend item is enabled. if the legend item is enabled; otherwise, . The default value is . Gets or sets the image that will be displayed for a legend item symbol. A value that represents the URL of an image file. The default value is an empty string. Gets or sets the display style of the legend item image. A enumeration value that specifies the display style of the legend item image. Gets or sets the object associated with this legend item. A object associated with this legend item. Gets or sets the border color of the markers, if used. A value that represents the ARGB (alpha, red, green, blue) color of a marker border. Gets or sets the border width of the markers, if used. Measured in pixels. An value that represents the border width of the markers. The default value is one (1) pixel. Gets or sets the color of the markers, if used. A value that represents the color of the markers. The default color is . Gets or sets a marker image of the legend item. A value that represents the URL of an image file. Gets or sets a color that will be replaced with a transparent color when the marker image is drawn. A value that represents an ARGB (alpha, red, green, blue) color that will be replaced with a transparent color when the marker image is drawn. Gets or sets the size of the legend item markers, if used. An expression that represents the height and width of the plotting area of markers, in pixels. The default value is 5 pixels. Gets or sets a legend item marker style. Also used to enable or disable the display of markers. A integer enumeration that specifies a legend item marker style. The default value is . Gets or sets the name of the legend item. A value that represents the name of the legend item. Gets or sets the color of the legend item separator. A value used to draw the color of the legend item separator. The default value is . Gets or sets the separator style of the legend item. A enumeration value that specifies the separator style of the legend item. Gets or sets the name of the associated with a default legend item. A value that determines the name of the series associated with a default legend item. The default value is a zero-length string. Gets or sets the index of a object associated with a default legend item. An value that represents the location of the default legend's associated data point in a zero-based index. All chart types except for pie and doughnut charts will return a negative one (-1). Gets or sets the shadow color of a legend item. A value that represents the shadow color of a legend item. The default color is . Gets or sets the shadow offset, in pixels, of a legend item. An value that represents the shadow offset, in pixels, of the relevant chart element. Gets or sets the tooltip of the legend item. A value that represents the tooltip for the legend item. This property is not applicable to the line annotation type. A enumeration value. Gets or sets the position alignment of an annotation to the anchor point. A value that represents the annotation alignment to the anchor point. Gets the type of annotation. The annotation type. This property is not applicable to the line annotation type. A value. This property is not applicable to the line annotation type. A enumeration value. This property is not applicable to the line annotation type. A value. This property is not applicable to the line annotation type. A value. Gets or sets a style for the anchor cap at the end of the annotation line. A enumeration value that represents the style to apply to the anchor cap at the end of the line. This property is not applicable to the line annotation type. A object. This property is not applicable to the line annotation type. A value. Gets or sets a flag that indicates whether an infinite line should be drawn. if a line should be drawn infinitely through two points provided, otherwise . Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates. if the and of an annotation are always in chart relative coordinates, otherwise . Gets or sets a style for the anchor cap at the start of an annotation line. A enumeration value that represents the style to apply to the anchor cap at the start of the line. This property is not applicable to the line annotation type. A enumeration value. Gets or sets the bottom margin. Returns an value. The default value is 0. Gets or sets the left margin. An value. The default value is 0. Gets or sets the right margin. An value. The default value is 0. Gets or sets the top margin. An value. The default value is 0. Gets or sets the image of a object. The image component of a object. This can be any object derived from the .NET Framework class, for example, a object. Gets or sets the unique name of a object. A value that represents the unique name of a object stored in the . Gets or sets a structure, which stores the X and Y coordinates of a 3D point. A structure which stores the X and Y coordinates of a 3D point. Gets or sets the X coordinate of a 3D point. A that represents the X coordinate of a 3D point. Gets or sets the Y coordinate of a 3D point. A value that represents the Y coordinate of a 3D point. Gets or sets the Z coordinate of a 3D point. The Z coordinate of a 3D point, which is measured as a percentage of the relevant chart area's depth. Gets the annotation type. The annotation type. Gets or sets the background color of an annotation. A value used to draw the annotation background. Gets or sets the background gradient style of an annotation. A value used to draw the annotation background. Gets or sets the background hatch style of an annotation. A value used to draw the annotation background. Gets or sets the secondary color of the annotation background. A value used to draw the annotation background with hatching or gradient fill. This property is not applicable to the polygon annotation type. A value. This property is not applicable to the polygon annotation type. A value. This property is not applicable to the polyline annotation type. A value. Gets the annotation type. The annotation type. This property is not applicable to the polyline annotation type. A value. This property is not applicable to the polyline annotation type. A enumeration value. This property is not applicable to the polyline annotation type. A enumeration value. This property is not applicable to the polyline annotation type. A value. Gets or sets the style of an anchor cap at the end of the annotation line. A value that represents the style used for an anchor cap located at the end of an annotation line. This property is not applicable to the polyline annotation type. A object. This property is not applicable to the polyline annotation type. A value. Gets or sets the path points of a polyline annotation at run time. A object with the polyline shape. Gets or sets the path points of the polyline annotation at design time. An object with the polyline shape. Gets or sets a flag that determines whether an annotation should be placed using the free-draw mode. if an annotation should be placed using free-draw mode, otherwise . The default value is . Gets or sets a style for the anchor cap at the start of the annotation line. A value that represents the style for an anchor cap located at the start of an annotation line. Gets or sets the text style of an annotation. A value used to draw the text of an annotation. Gets or sets a print document for the chart. A object for the chart. Gets the annotation type. The annotation type. Gets or sets the background color of the annotation. A value used to draw the annotation background. Gets or sets the gradient style of the annotation. A value used to draw an annotation background. Gets or sets the hatch style of an annotation background. A value used to draw the background. Gets or sets the secondary color for an annotation background. A value used to draw the annotation background with hatching or gradient fill. Gets or sets the line color of an annotation. A value used to draw the annotation line. Gets or sets the line style of an annotation. A value used to draw the line style of an annotation. Gets or sets the line width, in pixels, of an annotation. An value that represents the line width, in pixels. Gets the object that a scrollbar belongs to. An object that represents the axis that the scrollbar belongs to. Gets the type of scrollbar button that the end-user clicked. A enumeration value that represents the type of scrollbar button the end-user clicked. Gets the object that the scrollbar belongs to. A object. Gets or sets a flag that indicates whether to cancel the default behavior of specific scrollbar events. if the default behavior of the event should be cancelled, otherwise . Gets the X position of the mouse cursor at the time the event was raised. An value that represents the X mouse cursor position. The position is expressed in pixels, with 0,0 being the top-left corner of the chart image. Gets the Y position of the mouse cursor at the time the event was raised. An value that represents the Y mouse cursor position. The position is expressed in pixels, with 0,0 being the top-left corner of the chart image. Gets or sets the axis label text for the series. The axis label text for the series. The default value is a zero-length string. Gets or sets the name of the object used to plot the data series, if any. A object, which is used to plot the series. Gets or sets the chart type of a series. A enumeration value that indicates the chart type that will be used to represent the series. The default value is . Gets or sets the name of the chart type used to draw the series. The name of the chart type. Gets or sets the drawing style of points marked as empty. The drawing style of points marked as empty. Gets or sets a flag that indicates whether the series will be visible on the rendered chart. if the series will be visible on the rendered chart; otherwise, . The default value is . Gets or sets a flag that indicates whether data point indices will be used for the X-values. if the indices of data points that belong to the series will be used for X-values; if they will not. The default value is . Gets or sets the name of the series associated with the object. The name of a object. Gets or sets a value that determines how often to display data point markers. An value that determines how often to display data point markers. The default value is one (1). Gets or sets the unique name of a object. The unique name of the data series. Gets or sets the color palette of a object. An enumeration value that determines the palette for the data series. Gets a collection of data points. A collection of data points. Gets or sets the shadow color of a series. The shadow color of a series. The default color is . Gets or sets the shadow offset, in pixels, of a series. The shadow offset of the series, in pixels. Gets or sets the style of the smart labels. The style of the smart labels. Gets or sets the X-axis type of the series. A enumeration value that determines if the series uses the primary or secondary X-axis. Gets or sets the member of the chart data source used to data bind to the X-value of the series. The member of the chart data source used to data bind to the X-value of the series. Gets or sets the value types plotted along the X-axis. A enumeration value that determines the type of X-value data stored by the series. The default value is . Gets or sets the Y-axis type of a series. An enumeration value that determines if a series uses the primary or secondary Y-axis. Gets or sets member columns of the chart data source used to bind data to the Y-values of the series. The member columns of the chart data source used to bind data to the Y-values of the series. Gets or sets the maximum number of Y-values that objects in a are allowed to have. The maximum number of Y-values that the data points in a series are allowed to have. The default value is one (1). Gets or sets the type of Y-value data in the data points stored by a series. A enumeration value that determines the type of Y-value data stored by the series. The default value is . Gets or sets a flag that specifies whether a object can be drawn outside the plotting area. A enumeration value. Gets or sets the background color of the label callout. A value. Gets or sets the anchor cap style of the label callout line. A enumeration value. Gets or sets the color of the label callout line. A value. Gets or sets the style of the label callout line. A enumeration value. Gets or sets the width of the label callout line. An value. Gets or sets the callout style of the repositioned object. A enumeration value. Gets or sets a flag that indicates whether a algorithm is enabled. if an algorithm will be applied to prevent data point labels from overlapping. if overlapping of data point labels will not be prevented. The default value is . Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker. if data point labels are permitted to overlap point markers. if data point labels will be prevented from overlapping the point markers. The default value is . Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden. if labels will be hidden if they overlap. if overlapped labels will not be hidden. The default value is . Gets or sets the maximum distance, in pixels, that the overlapped object can be moved from the marker. A value. Gets or sets the minimum distance, in pixels, that the overlapped object can be moved from the marker. A value. Gets or sets the direction(s) in which the overlapped object is allowed to be moved. A enumeration value or multiple bitwise OR'd values. The default is the bitwise OR of all values to allow repositioning in all directions except to the center of the data point. Gets or sets the background color of the strip line. A structure. The default color is . Gets or sets the gradient style of the strip line. A enumeration. The default value is . Gets or sets the hatching style of the strip line. A enumeration. The default value is . Gets or sets the background image of the strip line. A value that represents an image file's URL. The default is an empty string. Gets or sets the background image alignment. A enumeration value. The default value is . Gets or sets a color which will be replaced with a transparent color when the background image is drawn. A value that will be displayed as transparent. Gets or sets the drawing mode of the background image of the strip line. A integer enumeration. The default is . Gets or sets the secondary color of the strip line background. A value used for the secondary color of a background with hatching or gradient fill. The default color is . Gets or sets the border color of a strip line. A value. The default color is . Gets or sets the border style of the strip line. A enumeration value that determines the border style of the strip line. Gets or sets the border width of the strip line. An value that determines the width of the strip line's border, in pixels. Gets or sets the font used for the strip line text. A value that represents the font of the strip line text. Gets or sets the color of the strip line text. A value that represents the text color of a strip line. The default value is . Gets or sets the interval for a strip line, and determines if the strip line is drawn once or repeatedly. A value that represents the interval between strip lines. The default value is zero. Gets or sets the offset of grid lines, tick marks, strip lines and axis labels. A value that represents the interval offset. Gets or sets the interval offset type of the strip line. A enumeration value that indicates the interval type. The default value is . Gets or sets the interval type of a object. A enumeration value that indicates the interval type. The default value is . Gets the name of the strip line. A value that represents the name of the strip line. Gets or sets the width of a strip line. A value that determines whether a strip or a line is drawn. The default value is 0.0. Gets or sets the unit of measurement for the property. A enumeration value that indicates the width type. The default value is . Gets or sets the text of the strip line. A value that represents the text of a strip line. Gets or sets the text alignment of the strip line. A value that represents the alignment of the strip line text. Gets or sets the text line alignment of the strip line. A value that represents the alignment of the text line. Gets or sets the text orientation. A value that represents the alignment of the text orientation. Gets or sets the tooltip of a strip line. A value that represents the tooltip of the strip line. Gets the annotation type. The annotation type. This property is not applicable to the text annotation type. A value. This property is not applicable to the text annotation type. A enumeration value. This property is not applicable to the text annotation type. A enumeration value. This property is not applicable to the text annotation type. A value. Gets or sets the font for the annotation text. A object used as the font for the annotation text. Gets or sets a flag that indicates whether the annotation text is multiline. if the annotation text is multiline; otherwise, . This property is not applicable to the text annotation type. A value. This property is not applicable to the text annotation type. A enumeration value. This property is not applicable to the text annotation type. An value. Gets or sets the text of the annotation. A value that represents the text. Gets or sets the length of tick marks. The length is measured in units that represent a percentage of the height or width of the chart image, depending on the axis. A value that represents the size, or length, of tick marks. The default value is 1.0 percent. Gets or sets the tick mark style. A enumeration value. The default value is . Gets or sets the alignment of the title. A enumeration value that represents the title alignment within the text drawing area. The default value is . Gets or sets the background color of the title. A value that represents the background color of the title. The default color is . Gets or sets the orientation for the background gradient of a title. Also determines whether a gradient is used. A enumeration that represents the orientation for the background gradient of a title. The default value is . Gets or sets the hatching style for the title. A enumeration that specifies the hatching style for the title. The default value is . Gets or sets the background image of the title. A value that represents the URL of an image file. The default is an empty string. Gets or sets the alignment of the title background image. A enumeration value that specifies the alignment of the title background image. The default value is . Gets or sets a color that will be drawn as transparent when the background image is drawn. A value that specifies the color that will be drawn as transparent when the background image is drawn. The default value is . Gets or sets the drawing mode for the background image of the title. A enumeration value that specifies the drawing mode for the background image of the title. The default value is . Gets or sets the secondary color of the title background. A value used for the secondary color of a background with hatching or gradient fill. The default value is . Gets or sets the border color of the title. A value that specifies the border color of the title. The default color is . Gets or sets the border style of the title. A enumeration value that determines the border style of the title. Gets or sets the border width of the title. An value that determines the border width, in pixels, of the title. Gets or sets the name of the where the title will be docked. A value that represents the name of the where this title will be docked. The default value is the empty string. Gets or sets a value that determines where the title is docked. A enumeration value that determines where the title is docked. The default value is . Gets or sets the positive or negative offset of the docked title position. An value that specifies the positive or negative offset of the docked title position. Gets or sets the font for the title. A object that represents the font for the title. Defaults to "Microsoft Sans Serif, 8pt". Gets or sets the color of the title text. A value that is used to draw the color of the title text . Gets or sets a flag that specifies whether the title should be docked within a object. if the title will be docked within a chart area; if the title will be docked outside the chart area. The default value is . Gets or sets the unique name of a object. A value that represents the unique name of the title object. Gets or sets an object, which can be used to get or set the position of the title. An value that represents the position of the title. The default value is . Gets or sets the shadow color for the title. A value that specifies the shadow color for the title. The default color is . Gets or sets the shadow offset, in pixels, of the title. An value that represents the shadow offset, in pixels, of the title. Gets or sets the text for the title. A value that represents the text for the title. Gets or sets the orientation of the text in the title. A enumeration value that determines the orientation of the text in the title. Gets or sets the style of the text for the title. A enumeration value that determines the style of the text for the title. The default value is . Gets or sets the tooltip for the title. A value that represents the tooltip for the title. Gets or sets the visibility flag of the title. if the title is visible; otherwise, . Gets a object, which provides information about the chart element that the event was raised for. A object that represents information for the element the event was raised for. Gets or sets the tooltip, if any, of the chart element over which the mouse cursor is held. This property can also set a tooltip for this chart element. A value that represents the tooltip text of the element the event was raised for. Gets the X coordinate of the point the mouse cursor is held over when the event is raised. An value that represents the X coordinate of the mouse cursor. Gets the Y coordinate of the point the mouse cursor is held over when the event is raised. An i that represents the Y coordinate of the mouse cursor. Gets the degree of freedom. A value. Gets the mean of the first series. A value. Gets the variance of the first series. A value. Gets the Probability T one tail value. A value. Gets the Probability T two tail value. A value. Gets the mean of the second series. A value. Gets the variance of the second series. A value. Gets the Critical T one tail value. A value. Gets the Critical T two tail value. A value. Gets the T value. A value. Gets the annotation type. The annotation type. Gets the object that a view belongs to. An object that represents the axis that a view belongs to. Gets the object that a view belongs to. A object that represents the chart area a view belongs to. Gets the new position of a view along an axis. A value that represents the position of a view along an axis, which is either the bottom of a vertical view or the left position of a horizontal view. Gets or sets the size of a view along an axis. A value that represents the size of a view along an axis. The size is either the height of the vertical view or the width of the horizontal view. Gets the unit of measurement for the new size of a view. A enumeration value that represents the unit of measurement for the property, which represents the width or height of a data view. The default value is . Gets the mean of the first series. A value. Gets the variance of the first series. A value. Gets the Probability Z one tail value. A value. Gets the Probability Z two tail value. A value. Gets the mean of the second series. A value. Gets the variance of the second series. A value. Gets the Critical Z one tail value. A value. Gets the Critical Z two tail value. A value. Gets the Z value. A value. Defines properties and methods common to all annotations. This is an abstract class. Stores chart annotation objects. Represents a group of annotations. Represents a path point of a or , which is stored in their PathPoints property. Represents a collection of or path points, which can be accessed using the GraphicPathPoints property. Provides data for the events in the control that change the position of the annotation. Stores the smart label properties of an annotation. Represents the results of an ANOVA statistical test. Specifies the anti-aliasing options for the chart. Do not use anti-aliasing. Use anti-aliasing when drawing text. Use anti-aliasing when drawing graphics primitives such as circles or rectangles. Use anti-aliasing for text and graphics. Specifies the alignment orientation of a chart area. Chart areas are not automatically aligned. Chart areas are aligned vertically. Chart areas are aligned horizontally. Chart areas are aligned horizontally and vertically. Specifies the alignment styles of chart areas. Chart areas are not automatically aligned. Chart areas are aligned by the chart area position. Chart areas are aligned by their inner plot position. Chart areas are aligned by their data view. Chart areas are aligned using their cursors. Chart areas are aligned using all values. Represents an arrow annotation. Specifies styles for an arrow annotation. A simple one-pointed arrow. An arrow that points in two directions. An arrow with a tail. Provides methods and properties that manage axes in the control. An enumeration of axis arrow styles. No arrow is used for the relevant axis. A triangular arrow is used for the relevant axis. A sharp triangular arrow is used for the relevant axis. A line-shaped arrow is used for the relevant axis. Specifies the state of an axis. The axis is only enabled if it used to plot a . The axis is always enabled. The axis is never enabled. Specifies the name of an axis. Primary X-axis. Primary Y-axis. Secondary X-axis. Secondary Y-axis. Represents a scale break on the Y-axis of the chart. Represents a scaled view of the chart. Represents the scrollbar of a chart axis. Specifies the axis type for the X and Y-axes of a . Designates an axis as the primary axis. Designates an axis as the secondary axis. Represents an annotation with a 3D border. Represents the drawing properties of the 3D border skin. Specifies a style for the border skin of a chart. No border skin is used. Use an embossed border skin. Use a raised border skin. Use a sunken border skin. Use a thin border skin with rounded corners. Use a thin border skin with rounded top corners. Use a thin border skin with square corners. Use a thin border skin with square outside corners and rounded inside corners. Use a thin border skin with rounded corners and screws. Use a thin border skin with square inside corners and rounded outside corners. Use a border skin with rounded corners. Use a border skin with rounded top corners. Use a border skin with square corners. Use a border skin with rounded inside corners and square outside corners. Use a border skin with rounded corners and screws. Use a border skin with rounded outside corners and square inside corners. Use a border skin with rounded corners. No border on the right side. Use a border skin with rounded corners on top and bottom sides only. Specifies line styles for axis scale breaks. Scale break is not displayed. Scale break is displayed as a straight line. Scale break is displayed as a wavy line. Scale break is displayed as a ragged line. Represents a callout annotation. Represents the available callout styles. Applicable only to callout annotations. Callout text is underlined and a line points to the anchor point. A border is drawn around the callout text and a line points to the anchor point. Callout text is inside the cloud and smaller clouds point to the anchor point. A rectangle is drawn around the callout text, which is connected to the anchor point. A rounded rectangle is drawn around the callout text, which is connected to the anchor point. An ellipse is drawn around the callout text, which is connected to the anchor point. A perspective rectangle is drawn around the callout text, which is connected to the anchor point. Serves as the root class of the control. Represents a chart area on the chart image. Manages the display attributes for three-dimensional (3D) chart areas. Represents a collection of objects. Specifies a palette when setting a Palette property. No palette is used. Palette utilizes bright colors. Palette utilizes grayscale colors, that is, shades of black and white. Palette utilizes Excel-style colors. Palette utilizes style colors; very light colors.. Palette utilizes pastel colors. Palette utilizes earth tone colors such as green and brown. Palette utilizes semi-transparent colors. Palette utilizes blues and purples. Palette utilizes shades of brown. Palette utilizes red, orange and yellow colors. Palette utilizes colors that range from green to blue. Palette utilizes bright pastel colors. Specifies a line style. The line style is not set. A dashed line. A line with a repeating dash-dot pattern. A line a repeating dash-dot-dot pattern. A line with a repeating dot pattern. A solid line. Base class for all the chart elements. The class represents the most basic element of the chart element hierarchy. Represents the base class for all chart element collections. Represents an array of marker points and the outline path used for visual object selection in the chart. Specifies a chart element type. No chart element. The title of a . The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the areas that data points might occupy. An object. Any major or minor object. Any major or minor grid line, either vertical or horizontal. A object. An label image. An label. An title. A scrollbar tracking thumb. A scrollbar small decrement button. A "down arrow" button for a vertical scrollbar, a "left arrow" button for a horizontal scrollbar. A scrollbar small increment button. An "up arrow" button for a vertical scrollbar, a "right arrow" button for a horizontal scrollbar. The background of a scrollbar that, when clicked, results in a large decrement in the view size. This background is located below the thumb for a vertical scrollbar, and to the left of the thumb for a horizontal scrollbar. The background of a scrollbar that, when clicked, results in a large increment in the view size. This background is located above the thumb for a vertical scrollbar, and to the right of the thumb for a horizontal scrollbar. The button of a scrollbar. A object. A series label. The area inside a object. Does not include the space occupied by legend items. A title. A header. A object. Any object derived from the class. Provides numerous conversion functions and exposes a GDI+ object. Specifies a hatching style for a chart element. No hatching style. Backward diagonal style. Cross style. Dark downward diagonal style. Dark horizontal style. Dark upward diagonal style. Dark vertical style. Dashed downward diagonal style. Dashed horizontal style. Dashed upward diagonal style. Dashed vertical style. Diagonal brick style. Diagonal cross style. Divot style. Dotted diamond style. Dotted grid style. Forward diagonal style. Horizontal style. Horizontal brick style. Large checker board style. Large confetti style. Large grid style. Light downward diagonal style. Light horizontal style. Light upward diagonal style. Light vertical style. Narrow horizontal style. Narrow vertical style. Outlined diamond style. Percent05 style. Percent10 style. Percent20 style. Percent25 style. Percent30 style. Percent40 style. Percent50 style. Percent60 style. Percent70 style. Percent75 style. Percent80 style. Percent90 style. Plaid style. Shingle style. Small checker board style. Small confetti style. Small grid style. Solid diamond style. Sphere style. Trellis style. Vertical style. Wave style. Weave style. Wide downward diagonal style. Wide upward diagonal style. Zigzag style. Specifies the image alignment for a chart background image. The mage is aligned to the top left corner of the chart element. The image is aligned to the top boundary of the chart element. The image is aligned to the top right corner of the chart element. The image is aligned to the right boundary of the chart element. The image is aligned to the bottom right corner of the chart element. The image is aligned to the bottom boundary of the chart element. The image is aligned to the bottom left corner of the chart element. The image is aligned to the left boundary of the chart element. The image is aligned in the center of the chart element. Specifies the image type of the chart. A JPEG image format. A PNG image format. A bitmap (BMP) image format. A TIFF image format. A GIF image format. A Windows Enhanced Metafile (EMF) image format. A Windows Enhanced Metafile Dual (EMF-dual) image format. A Windows Enhanced Metafile Plus (EMF+) image format. Specifies the drawing mode for a background image. Background image is scaled to fit the entire chart element. Background image is tiled to fit the entire chart element. Every other tiled image is reversed around the X-axis. Every other tiled image is reversed around the X-axis and Y-axis. Every other tiled image is reversed around the Y-axis. Background image is not scaled. Represents the base class for most chart elements. Chart elements such as series, chart areas, and legends must have unique names, and reuse the unique name generation and validation logic provided by the class. Represents the base class for all collections of named chart elements. Performs name management and enforces the uniqueness of the names. A object. Provides data for the paint events of the control. Enables serialization of the control. Specifies value types for various chart properties. Property type is set automatically by the Chart control. A value. A value. A value. A value. A value. A value. A value. A value. The Date portion of a value. The Time portion of the value. A value with offset. Specifies the type of comparison to be used when filtering data. This enumeration is used by the Filter method definitions in the class that take the argument. If the data point value is more than the compared value, the point is filtered. If the data point value is less than the compared value, the point is filtered. If the data point value is equal to the compared value, the point is filtered. If the data point value more than or equal to the compared value, the point is filtered. If the data point value is less than or equal to the compared value, the point is filtered. If the data point value is not equal to the compared value, the point is filtered. Represents a horizontal or vertical line that defines a position along an axis. Provides properties that are used with the following events in the root object: , , and . Provides data for the event of the control. Represents a custom label for an axis. Represents a collection of objects. Represents the custom properties for the data visualization charting. Provides properties and methods to prepare series data for technical analysis, apply formulas on the series data and prepare output data to be displayed as a chart. The actual calculations are performed in the class. Provides method that performs data manipulation operations at run time. This class is exposed by the property of the root object. Represents a data point that is stored in the class. Represents a collection of objects. Compares data points. Defines custom properties that are common to data points, series and empty points. Specifies a date/time interval that determines the ranges that will be filtered when you invoke one of the Filter method definitionsfound in the class. Date/time interval is years. Date/time interval is months. Date/time interval is days of the week. Date/time interval is days of the month. Date/time interval is hours. Date/time interval is minutes. Specifies an interval type. Automatically determined by the control. Interval type is in numerical. Interval type is in years. Interval type is in months. Interval type is in weeks. Interval type is in days. Interval type is in hours. Interval type is in minutes. Interval type is in seconds. Interval type is in milliseconds. The IntervalType or IntervalOffsetType property is not set. This value is used for grid lines, tick marks, strip lines and axis labels, and indicates that the interval type is being obtained from the object to which the element belongs. Setting this value for an object will have no effect. Specifies where a chart element, such as a legend or title, will be docked on the chart. Docked to the top of either the chart image or a object. Docked to the right of either the chart image or a object. Docked to the bottom of either the chart image or a object. Docked to the left of either the chart image or a object. Represents the base class for many visual elements of the chart such as the legend, title, and chart areas. Defines the position of the chart element in relative coordinates, which range from (0,0) to (100,100). Represents an ellipse annotation. Specifies a financial formula. Accumulation Distribution formula uses a relationship between volume and prices to estimate the strength of price movements; if volume is increased, there is a high probability that prices will go up. Average True Range indicator measures commitment and compares the range between the High, Low and Close prices. Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average. Chaikin Oscillator indicator is the difference between a 3-day exponential moving average and a 10-day exponential moving average applied to the accumulation distribution. Commodity Channel Index compares prices with their moving averages. Detrended Price Oscillator attempts to remove trends from prices. Ease of Movement deals with the relationship between volume and price change, and uses volume to indicate how strong a trend is for prices. Envelopes are plotted above and below a moving average using a specified percentage as the shift. An Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight. Forecasting predicts future values using historical observations. The Moving Average Convergence/Divergence indicator compares two moving averages of prices and is used with a 9-day Exponential Moving average as a signal that indicates buying and selling moments. The Mass Index is used to predict trend reversal by comparing the difference and range between High and Low prices. Median prices are mid-point values of daily prices and can be used as a filter for trend indicators. The Money Flow indicator compares upward changes and downward changes of volume-weighted typical prices. The Negative Volume Index should be used with the Positive Volume index; the Negative Volume Index only changes if the volume decreases from the previous day. The On Balance Volume indicator measures positive and negative volume flow. The Performance indicator compares a current closing price or any other price with the first closing value from the first time period. The Positive Volume Index should be used with the Negative Volume index. The Positive volume index only changes if the volume decreases from the previous day. The Price Volume Trend is a cumulative volume total that is calculated using relative changes of the closing price, and should be used with other indicators. The Rate of Change indicator compares a specified closing price with the current price. The Relative Strength Index is a momentum oscillator that compares upward movements of the closing price with downward movements, and results in values that range from 0 to 100. A Simple Moving Average is an average of data calculated over a period of time. The moving average is the most popular price indicator used in technical analysis, and can be used with any price, for example, Hi, Low, Open and Close, or can be applied to other indicators. Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average. The Stochastic Indicator helps to find trend reversal by searching in a period for when the closing prices are close to low prices in an upward trending market and when the closing prices are close to high prices in a downward trending market. A Triangular Moving Average is an average of data calculated over a period of time where the middle portion of data has more weight. The Triple Exponential Moving Average is based on a triple moving average of the closing price. Its purpose is to eliminate short cycles. This indicator keeps the closing price in trends that are shorter than the specified period. Typical Price is the average value of daily prices, and can be used as a filter for trend indicators. The Volatility Chaikins indicator measures the difference between High and Low prices, and is used to indicate tops or bottoms of the market. The Volume Oscillator attempts to identify trends in volume by comparing two moving averages: one with a short period and another with a longer period. The Weighted Close formula calculates the average value of daily prices. The only difference between Typical Price and the Weighted Close is that the closing price has extra weight, and is considered the most important price. Weighted Moving Average is an average of data that is calculated over a period of time, where greater weight is attached to the most recent data. Williams %R is a momentum indicator, and is used to measure overbought and oversold levels. Represents the event arguments of the localized number-formatting event. Stores results of the FTest statistical methods. Specifies a gradient style to be used for a chart element. No gradient is applied. Gradient is applied from left to right. Gradient is applied from top to bottom. Gradient is applied from the center outwards. Gradient is applied diagonally from left to right. Gradient is applied diagonally from right to left. Gradient is applied horizontally from the center outwards. Gradient is applied vertically from the center outwards. Provides methods and properties that manage the major and minor grids of objects. Specifies the options for displaying a grid line or a tick mark for a custom label. No tick mark or grid line is shown. A tick mark is shown. A grid line is shown. A tick mark and a grid line are shown. Represents the results of a hit test. Represents a horizontal line annotation. Exposes the method, which allows data to be custom filtered. Represents an image annotation. Specifies the automatic axis interval mode. A fixed number of intervals are always created on the axis. The number of axis intervals depends on the axis length. Specifies an interval type. A numerical interval. An interval of years. An interval of months. An interval of weeks. An interval of days. An interval of hours. An interval of minutes. An interval of seconds. An interval of milliseconds. Specifies a label alignment when is used. Label is aligned to the top of the data point. Label is aligned to the bottom of the data point. Label is aligned to the right of the data point. Label is aligned to the left of the data point. Label is aligned to the top-left corner of the data point. Label is aligned to the top-right corner of the data point. Label is aligned to the bottom-left of the data point. Label is aligned to the bottom-right of the data point. Label is aligned to the center of the data point. Specifies style changes that can automatically be made to a label when the property is used. No label changes are allowed. Label font can be increased. Label font can be decreased. Labels can be staggered. Labels can be angled in 30 degree steps: 0, 30, 60 and 90. Labels can be angled in 45 degree steps: 0, 45, and 90. Labels can be angled in 90 degree steps: 0 and 90. Labels can be word wrapped. Specifies the type of leader line that should be drawn from the point to the label. Line will terminate at the label without any added style. Line will terminate with a horizontal line beneath the label text. Line will terminate at a box drawn around the label text. Specifies a mark for custom labels. No label marks are used. Custom labels use side marks. Custom labels use line and side marks. Draws a box around the label. The box always starts at the axis position. Specifies the degree to which a label can be drawn outside a plotting area. Labels can be drawn outside the plotting area. Labels cannot de drawn outside the plotting area. Labels can be drawn partially outside the plotting area. Provides properties that define the visual appearance of the axis labels. Represents the legend for the chart image. Represents a legend cell in a legend item. Stores legend cells in a object. Represents a cell column in a legend, which is used to extend the functionality of the default legend. Stores objects, which are applied to default legend items. Specifies a legend cell column type. The legend cell column contains text. The legend cell column contains a series symbol such as a line, rectangle, or line with marker. Specifies a legend cell type. The legend cell contains text. The legend cell contains a series symbol, such as a line or rectangle. The legend cell contains an image. Represents a collection of objects. Specifies the style to apply to the symbol for a legend item. The symbol will be a rectangle. The symbol will be a line. The symbol will be a marker. Represents a legend item, which is stored in the class. Specifies the order in which items are added to the legend. The chart automatically determines the order in which items are added to the legend. Items are added to the legend in the same order as items added to the chart series. Items are added to the legend in the reverse order of items added to the chart series. Represents a collection of objects. Specifies the styles for legend separator lines. No separator will be shown. Legend separator is a solid line. Legend separator is a thick solid line. Legend separator is a double line. Legend separator is a dashed line. Legend separator is a dotted line. Legend separator is a solid line with a gradient on the ends. Legend separator is a thick solid line with a gradient on the ends. Specifies the legend style. Legend items are displayed using one column and multiple rows. Legend items are displayed using multiple columns and one row. Legend items are displayed using multiple columns and multiple rows. Specifies the legend table style. The legend table style is automatically determined by the control. Legend items will be fit horizontally within the legend. This style is preferred when is set to or . Legend items will be fit vertically within the legend. This style is preferred when is set to or . Specifies a lighting style for a three-dimensional (3D) chart area. No lighting is applied. A simplistic lighting style is applied, where the hue of all chart area elements is fixed. A realistic lighting style is applied, where the hue of all chart area elements changes depending on the amount of rotation. Specifies the shape—that is, the anchor cap—to draw on the point end of the label callout line. Anchor cap will not be drawn. Anchor cap will be drawn with an arrowhead. Anchor cap will be drawn with a diamond-shaped end. Anchor cap will be drawn with a square head. Anchor cap will be drawn with a round end. Represents a line annotation. Represents the margins for various chart elements. Specifies a style for markers. No marker is displayed for the series or data point. A square marker is displayed. A circular marker is displayed. A diamond-shaped marker is displayed. A triangular marker is displayed. A cross-shaped marker is displayed. A 4-point star-shaped marker is displayed. A 5-point star-shaped marker is displayed. A 6-point star-shaped marker is displayed. A 10-point star-shaped marker is displayed. Represents named images, which are stored in the . Represents a collection of objects. Represents the coordinates of a three-dimensional (3D) data point. This class is used when performing custom drawing with 3D charts. Indicates whether the sort order for data points is ascending or descending. Ascending sort order, that is, smallest to largest values. Descending sort order, that is, largest to smallest values. Represents a polygon annotation. Represents a polyline annotation. Represents the print manager for the chart. Represents a rectangle annotation. Specifies the type of button that will be displayed on the scrollbar. No buttons are displayed. The up/down and left/right buttons only are displayed. The reset and zoom (thumb) buttons are displayed. All buttons are displayed. Specifies the button clicked by a user in the event. The tracker button (also known as the scrollbar thumb) was clicked. A down or left arrow button was clicked to decrease the scroll view by a small decrement. An up or right arrow button was clicked to increase the scroll view by a small increment. The scroll view was decreased by a large decrement, by clicking the area beneath a scrolling thumb for a vertical scrollbar, or to the left of a scrolling thumb for a horizontal scrollbar. The scroll view was increased by a large increment, by clicking the area above a scrolling thumb for a vertical scrollbar, or to the right of a scrolling thumb for a horizontal scrollbar. The zoom or reset button was clicked. Used as a parameter object in the of the root object. Specifies the scrolling that will occur when the one of the Scroll methods in the class is called. The data view is decreased by one small scrolling interval. The data view is increased by one small scrolling interval. The data view is decreased by one large scrolling interval. The data view is increased by one large scrolling interval. Data is scrolled to the first displayed view. Data is scrolled to the last displayed view. Specifies the type of chart content to be serialized. Serialize all non-default chart content. This includes appearance properties, series and their data points, axis minimums/maximums, and so forth. Serialize data values from all chart series. Does not include appearance properties. Serialize all appearance properties, such as color or line style, if they have non-default values. Serialize all chart information. This includes all appearance properties and data point values. Represents the formatting type to use when the chart is serialized. Chart data will be serialized using well-formed XML. Chart data will be serialized in a binary format. Represents the data points and series attributes to store. Specifies a chart type for a . Point chart type. FastPoint chart type. Bubble chart type. Line chart type. Spline chart type. StepLine chart type. FastLine chart type. Bar chart type. Stacked bar chart type. Hundred-percent stacked bar chart type. Column chart type. Stacked column chart type. Hundred-percent stacked column chart type. Area chart type. Spline area chart type. Stacked area chart type. Hundred-percent stacked area chart type. Pie chart type. Doughnut chart type. Stock chart type. Candlestick chart type. Range chart type. Spline range chart type. RangeBar chart type. Range column chart type. Radar chart type. Polar chart type. Error bar chart type. Box plot chart type. Renko chart type. ThreeLineBreak chart type. Kagi chart type. PointAndFigure chart type. Funnel chart type. Pyramid chart type. Represents a collection of objects. Provides methods and properties used to perform intelligent, rule-based data point label positioning to resolve overlapping data point label issues. Indicates whether an axis segment should start from zero when a scale break is used. The control calculates whether to start the axis scale at zero or at a more appropriate rounded value. Start the axis segment scale from zero. Do not start the axis segment scale from zero. Calculates statistical formulas. Represents the strip lines on a chart. Represents a collection of objects. Represents a text annotation. Specifies the level of anti-aliasing quality to be used with the TextAntiAliasingQuality&nbsp;property. Normal anti-aliasing quality. High anti-aliasing quality. System default anti-aliasing quality. Specifies text orientation in a chart element. Text orientation is automatically determined, based on the type of chart element in which the text appears. Text is horizontal. Text is rotated 90 degrees and oriented from top to bottom. Text is rotated 270 degrees and oriented from bottom to top. Text characters are not rotated and are positioned one below the other. Specifies text drawing styles. Default text drawing style. Shadow text. Embossed text. Embedded text. Framed text. Represents the major and minor tick marks along an axis. Specifies a tick mark style when setting the property of a object. Tick marks are disabled. Tick marks are drawn outside the chart area. Tick marks are drawn inside the chart area. Tick marks are drawn across the relevant axis line. Represents a title for the entire chart image. Represents a collection of objects. Used as a parameter object in the event of the root object. Stores the results of a T Test statistical formula. Represents a vertical line annotation. Provides event data that is used as a parameter object in the and events of the root object. Stores the results of a Z Test statistical formula.