﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.XtraCharts.v23.1.Web</name>
  </assembly>
  <members>
    <member name="N:DevExpress.XtraCharts.Web">
      <summary>
        <para>Contains classes which are used to implement the Web functionality of XtraCharts.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CallbackStateEventArgs">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.XtraCharts.Web.CallbackStateLoadEventArgs"/> and <see cref="T:DevExpress.XtraCharts.Web.CallbackStateSaveEventArgs"/> classes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.CallbackStateEventArgs.Chart">
      <summary>
        <para>Gets the chart for which the event was raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object which represents the chart for which the event was raised.</value>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CallbackStateLoadEventArgs">
      <summary>
        <para>Provides data for a chart control’s <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateLoad">WebChartControl.CallbackStateLoad</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.CallbackStateLoadEventArgs.GetPropertyValue(System.String)">
      <summary>
        <para>Returns a value for the specified property on the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateLoad">WebChartControl.CallbackStateLoad</see> event.</para>
      </summary>
      <param name="propertyName">A <see cref="T:System.String"/> which specifies the name of the property.</param>
      <returns>An object representing the property value.</returns>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CallbackStateLoadEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateLoad">WebChartControl.CallbackStateLoad</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraCharts.Web.CallbackStateLoadEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CallbackStateSaveEventArgs">
      <summary>
        <para>Provides data for a chart control’s <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateSave">WebChartControl.CallbackStateSave</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.CallbackStateSaveEventArgs.SetPropertyValue(System.String,System.Object)">
      <summary>
        <para>Sets a new value for the specified property on the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateSave">WebChartControl.CallbackStateSave</see> event.</para>
      </summary>
      <param name="propertyName">A <see cref="T:System.String"/> which specifies the name of the property.</param>
      <param name="value">An object which specifies the new property value.</param>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CallbackStateSaveEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateSave">WebChartControl.CallbackStateSave</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraCharts.Web.CallbackStateSaveEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.ChartClientSideEvents">
      <summary>
        <para>Contains a client-side Web Chart’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.ChartClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Web.ChartClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartClientSideEvents.CustomDrawCrosshair">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientWebChartControl.CustomDrawCrosshair</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartClientSideEvents.ObjectHotTracked">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client chart control’s <b>ASPxClientWebChartControl.ObjectHotTracked</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartClientSideEvents.ObjectSelected">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client chart control’s <b>ASPxClientWebChartControl.ObjectSelected</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.ChartImagePosition">
      <summary>
        <para>Lists the values used to specify the position of an image within a chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ChartImagePosition.Bottom">
      <summary>
        <para>An image is located at the bottom.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ChartImagePosition.Left">
      <summary>
        <para>An image is located on the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ChartImagePosition.Right">
      <summary>
        <para>An image is located on the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ChartImagePosition.Top">
      <summary>
        <para>An image is located at the top.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.ChartToolTipController">
      <summary>
        <para>Provides options that define the tooltip appearance and behavior for a chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.ChartToolTipController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.ChartToolTipController.#ctor(DevExpress.XtraCharts.ChartElement)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.XtraCharts.ChartElement"/> class descendant.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.ChartToolTipController.Assign(DevExpress.XtraCharts.ChartElement)">
      <summary>
        <para>Copies all the settings from the <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> object passed as the parameter.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartToolTipController.ImagePosition">
      <summary>
        <para>Gets or sets an image position within a tooltip.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.ChartImagePosition"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartToolTipController.OpenMode">
      <summary>
        <para>Specifies the way a tooltip appears on a chart, on either a hover or a mouse click.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.ToolTipOpenMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartToolTipController.ShowImage">
      <summary>
        <para>Gets or sets a value indicating whether an image should be displayed in a tooltip.</para>
      </summary>
      <value>true to show images in tooltips; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.ChartToolTipController.ShowText">
      <summary>
        <para>Gets or sets a value indicating whether text should be displayed in tooltips.</para>
      </summary>
      <value>true to show text in tooltips; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.ChartToolTipController.ToString">
      <summary>
        <para>Returns the textual representation of the tooltip controller.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the tooltip controller.</returns>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CustomCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomCallback">WebChartControl.CustomCallback</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.CustomCallbackEventArgs.Parameter">
      <summary>
        <para>Gets a string that contains specific information (if any) passed from the client side.</para>
      </summary>
      <value>A string value that contains specific information collected on the client side and passed to the event for further server-side processing.</value>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.CustomCallbackEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomCallback">WebChartControl.CustomCallback</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraCharts.Web.CustomCallbackEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.RenderFormat">
      <summary>
        <para>Lists values that specify available image render formats.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.RenderFormat.Png">
      <summary>
        <para>A chart control renders an PNG image to display on the client-side.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.RenderFormat.Svg">
      <summary>
        <para>A chart control renders an SVG image to display on the client-side.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.ToolTipOpenMode">
      <summary>
        <para>Lists the values used to specify when chart tooltips should be opened.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ToolTipOpenMode.OnClick">
      <summary>
        <para>A tooltip appears when a particular chart element is clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraCharts.Web.ToolTipOpenMode.OnHover">
      <summary>
        <para>A tooltip appears when hovering over a specific chart element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraCharts.Web.WebChartControl">
      <summary>
        <para>The chart control for ASP.NET applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the chart image when this image is unavailable.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the alternate text displayed instead of the image.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AnnotationRepository">
      <summary>
        <para>Provides centralized access to all <see href="https://docs.devexpress.com/WindowsForms/7563/controls-and-libraries/chart-control/visual-elements/annotation">annotations</see> that are present in the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control’s annotations.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Annotations">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WindowsForms/7563/controls-and-libraries/chart-control/visual-elements/annotation">annotations</see> collection of the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the chart’s collection of annotations.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AppearanceName">
      <summary>
        <para>Gets or sets the name of the appearance which is currently being used to draw the chart’s elements.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which is the appearance name.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AppearanceRepository">
      <summary>
        <para>Provides access to the repository of a chart’s <see href="https://docs.devexpress.com/WindowsForms/7018/controls-and-libraries/chart-control/appearance-customization">appearances</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AutoBindingSettingsEnabled">
      <summary>
        <para>Specifies whether or not the chart’s data binding is automatically adjusted during the creation of a <see href="https://docs.devexpress.com/AspNet/15953/components/chart-control/concepts/creating-charts/providing-data/pivot-charting-integration-with-a-pivot-grid-control">Pivot Chart</see>.</para>
      </summary>
      <value>true to automatically adjust the chart’s binding settings; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AutoLayout">
      <summary>
        <para>Gets or sets a value, which specifies whether the adaptive layout feature is enabled for chart elements in the web chart control.</para>
      </summary>
      <value>true, to apply the adaptive layout algorithm to the chart;  otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.AutoLayoutSettingsEnabled">
      <summary>
        <para>Specifies whether or not the chart’s layout is automatically adjusted during the creation of a <see href="https://docs.devexpress.com/AspNet/15953/components/chart-control/concepts/creating-charts/providing-data/pivot-charting-integration-with-a-pivot-grid-control">Pivot Chart</see>.</para>
      </summary>
      <value>true to automatically adjust the chart’s layout settings; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.AxisScaleChanged">
      <summary>
        <para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.AxisVisualRangeChanged">
      <summary>
        <para>Occurs when the axis visual range has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.AxisWholeRangeChanged">
      <summary>
        <para>Occurs when the axis whole range has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.BackColor">
      <summary>
        <para>Gets or sets the web chart control’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value which specifies the web chart control’s background color.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.BackImage">
      <summary>
        <para>Gets the background image settings of the web chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the web chart control’s background image.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.BeginInit">
      <summary>
        <para>Starts the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.BinaryStorageMode">
      <summary>
        <para>Gets or sets a value indicating the mode in which the control’s images are stored on the server.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration value indicating the storage mode.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String[])">
      <summary>
        <para>Binds a chart to data.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> class descendant that contains initial settings for series that will be generated when binding a chart to data.</param>
      <param name="dataSource">A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.Web.ASPxDataWebControlBase.DataSource">ASPxDataWebControlBase.DataSource</see> property of a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object.</param>
      <param name="seriesDataMember">A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesDataMember">WebChartControl.SeriesDataMember</see> property.</param>
      <param name="argumentDataMember">A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember">SeriesBase.ArgumentDataMember</see> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">WebChartControl.SeriesTemplate</see> object.</param>
      <param name="valueDataMembers">An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers">SeriesBase.ValueDataMembers</see> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">WebChartControl.SeriesTemplate</see> object.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String[])">
      <summary>
        <para>Binds a chart to data.</para>
      </summary>
      <param name="viewType">A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the <see href="https://docs.devexpress.com/WindowsForms/6761/controls-and-libraries/chart-control/series-views">view type</see> of series to be generated.</param>
      <param name="dataSource">A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.Web.ASPxDataWebControlBase.DataSource">ASPxDataWebControlBase.DataSource</see> property of a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object.</param>
      <param name="seriesDataMember">A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesDataMember">WebChartControl.SeriesDataMember</see> property.</param>
      <param name="argumentDataMember">A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember">SeriesBase.ArgumentDataMember</see> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">WebChartControl.SeriesTemplate</see> object.</param>
      <param name="valueDataMembers">An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers">SeriesBase.ValueDataMembers</see> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">WebChartControl.SeriesTemplate</see> object.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.BorderOptions">
      <summary>
        <para>Gets the chart control’s border style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.BoundDataChanged">
      <summary>
        <para>Occurs every time a chart control generates its series points from the data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Breadcrumbs">
      <summary>
        <para>Returns the settings that configure how the Breadcrumbs element looks.</para>
      </summary>
      <value>The Breadcrumbs element appearance settings storage.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.CalculatedFields">
      <summary>
        <para>Returns a collection of calculated fields.</para>
      </summary>
      <value>A collection that stores <see cref="T:DevExpress.XtraCharts.ChartCalculatedField">calculated fields</see>.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateLoad">
      <summary>
        <para>Occurs when a chart loads its view state between multiple callbacks.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CallbackStateSave">
      <summary>
        <para>Occurs when a chart saves its view state between multiple callbacks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.ClearSelection">
      <summary>
        <para>Deselects all chart elements at runtime.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.ChartClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.CrosshairEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart.</para>
      </summary>
      <value>Default - a crosshair cursor’s state (enabled/disabled) is automatically determined according to the type of a <see href="https://docs.devexpress.com/WindowsForms/5778/controls-and-libraries/chart-control/diagram">diagram</see> currently displayed on a chart; True - a crosshair cursor is enabled for a chart; False - a crosshair cursor is disabled.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.CrosshairOptions">
      <summary>
        <para>Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.CrosshairOptions"/> object which represents crosshair cursor options on a diagram.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientWebChartControl.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawAxisLabel">
      <summary>
        <para>Occurs before axis label items are drawn when the chart’s contents are being drawn.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair">
      <summary>
        <para>This event is intended for internal use only.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeries">
      <summary>
        <para>Occurs before a series is drawn when the chart’s contents are being drawn.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeriesPoint">
      <summary>
        <para>Occurs before a series point is drawn when the chart’s contents are being drawn.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeAutoBindingSettings">
      <summary>
        <para>Occurs after automatic settings are applied to a chart’s data source.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeLegend">
      <summary>
        <para>Occurs before automatic settings are applied to the <see href="https://docs.devexpress.com/WindowsForms/1980/controls-and-libraries/chart-control/visual-elements/legend">legend</see>‘s layout properties.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizePieTotalLabel">
      <summary>
        <para>Occurs when the WebChartControl draws <see href="https://docs.devexpress.com/AspNet/120743/components/chart-control/visual-elements/total-label">total labels</see> for pie and donut series.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeResolveOverlappingMode">
      <summary>
        <para>Occurs before an automatic setting is applied to the overlap resolving mode of <see href="https://docs.devexpress.com/WindowsForms/1996/controls-and-libraries/chart-control/visual-elements/series-labels">series labels</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeSimpleDiagramLayout">
      <summary>
        <para>Occurs after the adaptive layout is enabled for the chart control to customize the <see href="https://docs.devexpress.com/AspNet/15972/components/chart-control/concepts/chart-elements/diagram/simple-diagram">Simple Diagram</see>‘s layout properties.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeStackedBarTotalLabel">
      <summary>
        <para>Occurs when the WebChartControl draws <see href="https://docs.devexpress.com/AspNet/120743/components/chart-control/visual-elements/total-label">total labels</see> for Stacked Bar series.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeXAxisLabels">
      <summary>
        <para>Occurs after automatic layout settings are applied to the X-axis’ <see href="https://docs.devexpress.com/WindowsForms/1989/controls-and-libraries/chart-control/visual-elements/axis-label">labels</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.CustomPaint">
      <summary>
        <para>Occurs after the chart has been drawn.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.DataAdapter">
      <summary>
        <para>Gets or sets the data adapter used to populate the web chart control’s data source.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> which represents the chart’s data adapter.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.DescriptionUrl">
      <summary>
        <para>Gets or sets the location of a detailed description of the chart.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the chart.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Diagram">
      <summary>
        <para>Gets the web chart control’s diagram and provides access to its settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control’s diagram.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.Dispose">
      <summary>
        <para>Enables a server control to perform final clean up before it is released from memory.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.DrillDownStateChanged">
      <summary>
        <para>Occurs when the Web Chart Control’s drill down state is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.DrillDownStateChanging">
      <summary>
        <para>Occurs before the Web Chart Control’s drill down state is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.DrillDownToArgument(System.Object)">
      <summary>
        <para>Drills down to the passed argument if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.ArgumentDrillTemplate">SeriesTemplate.ArgumentDrillTemplate</see> specified.</para>
      </summary>
      <param name="argument">The data object value that specifies the chart’s argument.</param>
      <returns>true if the Web Chart Control drills down to the argument; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.DrillDownToSeries(System.Object)">
      <summary>
        <para>Drills down to a series with the passed series ID if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.SeriesDrillTemplate">SeriesTemplate.SeriesDrillTemplate</see> specified.</para>
      </summary>
      <param name="seriesObject">The data object value that specifies the series identifier.</param>
      <returns>true if the Web Chart Control drills down to the series; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.DrillDownToSeriesPoint(System.Object)">
      <summary>
        <para>Drills down to the passed series point if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.SeriesPointDrillTemplate">SeriesTemplate.SeriesPointDrillTemplate</see> specified.</para>
      </summary>
      <param name="seriesPointObject">The data object by which a series point is generated.</param>
      <returns>true if the Chart Control drills down to the series point; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.DrillUp">
      <summary>
        <para>Drills up if the actual series template is not a root (<see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">WebChartControl.SeriesTemplate</see>) template.</para>
      </summary>
      <returns>true if the Chart drills up; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EmptyChartText">
      <summary>
        <para>Provides access to the settings of the text to be displayed in the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>, when it has no data to display.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether an animation effect is used when a chart control’s <see href="https://docs.devexpress.com/WindowsForms/1981/controls-and-libraries/chart-control/visual-elements/series">series</see> are updated via a callback.</para>
      </summary>
      <value>true to enable the callback animation for all series; otherwise false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.</para>
      </summary>
      <value>true if round trips to the server are performed using callbacks; false if postbacks are used.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the chart control’s client object model is fully available; false if no programmatic interface is available for the chart control on the client side.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.EnableClientSidePointToDiagram">
      <summary>
        <para>Specifies whether it’s allowed to perform conversions between screen coordinates and diagram coordinates on the client-side.</para>
      </summary>
      <value>true if the coordinate conversions are allowed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.EndLoading">
      <summary>
        <para>Occurs when the Web Chart Control’s object model has been completely initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.FillStyle">
      <summary>
        <para>Gets the web chart control’s background fill style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.GetAppearanceNames">
      <summary>
        <para>Returns an array of strings that represent the names of all the appearances in the Chart.</para>
      </summary>
      <returns>An array of <see cref="T:System.String"/> values which represent the appearances’ names.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.GetPaletteEntries(System.Int32)">
      <summary>
        <para>Gets the colors that comprise the chart’s <see href="https://docs.devexpress.com/WindowsForms/7434/controls-and-libraries/chart-control/appearance-customization/choose-a-palette-for-painting-series-points-and-indicators">palette</see>.</para>
      </summary>
      <param name="count">An integer value, representing the number of entries to return.</param>
      <returns>An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.GetPaletteNames">
      <summary>
        <para>Returns an array of strings that represent the names of all the palettes in the Chart.</para>
      </summary>
      <returns>An array of <see cref="T:System.String"/> values that represent the palette names.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.GetSeriesByName(System.String)">
      <summary>
        <para>Gets a series within the web chart’s series collection by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> which specifies the name of the series to find.</param>
      <returns>A <see cref="T:DevExpress.XtraCharts.Series"/> object that represents the series with the specified name.</returns>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Height">
      <summary>
        <para>Gets or sets the height of the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value which represents the control’s height.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.IndicatorsPaletteName">
      <summary>
        <para>Specifies the palette that is used to paint all <see href="https://docs.devexpress.com/WindowsForms/8913/controls-and-libraries/chart-control/series/indicators">indicators</see> existing in a chart control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value, specifying the palette name.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.IndicatorsPaletteRepository">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WindowsForms/7434/controls-and-libraries/chart-control/appearance-customization/choose-a-palette-for-painting-series-points-and-indicators">indicators palette</see> repository of the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the indicators palette repository of the chart.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Legend">
      <summary>
        <para>Returns the WebChartControl legend.</para>
      </summary>
      <value>A WebChartControl legend.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.LegendItemChecked">
      <summary>
        <para>Occurs when a legend item is checked in the legend check box.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Legends">
      <summary>
        <para>Returns a collection of additional legends.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.XtraCharts.Legend"/> objects.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.LoadFromFile(System.String)">
      <summary>
        <para>Restores the chart’s layout from the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.LoadFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the chart’s layout from the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which settings are read.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.LoadFromXml(System.String)">
      <summary>
        <para>Applies the chart layout, specified as parameter, to the chart.</para>
      </summary>
      <param name="layoutXml">A <see cref="T:System.String"/> value, specifying the chart layout in XML format.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingDivStyle">
      <summary>
        <para>Gets style settings that define the appearance of a specific Loading Div panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image displayed within a Loading Panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a Loading Panel with respect to the panel’s text content.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImagePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the Loading Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the descriptive text displayed within a loading panel.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.ObjectSelected">
      <summary>
        <para>Occurs when an end-user clicks on any chart element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Padding">
      <summary>
        <para>Specifies the internal space between the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>‘s content (the <see href="https://docs.devexpress.com/WindowsForms/5778/controls-and-libraries/chart-control/diagram">diagram</see> and <see href="https://docs.devexpress.com/WindowsForms/5794/controls-and-libraries/chart-control/legends">legend</see>) and its edge, in pixels.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the chart’s inner indents, measured in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.PaletteBaseColorNumber">
      <summary>
        <para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.</para>
      </summary>
      <value>An integer value representing a 1-based color number.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.PaletteName">
      <summary>
        <para>Gets or sets the name of the palette currently used to draw the chart’s elements.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which represents the palette name.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.PaletteRepository">
      <summary>
        <para>Gets the palette repository of the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the palette repository of the chart.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PaneCollapsedChanged">
      <summary>
        <para>Occurs when any chart pane’s collapse state is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PieSeriesPointExploded">
      <summary>
        <para>Fires when a pie slice, representing a series point, is moved to or from the pie center.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PivotChartingCustomizeLegend">
      <summary>
        <para>Occurs before automatic settings are applied to the <see href="https://docs.devexpress.com/WindowsForms/1980/controls-and-libraries/chart-control/visual-elements/legend">legend</see>‘s layout properties.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PivotChartingCustomizeResolveOverlappingMode">
      <summary>
        <para>Occurs before an automatic setting is applied to the overlap resolving mode of <see href="https://docs.devexpress.com/WindowsForms/1996/controls-and-libraries/chart-control/visual-elements/series-labels">series labels</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PivotChartingCustomizeXAxisLabels">
      <summary>
        <para>Occurs after automatic layout settings are applied to the X-axis’ <see href="https://docs.devexpress.com/WindowsForms/1989/controls-and-libraries/chart-control/visual-elements/axis-label">labels</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.PivotGridDataSourceOptions">
      <summary>
        <para>Provides access to the settings that determine the Chart’s behavior after it has <see href="https://docs.devexpress.com/AspNet/15953/components/chart-control/concepts/creating-charts/providing-data/pivot-charting-integration-with-a-pivot-grid-control">bridged</see> with a Pivot Grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesExcluded">
      <summary>
        <para>Occurs after a chart has been bound to a Pivot Grid.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesPointsExcluded">
      <summary>
        <para>Occurs after a chart has been bound to a Pivot Grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.ProcessImageRequest(System.Web.UI.Page)">
      <summary>
        <para>Processes a request for a chart image from the client side to the server.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object, specifying a Web Page containing a web chart.</param>
      <returns>true if the image request has been successfully processed for the specified page; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.RefreshData">
      <summary>
        <para>Reloads data from the underlying data source and repaints the diagram area.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.RegisterSummaryFunction(System.String,System.String,DevExpress.XtraCharts.ScaleType,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
      <summary>
        <para>Registers the custom summary function with the specified settings.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value containing the function’s name.</param>
      <param name="displayName">A <see cref="T:System.String"/> value containing the function’s display name, which is used for localization purposes.</param>
      <param name="resultScaleType">A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function’s result.</param>
      <param name="resultDimension">An integer value representing the dimension of the resulting series point’s values.</param>
      <param name="argumentDescriptions">An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.</param>
      <param name="function">A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.RegisterSummaryFunction(System.String,System.String,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
      <summary>
        <para>Registers the custom summary function with the specified settings.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value containing the function’s name.</param>
      <param name="displayName">A <see cref="T:System.String"/> value containing the function’s display name, which is used for localization purposes.</param>
      <param name="resultDimension">An integer value representing the dimension of the resulting series point’s values.</param>
      <param name="argumentDescriptions">An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.</param>
      <param name="function">A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.RenderFormat">
      <summary>
        <para>Gets or sets a value specifying the image format used to display a chart.</para>
      </summary>
      <value>The value specifying the image format used to display a chart.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.ResetLegendPointOptions">
      <summary>
        <para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendTextPattern">SeriesBase.LegendTextPattern</see> for each series and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.TextPattern">SeriesLabelBase.TextPattern</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.ResetLegendTextPattern">
      <summary>
        <para>Resets the text pattern applied to the legend items via the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendTextPattern">SeriesBase.LegendTextPattern</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.ResetSummaryFunctions">
      <summary>
        <para>Resets the collection of the chart’s summary functions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.RightToLeft">
      <summary>
        <para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.RuntimeSelection">
      <summary>
        <para>Gets or sets a value indicating if chart elements can be selected by end-users at runtime.</para>
      </summary>
      <value>true if the selection is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SaveStateOnCallbacks">
      <summary>
        <para>Gets or sets a value indicating whether a chart’s view state should be saved between multiple callbacks.</para>
      </summary>
      <value>true to state a chart’s view state between callbacks; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.SaveToFile(System.String)">
      <summary>
        <para>Saves the chart’s layout to the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.SaveToStream(System.IO.Stream)">
      <summary>
        <para>Saves the chart’s layout to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the chart’s layout is written.</param>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.SaveToXml">
      <summary>
        <para>Returns the string representing the chart layout in XML format.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, representing the chart layout in XML format.</returns>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SelectedItems">
      <summary>
        <para>Gets the collection of selected items (chart points and series) and business data objects (in the case of data binding) of the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object.</para>
      </summary>
      <value>A list which contains selected chart points,  series and business data objects (in the case of data binding).</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.SelectedItemsChanged">
      <summary>
        <para>Occurs after chart items are selected.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.SelectedItemsChanging">
      <summary>
        <para>Occurs before the Chart Control’s selected items collection is changed, enabling a handler to cancel the selection change.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SelectionMode">
      <summary>
        <para>Gets or sets a value which specifies how the chart elements are selected.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraCharts.ElementSelectionMode"/> enumeration member specifying the chart selection behavior.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Series">
      <summary>
        <para>Provides access to the chart control’s collection of series objects.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.SeriesCollection"/> object that represents the collection of all series.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains names for automatically generated series.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data field’s name.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesNameTemplate">
      <summary>
        <para>Gets the settings used to name data bound series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesSelectionMode">
      <summary>
        <para>Gets or sets a value specifying how the series is selected in the webchart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration member specifying the selection behavior of a series.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesSorting">
      <summary>
        <para>Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate">
      <summary>
        <para>Returns the series template that configures automatically generated series.</para>
      </summary>
      <value>The series template that configures automatically generated series.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.SetObjectSelection(System.Object)">
      <summary>
        <para>Selects the specified chart element at runtime.</para>
      </summary>
      <param name="obj">A <see cref="T:System.Object"/> which specifies the chart element to select.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel should be displayed within the chart while waiting for a callback response.</para>
      </summary>
      <value>true if a loading panel is allowed to be displayed within the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
      <value>true if an image is allowed to be displayed within the loading panel; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.SmallChartText">
      <summary>
        <para>Gets the settings for the text to be displayed in the <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>, when it’s too small to fit the diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, representing the small chart text options.</value>
    </member>
    <member name="E:DevExpress.XtraCharts.Web.WebChartControl.SmallChartTextShowing">
      <summary>
        <para>Occurs when the control size does not allow displaying a readable chart.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Titles">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WindowsForms/1982/controls-and-libraries/chart-control/visual-elements/chart-title">chart titles</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that represents the collection of chart titles.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ToolTipController">
      <summary>
        <para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ToolTipEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.</para>
      </summary>
      <value>Default - a tooltip’s state (enabled/disabled) is automatically determined according to the type of a <see href="https://docs.devexpress.com/WindowsForms/5778/controls-and-libraries/chart-control/diagram">diagram</see> currently displayed on a chart; True - a tooltip is enabled for a chart; False - a tooltip is disabled.</value>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.ToolTipOptions">
      <summary>
        <para>Gets the tooltip settings allowing you to specify the tooltip’s position and appearance on a diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ToolTipOptions"/> object descendant which represents tooltip options.</value>
    </member>
    <member name="M:DevExpress.XtraCharts.Web.WebChartControl.UnregisterSummaryFunction(System.String)">
      <summary>
        <para>Unregisters the summary function with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the name of the summary function to be unregistered.</param>
    </member>
    <member name="P:DevExpress.XtraCharts.Web.WebChartControl.Width">
      <summary>
        <para>Gets or sets the width of the chart.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value which represents the control’s width.</value>
    </member>
  </members>
</doc>