﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Chart.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Chart.Web">
      <summary>
        <para>Contains classes and interfaces specific to the ASP.NET Web Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113302/analytics/chart-module">Chart Module</see> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor">
      <summary>
        <para>Represents the charting <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used in the XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s node, which contains information on the View that will use the instantiated <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.ChartControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>‘s control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object representing the current List Editor’s control.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PreferredHeight">
      <summary>
        <para>Specifies the preferred height of the chart control container.</para>
      </summary>
      <value>An integer value that is the preferred height of the chart control container.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PreferredWidth">
      <summary>
        <para>Specifies the preferred width of the chart control container.</para>
      </summary>
      <value>An integer value that is the preferred width of the chart control container.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.Printable">
      <summary>
        <para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction">ExportController.ExportAction</see>.</para>
      </summary>
      <value>An IPrintable object that is the control used for exporting. The default value is a <see cref="T:DevExpress.XtraCharts.ChartControl"/> with the data from the ASPxChartListEditor’s <see cref="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.ChartControl">ASPxChartListEditor.ChartControl</see>.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PrintableChanged">
      <summary>
        <para>Occurs when the ASPxChartListEditor’s controls are created and disposed of.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current ASPxChartListEditor.</para>
      </summary>
      <value>An List&lt;<see cref="T:DevExpress.XtraPrinting.ExportTarget"/>&gt; object that is a list of supported export formats.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Chart.Web.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.DefaultChartPreferredHeight">
      <summary>
        <para>Specifies the default height of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.DefaultChartPreferredWidth">
      <summary>
        <para>Specifies the default width of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
      <summary>
        <para>Extends the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the <see cref="T:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings"/> interface.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
      <summary>
        <para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule"/> module.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.</param>
      <param name="versionFromDB">A System.Version object which represents the current database version.</param>
      <returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule"/> module.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s ChartSettings node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings.PreferredHeight">
      <summary>
        <para>Specifies the preferred height of the chart.</para>
      </summary>
      <value>An integer value specifying the preferred height of the chart in pixels.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings.PreferredWidth">
      <summary>
        <para>Specifies the preferred width of the chart.</para>
      </summary>
      <value>An integer value specifying the preferred width of the chart in pixels.</value>
    </member>
  </members>
</doc>