DevExpress.XtraCharts.v14.1.UI Lists the values used to specify an object that can be hot-tracked or selected. A single series point can be hot-tracked and selected at one time. Only the entire series can be hot-tracked and selected at one time. The chart control for Windows Forms applications. Initializes a new instance of the ChartControl class with default settings. Invokes the chart's About dialog box. [To be supplied] [To be supplied] Provides centralized access to all annotations that are present in the ChartControl. An object that stores the chart control's annotations. Provides access to the annotations collection of the ChartControl. An object that represents the chart's collection of annotations. Gets or sets the name of the appearance which is currently being used to draw the chart elements. A value that is the appearance name. For internal use. This property is used to support serialization of the property. A value. Provides access to the repository of a chart's appearances. An object. Specifies whether or not the chart's data binding is automatically adjusted during the creation of a Pivot Chart. true to automatically adjust the chart's binding settings; otherwise, false. Specifies whether or not the chart's layout is automatically adjusted during the creation of a Pivot Chart. true to automatically adjust the chart's layout settings; otherwise, false. Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed. Occurs when the axis visual range has been changed. Occurs when the axis whole range has been changed. Gets or sets the chart control's background color. A value which specifies the chart control's background color. Overrides the property. A value which represents the background image for a control. Overrides the property. A enumeration value. Gets the background image settings of the chart control. A object which provides settings that specify the chart control's background image. Starts the ChartControl's initialization. Initialization occurs at runtime. Binds a chart to data. A enumeration value specifying the view type of the series to be generated. A that is the datasource for a chart. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Binds a chart to data. A class descendant that contains initial settings for series that will be generated when binding a chart to data. A that is the datasource for a chart. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Gets the chart control's border style. A object which specifies the border style. Gets the chart control's border style. A object which specifies the border style. Occurs every time a chart control generates its series points from the underlying data source. Gets or sets a value indicating if the chart should cache its data to the system memory. true if the chart should cache its data to the memory; otherwise, false. Returns information on the chart elements located at the point with the specified x and y coordinates. An integer value which specifies the x-coordinate of the test point relative to the chart's top-left corner. An integer value which specifies the y-coordinate of the test point relative to the chart's top-left corner. A object which contains information about the chart elements located at the test point. Returns information on the chart elements located at the specified point. A structure, which specifies the test point coordinates relative to the chart's top-left corner. A object which contains information about the chart elements located at the test point. Releases all memory resources used by the chart to cache its data in case the is true. Deselects all chart elements at runtime. Deselects all selected chart elements; optionally deselects hot-tracked elements as well. true to deselect hot-tracked elements; otherwise, false. Creates a copy of the current ChartControl object. A ChartControl object which is a copy of the current object. Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart. Default - a crosshair cursor's state (enabled/disabled) is automatically determined based on the type of diagram currently displayed on a chart; True - a crosshair cursor is enabled for a chart; False - a crosshair cursor is disabled. Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram. A object which represents crosshair cursor options on a diagram. Occurs before axis label items are drawn when the chart's contents are being drawn. Occurs before crosshair items are drawn when the chart's contents are being drawn. Occurs before a series is drawn when the chart's contents are being drawn. Occurs before a series point is drawn when the chart's contents is being drawn. Occurs after automatic settings are applied to a chart's data source. Occurs before automatic settings are applied to the legend's layout properties. Occurs before an automatic setting is applied to the overlap resolving mode of series labels. Occurs before automatic settings are applied to the Simple Diagram's layout properties. Occurs after automatic layout settings are applied to the X-axis' labels. Occurs after all the chart's visual elements have been drawn. Gets or sets the data adapter used to populate the chart control's data source. A which represents the chart's data adapter. Overrides the property. A value. Always returns null (Nothing in Visual Basic). Gets or sets the chart control's data source. A representing the chart control's data source. Gets the chart control's diagram and provides access to its settings. A object that represents the chart control's diagram. Gets the bounding rectangle of the chart control. A structure which specifies the chart control's boundaries. Gets the unit of measurement for the chart control's data. A value. Provides access to the settings of the text to be displayed in the chart control, when it has no data to display. An object, representing the empty chart text options. Ends the ChartControl's initialization. Occurs when the Chart Control's object model is completely initialized. Exports the chart's layout as HTML and sends it to the specified stream. A object to which the created document is exported. Exports the chart's layout to an HTML document with the specified encoding and title and sends it to the specified stream. A object to which the created document is exported. A which specifies the encoding name set in the HTML file (e.g. "UTF-8"). A which specifies the name shown as the title of the created HTML document. true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false. Exports the chart's layout to an HTML file with the specified encoding and title. A which specifies the full path (including the file name and extension) to where the HTML file will be created. A which specifies the encoding name set in the HTML file (e.g. "UTF-8"). A which specifies the name shown as the title of the created HTML document. true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false. Exports the chart's layout a to the specified file as HTML. A which specifies the full path (including the file name and extension) to where the HTML file will be created. Exports a chart to the specified stream in HTML format using the specified HTML-specific options. A object to which the created chart is exported. A object which specifies the HTML export options to be applied when a chart is exported. Exports a chart to the specified file path in HTML format using the specified HTML-specific options. A which specifies the full path (including the file name and extension) to where the HTML file will be created. A object which specifies the HTML export options to be applied when a chart is exported. Creates an image file in the specified format from the current chart and exports it to a stream. A object to which the current chart is exported. A value representing the format in which the chart is exported. Creates an image file in the specified format from the current chart and outputs it to the specified path. A containing the full path to where the image file will be created. A value representing the format in which the chart is exported. Exports the chart's layout to an MHT document (Web archive, single file) on the specified path, with the specified title and sends it to the specified stream. A object to which the created MHT document is exported. A which specifies the encoding name set in the MHT file (e.g. "UTF-8"). A which specifies the name shown as the title of the created MHT document. true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false. Exports the chart's layout to an MHT file (Web archive, single file) at the specified path. A specifying the full path (including the file name and extension) where the MHT file will be created. Exports the chart's layout to an MHT file (Web archive, single file) on the specified path, with the specified title. A specifying the full path (including the file name and extension) where the MHT file will be created. A which specifies the encoding name set in the MHT file (e.g. "UTF-8"). A which specifies the name shown as the title of the created MHT document. true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false. Exports a chart to the specified stream in MHT format using the specified MHT-specific options. A object to which the created MHT file should be sent. A object which specifies the MHT export options to be applied when a chart is exported. Exports a chart to the specified file path in MHT format using the specified MHT-specific options. A which specifies the file name (including the full path) for the created MHT file. A object which specifies the MHT export options to be applied when a chart is exported. Exports the chart's layout to a PDF document and sends it to the specified stream. A object to which the created document is exported. Exports the chart's layout to the specified PDF file. A specifying the full path (including the file name and extension) where the PDF file will be created. Exports the chart's data to the specified PDF file, with the specified options. A specifying the full path (including the file name and extension) where the PDF file will be created. A object, containing the options for the resulting PDF file. Exports the chart's data to a PDF document and sends it to the specified stream, with the specified options. A object to which the created document is exported. A object, containing the options for the resulting PDF file. Exports the chart's data to an RTF document, and sends it to the specified stream. A object to which the created document is exported. Exports the chart's data to the specified RTF file. A specifying the full path (including the file name and extension) where the RTF file will be created. Creates an XLS document with a chart inserted as an image and sends it to a stream. A object to which the created document is exported. Creates an XLS file with a chart inserted as an image. A which specifies the full path (including the file name and extension) to where the XLS file will be created. Creates an XLS file with a chart inserted as an image, with the specified options. A specifying the full path (including the file name and extension) where the XLS file will be created. An object, containing the options for the resulting XLS file. Creates an XLS document with a chart inserted as an image and sends it to a stream, with the specified options. A object to which the created document is exported. An object, containing the options for the resulting XLS file. Creates an XLSX file with a chart inserted as an image, with the specified options. A specifying the full path (including the file name and extension) where the XLSX file will be created. An object, containing the options for the resulting XLSX file. Creates an XLSX document with a chart inserted as an image and sends it to a stream. A object to which the created document is exported. Creates an XLSX document with a chart inserted as an image and sends it to a stream, with the specified options. A object to which the created document is exported. An object, containing the options for the resulting XLSX file. Creates an XLS file with a chart inserted as an image. A specifying the full path (including the file name and extension) where the XLS file will be created. Gets the chart control's background fill style. A object which specifies the background fill style. Overrides the property. A value. Always returns null (Nothing in Visual Basic). Overrides the property. A value. Always returns . Returns an array of strings that represent the names of all the appearances in the Chart. An array of values which represent the appearances' names. Gets the colors that comprise the palette. An integer value, representing the number of entries to return. An array of objects. Returns an array of strings that represent the names of all the palettes in the Chart. An array of values that represent the palettes names. Gets a series within the chart's series collection by its name. A which specifies the name of the series to find. A object that represents the series with the specified name. Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Chart control. A component which controls the appearance and behavior of the hints displayed by the Chart control. Gets or sets a value indicating whether a ChartControl uses a Video Card's resources (if any are available) when drawing 3D-charts. true if hardware acceleration is enabled; otherwise, false. Returns specific chart elements, which are located under the test point. An integer value that specifies the x coordinate of the test point. An integer value that specifies the y coordinate of the test point. An array of s, that represent the chart elements located under the test point. Specifies the palette that is used to paint all indicators that exist in a chart control. A value, specifying the palette name. Gets the indicators palette repository of the chart. A object which represents the indicators palette repository of the chart. Indicates whether or not the chart can be printed and exported. true if the Chart can be printed; otherwise, false. Provides access to the chart control's legend. A object that represents the chart control's legend. Occurs when a legend item is checked in the legend checkbox. Restores the chart's layout from the specified file. A value which specifies the path to the file that contains the layout to be loaded. Restores the chart's layout from the specified stream. A descendant from which settings are read. Provides access to the settings that specify the look and feel of the Chart control. A object whose properties specify the Chart control's look and feel. Occurs before any chart element is hot-tracked at runtime. Occurs before any chart element is selected at runtime. Provides access to the chart's printing options. A object which provides access to the chart's printing options. Specifies the internal space between the chart control's content (the diagram and legend) and its edge, in pixels. A object, representing the chart's inner indents, measured in pixels. Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points. An integer value representing a 1-based color number. Gets or sets the name of the palette currently used to draw the chart's series. A value which represents the palette name. Gets the palette repository of the chart. A object which represents the palette repository of the chart. Fires when a pie slice, representing a series point, is moved to or from the pie center. Provides access to the settings that determine the Chart's behavior after it has bridged with a Pivot Grid. A object, storing the Pivot Chart settings. Occurs after a chart has been bound to a Pivot Grid. Occurs after a chart has been bound to a Pivot Grid. Prints the chart. Prints the Chart using the specified size mode. A enumeration value which specifies the size mode used to print the chart. Occurs when there is a request to display the cursor. Reloads data from the underlying data source and repaints the diagram area. Gets or sets a value indicating whether to refresh data in the underlying data source every time a chart is repainted. true to refresh data on every repainting; otherwise, false. Registers the custom summary function with the specified settings. A value containing the function's name. A value containing the function's display name, which is used for localization purposes. A enumeration value representing the type of the function's result. An integer value representing the dimension of the resulting series point's values. An array of objects containing argument descriptions. A delegate to be registered. Registers the custom summary function with the specified settings. A value containing the function's name. A value containing the function's display name, which is used for localization purposes. An integer value representing the dimension of the resulting series point's values. An array of objects containing argument descriptions. A delegate to be registered. Cancels the changes applied to the for each series and makes it equal to the . Resets the text pattern applied to the legend items via the property. Resets the collection of the chart's summary functions. Overrides the property. A enumeration value. Always returns RightToLeft.No. Specifies whether or not hit-testing is enabled for a Chart control. true, if a chart provides hit information at runtime; otherwise, false. Gets or sets a value indicating if the 3D Chart's diagram can be rotated by end-users at runtime via the mouse pointer. true if rotation is enabled; otherwise, false. Gets or sets a value indicating if chart elements can be selected by end-users at runtime. true if selection is enabled; otherwise, false. Gets or sets the value specifying which diagram element is selected by the end-user's click. A enumeration value, specifying the selected element. Saves the chart's layout to the specified file. A value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. Saves the chart's layout to the specified stream. A descendant to which the chart's layout is written. Occurs when an end-user scrolls the ChartControl. Occurs when an end-user scrolls the 3D diagram. Provides access to the chart control's collection of series objects. A object that represents the collection of series. Gets or sets the name of the data field, which contain names for automatically generated series. A value that specifies the data field's name. Gets the settings used to name data bound series. A object that contains naming settings. Gets or sets the value used to support serialization of the property. An array of objects. Gets or sets a value that specifies how series are sorted within the chart control based upon the series names. A enumeration value. Gets the template settings for bound series. A object that contains the template settings for bound series. Selects the specified chart element at runtime. A which specifies the chart element to select. Invokes the Print Preview Form, which shows the print preview of the chart. Invokes the Print Preview Form, which shows the print preview of the chart using the specified zoom settings. A enumeration value which specifies the size mode used to print the chart. Invokes the Ribbon Print Preview Form, which shows the print preview of the chart. Gets or sets the fixed distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart. An integer value which represents the fixed distance between bars, measured in pixels. Gets or sets the variable distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart. A value which represents the variable bar distance between bars, measured in fractions of axis units. Gets or sets a value indicating whether all bars of a series should have equal width in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart. true if all bars of the same series should always have equal width; otherwise, false. Gets the settings for the text to be displayed in the chart control, when it's too small to fit the diagram. A object, representing the small chart text options. Overrides the property. A value. Always returns null (Nothing in Visual Basic). Overrides the property. A value. Always returns . Gets the collection of chart titles. A object that represents the collection of chart titles. Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control. A object. Gets or sets a value that specifies whether or not a tooltip is enabled for a chart. Default - a tooltip's state (enabled/disabled) is automatically determined according to the type of a diagram currently displayed on a chart; True - a tooltip is enabled in a chart; False - a tooltip is disabled. Gets the tooltip settings allowing you to specify its position and appearance on a diagram. A object descendant which represents tooltip options on a diagram. Unregisters the summary function with the specified name. A value representing the name of the summary function to be unregistered. Occurs when an end-user zooms in or out of the ChartControl. Occurs when an end-user zooms in or out of the 3D diagram.