Files
SISBusiness/SISBusiness.Web.Subcontractor/bin/DevExpress.Dashboard.v17.2.Core.xml
T
2018-03-27 17:27:28 +02:00

29192 lines
1014 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Dashboard.v17.2.Core</name>
</assembly>
<members>
<member name="T:DevExpress.DashboardCommon.ConfigureOlapConnectionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.DashboardOlapDataSource.ConfigureOlapConnection"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ConfigureOlapConnectionEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.DashboardOlapDataSource.ConfigureOlapConnection"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="eventArgs">
A <see cref="T:DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.CalculatedFieldCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.#ctor">
<summary>
<para>Initializes a new instance of the CalculatedFieldCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
<summary>
<para>Adds a new calculated field with the specified expression, name and type to the CalculatedFieldCollection collection.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
<param name="dataType">
A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration member specifying the type of the value returned by the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.DataType"/> property.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object representing the newly created calculated field.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String,System.String)">
<summary>
<para>Adds a new calculated field with the specified expression and name to the CalculatedFieldCollection collection.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object representing the newly created calculated field.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String)">
<summary>
<para>Adds a new calculated field with the specified expression to the CalculatedFieldCollection collection.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. Initializes the calculated field's <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object representing the newly created calculated field.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String,System.String,System.String)">
<summary>
<para> Adds a new calculated field to the <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> collection
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object representing the newly created calculated field.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String,System.String,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
<summary>
<para> Adds a new calculated field to the <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> collection
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field.
</param>
<param name="dataType">
A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration member specifying the type of the value returned by the calculated field.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object representing the newly created calculated field.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.GetCalculatedFieldExpression(System.String)">
<summary>
<para>Gets the expression of the specified calculated field.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the calculated field.
</param>
<returns>A <see cref="T:System.String"/> value that is the calculated field expression.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.CalculatedField">
<summary>
<para>A calculated field that allows you to apply complex expressions to data fields obtained from the data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
<summary>
<para>Initializes a new instance of the CalculatedField class.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
<param name="dataType">
A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration member specifying the type of the value returned by the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.DataType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the CalculatedField class.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the CalculatedField class.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor">
<summary>
<para>Initializes a new instance of the CalculatedField class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String,System.String,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
<summary>
<para>Initializes a new instance of the CalculatedField class.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.DataMember"/> property.
</param>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
<param name="dataType">
A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration member specifying the type of the value returned by the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.DataType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the CalculatedField class.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.DataMember"/> property.
</param>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the calculated field. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CalculatedField.Name"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CalculatedField.DataMember">
<summary>
<para>Gets or sets the data member of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the calculated field's data member.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CalculatedField.DataType">
<summary>
<para>Gets or sets the type of the value returned by the calculated field.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration member specifying the type of the value returned by the calculated field.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CalculatedField.Expression">
<summary>
<para>Gets or sets the expression of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the calculated field's expression.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CalculatedField.Name">
<summary>
<para>Gets or sets the name of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the calculated field's name.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CalculatedField.WrapExpressionToType(System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
<summary>
<para>Wraps the calculated field's expression to the conversion function according to the specified <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/>.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the initial expression.
</param>
<param name="toType">
A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldType"/> enumeration value used to wrap the calculated field's expression to the required conversion function.
</param>
<returns>A <see cref="T:System.String"/> that specifies the expression wrapped to the specified conversion function.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardParameter">
<summary>
<para>A dashboard parameter.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameter.#ctor">
<summary>
<para>Initializes a new instance of the DashboardParameter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameter.#ctor(System.String,System.Type,System.Object,System.String,System.Boolean,DevExpress.DashboardCommon.ParameterLookUpSettings)">
<summary>
<para>Initializes a new instance of the DashboardParameter class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the dashboard parameter. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Name"/> property.
</param>
<param name="type">
A <see cref="T:System.Type"/> that specifies the parameter's type. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Type"/> property.
</param>
<param name="value">
A parameter's value. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Value"/> property.
</param>
<param name="description">
A <see cref="T:System.String"/> that specifies a parameter's description displayed to an end-user. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardParameter.Description"/> property.
</param>
<param name="visible">
A <see cref="T:System.Boolean"/> value specifying whether a parameter's editor is visible within the Dashboard Parameters dialog. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardParameter.Visible"/> property.
</param>
<param name="lookupsettings">
A <see cref="T:DevExpress.DashboardCommon.ParameterLookUpSettings"/> descendant that specifies the look-up editor settings of the parameter. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardParameter.LookUpSettings"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameter.#ctor(System.String,System.Type,System.Object)">
<summary>
<para>Initializes a new instance of the DashboardParameter class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the dashboard parameter. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Name"/> property.
</param>
<param name="type">
A <see cref="T:System.Type"/> that specifies the parameter's type. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Type"/> property.
</param>
<param name="value">
A parameter's value. This value is assigned to the <see cref="P:DevExpress.DataAccess.Parameter.Value"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameter.Description">
<summary>
<para>Gets or sets the parameter's description displayed to an end-user.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the parameter's description displayed to an end-user.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameter.LookUpSettings">
<summary>
<para>Gets or sets the look-up editor settings of the parameter.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ParameterLookUpSettings"/> descendant that specifies the look-up editor settings of the parameter.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameter.SelectAllValues">
<summary>
<para>Gets or sets whether or not all parameter values should be selected in the initial state of the Dashboard Viewer.
</para>
</summary>
<value><b>true</b>, to select all parameter values by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameter.Visible">
<summary>
<para>Gets or sets whether a parameter's editor is visible within the Dashboard Parameters dialog.
</para>
</summary>
<value><b>true</b>, to display a parameter's editor within the Dashboard Parameters dialog; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CalculatedFieldType">
<summary>
<para>Lists values used to specify the type of calculated field.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Auto">
<summary>
<para>A field type is detected automatically based on the type of values returned by <see cref="P:DevExpress.DashboardCommon.CalculatedField.Expression"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Boolean">
<summary>
<para>The field returns a Boolean value (the <see cref="T:System.Boolean"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.DateTime">
<summary>
<para>The field returns a date-time value (the <see cref="T:System.DateTime"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Decimal">
<summary>
<para>The field returns a Decimal value (the <see cref="T:System.Decimal"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Double">
<summary>
<para>The field returns a Double value (the <see cref="T:System.Double"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Integer">
<summary>
<para>The field returns an Integer value (the <see cref="T:System.Int32"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.Object">
<summary>
<para>The field returns a value of any type.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CalculatedFieldType.String">
<summary>
<para>The field returns a String value (the <see cref="T:System.String"/> type).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionAverage">
<summary>
<para>A format condition used to apply formatting according to the average value.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionAverage.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionAverage class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionAverage.AverageType">
<summary>
<para>Gets or sets the comparison logic used to apply formatting according to the average value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType"/> value that specifies the comparison logic used to apply formatting according to the average value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartAxisY">
<summary>
<para>The chart's Y-axis.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisY.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of the Y-axis should always be visible.
</para>
</summary>
<value><b>true</b>, to always show the zero level of the Y-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisY.Logarithmic">
<summary>
<para>Gets or sets whether the axis should display its numerical values using a logarithmic scale.
</para>
</summary>
<value><b>true</b>, if the logarithmic scale should be used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisY.LogarithmicBase">
<summary>
<para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.DashboardCommon.ChartAxisY.Logarithmic"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.LogarithmicBase"/> enumeration value which specifies the logarithmic base.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisY.ShowGridLines">
<summary>
<para>Gets or sets whether to show grid lines for a Y-axis.
</para>
</summary>
<value><b>true</b>, to show grid lines for a Y-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardStretchedLayoutTemplate">
<summary>
<para>The <i>Stretched</i> layout template that arranges card elements so that they occupy an entire card area.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.#ctor">
<summary>
<para>Initializes a new instance of the CardStretchedLayoutTemplate class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.BottomValue1">
<summary>
<para>Provides access to the first value displayed at the bottom of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the first value displayed at the bottom of the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.BottomValue2">
<summary>
<para>Provides access to the second value displayed at the bottom of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the second value displayed at the bottom of the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.DeltaIndicator">
<summary>
<para>Provides access to the delta indicator displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the delta indicator displayed within the card.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.MainValue">
<summary>
<para>Provides access to the main value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the main value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.Sparkline">
<summary>
<para>Provides access to the sparkline displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the sparkline displayed within the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.SubValue">
<summary>
<para>Provides access to a sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardStretchedLayoutTemplate.TopValue">
<summary>
<para>Provides access to the value displayed at the top of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the value displayed at the top of the card.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardLightweightLayoutTemplate">
<summary>
<para>The <i>Lightweight</i> layout template that displays the minimum set of elements within a card.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.#ctor">
<summary>
<para>Initializes a new instance of the CardLightweightLayoutTemplate class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.BottomValue">
<summary>
<para>Provides access to a value displayed at the bottom of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the value displayed at the bottom of the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.DeltaIndicator">
<summary>
<para>Provides access to the delta indicator displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the delta indicator displayed within the card.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.MainValue">
<summary>
<para>Provides access to the main value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the main value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.Sparkline">
<summary>
<para>Provides access to the sparkline displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the sparkline displayed within the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardLightweightLayoutTemplate.SubValue">
<summary>
<para>Provides access to a sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardCenteredLayoutTemplate">
<summary>
<para>The <i>Centered</i> layout template used to center card elements so that they occupy a specified width/height.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.#ctor">
<summary>
<para>Initializes a new instance of the CardCenteredLayoutTemplate class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.BottomSubValue1">
<summary>
<para>Provides access to the first sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.BottomSubValue2">
<summary>
<para>Provides access to the second sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.BottomValue">
<summary>
<para>Provides access to a value displayed at the bottom of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the value displayed at the bottom of the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.DeltaIndicator">
<summary>
<para>Provides access to the delta indicator displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the delta indicator displayed within the card.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.MainValue">
<summary>
<para>Provides access to the main value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the main value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.Sparkline">
<summary>
<para>Provides access to the sparkline displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the sparkline displayed within the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCenteredLayoutTemplate.SubValue">
<summary>
<para>Provides access to a sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnWidthMode">
<summary>
<para>Lists values that specify the mode used to manage grid column widths.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnWidthMode.AutoFitToContents">
<summary>
<para>The grid adjusts columns automatically to the minimum width required to completely display its content. If the entire content cannot be displayed within the dashboard item, horizontal scrolling is enabled.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnWidthMode.AutoFitToGrid">
<summary>
<para>The grid adjusts the width of all columns to fit their content in an optimal way. If you are changing the size of the dashboard item, the width of columns is changed proportionally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnWidthMode.Manual">
<summary>
<para>The grid allows you to adjust column widths manually. You can specify the mode used to manage the width of individual columns using the <see cref="P:DevExpress.DashboardCommon.GridColumnBase.WidthType"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.OlapDataConnection">
<summary>
<para>Represents a connection to a cube in an MS Analysis Services database.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataConnection.#ctor">
<summary>
<para>Initializes a new instance of OlapDataConnection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataConnection.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
<summary>
<para>Initializes a new instance of OlapDataConnection class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> specifying the name of connection. This value is assigned to the <see cref="P:DevExpress.DataAccess.DataConnectionBase.Name"/> property.
</param>
<param name="parameters">
An <see cref="T:DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters"/> object containing parameters used to establish a connection to a cube in an MS Analysis Services database. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.OlapDataConnection.ConnectionParameters"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataConnection.Close">
<summary>
<para>Closes the connection to a cube in an MS Analysis Services database.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataConnection.ConnectionParameters">
<summary>
<para>Contains parameters used to establish a connection to a cube in an MS Analysis Services database.
</para>
</summary>
<value>An <see cref="T:DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters"/> object containing parameters used to establish a connection to a cube in an MS Analysis Services database.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataConnection.ConnectionString">
<summary>
<para>Gets or sets a connection string used to establish a connection to a cube in an MS Analysis Services database.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying a connection string used to establish a connection to a cube in an MS Analysis Services database.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataConnection.ConnectionStringSerializable">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataConnection.CreateDataConnectionParameters">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataConnection.IsConnected">
<summary>
<para>Gets whether the connection to a cube in an MS Analysis Services database is established.
</para>
</summary>
<value><b>true</b>, if the connection to a cube in an MS Analysis Services database is established; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.OlapDataProvider">
<summary>
<para>Represents a data provider for an OLAP data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataProvider.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
<summary>
<para>Initializes a new instance of the OlapDataProvider class.
</para>
</summary>
<param name="connectionName">
A <see cref="T:System.String"/> that specifies the name of a data connection.
</param>
<param name="connectionParameters">
An <see cref="T:DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters"/> object containing parameters used to establish a connection to a cube in an MS Analysis Services database.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataProvider.#ctor(DevExpress.DashboardCommon.OlapDataConnection)">
<summary>
<para>Initializes a new instance of the OlapDataProvider class.
</para>
</summary>
<param name="dataConnection">
An <see cref="T:DevExpress.DashboardCommon.OlapDataConnection"/> object specifying a connection to a cube in an MS Analysis Services database.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the OlapDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataProvider.DataConnection">
<summary>
<para>Gets a connection to a cube in an MS Analysis Services database.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.OlapDataConnection"/> object representing a connection to a cube in an MS Analysis Services database.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.OlapDataProvider.Dispose">
<summary>
<para>Releases resources associated with a OlapDataProvider instance.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.OlapDataProvider.Disposed">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataProvider.IsDisposed">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OlapDataProvider.OlapConnectionString">
<summary>
<para>Gets a connection string used to establish a connection to a cube in an MS Analysis Services database.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a connection string used to establish a connection to a cube in an MS Analysis Services database.
</value>
</member>
<member name="F:DevExpress.DashboardCommon.OlapDataProvider.XmlDataConnection">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.OlapDataProvider.XmlNameString">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.DashboardCommon.SqlDataProvider">
<summary>
<para>Represents a data provider for regular data sources.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SqlDataProvider.#ctor(DevExpress.DataAccess.DataConnection)">
<summary>
<para>Initializes a new instance of the SqlDataProvider class.
</para>
</summary>
<param name="dataConnection">
A <see cref="T:DevExpress.DataAccess.DataConnection"/> object specifying a connection to a data store.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SqlDataProvider.#ctor(DevExpress.DataAccess.DataConnection,System.String)">
<summary>
<para>Initializes a new instance of the SqlDataProvider class.
</para>
</summary>
<param name="dataConnection">
A <see cref="T:DevExpress.DataAccess.DataConnection"/> object specifying a connection to a data store.
</param>
<param name="sqlQuery">
A <see cref="T:System.String"/> specifying an SQL query used to select data from the data store.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SqlDataProvider.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,System.String)">
<summary>
<para>Initializes a new instance of the SqlDataProvider class.
</para>
</summary>
<param name="connectionName">
A <see cref="T:System.String"/> specifying the data connection name.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.DataConnection"/> object specifying a connection to a data store.
</param>
<param name="sqlQuery">
A <see cref="T:System.String"/> specifying an SQL query used to select data from the data store.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SqlDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the SqlDataProvider class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.DataAccess.DataConnection">
<summary>
<para>Represents a connection to a data store.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.DataConnection.#ctor">
<summary>
<para>Initializes a new instance of the DataConnection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.DataConnection.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Initializes a new instance of the DataConnection class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of data connection.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant that represents connection parameters used to establish a connection to data.
</param>
</member>
<member name="M:DevExpress.DataAccess.DataConnection.AddReference">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.DataConnection.RemoveReference">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.DashboardOlapDataSource.ConfigureOlapConnection"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ConfigureOlapConnectionEventArgs class.
</para>
</summary>
<param name="connectionName">
A <see cref="T:System.String"/> value that specifies the connection name.
</param>
<param name="connectionString">
A <see cref="T:System.String"/> value that specifies the OLAP connection string.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs.ConnectionName">
<summary>
<para>Gets or sets the connection name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the connection name.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ConfigureOlapConnectionEventArgs.ConnectionString">
<summary>
<para>Gets or sets the OLAP connection string.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the OLAP connection string.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureCalculation">
<summary>
<para>Serves as the base class for classes that are measure calculations allowing you to apply specific computations to <see cref="T:DevExpress.DashboardCommon.Measure"/> values that are related to the currently processed value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.GaugeDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GaugeWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the GaugeWindowDefinition class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FixedDateTimePeriodLimit">
<summary>
<para>A fixed date-time value used to specify boundaries for the <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FixedDateTimePeriodLimit.#ctor">
<summary>
<para>Initializes a new instance of the FixedDateTimePeriodLimit class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FixedDateTimePeriodLimit.#ctor(System.DateTime)">
<summary>
<para>Initializes a new instance of the FixedDateTimePeriodLimit class.
</para>
</summary>
<param name="date">
A <see cref="T:System.DateTime"/> that specifies the value of the date-time boundary.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FixedDateTimePeriodLimit.Date">
<summary>
<para>Gets or sets the value of the date-time boundary.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> that specifies the value of the date-time boundary.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.BeforeFillExtractEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.DashboardExtractDataSource.BeforeFill"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BeforeFillExtractEventArgs.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the BeforeFillExtractEventArgs class.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the path to the file containing a data extract.
</param>
<param name="extractDriverName">
A <see cref="T:System.String"/> that specifies the name of the custom driver.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.BeforeFillExtractEventArgs.ExtractDriverName">
<summary>
<para>Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the custom driver.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BeforeFillExtractEventArgs.FileName">
<summary>
<para>Gets or sets the path to the file containing a data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the path to the file containing a data extract.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExcelExportFilterState">
<summary>
<para>Lists values that specify the filter state's location in the exported Excel file.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelExportFilterState.Below">
<summary>
<para>The filter state is placed below in the exported document.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelExportFilterState.None">
<summary>
<para>The filter state is not included in the exported document.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelExportFilterState.SeparateSheet">
<summary>
<para>The filter state is placed on a separate sheet in the exported workbook.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PieType">
<summary>
<para>Lists values that identify <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/> types.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieType.Donut">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieType.Pie">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardToggles">
<summary>
<para>Contains settings that can be used to enable or disable a specific Dashboard functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardToggles.HandleFloatingPointErrors">
<summary>
<para>Gets or sets whether or not arithmetic errors related to floating point calculations are processed by the Dashboard error handling mechanism.
</para>
</summary>
<value><b>true</b>, to process arithmetic errors related to floating point calculations using the Dashboard error handling mechanism; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionSortMode">
<summary>
<para>Lists the values that specify how dimension values should be sorted.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortMode.DisplayText">
<summary>
<para>Sorts the dimension data by display text.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortMode.ID">
<summary>
<para>Sorts the dimension data by a level member's ID.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortMode.Key">
<summary>
<para>Sorts the dimension data by key attributes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortMode.Value">
<summary>
<para>Sorts the dimension data by values.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardTitleAlignment">
<summary>
<para>Lists values that specify the alignment of the dashboard title.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTitleAlignment.Center">
<summary>
<para>Align the dashboard title to the center in the dashboard title area.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTitleAlignment.Left">
<summary>
<para>Align the dashboard title to the left in the dashboard title area.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateFormat">
<summary>
<para>Lists values that specify format types for date values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateFormat.Default">
<summary>
<para>The default date formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateFormat.Long">
<summary>
<para>Long date pattern.
<para>6&#47;15&#47;2009 -&gt; Monday, June 15, 2009 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateFormat.Short">
<summary>
<para>Short date pattern.
<para>6/15/2009 -&gt; 6/15/2009 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ScatterPointLabelContentType">
<summary>
<para>Lists values that identify types of content displayed within point labels.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ScatterPointLabelContentType.Argument">
<summary>
<para>The argument value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ScatterPointLabelContentType.ArgumentAndValues">
<summary>
<para>The argument value and corresponding summary values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ScatterPointLabelContentType.ArgumentAndWeight">
<summary>
<para>The argument and corresponding weight summary value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ScatterPointLabelContentType.Values">
<summary>
<para>Summary values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ScatterPointLabelContentType.Weight">
<summary>
<para>The weight summary value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ScatterChartDashboardItem">
<summary>
<para>A Scatter Chart dashboard item that visualizes relationships between numerical variables.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ScatterChartDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ScatterChartDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.Arguments">
<summary>
<para>Gets the collection of dimensions used to provide data for arguments in a scatter chart.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects used to provide data for arguments in a scatter chart.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.AxisX">
<summary>
<para>Provides access to the scatter chart's X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ScatterChartAxis"/> object that represents the scatter chart axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.AxisXMeasure">
<summary>
<para>Gets or sets the measure providing data for the scatter chart's X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure providing data for the scatter chart's X-axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.AxisY">
<summary>
<para>Provides access to the scatter chart's Y-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ScatterChartAxis"/> object that represents the scatter chart axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.AxisYMeasure">
<summary>
<para>Gets or sets the measure providing data for the scatter chart's Y-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure providing data for the scatter chart's Y-axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.ColoringOptions">
<summary>
<para>Provides access to coloring options of the Scatter Chart dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemColoringOptions"/> object containing coloring options of the Scatter Chart dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.ColorScheme">
<summary>
<para>Provides access to a color scheme used to color elements of the Scatter Chart dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color elements of the Scatter Chart dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.Legend">
<summary>
<para>Provides access to a scatter chart legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegend"/> object that is the chart legend.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.PointLabelOptions">
<summary>
<para>Provides access to point label options of the scatter chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ScatterPointLabelOptions"/> object containing point label options of the scatter chart.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.Rotated">
<summary>
<para>Gets or sets whether the scatter chart is rotated.
</para>
</summary>
<value><b>true</b>, to rotate the scatter chart; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterChartDashboardItem.Weight">
<summary>
<para>Gets or sets the measure used to evaluate the points' weight.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure used to evaluate the points' weight.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelOptionsBase">
<summary>
<para>Serves as the base for classes containing options related to chart point labels.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PointLabelOptionsBase.Assign(DevExpress.DashboardCommon.PointLabelOptionsBase)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="pointLabel">
A <see cref="T:DevExpress.DashboardCommon.PointLabelOptionsBase"/> object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptionsBase.Orientation">
<summary>
<para>Gets or sets the point label orientation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelOrientation"/> object that specifies the point label orientation.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptionsBase.OverlappingMode">
<summary>
<para>Gets or sets the mode to resolve overlapping of point labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelOverlappingMode"/> object that specifies the mode to resolve overlapping of series point labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptionsBase.Position">
<summary>
<para>Gets or sets the point label position.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelPosition"/> object that specifies the point label position.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptionsBase.ShowPointLabels">
<summary>
<para>Gets or sets whether to show point labels.
</para>
</summary>
<value><b>true</b>, to show point labels; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.LogarithmicBase">
<summary>
<para>Lists values used to specify a logarithmic base.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.LogarithmicBase.Base10">
<summary>
<para>The logarithmic base is 10.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.LogarithmicBase.Base2">
<summary>
<para>The logarithmic base is 2.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.LogarithmicBase.Base5">
<summary>
<para>The logarithmic base is 5.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the ChartWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartLegend">
<summary>
<para>Represents a chart legend.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.InsidePosition">
<summary>
<para>Gets or sets the legend position and orientation within a chart diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegendInsidePosition"/> enumeration member that specifies the legend position and orientation within a chart diagram.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.IsInsideDiagram">
<summary>
<para>Gets or sets whether or not the chart's legend is placed inside the diagram.
</para>
</summary>
<value><b>true</b>, if the chart's legend is placed inside the diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.OutsidePosition">
<summary>
<para>Gets or sets the legend position and orientation outside the chart diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegendOutsidePosition"/> enumeration member that specifies the legend position and orientation outside the chart diagram.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.Visible">
<summary>
<para>Gets or sets whether the chart's legend is visible.
</para>
</summary>
<value><b>true</b>, if the chart's legend is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the GridWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionMinMaxBase">
<summary>
<para>Serves as the base class for classes that provides the capability to specify minimum/maximum values used in visualizing numeric data.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Maximum">
<summary>
<para>Gets or sets the maximum value in a range.
</para>
</summary>
<value>A <see cref="T:System.Decimal"/> value that specifies the maximum value in a range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.MaximumType">
<summary>
<para>Gets or sets the type of the <see cref="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Maximum"/> value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionValueType"/> enumeration value that specifies the type of the <see cref="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Maximum"/> value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Minimum">
<summary>
<para>Gets or sets the minimum value in a range.
</para>
</summary>
<value>A <see cref="T:System.Decimal"/> value that specifies the minimum value in a range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.MinimumType">
<summary>
<para>Gets or sets the type of the <see cref="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Minimum"/> value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionValueType"/>, which is the type of the <see cref="P:DevExpress.DashboardCommon.FormatConditionMinMaxBase.Minimum"/> value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridWindowDefinitionMode.Rows">
<summary>
<para>A calculation is performed through Grid rows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridWindowDefinitionMode.RowsAndSparklineArgument">
<summary>
<para>A calculation is performed through Grid rows, then sparkline argument values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridWindowDefinitionMode.SparklineArgument">
<summary>
<para>A calculation is performed through sparkline argument values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridWindowDefinitionMode.SparklineArgumentAndRows">
<summary>
<para>A calculation is performed through sparkline argument values, then Grid rows.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.StyleSettingsBase">
<summary>
<para>Serves as the base for classes providing style settings used to apply conditional formatting .
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.StyleSettingsBase.BeginUpdate">
<summary>
<para>Locks the current StyleSettingsBase object until the <see cref="M:DevExpress.DashboardCommon.StyleSettingsBase.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.StyleSettingsBase.EndUpdate">
<summary>
<para>Unlocks the current StyleSettingsBase object.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.StyleSettingsBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StyleSettingsBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current StyleSettingsBase instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.StyleSettingsBase.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current StyleSettingsBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.WeightedSeries">
<summary>
<para>A Weighted series that allow you to visualize data in three dimensions.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.WeightedSeries.#ctor">
<summary>
<para>Initializes a new instance of the WeightedSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.WeightedSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the WeightedSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the value of data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.WeightedSeries.Value"/> property.
</param>
<param name="weight">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the weight of data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.WeightedSeries.Weight"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.WeightedSeries.Value">
<summary>
<para>Gets or sets a measure that provides data used to calculate the value of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the value of series points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.WeightedSeries.Weight">
<summary>
<para>Gets or sets a measure that provides data used to calculate the weight of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the weight of series points.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardObjectDataSource">
<summary>
<para>An object data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardObjectDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the DashboardObjectDataSource class.
</para>
</summary>
<param name="data">
An object containing data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardObjectDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the DashboardObjectDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
<param name="data">
An object containing data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardObjectDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardObjectDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the component name of the data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardObjectDataSource.DataSchema">
<summary>
<para>Gets or sets an XML/XSD file, containing the schema of a dashboard's data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a data source's schema.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardObjectDataSource.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the logical expression to be applied to the data for filtering.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads the object data source schema definition from XML.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardObjectDataSource.Name">
<summary>
<para>Gets or sets the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.SaveToXml">
<summary>
<para>Saves the XML definition of the object data source schema.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.Dashboard.CustomFilterExpression"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs.#ctor(DevExpress.DashboardCommon.IDashboardDataSource,System.String)">
<summary>
<para>Initializes a new instance of the DashboardCustomFilterExpressionEventArgs class.
</para>
</summary>
<param name="dataSource">
An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> class that specifies the data source.
</param>
<param name="tableName">
A <see cref="T:System.String"/> that specifies the table name.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs.FilterExpression">
<summary>
<para>Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs.TableName">
<summary>
<para>Gets the name of a data table to which the <see cref="P:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs.FilterExpression"/> applies.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of a data table to which the <see cref="P:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs.FilterExpression"/> applies.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.BarStyleSettings">
<summary>
<para>Contains style settings used to change colors of bars used in conditional formatting.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.#ctor">
<summary>
<para>Initializes a new instance of the BarStyleSettings class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the BarStyleSettings class.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies a custom color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.#ctor(DevExpress.DashboardCommon.FormatConditionAppearanceType)">
<summary>
<para>Initializes a new instance of the BarStyleSettings class.
</para>
</summary>
<param name="predefinedColor">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> enumeration value that specifies the predefined color.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.BarStyleSettings.Color">
<summary>
<para>Gets or sets a custom color used to color bars.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies a custom color.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current BarStyleSettings instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current BarStyleSettings instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current BarStyleSettings object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.BarStyleSettings.PredefinedColor">
<summary>
<para>Gets or sets the predefined color used to color bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> enumeration value that specifies the predefined color.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionGradientRangeBar">
<summary>
<para>A format condition used to visualize numeric values using bars whose colors are contained in the specified color gradient.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionGradientRangeBar class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Int32)">
<summary>
<para>Initializes a new instance of the FormatConditionGradientRangeBar class.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant (<see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/>) that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant (<see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/>) that specifies the end gradient color.
</param>
<param name="segmentCount">
An integer value that specifies the number of ranges.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Object[])">
<summary>
<para>Initializes a new instance of the FormatConditionGradientRangeBar class.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant (<see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/>) that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant (<see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/>) that specifies the end gradient color.
</param>
<param name="values">
An array of boundary values.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
<summary>
<para>Initializes a new instance of the FormatConditionGradientRangeBar class.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that specifies the predefined color gradient used to color bars.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.ActualPredefinedType">
<summary>
<para>Gets the predefined color gradient used to apply conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that is the predefined color gradient used to apply conditional formatting.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.BarOptions">
<summary>
<para>Provides access to bar options for the current format condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionBarOptions"/> object containing bar options for the current format condition.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.Generate(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
<summary>
<para>Specifies gradient settings for the current format condition.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that is the predefined color gradient used to apply conditional formatting.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.IsValid">
<summary>
<para>Gets whether the current format condition is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format condition is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionColorRangeBar">
<summary>
<para>A format condition used to visualize numeric values using bars whose colors are contained in the specified color set.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionColorRangeBar.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionColorRangeBar class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionColorRangeBar.#ctor(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
<summary>
<para>Initializes a new instance of the FormatConditionColorRangeBar class.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> object that specifies the predefined color set used to color bars.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionColorRangeBar.ActualPredefinedType">
<summary>
<para>Gets the predefined color set used to apply conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> enumeration value that is the predefined color set used to apply conditional formatting.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionColorRangeBar.BarOptions">
<summary>
<para>Provides access to bar options for the current format condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionBarOptions"/> object containing bar options for the current format condition.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionColorRangeBar.Generate(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
<summary>
<para>Specifies color settings for the current format condition.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> object that is the predefined color set used to apply conditional formatting.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionColorRangeBar.IsValid">
<summary>
<para>Gets whether the current format condition is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format condition is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionBarOptions">
<summary>
<para>Contains options related to format conditions that use a bar to visualize numeric values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionBarOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBarOptions.AllowNegativeAxis">
<summary>
<para>Gets or sets whether negative data bars are displayed in the direction opposite to the positive data bars.
</para>
</summary>
<value><b>true</b>, if negative data bars are displayed in the direction opposite to the positive data bars; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.Assign(DevExpress.DashboardCommon.FormatConditionBarOptions)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="obj">
A FormatConditionBarOptions object whose settings are copied to the current object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.BeginUpdate">
<summary>
<para>Locks the FormatConditionBarOptions object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.FormatConditionBarOptions.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBarOptions.DrawAxis">
<summary>
<para>Gets or set whether to draw the vertical axis between positive and negative data bars.
</para>
</summary>
<value><b>true</b>, if the axis is painted; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.EndUpdate">
<summary>
<para>Unlocks the FormatConditionBarOptions object after a call to the <see cref="M:DevExpress.DashboardCommon.FormatConditionBarOptions.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBarOptions.ShowBarOnly">
<summary>
<para>Gets or sets whether to show bars without corresponding values.
</para>
</summary>
<value><b>true</b>, to show bars only; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionBar">
<summary>
<para>A format condition used to visualize numeric values using bars.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBar.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the FormatConditionBar class.
</para>
</summary>
<param name="barColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of positive data bars.
</param>
<param name="negativeBarColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of negative data bars.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBar.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionBar class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBar.#ctor(DevExpress.DashboardCommon.FormatConditionAppearanceType,DevExpress.DashboardCommon.FormatConditionAppearanceType)">
<summary>
<para>Initializes a new instance of the FormatConditionBar class.
</para>
</summary>
<param name="barColor">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> value that specifies the color of positive data bars.
</param>
<param name="negativeBarColor">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> value that specifies the color of negative data bars.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBar.BarOptions">
<summary>
<para>Provides access to bar options for the current format condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionBarOptions"/> object containing bar options for the current format condition.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBar.IsValid">
<summary>
<para>Gets whether the current format condition is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format condition is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBar.NegativeStyleSettings">
<summary>
<para>Gets or sets the style settings used to color negative data bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> object that specifies the style settings used to color negative data bars.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBar.StyleSettings">
<summary>
<para>Gets or sets style settings used to color positive data bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> object that specifies style settings used to color positive data bars.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimePeriodFilterType">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.All">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Day">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Hour">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Minute">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Month">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Quarter">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Second">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Year">
<summary>
<para> </para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the CardWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimeInterval">
<summary>
<para>Lists values that identify available date-time intervals for the <see cref="T:DevExpress.DashboardCommon.FlowDateTimePeriodLimit"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Day">
<summary>
<para>An interval duration is one day.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Hour">
<summary>
<para>An interval duration is one hour.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Minute">
<summary>
<para>An interval duration is one minute.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Month">
<summary>
<para>An interval duration is one month.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Quarter">
<summary>
<para>An interval duration is one quarter.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Second">
<summary>
<para>An interval duration is one second.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeInterval.Year">
<summary>
<para>An interval duration is one year.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardPalette">
<summary>
<para>A palette that contains colors used to paint dashboard item elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPalette.#ctor(System.Drawing.Color[])">
<summary>
<para>Initializes a new instance of the DashboardPalette class.
</para>
</summary>
<param name="colors">
An array of <see cref="T:System.Drawing.Color"/> objects that specify colors to be added to the palette.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPalette.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the DashboardPalette class.
</para>
</summary>
<param name="colors">
A collection of <see cref="T:System.Drawing.Color"/> objects that specify colors to be added to the palette.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPalette.Count">
<summary>
<para>Gets a number of elements in a color palette.
</para>
</summary>
<value>An integer value that is the number of elements in a color palette.
</value>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardPalette.Default">
<summary>
<para>Provides access to the default palette used to color dashboard item elements.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPalette.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual elements in the DashboardPalette.
</para>
</summary>
<param name="index">
An integer value that specifies the index of the color.
</param>
<value>A <see cref="T:System.Drawing.Color"/> value that is the palette color corresponding to the specified index.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomPaletteEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomPalette"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomPalette"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomPaletteEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.CustomPaletteEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomPalette"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomPalette"/> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.CustomPaletteEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.CustomPaletteEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomPalette"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomPalette"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomPaletteEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomPaletteEventArgs class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomPaletteEventArgs.Palette">
<summary>
<para>Gets or sets a palette used to color dashboard item elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardPalette"/> object that specifies a palette used to color dashboard item elements.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.TreemapValueType">
<summary>
<para>Lists types of values displayed within labels/tooltips of <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapValueType.Argument">
<summary>
<para>The argument value.
<para><b>Example</b>: Europe</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapValueType.ArgumentAndValue">
<summary>
<para>The argument value and the corresponding summary value.
<para><b>Example</b>: Europe : $18M</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapValueType.None">
<summary>
<para>No value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapValueType.Value">
<summary>
<para>The summary value.
<para><b>Example</b>: $18M</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection">
<summary>
<para>Lists values that specify a layout direction used to arrange tiles of <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/> depending on their sizes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection.BottomLeftToTopRight">
<summary>
<para>Arrange tiles from the bottom-left to the top-right corner.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection.BottomRightToTopLeft">
<summary>
<para>Arrange tiles from the bottom-right to the top-left corner.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection.TopLeftToBottomRight">
<summary>
<para>Arrange tiles from the top-left to the bottom-right corner.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection.TopRightToBottomLeft">
<summary>
<para>Arrange tiles from the top-right to the bottom-left corner.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardTreemapLayoutAlgorithm">
<summary>
<para>Lists values that specify a layout algorithm used to arrange tiles of <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutAlgorithm.SliceAndDice">
<summary>
<para>Identifies the <b>Slice and Dice</b> layout algorithm. This layout algorithm divides the space between items, slicing it in the specified direction depending on the item value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutAlgorithm.Squarified">
<summary>
<para>Identifies the <b>Squarified</b> layout algorithm. This algorithm lays out tiles so that width/height ratio will be closer to 1.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardTreemapLayoutAlgorithm.Striped">
<summary>
<para>Identifies the <b>Striped</b> layout algorithm. This algorithm is a modified version of the <b>Squarified</b> algorithm. The main difference is that tiles lay out in vertical/horizontal strips of varying thicknesses.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterState">
<summary>
<para>A state of the Range Filter dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the RangeFilterState class.
</para>
</summary>
<param name="periodName">
A <see cref="T:System.String"/> value that specifies the name of the selected predefined period.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterState.#ctor(DevExpress.DashboardCommon.RangeFilterSelection)">
<summary>
<para>Initializes a new instance of the RangeFilterState class.
</para>
</summary>
<param name="selection">
A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies the selected range in the Range Filter dashboard item.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterState.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterState class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterState.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads a Range Filter state from an XML document.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing a Range Filter state.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterState.PeriodName">
<summary>
<para>Gets or sets the name of the selected predefined period.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the selected predefined period.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterState.SaveToXml(System.Xml.Linq.XElement)">
<summary>
<para>Saves the current Range Filter state to an XML document.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing the Range Filter state.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterState.Selection">
<summary>
<para>Gets or sets the selected range in the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies the selected range in the Range Filter dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.RangeFilterPredefinedDateTimePeriods"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.RangeFilterPredefinedDateTimePeriods"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DataProcessingMode">
<summary>
<para>Lists values used to specify the data processing mode.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataProcessingMode.Client">
<summary>
<para>Data-related operations are performed on the client side.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataProcessingMode.Server">
<summary>
<para>Data-related operations are performed on the database server side.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ScatterPointLabelOptions">
<summary>
<para>Contains options related to point labels of a scatter chart.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ScatterPointLabelOptions.Content">
<summary>
<para>Gets or sets the type of content displayed within point labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ScatterPointLabelContentType"/> object that specifies the type of content displayed within point labels.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventHandler">
<summary>
<para>References a method that will handle the <b>CustomAssemblyLoading</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs)">
<summary>
<para>References a method that will handle the <b>CustomAssemblyLoading</b> events.
</para>
</summary>
<param name="sender">
The event source
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs">
<summary>
<para>Provides data for the <b>CustomAssemblyLoading</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Initializes a new instance of the DashboardCustomAssemblyLoadingEventArgs class.
</para>
</summary>
<param name="dataSourceName">
A <see cref="T:System.String"/> that is the name of the Entity Framework data source.
</param>
<param name="dataSourceComponentName">
A <see cref="T:System.String"/> that is the component name of the Entity Framework data source.
</param>
<param name="contextName">
A <see cref="T:System.String"/> that is the name of the Entity Framework context.
</param>
<param name="assemblyPath">
A <see cref="T:System.String"/> that is the path to the external assembly containing the Entity Framework model.
</param>
<param name="allowLoading">
A <see cref="T:System.Boolean"/> value that specifies whether loading a custom assembly is allowed.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.AllowLoading">
<summary>
<para>Gets or sets whether loading a custom assembly is allowed.
</para>
</summary>
<value><b>true</b>, to allow loading a custom assembly; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.AssemblyPath">
<summary>
<para>Gets the path to the external assembly containing the Entity Framework model.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the path to the external assembly containing the Entity Framework model.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.ContextName">
<summary>
<para>Gets the name of the Entity Framework context.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the Entity Framework context.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.DataSourceComponentName">
<summary>
<para>Gets the component name of the Entity Framework data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the component name of the Entity Framework data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs.DataSourceName">
<summary>
<para>Gets the name of the Entity Framework data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the Entity Framework data source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.IDriverWriteSession">
<summary>
<para>When implemented, represents a session used to write data to a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.IDriverWriteSession.SetPage(System.Guid,System.Byte[])">
<summary>
<para>Specifies the data extract page for the current IDriverWriteSession.
</para>
</summary>
<param name="pageID">
A <see cref="T:System.Guid"/> value that specifies the page identifier.
</param>
<param name="data">
An array of <see cref="T:System.Byte"/> values that specify the page to be written.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.IDriverReadSession">
<summary>
<para>When implemented, represents a session used to read data from a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.IDriverReadSession.GetPage(System.Guid)">
<summary>
<para>Gets the page corresponding to the specified identifier.
</para>
</summary>
<param name="pageID">
A <see cref="T:System.Guid"/> value that specifies the page identifier.
</param>
<returns>A byte array containing the required page.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.IDriverReadSession.GetPageIDs">
<summary>
<para>Gets page identifiers for the current read session.
</para>
</summary>
<returns>A collection of <see cref="T:System.Guid"/> values that specify the identifiers of available pages.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.ICustomExtractDriver">
<summary>
<para>When implemented, represents a custom driver used to write data to/read data from a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ICustomExtractDriver.CreateReadSession(System.String)">
<summary>
<para>Creates a session used to read data from an extract.
</para>
</summary>
<param name="resourceName">
A <see cref="T:System.String"/> value specifying the resource name that is used to identify a data extract.
</param>
<returns>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDriverReadSession"/> that specifies a session used to write data to a data extract.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ICustomExtractDriver.CreateWriteSession(System.String)">
<summary>
<para>Creates a session used to write data to an extract.
</para>
</summary>
<param name="resourceName">
A <see cref="T:System.String"/> value specifying the resource name that is used to identify a data extract.
</param>
<returns>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDriverWriteSession"/> that specifies a session used to write data to a data extract.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.TreemapDashboardItem">
<summary>
<para>A Treemap dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.TreemapDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the TreemapDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.Arguments">
<summary>
<para>Gets the collection of arguments whose values are used to divide the Treemap into tiles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionCollection"/> object that is the collection of arguments whose values are used to divide the Treemap into tiles.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.ColoringOptions">
<summary>
<para>Provides access to coloring options of the Treemap dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemColoringOptions"/> object containing coloring options of the Chart and Pie dashboard items.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.ColorScheme">
<summary>
<para>Provides access to a color scheme used to color elements of the Treemap dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color elements of the Treemap dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.GroupsLabelContentType">
<summary>
<para>Gets or sets the type of values displayed within the Treemap group labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TreemapValueType"/> enumeration value that specifies the type of values displayed within the Treemap group labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.GroupsTooltipContentType">
<summary>
<para>Gets or sets the type of values displayed within the Treemap group tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TreemapValueType"/> enumeration value that specifies the type of values displayed within the Treemap group tooltips.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.LayoutAlgorithm">
<summary>
<para>Gets or sets a layout algorithm used to arrange tiles of a <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardTreemapLayoutAlgorithm"/> enumeration value that specifies a layout algorithm used to arrange tiles of a <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.LayoutDirection">
<summary>
<para>Gets or sets a layout direction used to arrange tiles of <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardTreemapLayoutDirection"/> enumeration value that specifies a layout direction used to arrange tiles of <see cref="T:DevExpress.DashboardCommon.TreemapDashboardItem"/>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.TilesLabelContentType">
<summary>
<para>Gets or sets the type of values displayed within the Treemap tiles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TreemapValueType"/> enumeration value that specifies the type of values displayed within the Treemap tiles.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.TilesTooltipContentType">
<summary>
<para>Gets or sets the type of values displayed within the Treemap tile tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TreemapValueType"/> enumeration value that specifies the type of values displayed within the Treemap tile tooltips.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreemapDashboardItem.Values">
<summary>
<para>Gets the collection of measures providing numeric values that are used to evaluate the size of Treemap tiles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureCollection"/> object that is the collection of measures providing numeric values that are used to evaluate the size of Treemap tiles.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractDriverStorage">
<summary>
<para>A storage of drivers used to manage writing/reading operations for data extracts.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractDriverStorage.DefaultDriver">
<summary>
<para>Gets or sets a default driver used to write data to/read data from a data extract.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.ICustomExtractDriver"/> interface that specifies a custom driver used to write data to/read data from a data extract.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractDriverStorage.RegisterCustomDriver(System.String,DevExpress.DashboardCommon.ICustomExtractDriver)">
<summary>
<para>Registers a custom driver within an ExtractDriverStorage.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the driver name.
</param>
<param name="driver">
An object implementing the <see cref="T:DevExpress.DashboardCommon.ICustomExtractDriver"/> interface that specifies a custom driver used to write data to/read data from a data extract.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractDriverStorage.UnregisterCustomDriver(System.String)">
<summary>
<para>Unregisters a custom driver with the specified name from an ExtractDriverStorage.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the driver name.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractDataSourceConnectionParametersBase">
<summary>
<para>Serves as a base class for classes containing parameters used to establish a connection to <see cref="T:DevExpress.DashboardCommon.DashboardExtractDataSource"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractDataSourceConnectionParametersBase.DriverName">
<summary>
<para>Gets or sets the name of the driver used to read a data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the driver used to read a data extract.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractDataSourceConnectionParametersBase.FileName">
<summary>
<para>Gets or sets the path to a file containing a data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to a file containing a data extract.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PercentOfTotalCalculation">
<summary>
<para>A calculation that is used to compute a percent of the total for the specified measure across a window.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PercentOfTotalCalculation.#ctor">
<summary>
<para>Initializes a new instance of the PercentOfTotalCalculation class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardWindowDefinitionMode.Cards">
<summary>
<para>A calculation is performed through cards.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardWindowDefinitionMode.CardsAndSparklineArgument">
<summary>
<para>A calculation is performed through cards, then sparkline argument values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardWindowDefinitionMode.SparklineArgument">
<summary>
<para>A calculation is performed through sparkline argument values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardWindowDefinitionMode.SparklineArgumentAndCards">
<summary>
<para>A calculation is performed through sparkline argument values, then cards.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridDashboardItem">
<summary>
<para>A Grid dashboard item that visualizes data in tabular form.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the GridDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.Columns">
<summary>
<para>Gets the collection of grid columns.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendants that represent grid columns.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.FormatRules">
<summary>
<para>Provides access to format rules of the Grid dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridItemFormatRuleCollection"/> object that is a collection of Grid format rules.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.GridOptions">
<summary>
<para>Provides access to GridDashboardItem options.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridOptions"/> object that contains GridDashboardItem options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.SparklineArgument">
<summary>
<para>Gets or sets a dimension used to provide sparkline argument values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension used to provide sparkline argument values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridHyperlinkColumn">
<summary>
<para>A hyperlink column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridHyperlinkColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridHyperlinkColumn class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridHyperlinkColumn.#ctor(DevExpress.DashboardCommon.Dimension,DevExpress.DashboardCommon.Dimension)">
<summary>
<para>Initializes a new instance of the GridHyperlinkColumn class.
</para>
</summary>
<param name="uri">
A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies the dimension providing full URIs or their parts for the hyperlink column. If this parameter provides partial URIs, use the <see cref="P:DevExpress.DashboardCommon.GridHyperlinkColumn.UriPattern"/> property to specify a shared URI part.
</param>
<param name="displayValue">
A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies the dimension providing display values for the hyperlink column.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridHyperlinkColumn.#ctor(DevExpress.DashboardCommon.Dimension)">
<summary>
<para>Initializes a new instance of the GridHyperlinkColumn class.
</para>
</summary>
<param name="uri">
A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies the dimension providing full URIs or their parts for the hyperlink column. If this parameter provides partial URIs, use the <see cref="P:DevExpress.DashboardCommon.GridHyperlinkColumn.UriPattern"/> property to specify a shared URI part.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.GridHyperlinkColumn.DisplayValue">
<summary>
<para>Gets or sets the dimension providing display values for the hyperlink column.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies the dimension providing display values for the hyperlink column.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridHyperlinkColumn.Uri">
<summary>
<para>Gets or sets the dimension providing full URIs or their parts for the hyperlink column.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies the dimension providing full URIs or their parts for the hyperlink column.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridHyperlinkColumn.UriPattern">
<summary>
<para>Gets or sets a common URI part used to generate links for the hyperlink column.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a common URI part used to generate links for the hyperlink column.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportMode">
<summary>
<para>Lists values that specifies the document export mode.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportMode.EntireDashboard">
<summary>
<para>An entire dashboard is being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportMode.SingleItem">
<summary>
<para>A specific dashboard item is being exported.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExportFontInfo">
<summary>
<para>Contains the font settings of the exported document.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExportFontInfo.#ctor">
<summary>
<para>Initializes a new instance of the ExportFontInfo class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExportFontInfo.GdiCharSet">
<summary>
<para>Gets or sets a value that specifies the GDI character set used by the current font.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value that specifies the GDI character set used by the current font.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExportFontInfo.Name">
<summary>
<para>Gets or sets the name of the font used in the exported document.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the font.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ExportFontInfo.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current ExportFontInfo object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ExportFontInfo.UseCustomFontInfo">
<summary>
<para>Gets or sets whether custom font settings are used in the exported document.
</para>
</summary>
<value><b>true</b>, if custom font settings are used in the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomExportEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomExport"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomExport"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomExportEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.CustomExportEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomExport"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomExport"/> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.CustomExportEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.CustomExportEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomExport"/> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomExport"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportEventArgs.Report">
<summary>
<para>Gets the underlying report of the exported document.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that is the underlying report of the exported document.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.IndicatorType">
<summary>
<para>Lists values used to identify delta indicator types.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.IndicatorType.DownArrow">
<summary>
<para>A 'down' arrow is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.IndicatorType.None">
<summary>
<para>The indication is not displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.IndicatorType.UpArrow">
<summary>
<para>An 'up' arrow is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.IndicatorType.Warning">
<summary>
<para>A warning is displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CustomizeExportDocumentEventHandler">
<summary>
<para>References a method that will handle the <b>CustomizeExportDocument</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomizeExportDocumentEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs)">
<summary>
<para>References a method that will handle the <b>CustomizeExportDocument</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs">
<summary>
<para>Provides data for the <b>CustomizeExportDocument</b> events.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs.ExcelExportOptions">
<summary>
<para>Gets options related to exporting a dashboard/dashboard item to the Excel format.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing options related to exporting a dashboard/dashboard item to the Excel format.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs.ExcelOptions">
<summary>
<para>Gets options related to exporting a dashboard item to the Excel format.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object containing options related to exporting a dashboard item to the Excel format.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs.Stream">
<summary>
<para>Gets or sets a stream containing the exported document.
</para>
</summary>
<value>A <see cref="T:System.IO.Stream"/> object that specifies a stream containing the exported document.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomExportBaseEventArgs">
<summary>
<para>Serves as the base for classes that provide data for events used to customize exported documents.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.ExportAction">
<summary>
<para>Gets the export action performed by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportAction"/> object that is the export action performed by an end-user.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.ExportMode">
<summary>
<para>Gets the document export mode.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportMode"/> value that is the document export mode.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.ImageExportOptions">
<summary>
<para>Gets export options related to exporting a dashboard/dashboard item to an image.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object containing export options related to exporting a dashboard/dashboard item to an image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.ImageOptions">
<summary>
<para>Gets export options related to exporting a dashboard/dashboard item to an image.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object containing export options related to exporting a dashboard/dashboard item to an image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.ItemComponentName">
<summary>
<para>Gets the component name of the exported dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the exported dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.PdfExportOptions">
<summary>
<para>Gets export options related to exporting a dashboard/dashboard item to PDF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object containing options related to exporting a dashboard/dashboard item to PDF format.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.PdfOptions">
<summary>
<para>Gets export options related to exporting a dashboard/dashboard item to PDF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object containing export options related to exporting a dashboard/dashboard item to PDF format.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomExportBaseEventArgs.PrintPreviewOptions">
<summary>
<para>Gets options related to printing a dashboard/dashboard item using the Print Preview window.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions"/> object containing options related to printing a dashboard/dashboard item using the Print Preview window.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardSparklineRow">
<summary>
<para>A sparkline row in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>'s layout.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardSparklineRow.#ctor">
<summary>
<para>Initializes a new instance of the CardSparklineRow class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardSparklineRow.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the CardSparklineRow class.
</para>
</summary>
<param name="height">
An integer value that specifies the height of the current CardSparklineRow in pixels.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CardSparklineRow.Height">
<summary>
<para>Gets or sets the height of the current CardSparklineRow in pixels.
</para>
</summary>
<value>An integer value that specifies the height of the current CardSparklineRow in pixels.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowTextElementBase">
<summary>
<para>Serves as the base for classes that are card elements displaying text data.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElementBase.FontFamily">
<summary>
<para>Gets or sets the font family for a current element.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the font family for a current element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElementBase.FontSize">
<summary>
<para>Gets or sets a font size for the current element.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies a font size for the current element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElementBase.FontStyle">
<summary>
<para>Gets or sets the style applied to text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.FontStyle"/> value that specifies the style applied to text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElementBase.ForeColor">
<summary>
<para>Gets or sets the color used to paint a current text visual element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the color used to paint a current text visual element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElementBase.PredefinedForeColor">
<summary>
<para>Gets or sets the predefined color used to paint a current text visual element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardPredefinedColor"/> value that specifies the predefined color used to paint a current text visual element.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowTextElement">
<summary>
<para>A card element that displays static text.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor">
<summary>
<para>Initializes a new instance of the CardRowTextElement class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowTextElement class.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value that specifies a static text displayed within the visual element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value the specifies the text's font size.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the color used to paint the text.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,DevExpress.DashboardCommon.CardPredefinedColor)">
<summary>
<para>Initializes a new instance of the CardRowTextElement class.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value that specifies a static text displayed within the visual element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value the specifies the text's font size.
</param>
<param name="predefinedForeColor">
A <see cref="T:DevExpress.DashboardCommon.CardPredefinedColor"/> value that specifies the color used to paint the text.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment)">
<summary>
<para>Initializes a new instance of the CardRowTextElement class.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value that specifies a static text displayed within the visual element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowTextElement class.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value that specifies a static text displayed within the visual element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value the specifies the text's font size.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowTextElement.Text">
<summary>
<para>Gets or sets a static text displayed within the visual element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a static text displayed within the visual element.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowIndicatorElement">
<summary>
<para>A delta indicator within a card.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowIndicatorElement.#ctor">
<summary>
<para>Initializes a new instance of the CardRowIndicatorElement class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowIndicatorElement.#ctor(DevExpress.DashboardCommon.CardHorizontalAlignment,System.Int32)">
<summary>
<para>Initializes a new instance of the CardRowIndicatorElement class.
</para>
</summary>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="size">
An integer value that specifies the size (or height) of the indicator in pixels.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowIndicatorElement.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the CardRowIndicatorElement class.
</para>
</summary>
<param name="size">
An integer value that specifies the size (or height) of the indicator in pixels.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowIndicatorElement.Size">
<summary>
<para>Gets or sets the size (or height) of the indicator in pixels.
</para>
</summary>
<value>An integer value that specifies the size (or height) of the indicator in pixels.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardLayoutTemplateElement">
<summary>
<para>A visual element within a card layout.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplateElement.#ctor">
<summary>
<para>Initializes a new instance of the CardLayoutTemplateElement class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplateElement.LoadFromXml(System.Xml.Linq.XElement,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="parentElement">
</param>
<param name="xmlName">
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplateElement.SaveToXml(System.Xml.Linq.XElement,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="parentElement">
</param>
<param name="xmlName">
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplateElement.Visible">
<summary>
<para>Gets or sets whether or not the current visual element is visible.
</para>
</summary>
<value><b>true</b>, to display the current visual element; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement">
<summary>
<para>A visual element within a card layout that displays bound data in text form.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplateDataElement.#ctor">
<summary>
<para>Initializes a new instance of the CardLayoutTemplateDataElement class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplateDataElement.DimensionIndex">
<summary>
<para>Gets or sets the index of the dimension whose values are displayed within the current visual element.
</para>
</summary>
<value>An integer value that specifies the index of the dimension whose values are displayed within the current visual element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplateDataElement.ValueType">
<summary>
<para>Gets or sets the type of a value displayed within a card layout row.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> object that specifies the type of a value displayed within a card layout row.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardLayoutTemplate">
<summary>
<para>Serves as the base for classes that define a layout template for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplate.BeginUpdate">
<summary>
<para>Locks the CardLayoutTemplate object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.CardLayoutTemplate.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplate.EndUpdate">
<summary>
<para>Unlocks the CardLayoutTemplate object after a call to the <see cref="M:DevExpress.DashboardCommon.CardLayoutTemplate.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplate.MaxWidth">
<summary>
<para>Gets or sets the maximum width of the card content in pixels.
</para>
</summary>
<value>An integer value that specifies the maximum width of the card content in pixels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplate.MinWidth">
<summary>
<para>Gets or sets the minimum width of the card content in pixels.
</para>
</summary>
<value>An integer value that specifies the minimum width of the card content in pixels.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplate.ResetSpecificSettingsToDefault">
<summary>
<para>Resets specific template settings to their default values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayoutTemplate.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current CardLayoutTemplate object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.CardLayout">
<summary>
<para>Contains settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayout.#ctor">
<summary>
<para>Initializes a new instance of the CardLayout class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardLayout.Clone">
<summary>
<para>Creates a copy of the current CardLayout object.
</para>
</summary>
<returns>A CardLayout object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardLayout.Rows">
<summary>
<para>Gets a collection of <see cref="T:DevExpress.DashboardCommon.CardRow"/> objects that are rows in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>'s layout.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardRowCollection"/> object containing a collection of <see cref="T:DevExpress.DashboardCommon.CardRow"/> objects.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardElementCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.CardRowElementBase"/> descendants that are a card's visual elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardElementCollection.#ctor">
<summary>
<para>Initializes a new instance of the CardElementCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardDeltaOptions">
<summary>
<para>Contains options that control how the difference between actual and target values should be displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardCustomLayoutTemplate">
<summary>
<para>The <i>Custom</i> layout template that allows you to create a card layout manually.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCustomLayoutTemplate.#ctor">
<summary>
<para>Initializes a new instance of the CardCustomLayoutTemplate class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCustomLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardCustomLayoutTemplate.Layout">
<summary>
<para>Provides access to settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardCompactLayoutTemplate">
<summary>
<para>The <i>Compact</i> layout template used to arrange card elements so that they occupy the minimum area.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCompactLayoutTemplate.#ctor">
<summary>
<para>Initializes a new instance of the CardCompactLayoutTemplate class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.BottomSubValue1">
<summary>
<para>Provides access to the first sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the first sub-value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.BottomSubValue2">
<summary>
<para>Provides access to the second sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.BottomValue">
<summary>
<para>Provides access to a value displayed at the bottom of the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the delta indicator displayed within the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.DeltaIndicator">
<summary>
<para>Provides access to the delta indicator displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the delta indicator displayed within the card.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardCompactLayoutTemplate.GetLayout">
<summary>
<para>Gets settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object containing settings related to the layout of cards for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.MainValue">
<summary>
<para>Provides access to a main value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the main value displayed within a card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.Sparkline">
<summary>
<para>Provides access to the sparkline displayed within the card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateElement"/> object that is the sparkline displayed within the card.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardCompactLayoutTemplate.SubValue">
<summary>
<para>Provides access to a sub-value displayed within a card.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplateDataElement"/> object that is the sub-value displayed within a card.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardVerticalAlignment">
<summary>
<para>Lists values that identify the vertical alignment of a card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardVerticalAlignment.Bottom">
<summary>
<para>A card layout row is vertically aligned at the bottom of the card.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardVerticalAlignment.Center">
<summary>
<para>A card layout row is vertically aligned in the middle of the card.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardVerticalAlignment.Top">
<summary>
<para>A card layout row is vertically aligned at the top of the card.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowDataElementType">
<summary>
<para>Lists values that identify the type of a value displayed within a card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.AbsoluteVariation">
<summary>
<para>An absolute difference between the actual and target value (see Delta).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.ActualValue">
<summary>
<para>A summary value for a measure placed in the <b>Actual</b> placeholder.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.CardName">
<summary>
<para>A card name.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.DimensionValue">
<summary>
<para>A value of the specified dimension. Use the <see cref="P:DevExpress.DashboardCommon.CardLayoutTemplateDataElement.DimensionIndex"/>/<see cref="P:DevExpress.DashboardCommon.CardRowDataElement.DimensionIndex"/> properties to specify the required dimension.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.PercentOfTarget">
<summary>
<para>A percent of a target value (see Delta).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.PercentVariation">
<summary>
<para>A percent difference between the actual and target value (see Delta).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.Subtitle">
<summary>
<para>Displays combined values of all dimensions except the last (bottommost) dimension.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.TargetValue">
<summary>
<para>A summary value for a measure placed in the <b>Target</b> placeholder.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.Title">
<summary>
<para>Displays values of the last (bottommost) dimension placed in the <b>Series</b> section.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardPredefinedColor">
<summary>
<para>Lists values that identify colors used to paint text visual elements within a card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Bad">
<summary>
<para>A color used to paint the 'bad' indication.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Delta">
<summary>
<para>A color used to paint a delta indicator and corresponding delta values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Good">
<summary>
<para>A color used to paint the 'good' indication.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Main">
<summary>
<para>A main color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Neutral">
<summary>
<para>A color used to paint the 'neutral' indication.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.NotSet">
<summary>
<para>A color is not set. In this case, <see cref="P:DevExpress.DashboardCommon.CardRowTextElementBase.ForeColor"/> will be used to paint visual elements. If the <see cref="P:DevExpress.DashboardCommon.CardRowTextElementBase.ForeColor"/> property is not specified, a text element will be painted using the <see cref="F:DevExpress.DashboardCommon.CardPredefinedColor.Main"/> color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardPredefinedColor.Warning">
<summary>
<para>A color used to paint the 'warning' indication.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardHorizontalAlignment">
<summary>
<para>Lists values that identify the horizontal alignment of a visual element within a card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardHorizontalAlignment.Center">
<summary>
<para>A visual element is aligned at the center of the card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardHorizontalAlignment.Left">
<summary>
<para>A visual element is aligned to the left edge of the card layout row.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.CardHorizontalAlignment.Right">
<summary>
<para>A visual element is aligned to the right edge of the card layout row.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardState">
<summary>
<para>A dashboard state that includes selected master filter values, current parameter values, etc.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardState.#ctor">
<summary>
<para>Initializes a new instance of the DashboardState class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardState.Items">
<summary>
<para>Provides access to states of individual dashboard items displayed in the dashboard.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardItemState"/> objects that are states of individual dashboard items.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardState.LoadFromXml(System.Xml.Linq.XDocument)">
<summary>
<para>Loads a dashboard state from an XML document.
</para>
</summary>
<param name="document">
A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing a dashboard state.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardState.Parameters">
<summary>
<para>Provides access to states of dashboard parameters.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardParameterState"/> objects that are states of dashboard parameters.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardState.SaveToXml">
<summary>
<para>Saves the current dashboard state to an XML document.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing the dashboard state.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardParameterState">
<summary>
<para>A state of dashboard parameters that includes currently selected parameter values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameterState.#ctor(System.String,System.Object,System.Type)">
<summary>
<para>Initializes a new instance of the DashboardParameterState class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the parameter name.
</param>
<param name="value">
The current parameter value.
</param>
<param name="type">
A <see cref="T:System.Type"/> value that specifies the parameter type.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameterState.Name">
<summary>
<para>Gets or sets the parameter name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the parameter name.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameterState.Type">
<summary>
<para>Gets or sets the parameter type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value that specifies the parameter type.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardParameterState.Value">
<summary>
<para>Get or sets the current parameter value.
</para>
</summary>
<value>The current parameter value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemState">
<summary>
<para>A dashboard item state that includes selected master filter values, current drill-down values, etc.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardItemState class.
</para>
</summary>
<param name="itemName">
A <see cref="T:System.String"/> value that specifies the component name of the dashboard item.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemState.DrillDownValues">
<summary>
<para>Gets or sets values for the drill-down hierarchy.
</para>
</summary>
<value>A list of objects that specify values for the drill-down hierarchy.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemState.ItemName">
<summary>
<para>Gets the component name of the dashboard item.
</para>
</summary>
<value>A string value that is the component name of the dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemState.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads a dashboard item state from an XML document.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing a dashboard item state.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemState.MasterFilterValues">
<summary>
<para>Gets or sets selected master filter values.
</para>
</summary>
<value>A list of object arrays that specify selected master filter values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemState.RangeFilterState">
<summary>
<para>Gets or sets the state of the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterState"/> object that specifies the state of the Range Filter dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemState.SaveToXml">
<summary>
<para>Saves the current dashboard item state to an XML document.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing the dashboard item state.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemState.SelectedLayerIndex">
<summary>
<para>Gets or sets an index of the selected layer.
</para>
</summary>
<value>An integer value that specifies an index of the selected layer.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataAxisNames">
<summary>
<para>Lists constants used to identify various types of data axes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.ChartArgumentAxis">
<summary>
<para>Identifies an argument axis in a chart, scatter chart and pie.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.ChartSeriesAxis">
<summary>
<para>Identifies a series axis in a chart and pie.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.DefaultAxis">
<summary>
<para>Identifies a default axis in all data-bound dashboard items.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.PivotColumnAxis">
<summary>
<para>Identifies a pivot column axis.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.PivotRowAxis">
<summary>
<para>Identifies a pivot row axis.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.SparklineAxis">
<summary>
<para>Identifies a sparkline axis in a grid and cards.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionValue">
<summary>
<para>Contains dimension values at the specified axis point.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionValue.DisplayText">
<summary>
<para>Gets the dimension display text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the dimension display text.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionValue.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DimensionValue instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current DimensionValue instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionValue.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current DimensionValue object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionValue.UniqueValue">
<summary>
<para>Gets the unique value of the dimension.
</para>
</summary>
<value>The unique value of the dimension.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionValue.Value">
<summary>
<para>Gets the dimension value.
</para>
</summary>
<value>A dimension value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaValue">
<summary>
<para>Contains delta element values.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.AbsoluteVariation">
<summary>
<para>Provides access to the absolute variation between actual and target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.ActualValue">
<summary>
<para>Provides access to the actual value displayed within the delta element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.DisplaySubValue1">
<summary>
<para>Provides access to the first additional value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.DisplaySubValue2">
<summary>
<para>Provides access to the second additional value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.DisplayValue">
<summary>
<para>Provides access to the main delta value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.IndicatorType">
<summary>
<para>Gets the type of delta indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.IndicatorType"/> enumeration member that identifies the type of delta indicator.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.IsGood">
<summary>
<para>Gets the value specifying the condition for displaying the delta indication.
</para>
</summary>
<value><b>true</b>, if the 'good' indication is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.PercentOfTarget">
<summary>
<para>Provides access to the percentage of the actual value in the target value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.PercentVariation">
<summary>
<para>Provides access to the percent variation between actual and target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaValue.TargetValue">
<summary>
<para>Provides access to the target value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureValue">
<summary>
<para>Contains the measure value and display text.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureValue.DisplayText">
<summary>
<para>Gets the measure display text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the measure display text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureValue.Value">
<summary>
<para>Gets the measure value.
</para>
</summary>
<value>A measure value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataRow">
<summary>
<para>Represents an individual record from the <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.DataSet">
<summary>
<para>Gets the <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> that contains the current DashboardDataRow.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that contains the current DashboardDataRow.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Index">
<summary>
<para>Gets the index of the current DashboardDataRow in the <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/>.
</para>
</summary>
<value>An integer value that is the zero-based index of the current DashboardDataRow.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual elements in the DashboardDataRow.
</para>
</summary>
<param name="index">
An integer value specifying the zero-based index of the required element.
</param>
<value>An element value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Item(System.String)">
<summary>
<para>Provides access to individual elements in the DashboardDataRow.
</para>
</summary>
<param name="columnName">
An <see cref="T:System.String"/> that represents the column name.
</param>
<value>An element value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Length">
<summary>
<para>Gets the number of elements in the DashboardDataRow.
</para>
</summary>
<value>A integer value that represents the number of elements in the DashboardDataRow.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardUnderlyingDataRow">
<summary>
<para>Represents an individual record from the <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardUnderlyingDataRow.DataSet">
<summary>
<para>Gets the <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> that contains the current DashboardUnderlyingDataRow.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that contains the current DashboardUnderlyingDataRow.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardUnderlyingDataRow.ListSourceRowIndex">
<summary>
<para>Gets the current row's index in the data source.
</para>
</summary>
<value>An integer value identifying the current row's index in the data source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet">
<summary>
<para>Represents a list of records from the dashboard data source.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardUnderlyingDataSet.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual rows in the DashboardUnderlyingDataSet.
</para>
</summary>
<param name="index">
An integer value specifying the zero-based index of the required row.
</param>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object representing an individual row within the DashboardUnderlyingDataSet.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemMasterFilterMode">
<summary>
<para>Lists values that specify the selection mode of the master filter item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardItemMasterFilterMode.Multiple">
<summary>
<para>Allows selecting multiple elements within the dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardItemMasterFilterMode.None">
<summary>
<para>Master filtering is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardItemMasterFilterMode.Single">
<summary>
<para>Allows selecting a single element within the dashboard item and does not allow clearing this selection.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardTitle">
<summary>
<para>Represents a dashboard title.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.Alignment">
<summary>
<para>Gets or sets the alignment of the dashboard title.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardTitleAlignment"/> enumeration value that specifies the alignment of the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.ImageData">
<summary>
<para>Gets or sets the image displayed within the DashboardTitle as a byte array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array that contains image data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.ImageDataSerializable">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.ImageUrl">
<summary>
<para>Gets or sets the URL used to access the image displayed within the dashboard title.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the URL used to access the image displayed within the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.ShowMasterFilterState">
<summary>
<para>Gets or sets whether to display the state of master filter items in the dashboard title.
</para>
</summary>
<value><b>true</b>, to display the state of master filter items in the dashboard title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.Text">
<summary>
<para>Gets or sets the text displayed in the dashboard title.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the text displayed in the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.Visible">
<summary>
<para>Gets or sets whether the dashboard title is visible.
</para>
</summary>
<value><b>true</b>, if the dashboard title is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartLegendOutsidePosition">
<summary>
<para>Lists the values that specify the legend position and orientation outside the chart diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.BottomCenterHorizontal">
<summary>
<para>The legend is centered and aligned to the bottom of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.BottomLeftHorizontal">
<summary>
<para>The legend is aligned to the bottom left corner of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.BottomLeftVertical">
<summary>
<para>The legend is aligned to the bottom left corner of the chart outside the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.BottomRightHorizontal">
<summary>
<para>The legend is aligned to the bottom right corner of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.BottomRightVertical">
<summary>
<para>The legend is aligned to the bottom right corner of the chart outside the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.TopCenterHorizontal">
<summary>
<para>The legend is centered and aligned to the top of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.TopLeftHorizontal">
<summary>
<para>The legend is aligned to the top left corner of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.TopLeftVertical">
<summary>
<para>The legend is aligned to the top left corner of the chart outside the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.TopRightHorizontal">
<summary>
<para>The legend is aligned to the top right corner of the chart outside the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendOutsidePosition.TopRightVertical">
<summary>
<para>The legend is aligned to the top right corner of the chart outside the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartLegendInsidePosition">
<summary>
<para>Lists the values that specify the legend position and orientation within a chart diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomCenterHorizontal">
<summary>
<para>Legend is centered and aligned to the bottom of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomCenterVertical">
<summary>
<para>Legend is centered and aligned to the bottom of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomLeftHorizontal">
<summary>
<para>Legend is aligned to the bottom left corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomLeftVertical">
<summary>
<para>Legend is aligned to the bottom left corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomRightHorizontal">
<summary>
<para>Legend is aligned to the bottom right corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomRightVertical">
<summary>
<para>Legend is aligned to the bottom right corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopCenterHorizontal">
<summary>
<para>Legend is centered and aligned to the top of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopCenterVertical">
<summary>
<para>Legend is centered and aligned to the top of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopLeftHorizontal">
<summary>
<para>Legend is aligned to the top left corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopLeftVertical">
<summary>
<para>Legend is aligned to the top left corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopRightHorizontal">
<summary>
<para>Legend is aligned to the top right corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopRightVertical">
<summary>
<para>Legend is aligned to the top right corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MapLegendPosition">
<summary>
<para>Lists the values that specify the legend position within a map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.BottomCenter">
<summary>
<para>Legend is centered and aligned to the bottom of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.BottomLeft">
<summary>
<para>Legend is aligned to the bottom left corner of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.BottomRight">
<summary>
<para>Legend is aligned to the bottom right corner of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.TopCenter">
<summary>
<para>Legend is centered and aligned to the top of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.TopLeft">
<summary>
<para>Legend is aligned to the top left corner of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendPosition.TopRight">
<summary>
<para>Legend is aligned to the top right corner of the map.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.WeightedLegend">
<summary>
<para>A weighted map legend used to identify values corresponding to specific bubble/pie sizes.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.WeightedLegend.Type">
<summary>
<para>Gets or sets the type of weighted legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.WeightedLegendType"/> enumeration value that specifies the type of weighted legend.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PieMapDashboardItem">
<summary>
<para>A Pie Map dashboard item that allows you to place pies on the map using geographical coordinates.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PieMapDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the PieMapDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PieMapDashboardItem.Argument">
<summary>
<para>Gets or sets the dimension used to provide data for pie arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object used to provide data for pie arguments.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieMapDashboardItem.ColoringOptions">
<summary>
<para>Provides access to coloring options of the Pie Map dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemColoringOptions"/> object containing coloring options of the Pie Map dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieMapDashboardItem.ColorScheme">
<summary>
<para>Provides access to a color scheme used to color elements of the Pie Map dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color elements of the Pie Map dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieMapDashboardItem.IsWeighted">
<summary>
<para>Gets or sets whether to paint weighted pies on the map.
</para>
</summary>
<value><b>true</b>, to paint weighted pies on the map; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieMapDashboardItem.Values">
<summary>
<para>Gets the collection of measures used to provide data for calculating pie values.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects used to provide data for calculating pie values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GeoPointMapDashboardItemBase">
<summary>
<para>Serves as the base class for Map dashboard items that visualize data based on the geographical coordinates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItemBase.EnableClustering">
<summary>
<para>Gets or sets whether to enable clustering of map objects.
</para>
</summary>
<value><b>true</b>, to enable clustering of map objects; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItemBase.Latitude">
<summary>
<para>Gets or sets the dimension that provides the latitude of geographical points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides the latitude of geographical points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItemBase.Longitude">
<summary>
<para>Gets or sets the dimension that provides the longitude of geographical points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides the longitude of geographical points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItemBase.TooltipDimensions">
<summary>
<para>Gets the collection of dimensions that provide data for Geo Point map tooltips.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide data for Geo Point map tooltips.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.BubbleMapDashboardItem">
<summary>
<para>A Bubble Map dashboard item that allows you to place bubbles on the map using geographical coordinates.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BubbleMapDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the BubbleMapDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.BubbleMapDashboardItem.Color">
<summary>
<para>Gets or sets the measure used to evaluate the color of bubbles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure used to evaluate the color of bubbles.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BubbleMapDashboardItem.ColorPalette">
<summary>
<para>Gets or sets a palette used to color bubbles on the map.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapPalette"/> descendant that specifies the palette used to color bubbles on the map.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BubbleMapDashboardItem.ColorScale">
<summary>
<para>Gets or sets the scale that defines the distribution of colors in the color range.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapScale"/> descendant specifying the scale that defines distribution of colors in the color range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BubbleMapDashboardItem.Weight">
<summary>
<para>Gets or sets the measure used to evaluate the weight of bubbles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure used to evaluate the weight of bubbles.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.WeightedLegendType">
<summary>
<para>Lists values used to specify the type of weighted legend.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.WeightedLegendType.Linear">
<summary>
<para>A linear weighted legend.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.WeightedLegendType.Nested">
<summary>
<para>A nested weighted legend.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MapLegendBase">
<summary>
<para>Serves as the base class for classes that represent map legends.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.MapLegendBase.Position">
<summary>
<para>Gets or set the map legend position.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapLegendPosition"/> enumeration value that specifies the map legend position.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapLegendBase.Visible">
<summary>
<para>Gets or sets whether to show the map legend.
</para>
</summary>
<value><b>true</b>, to show the map legend; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PivotRowTotalsPosition">
<summary>
<para>Lists values that specify the position of row totals/grand totals in the Pivot dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotRowTotalsPosition.Bottom">
<summary>
<para>Row totals/grand totals are displayed at the bottom of the group/pivot table.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotRowTotalsPosition.Top">
<summary>
<para>Row totals/grand totals are displayed at the top of the group/pivot table.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PivotValuesPosition">
<summary>
<para>Lists values that specify the position of headers used to arrange summary values corresponding to different measures.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotValuesPosition.Columns">
<summary>
<para>Headers corresponding to summary values are displayed in columns.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotValuesPosition.Rows">
<summary>
<para>Headers corresponding to summary values are displayed in rows.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PivotDashboardItem">
<summary>
<para>A Pivot dashboard item that displays cross-tabular reports.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the PivotDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.AutoExpandColumnGroups">
<summary>
<para>Gets or sets whether column field values are expanded or collapsed by default in the current PivotDashboardItem.
</para>
</summary>
<value><b>true</b>, if column field values are expanded; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.AutoExpandRowGroups">
<summary>
<para>Gets or sets whether row field values are expanded or collapsed by default in the current PivotDashboardItem.
</para>
</summary>
<value><b>true</b>, if row field values are expanded; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Columns">
<summary>
<para>Gets the collection of dimensions that provide column headers in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide column headers in the current PivotDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ColumnTotalsPosition">
<summary>
<para>Gets or sets the position of column totals/grand totals in the Pivot dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotColumnTotalsPosition"/> enumeration value that specifies the position of column totals/grand totals in the Pivot dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.FormatRules">
<summary>
<para>Provides access to format rules of the Pivot dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRuleCollection"/> object that is a collection of Pivot format rules.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.GetValueName(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Returns the name of the specific measure in the current PivotDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that reprsents the measure in the current PivotDashboardItem.
</param>
<returns>A <see cref="T:System.String"/> that represents the name of the specified measure in the current PivotDashboardItem.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to pivot interactivity options.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> object that specifies pivot interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.IsMasterFilterCrossDataSource">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.LayoutType">
<summary>
<para>Gets or sets the layout type of the Pivot dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotLayoutType"/> enumeration value that specifies the layout type of the Pivot dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.NamesRepository">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Rows">
<summary>
<para>Gets the collection of dimensions that provide row headers in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide row headers in the current PivotDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.RowTotalsPosition">
<summary>
<para>Gets or sets the position of row totals/grand totals in the Pivot dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotRowTotalsPosition"/> enumeration value that specifies the position of row totals/grand totals in the Pivot dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.SetValueName(DevExpress.DashboardCommon.Measure,System.String)">
<summary>
<para>Sets the name of the specific measure in the current PivotDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that represents the measure in the current PivotDashboardItem.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the measure.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ShowColumnGrandTotals">
<summary>
<para>Gets or sets whether to display Pivot column grand totals calculated against all the columns.
</para>
</summary>
<value><b>true</b>, if the column grand totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ShowColumnTotals">
<summary>
<para>Gets or sets whether to display the Pivot column totals calculated for outer column data items.
</para>
</summary>
<value><b>true</b>, if the column totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ShowRowGrandTotals">
<summary>
<para>Gets or sets whether to display the Pivot row grand totals calculated against all the rows.
</para>
</summary>
<value><b>true</b>, if the row grand totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ShowRowTotals">
<summary>
<para>Gets or sets whether to display the Pivot row totals calculated for outer row data items.
</para>
</summary>
<value><b>true</b>, if the row totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Values">
<summary>
<para>Gets the collection of measures that provide data used to calculate cell values in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that provide data used to calculate cell values in the current PivotDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.ValuesPosition">
<summary>
<para>Gets or sets the position of headers used to arrange summary values corresponding to different measures.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotValuesPosition"/> enumeration value that specifies the position of headers used to arrange summary values corresponding to different measures.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataSourceEventArgs">
<summary>
<para>Serves as the base class for classes that provide data for dashboard events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSourceEventArgs.#ctor(DevExpress.DashboardCommon.IDashboardDataSource)">
<summary>
<para>Initializes a new instance of the DataSourceEventArgs class.
</para>
</summary>
<param name="dataSource">
An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DataSourceEventArgs.DataSource">
<summary>
<para>Gets or sets the data source that provides data for the dashboard.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies the dashboard data source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.IDashboardDataSource">
<summary>
<para>If implemented by a class, provides members related to a dashboard data source.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.Data">
<summary>
<para>Gets or sets the data object containing data source data.
</para>
</summary>
<value>An object containing data for the data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.DataProcessingMode">
<summary>
<para>Gets or sets the data processing mode for the current data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataProcessingMode"/> enumeration value that specifies the data processing mode for the current data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.DataProvider">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the logical expression to be applied to the data for filtering.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.IDashboardDataSource.GetCalculatedFieldsController">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.IDashboardDataSource.GetDataSourceInternal">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.IDashboardDataSource.GetDataSourceSchema(System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="dataMember">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.IDashboardDataSource.GetFieldSourceType(System.String,System.String)">
<summary>
<para>Gets the type of the field contained in the current data source.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the data source field.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value that specifies the name of the data member.
The <i>dataMember</i> parameter should be specified for a SQL Data Source (a query name) or Entity Framework Data Source (a data member name) only.
</param>
<returns>A <see cref="T:System.Type"/> value that is the type of the field.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.HasDataProvider">
<summary>
<para>Gets whether the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> or <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/> is used to supply the data source with data.
</para>
</summary>
<value><b>true</b>, if the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> or <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/> is used to supply the data source with data; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.IsConnected">
<summary>
<para>Gets whether the connection to a data store is established.
</para>
</summary>
<value><b>true</b>, if the connection to a data store is established; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.IsServerModeSupported">
<summary>
<para>Gets whether or not the current data source supports server-side data processing.
</para>
</summary>
<value><b>true</b>, if the current data source supports server-side data processing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.OlapDataProvider">
<summary>
<para>Gets a data provider for an OLAP data source.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.OlapDataProvider"/> object that represents a data provider for an OLAP data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.Parameters">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.SqlDataProvider">
<summary>
<para>Gets a data provider for regular data sources.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.SqlDataProvider"/> object representing a data provider for regular data sources.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartAxis">
<summary>
<para>Serves as the base class for classes that represent chart axes.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.Reverse">
<summary>
<para>Gets or sets whether or not the axis is reversed.
</para>
</summary>
<value><b>true</b>, to reverse the axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.Title">
<summary>
<para>Gets or sets the title of the chart's axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the title of the chart's axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.TitleVisible">
<summary>
<para>Gets or sets whether or not the title of the chart's axis is visible.
</para>
</summary>
<value><b>true</b>, if the title of the chart's axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.Visible">
<summary>
<para>Gets or sets whether or not the chart's axis is visible.
</para>
</summary>
<value><b>true</b>, if the chart's axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartAxisX">
<summary>
<para>The chart's X-axis.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartAxisX.#ctor(DevExpress.DashboardCommon.ChartDashboardItem)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="container">
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisX.EnableZooming">
<summary>
<para>Gets or sets whether zooming is enabled for the current X-axis.
</para>
</summary>
<value><b>true</b>, to enable zooming for the current X-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisX.LimitVisiblePoints">
<summary>
<para>Gets or sets whether the number of visible points is limited for the current X-axis.
</para>
</summary>
<value><b>true</b>, to limit the number of visible points; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisX.VisiblePointsCount">
<summary>
<para>Gets or sets the number of visible points displayed for the current X-axis.
</para>
</summary>
<value>An integer value that specifies the number of visible points displayed for the current X-axis.
</value>
</member>
<member name="T:DevExpress.DataAccess.NotifyingCollection`1">
<summary>
<para>A collection that sends notification when its content is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the NotifyingCollection&lt;T&gt; class
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.AddRange(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Adds items from the specified collection to the current collection.
</para>
</summary>
<param name="items">
A <see cref="T:System.Collections.IEnumerable"/> object representing the collection of items to append to the collection.
</param>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.AddRange(DevExpress.DataAccess.T[])">
<summary>
<para>Adds the specified items to the collection.
</para>
</summary>
<param name="items">
An array that contains zero or more T objects to add to the collection.
</param>
</member>
<member name="E:DevExpress.DataAccess.NotifyingCollection`1.BeforeItemAdded">
<summary>
<para>Occurs before items are added to the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.BeginUpdate">
<summary>
<para>Locks updates of the NotifyingCollection&lt;T&gt; until the <see cref="M:DevExpress.DataAccess.NotifyingCollection`1.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="E:DevExpress.DataAccess.NotifyingCollection`1.CollectionChanged">
<summary>
<para>Occurs after items are added to or removed from the collection
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.Contains(System.Predicate`1)">
<summary>
<para>Determines whether the collection contains an item that matches the specified predicate.
</para>
</summary>
<param name="match">
A System.Predicate that specifies the condition used to determine whether the collection contains an item.
</param>
<returns><b>true</b>, if the collection contains an item that matches the specified predicate; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.EndUpdate">
<summary>
<para>Unlocks the NotifyingCollection&lt;T&gt;.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.FindFirst(System.Predicate`1)">
<summary>
<para>Returns the first item that matches the specified predicate.
</para>
</summary>
<param name="match">
A System.Predicate that specifies the condition used to obtain the first item.
</param>
<returns>A T object representing the first item that matches the specified predicate.
</returns>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.ForEach(System.Action`1)">
<summary>
<para>Performs the specified action on each element of the current collection.
</para>
</summary>
<param name="action">
The <see cref="T:System.Action"/> action to perform on each element of the collection.
</param>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.RemoveRange(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Removes items in the specified collection from the current collection.
</para>
</summary>
<param name="items">
A <see cref="T:System.Collections.IEnumerable"/> object representing the collection of items to remove from the collection.
</param>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.RemoveRange(DevExpress.DataAccess.T[])">
<summary>
<para>Removes the specified items from the collection.
</para>
</summary>
<param name="items">
An array that contains zero or more T objects to remove from the collection.
</param>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.ToArray">
<summary>
<para>Returns the elements of the NotifyingCollection&lt;T&gt; collection as an array.
</para>
</summary>
<returns>An array containing the elements of the NotifyingCollection&lt;T&gt; collection.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemDefinition">
<summary>
<para>A data item definition.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDefinition.DataMember">
<summary>
<para>Gets the data member for the current data item definition.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the data member for the current data item definition.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDefinition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DataItemDefinition instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current DataItemDefinition instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDefinition.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current DataItemDefinition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDefinition.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current DataItemDefinition object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowElementBase">
<summary>
<para>Serves as the base for classes that are a card's visual elements.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowElementBase.HorizontalAlignment">
<summary>
<para>Gets or sets the horizontal alignment of a current visual element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a current visual element.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowElementBase.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current CardRowElementBase object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.IconSettings">
<summary>
<para>Contains style settings used to apply conditional formatting using icons.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.IconSettings.#ctor(DevExpress.DashboardCommon.FormatConditionIconType)">
<summary>
<para>Initializes a new instance of the IconSettings class.
</para>
</summary>
<param name="iconType">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionIconType"/> object that specifies the icon.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.IconSettings.#ctor">
<summary>
<para>Initializes a new instance of the IconSettings class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.IconSettings.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current IconSettings instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current IconSettings instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.IconSettings.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current IconSettings object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.IconSettings.IconType">
<summary>
<para>Gets or sets the icon used in conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionIconType"/> object that specifies the icon.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionIconType">
<summary>
<para>Lists values used to specify the icon used in conditional formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGrayArrowUp">
<summary>
<para>Gray Up arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGrayDownArrow">
<summary>
<para>Gray Down arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGrayDownInclineArrow">
<summary>
<para>Gray Down Incline arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGraySideArrow">
<summary>
<para>Gray Side arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGrayUpInclineArrow">
<summary>
<para>Gray Up Incline arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGreenArrowUp">
<summary>
<para>Green Up arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalGreenTriangleUp">
<summary>
<para>Green Up triangle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalRedDownArrow">
<summary>
<para>Red Down arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalRedTriangleDown">
<summary>
<para>Red Down triangle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalYellowDash">
<summary>
<para>Yellow dash.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalYellowDownInclineArrow">
<summary>
<para>Yellow Down Incline arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalYellowSideArrow">
<summary>
<para>Yellow Side arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.DirectionalYellowUpInclineArrow">
<summary>
<para>Yellow Up Incline arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorCircledGreenCheck">
<summary>
<para>Circled Green Check.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorCircledRedCross">
<summary>
<para>Circled Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorCircledYellowExclamation">
<summary>
<para>Circled Yellow Exclamation.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorGreenCheck">
<summary>
<para>Green Check.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorGreenFlag">
<summary>
<para>Green Flag.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorRedCross">
<summary>
<para>Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorRedFlag">
<summary>
<para>Red Flag.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorYellowExclamation">
<summary>
<para>Yellow Exclamation.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.IndicatorYellowFlag">
<summary>
<para>Yellow Flag.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.None">
<summary>
<para>No icon.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating0Bars">
<summary>
<para>0 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating0FilledBoxes">
<summary>
<para>0 filled boxes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating1Bar">
<summary>
<para>1 filled bar.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating1FilledBox">
<summary>
<para>1 filled box.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating1QuarterGrayCircle">
<summary>
<para>Gray circle with one white quarter.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating2Bars">
<summary>
<para>2 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating2FilledBoxes">
<summary>
<para>2 filled boxes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating2QuartersGrayCircle">
<summary>
<para>Gray circle with two white quarters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating3Bars">
<summary>
<para>3 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating3FilledBoxes">
<summary>
<para>3 filled boxes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating3QuartersGrayCircle">
<summary>
<para>Gray circle with three white quarters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating4Bars">
<summary>
<para>4 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.Rating4FilledBoxes">
<summary>
<para>4 filled boxes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.RatingEmptyGrayCircle">
<summary>
<para>Empty gray circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.RatingEmptyGrayStar">
<summary>
<para>Empty gray star.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.RatingFullGrayCircle">
<summary>
<para>Gray circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.RatingFullGrayStar">
<summary>
<para>Gray Star.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.RatingHalfGrayStar">
<summary>
<para>Half Gray Star.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeGreenCircle">
<summary>
<para>Green circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeGreenTrafficLight">
<summary>
<para>Green Traffic Light.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeLightGrayCircle">
<summary>
<para>Light Gray Circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeLightRedCircle">
<summary>
<para>Light Red Circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeRedCircle">
<summary>
<para>Red Circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeRedDiamond">
<summary>
<para>Red Diamond.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeRedTrafficLight">
<summary>
<para>Red Traffic Light.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeYellowCircle">
<summary>
<para>Yellow Circle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeYellowTrafficLight">
<summary>
<para>Yellow Traffic Light.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIconType.ShapeYellowTriangle">
<summary>
<para>Yellow Triangle.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.Native.BaseCalculation`1">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Native.BaseCalculation`1.Equals(System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="obj">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Native.BaseCalculation`1.GetHashCode">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionRangeBase">
<summary>
<para>Serves as a base for classes that are used to apply conditional formatting using value ranges.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeBase.IsValid">
<summary>
<para>Gets whether the current format condition is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format condition is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeBase.RangeSet">
<summary>
<para>Gets the collection of ranges providing custom range boundaries and corresponding style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeSet"/> object that is the collection of ranges providing custom range boundaries and corresponding style settings.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeBase.SetValueComparison(DevExpress.DashboardCommon.DashboardFormatConditionComparisonType)">
<summary>
<para>Specifies the comparison logic used to apply conditional formatting.
</para>
</summary>
<param name="valueComparison">
A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType"/> object that specifies the comparison logic used to apply conditional formatting.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeBase.SetValues(System.Collections.ICollection)">
<summary>
<para>Specifies boundary values for the current format condition.
</para>
</summary>
<param name="values">
A collection of boundary values.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeBase.ValueType">
<summary>
<para>Gets or sets the value type used in conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionValueType"/> object that specifies the value type used in conditional formatting.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PivotItemFormatRuleLevel">
<summary>
<para>A pivot level used to apply conditional formatting to specific cells.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.#ctor">
<summary>
<para>Initializes a new instance of the PivotItemFormatRuleLevel class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.Assign(DevExpress.DashboardCommon.PivotItemFormatRuleLevel)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="level">
An PivotItemFormatRuleLevel object whose settings are copied to the current object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.BeginUpdate">
<summary>
<para>Locks the PivotItemFormatRuleLevel object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.Column">
<summary>
<para>Gets or sets a column dimension used to specify a pivot level.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies a column dimension used to specify a pivot level.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.EndUpdate">
<summary>
<para>Unlocks the PivotItemFormatRuleLevel object after a call to the <see cref="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.BeginUpdate"/> method.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.Row">
<summary>
<para>Gets or sets a row dimension used to specify a pivot level.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that specifies a row dimension used to specify a pivot level.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimePeriodCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriodCollection.#ctor">
<summary>
<para>Initializes a new instance of the DateTimePeriodCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimePeriod">
<summary>
<para>A date-time period that can be used to select a predefined range in the Range Filter using its context menu.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.#ctor">
<summary>
<para>Initializes a new instance of the DateTimePeriod class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.#ctor(System.String,DevExpress.DashboardCommon.DateTimePeriodLimitBase,DevExpress.DashboardCommon.DateTimePeriodLimitBase)">
<summary>
<para>Initializes a new instance of the DateTimePeriod class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the date-time period.
</param>
<param name="start">
A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase"/> descendant that specifies the start boundary of the date-time period.
</param>
<param name="end">
A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase"/> descendant that specifies the end boundary of the date-time period.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.Assign(DevExpress.DashboardCommon.DateTimePeriod)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="source">
A DateTimePeriod object whose settings are copied to the current object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.BeginUpdate">
<summary>
<para>Locks the DateTimePeriod object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.DateTimePeriod.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastDay">
<summary>
<para>Creates the period whose duration is one day. The period includes a day previous to the current day.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastDays(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is a specified number of days. The period includes days previous to the current day.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of days.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastHour">
<summary>
<para>Creates the period whose duration is one hour. The period includes the hour previous to the current hour.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastHours(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is a specified number of hours. The period includes the hours previous to the current hour.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of hours.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastMinute">
<summary>
<para>Creates the period whose duration is one minute. The period includes the minute previous to the current minute.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastMinutes(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is a specified number of minutes. The period includes the minutes previous to the current minute.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of minutes.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastMonth">
<summary>
<para>Creates the period whose duration is one month. The period includes the month previous to the current month.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastMonths(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is a specified number of months. The period includes the months previous to the current month.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of months.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastQuarter">
<summary>
<para>Creates the period whose duration is one quarter. The period includes the quarter previous to the current quarter.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastQuarters(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of quarters. The period includes the quarters previous to the current quarter.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of quarters.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastSecond">
<summary>
<para>Creates the period whose duration is one second. The period includes the second previous to the current second.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastSeconds(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of seconds. The period includes the seconds previous to the current second.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of seconds.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastYear">
<summary>
<para>Creates the period whose duration is one year. The period includes the year previous to the current year.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateLastYears(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of years. The period includes the years previous to the current year.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of years.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextDay">
<summary>
<para>Creates the period whose duration is one day. The period includes the day after the current day.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextDays(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of days. The period includes the days after the current day.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of days.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextHour">
<summary>
<para>Creates the period whose duration is one hour. The period includes the hour after the current hour.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextHours(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of hours. The period includes the hours after the current hour.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of hours.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextMinute">
<summary>
<para>Creates the period whose duration is one minute. The period includes the minute after the current minute.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextMinutes(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of minutes. The period includes the minutes after the current minute.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of minutes.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextMonth">
<summary>
<para>Creates the period whose duration is one month. The period includes the month after the current month.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextMonths(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of months. The period includes the months after the current month.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of months.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextQuarter">
<summary>
<para>Creates the period whose duration is one quarter. The period includes the quarter after the current quarter.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextQuarters(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of quarters. The period includes the quarters after the current quarter.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of quarters.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextSecond">
<summary>
<para>Creates the period whose duration is one second. The period includes the second after the current second.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextSeconds(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of seconds. The period includes the seconds after the current second.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of seconds.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextYear">
<summary>
<para>Creates the period whose duration is one year. The period includes the year after the current year.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateNextYears(System.String,System.Int32)">
<summary>
<para>Creates the period whose duration is the specified number of years. The period includes the years after the current year.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the period name.
</param>
<param name="count">
An integer value that specifies the number of years.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisDay">
<summary>
<para>Creates the period whose duration is one day. The period includes the current day.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisHour">
<summary>
<para>Creates the period whose duration is one hour. The period includes the current hour.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisMinute">
<summary>
<para>Creates the period whose duration is one minute. The period includes the current minute.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisMonth">
<summary>
<para>Creates the period whose duration is one month. The period includes the current month.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisQuarter">
<summary>
<para>Creates the period whose duration is one quarter. The period includes the current quarter.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisSecond">
<summary>
<para>Creates the period whose duration is one second. The period includes the current second.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.CreateThisYear">
<summary>
<para>Creates the period whose duration is one year. The period includes the current year.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object that is the created period.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DateTimePeriod.End">
<summary>
<para>Gets or sets the end boundary of the date-time period.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase"/> descendant that specifies the end boundary of the date-time period.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.EndUpdate">
<summary>
<para>Unlocks the DateTimePeriod object after a call to the <see cref="M:DevExpress.DashboardCommon.DateTimePeriod.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DateTimePeriod.Name">
<summary>
<para>Gets or sets the name of the date-time period.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the date-time period.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DateTimePeriod.Start">
<summary>
<para>Gets or sets the start boundary of the date-time period.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase"/> descendant that specifies the start boundary of the date-time period.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeInfo">
<summary>
<para>Provides custom range boundaries and corresponding style settings used to apply conditional formatting to value ranges.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeInfo.#ctor">
<summary>
<para>Initializes a new instance of the RangeInfo class.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeInfo.NegativeInfinity">
<summary>
<para>Identifies a negative infinity that can be used as a lower range boundary (the <see cref="P:DevExpress.DashboardCommon.RangeInfo.Value"/> property).
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.DashboardCommon.RangeInfo.StyleSettings">
<summary>
<para>Gets or sets style settings applied to values within the current range.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies style settings applied to values within the current range.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeInfo.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current RangeInfo object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.RangeInfo.Value">
<summary>
<para>Gets or sets the lower boundary value for the current range.
</para>
</summary>
<value>The lower boundary value for the current range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeInfo.ValueComparison">
<summary>
<para>Gets or sets the comparison logic for the current range.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType"/> enumeration value that specifies the comparison logic for the current range.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionTopBottom">
<summary>
<para>A format condition used to apply formatting to top/bottom values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionTopBottom.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionTopBottom class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionTopBottom.#ctor(System.Decimal)">
<summary>
<para>Initializes a new instance of the FormatConditionTopBottom class.
</para>
</summary>
<param name="rank">
A <see cref="T:System.Decimal"/> value that specifies a rank value.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionTopBottom.#ctor(System.Decimal,DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType)">
<summary>
<para>Initializes a new instance of the FormatConditionTopBottom class.
</para>
</summary>
<param name="rank">
A <see cref="T:System.Decimal"/> value that specifies a rank value.
</param>
<param name="topBottom">
A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType"/> value that specifies whether to apply formatting to top or bottom values.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionTopBottom.Rank">
<summary>
<para>Gets or sets a rank value used to apply formatting to top/bottom values.
</para>
</summary>
<value>A <see cref="T:System.Decimal"/> value that specifies a rank value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionTopBottom.RankType">
<summary>
<para>Gets or sets the value type used in conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionValueType"/> value that specifies the value type used in conditional formatting.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionTopBottom.TopBottom">
<summary>
<para>Gets or sets whether to apply formatting to top or bottom values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType"/> value that specifies whether to apply formatting to top or bottom values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionStyleBase">
<summary>
<para>Serves as a base for classes used to apply conditional formatting by modifying style settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionStyleBase.IsValid">
<summary>
<para>Gets whether the current FormatConditionStyleBase object is properly specified.
</para>
</summary>
<value><b>true</b>, if the current object is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionStyleBase.StyleSettings">
<summary>
<para>Gets or sets style settings used in a current format condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies style settings used in a current format condition.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionRangeSet">
<summary>
<para>A format condition used to apply formatting using value ranges and corresponding style settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeSet.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionRangeSet class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeSet.#ctor(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
<summary>
<para>Initializes a new instance of the FormatConditionRangeSet class.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> enumeration value that specifies the predefined style used to apply conditional formatting using value ranges.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeSet.ActualPredefinedType">
<summary>
<para>Gets the actual predefined style used to apply conditional formatting using value ranges.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> value that specifies the actual predefined style.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeSet.Generate(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
<summary>
<para>Assigns the specified predefined style to the current format condition.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType"/> enumeration value that specifies the predefined style used to apply conditional formatting using value ranges.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionRangeGradient">
<summary>
<para>A format condition used to apply formatting using value ranges and a specified color gradient.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.#ctor(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
<summary>
<para>Initializes a new instance of the FormatConditionRangeGradient class.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that specifies the predefined color gradient used to apply conditional formatting using value ranges.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.#ctor(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Object[])">
<summary>
<para>Initializes a new instance of the FormatConditionRangeGradient class.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the end gradient color.
</param>
<param name="values">
An array of boundary values.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.#ctor(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Int32)">
<summary>
<para>Initializes a new instance of the FormatConditionRangeGradient class.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the end gradient color.
</param>
<param name="segmentCount">
An integer value that specifies the number of ranges.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionRangeGradient class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.ActualPredefinedType">
<summary>
<para>Gets the predefined color gradient used to apply conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that is the predefined color gradient used to apply conditional formatting.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.EndStyle">
<summary>
<para>Gets the end gradient color.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the end gradient color.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.Generate(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Object[])">
<summary>
<para>Specifies gradient settings for the current format condition.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the end gradient color.
</param>
<param name="values">
An array of boundary values.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.Generate(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Int32)">
<summary>
<para>Specifies gradient settings for the current format condition.
</para>
</summary>
<param name="startStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the start gradient color.
</param>
<param name="endStyle">
A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the end gradient color.
</param>
<param name="segmentCount">
An integer value that specifies the number of ranges.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.Generate(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
<summary>
<para>Specifies gradient settings for the current format condition.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType"/> object that is the predefined color gradient used to apply conditional formatting.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.IsValid">
<summary>
<para>Gets whether the current format condition is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format condition is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.SegmentCount">
<summary>
<para>Gets the number of ranges in the current format condition.
</para>
</summary>
<value>An integer value that specifies the number of ranges in the current format condition.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.StartStyle">
<summary>
<para>Gets the start gradient color.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> descendant that specifies the start gradient color.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionExpression">
<summary>
<para>A format condition used to apply formatting according to the specified expression.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionExpression.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionExpression class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionExpression.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the FormatConditionExpression class.
</para>
</summary>
<param name="expression">
A <see cref="T:System.String"/> that specifies the expression used in the format condition.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionExpression.Expression">
<summary>
<para>Gets or sets the expression used in the current format condition.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the expression used in the current format condition.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionDateOccuring">
<summary>
<para>A format condition used to apply formatting to date-time values concerning a specific date and/or date interval relative to today.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionDateOccuring.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionDateOccuring class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionDateOccuring.DateType">
<summary>
<para>Gets or sets a specific date/date interval whose values are used to apply formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.FilterDateType"/> object that specifies a specific date/date interval whose values are used to apply formatting.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionDateOccuring.ResetCurrentDate">
<summary>
<para>Reapplies conditional formatting, taking into account the current date.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.AppearanceSettings">
<summary>
<para>Contains style settings used to apply conditional formatting by changing appearance settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the background color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(DevExpress.DashboardCommon.FormatConditionAppearanceType)">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
<param name="predefinedType">
A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> enumeration value that specifies style settings.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the background color.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the foreground color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(System.Drawing.Color,System.Drawing.FontStyle)">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the foreground color.
</param>
<param name="fontStyle">
A <see cref="T:System.Drawing.FontStyle"/> value that specifies the style applied to text.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(System.Drawing.FontStyle)">
<summary>
<para>Initializes a new instance of the AppearanceSettings class.
</para>
</summary>
<param name="fontStyle">
A <see cref="T:System.Drawing.FontStyle"/> value that specifies the style applied to text.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.AppearanceSettings.AppearanceType">
<summary>
<para>Gets or sets predefined appearance settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionAppearanceType"/> object that specifies predefined appearance settings.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.AppearanceSettings.BackColor">
<summary>
<para>Gets or sets the background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the background color.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current AppearanceSettings instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current AppearanceSettings instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.AppearanceSettings.FontFamily">
<summary>
<para>Gets or sets the font family.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the font family.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.AppearanceSettings.FontStyle">
<summary>
<para>Gets or sets the style applied to text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.FontStyle"/> value that specifies the style applied to text.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.AppearanceSettings.ForeColor">
<summary>
<para>Gets or sets the foreround color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the foreround color.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current AppearanceSettings object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType">
<summary>
<para>Lists predefined styles used to apply conditional formatting using value ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Arrows2">
<summary>
<para>Green Up and Red Down arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Arrows3">
<summary>
<para>Green Up, Yellow Side and Red Down arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Arrows4">
<summary>
<para>Green Up, Yellow Up Incline, Yellow Down Incline and Red Down arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Arrows5">
<summary>
<para>Green Up, Yellow Up Incline, Yellow Side, Yellow Down Incline and Red Down arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ArrowsGray2">
<summary>
<para>2 Gray arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ArrowsGray3">
<summary>
<para>3 Gray arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ArrowsGray4">
<summary>
<para>4 Gray arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ArrowsGray5">
<summary>
<para>5 Gray arrows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Bars4">
<summary>
<para>1 filled bar - 4 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Bars5">
<summary>
<para>0 filled bar - 4 filled bars.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Boxes5">
<summary>
<para>0 filled boxes - 5 filled boxes.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Circles2">
<summary>
<para>Green and Red circles.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Circles3">
<summary>
<para>Green, Yellow and Red circles.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Circles4">
<summary>
<para>Green, Yellow, Red and Gray circles.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.CirclesRedToBlack4">
<summary>
<para>Red, Light Red, Light Gray and Gray circles.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsPaleRedGreen">
<summary>
<para>Pale Red and Green colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsPaleRedGreenBlue">
<summary>
<para>Pale Red, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsPaleRedOrangeYellowGreenBlue">
<summary>
<para>Pale Red, Orange, Yellow, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsPaleRedYellowGreenBlue">
<summary>
<para>Pale Red, Yellow, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsRedGreen">
<summary>
<para>Red and Green colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsRedGreenBlue">
<summary>
<para>Red, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsRedOrangeYellowGreenBlue">
<summary>
<para>Red, Orange, Yellow, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.ColorsRedYellowGreenBlue">
<summary>
<para>Red, Yellow, Green and Blue colors.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Custom">
<summary>
<para>A custom type.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Flags3">
<summary>
<para>Green, Yellow and Red flags.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.None">
<summary>
<para>Style is not applied.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.PositiveNegative3">
<summary>
<para>Green Up triangle, Yellow dash and Red Down triangle.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Quarters5">
<summary>
<para>Gray circles with a different number of white quarters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Signs3">
<summary>
<para>Green Circle, Yellow Triangle and Red Diamond.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Stars3">
<summary>
<para>Empty Star, Half Star and Full Star.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Symbols2">
<summary>
<para>Green Check and Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.Symbols3">
<summary>
<para>Green Check, Yellow Exclamation and Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.SymbolsCircled2">
<summary>
<para>Circled Green Check and Circled Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.SymbolsCircled3">
<summary>
<para>Circled Green Check, Circled Yellow Exclamation and Circled Red Cross.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType.TrafficLights3">
<summary>
<para>Red, Yellow and Green traffic lights.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType">
<summary>
<para>Lists predefined color gradients used to apply conditional formatting using value ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueGreen">
<summary>
<para>The Blue/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueRed">
<summary>
<para>The Blue/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueWhite">
<summary>
<para>The Blue/White gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueWhiteGreen">
<summary>
<para>The Blue/White/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueWhiteRed">
<summary>
<para>The Blue/White/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueYellow">
<summary>
<para>The Blue/Yellow gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueYellowGreen">
<summary>
<para>The Blue/Yellow/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.BlueYellowRed">
<summary>
<para>The Blue/Yellow/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.Custom">
<summary>
<para>A custom gradient. To specify start/end colors for the custom gradient, create a pair of <see cref="T:DevExpress.DashboardCommon.AppearanceSettings"/> objects, specify their <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.BackColor"/> properties and assign the resulting objects to the <see cref="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.StartStyle"/>/<see cref="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.EndStyle"/> properties.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenBlue">
<summary>
<para>The Green/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenWhite">
<summary>
<para>The Green/White gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenWhiteBlue">
<summary>
<para>The Green/White/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenWhiteRed">
<summary>
<para>The Green/White/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenYellow">
<summary>
<para>The Green/Yellow gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenYellowBlue">
<summary>
<para>The Green/Yellow/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.GreenYellowRed">
<summary>
<para>The Green/Yellow/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.None">
<summary>
<para>Gradient is not specified.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedBlue">
<summary>
<para>The Red/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedWhite">
<summary>
<para>The Red/White gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedWhiteBlue">
<summary>
<para>The Red/White/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedWhiteGreen">
<summary>
<para>The Red/White/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedYellow">
<summary>
<para>The Red/Yellow gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedYellowBlue">
<summary>
<para>The Red/Yellow/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.RedYellowGreen">
<summary>
<para>The Red/Yellow/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.WhiteBlue">
<summary>
<para>The White/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.WhiteGreen">
<summary>
<para>The White/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.WhiteRed">
<summary>
<para>The White/Red gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.YellowBlue">
<summary>
<para>The Yellow/Blue gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.YellowGreen">
<summary>
<para>The Yellow/Green gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType.YellowRed">
<summary>
<para>The Yellow/Red gradient.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionAppearanceType">
<summary>
<para>Lists values used to specify style settings used in conditional formatting .
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Blue">
<summary>
<para>The Blue background color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Custom">
<summary>
<para>A custom appearance. If the <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.AppearanceType"/> is set to <b>Custom</b>, specify appearance settings manually using the <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.BackColor"/>, <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.ForeColor"/>, <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.FontFamily"/> and <see cref="P:DevExpress.DashboardCommon.AppearanceSettings.FontStyle"/> properties.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Cyan">
<summary>
<para>The Cyan background color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontBlue">
<summary>
<para>The Blue font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontBold">
<summary>
<para>The bold font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontGrayed">
<summary>
<para>The Gray font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontGreen">
<summary>
<para>The Green font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontItalic">
<summary>
<para>The Italic font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontRed">
<summary>
<para>The Red font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontUnderline">
<summary>
<para>The underline font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.FontYellow">
<summary>
<para>The Yellow font.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientBlue">
<summary>
<para>The Blue color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientCyan">
<summary>
<para>The Cyan color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientGreen">
<summary>
<para>The Green color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientOrange">
<summary>
<para>The Orange color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientPurple">
<summary>
<para>The Purple color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientRed">
<summary>
<para>The Red color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientTransparent">
<summary>
<para>The transparent color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.GradientYellow">
<summary>
<para>The Yellow color used in gradient ranges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Gray">
<summary>
<para>The Gray color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Green">
<summary>
<para>The Green color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.None">
<summary>
<para>Style settings are not changed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Orange">
<summary>
<para>The Orange color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleBlue">
<summary>
<para>The Pale Blue color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleCyan">
<summary>
<para>The Pale Cyan color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleGray">
<summary>
<para>The Pale Gray color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleGreen">
<summary>
<para>The Pale Green color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleOrange">
<summary>
<para>The Pale Orange color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PalePurple">
<summary>
<para>The Pale Purple color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleRed">
<summary>
<para>The Pale Red color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.PaleYellow">
<summary>
<para>The Pale Yellow color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Purple">
<summary>
<para>The Purple color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Red">
<summary>
<para>The Red color.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionAppearanceType.Yellow">
<summary>
<para>The Yellow color.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode">
<summary>
<para>Lists values used to specify the level on which to apply conditional formatting to pivot cells.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode.AllLevels">
<summary>
<para>All pivot cells is used to apply conditional formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode.Auto">
<summary>
<para>The default level.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode.FirstLevel">
<summary>
<para>First level values are used to apply conditional formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode.LastLevel">
<summary>
<para>The last level values are used to apply conditional formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode.SpecificLevel">
<summary>
<para>Values from the specific level are used to apply conditional formatting. Use the <see cref="P:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.Row"/> and <see cref="P:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.Column"/> properties to specify this level.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardFormatConditionValueType">
<summary>
<para>Lists values used to specify the value type used in conditional formatting .
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionValueType.Automatic">
<summary>
<para>A value type is selected automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionValueType.Number">
<summary>
<para>A numeric value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionValueType.Percent">
<summary>
<para>A percentage value.
Note that the <b>Percent</b> value type is not in effect when formatting is applied to date-time dimensions. In this case, the <see cref="P:DevExpress.DashboardCommon.DashboardItemFormatRule.IsValid"/> property will return <b>false</b>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType">
<summary>
<para>Lists values used to specify the comparison logic used to apply conditional formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType.Greater">
<summary>
<para>The <b>Greater Than</b> operator.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType.GreaterOrEqual">
<summary>
<para>The <b>Greater Than or Equal To</b> operator.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardConnectionErrorEventHandler">
<summary>
<para>References a method that will handle the <b>ConnectionError</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConnectionErrorEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs)">
<summary>
<para>References a method that will handle the <b>ConnectionError</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs">
<summary>
<para>Provides data for <b>ConnectionError</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs.#ctor(System.String,System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,System.Exception,DevExpress.DataAccess.Wizard.Services.IWaitFormActivator)">
<summary>
<para>Initializes a new instance of the DashboardConnectionErrorEventArgs class.
</para>
</summary>
<param name="connectionName">
A <see cref="T:System.String"/> value that specifies the connection name.
</param>
<param name="dataSourceName">
A <see cref="T:System.String"/> value that specifies the data source component name.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing connection parameters.
</param>
<param name="exception">
A <see cref="T:System.Exception"/> object representing the exception that caused the event.
</param>
<param name="waitFormActivator">
An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IWaitFormActivator"/> object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs.CloseWaitForm">
<summary>
<para>Closes the wait form.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs.DataSourceName">
<summary>
<para>Gets the data source name for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the data source name.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConnectionErrorEventArgs.ShowWaitForm">
<summary>
<para>Shows the wait form.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventHandler">
<summary>
<para>References a method that will handle the <b>ConnectionError</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventArgs)">
<summary>
<para>References a method that will handle the <b>ConnectionError</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DifferenceCalculation">
<summary>
<para>A difference calculation that is used to compute the difference between measure values across a window.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DifferenceCalculation.#ctor">
<summary>
<para>Initializes a new instance of the DifferenceCalculation class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DifferenceCalculation.DifferenceType">
<summary>
<para>Gets or sets the difference type of the current DifferenceCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DifferenceType"/> enumeration value that specifies a difference type of the current DifferenceCalculation.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DifferenceCalculation.Target">
<summary>
<para>Gets or sets a target value used to calculate differences in the current DifferenceCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DifferenceTarget"/> enumeration value that specifies a target value used to calculate differences in the current DifferenceCalculation.
</value>
</member>
<member name="T:DevExpress.DataAccess.UniqueItemCollection`1">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.UniqueItemCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the UniqueItemCollection&lt;T&gt; class.
</para>
</summary>
</member>
<member name="T:DevExpress.DataAccess.Parameter">
<summary>
<para>Provides basic functionality for parameters.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.Parameter.#ctor">
<summary>
<para>Initializes a new instance of the Parameter class.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.Parameter.#ctor(System.String,System.Type,System.Object)">
<summary>
<para>Initializes a new instance of the Parameter class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the parameter name.
</param>
<param name="type">
A <see cref="T:System.Type"/> object that specifies the parameter type.
</param>
<param name="value">
A parameter value.
</param>
</member>
<member name="M:DevExpress.DataAccess.Parameter.#ctor(System.String,System.Type,System.Object,System.Boolean)">
<summary>
<para>Initializes a new instance of the Parameter class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the parameter name.
</param>
<param name="type">
A <see cref="T:System.Type"/> object that specifies the parameter type.
</param>
<param name="value">
A parameter value.
</param>
<param name="allowNull">
A <see cref="T:System.Boolean"/> value that specifies whether or a not null value can be passed as a parameter value.
</param>
</member>
<member name="P:DevExpress.DataAccess.Parameter.AllowMultiselect">
<summary>
<para>Gets or sets whether on not multi-selection is enabled for the current parameter.
</para>
</summary>
<value><b>true</b>, to allow end-users to use select multiple parameter values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DataAccess.Parameter.AllowNull">
<summary>
<para>Gets or sets whether or a not null value can be passed as a parameter value.
</para>
</summary>
<value><b>true</b>, to allow end-users to pass a null value as a parameter value; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DataAccess.Parameter.Clone">
<summary>
<para>Creates a copy of the current Parameter object.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DataAccess.Parameter"/> object that is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.DataAccess.Parameter.Name">
<summary>
<para>Gets of sets the parameter name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the parameter name.
</value>
</member>
<member name="P:DevExpress.DataAccess.Parameter.SelectAllValues">
<summary>
<para>Gets or sets whether or not all parameter values should be selected in the initial state of the Dashboard Viewer.
</para>
</summary>
<value><b>true</b>, to select all parameter values by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DataAccess.Parameter.Type">
<summary>
<para>Gets or sets the parameter type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that specifies the parameter type.
</value>
</member>
<member name="P:DevExpress.DataAccess.Parameter.Value">
<summary>
<para>Gets or sets the default parameter value.
</para>
</summary>
<value>The default parameter value.
</value>
</member>
<member name="T:DevExpress.DataAccess.NotifyingCollectionChangedEventArgs`1">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DataAccess.NotifyingCollection`1.CollectionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollectionChangedEventArgs`1.#ctor(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1)">
<summary>
<para>Initializes a new instance of the NotifyingCollectionChangedEventArgs&lt;T&gt; class.
</para>
</summary>
<param name="addedItems">
A collection of added items.
</param>
<param name="removedItems">
A collection of removed items.
</param>
</member>
<member name="P:DevExpress.DataAccess.NotifyingCollectionChangedEventArgs`1.AddedItems">
<summary>
<para>Gets items added to the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/>.
</para>
</summary>
<value>A collection of items added to the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/>
</value>
</member>
<member name="P:DevExpress.DataAccess.NotifyingCollectionChangedEventArgs`1.RemovedItems">
<summary>
<para>Gets items removed from the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/>.
</para>
</summary>
<value>A collection of items removed from the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/>
</value>
</member>
<member name="T:DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs`1">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DataAccess.NotifyingCollection`1.BeforeItemAdded"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs`1.#ctor(DevExpress.DataAccess.T)">
<summary>
<para>Initializes a new instance of the NotifyingCollectionBeforeItemAddedEventArgs&lt;T&gt; class.
</para>
</summary>
<param name="item">
A T object.
</param>
</member>
<member name="P:DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs`1.Item">
<summary>
<para>Gets the added item.
</para>
</summary>
<value>A T object that is the added item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PivotWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the PivotWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PivotWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DataAccess.NamedItemCollection`1">
<summary>
<para>A collection that contains unique named items.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.NamedItemCollection`1.ContainsName(System.String)">
<summary>
<para>Determines whether an item with the specified name is contained in the collection.
</para>
</summary>
<param name="name">
The <see cref="T:System.String"/> that specifies the name of an item.
</param>
<returns><b>true</b>, if an item with the specified name is contained in the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.DataAccess.NamedItemCollection`1.Item(System.String)">
<summary>
<para>Gets an item with the specified name.
</para>
</summary>
<param name="name">
The <see cref="T:System.String"/> that specifies the name of an item.
</param>
<value>A T object that corresponds to the item with the specified name.
</value>
</member>
<member name="M:DevExpress.DataAccess.NamedItemCollection`1.Remove(System.String)">
<summary>
<para>Removes an item with the specified name from the collection.
</para>
</summary>
<param name="name">
The <see cref="T:System.String"/> that specifies the name of an item to remove from the collection.
</param>
<returns><b>true</b>, if an item with the specified name is successfully removed from the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.RunningTotalCalculation">
<summary>
<para>A running total calculation that is used to compute a cumulative total for the specified measure across a window.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RunningTotalCalculation.#ctor">
<summary>
<para>Initializes a new instance of the RunningTotalCalculation class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RunningTotalCalculation.SummaryType">
<summary>
<para>Gets or sets the type of summary function used by the RunningTotalCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration value that specifies the type of summary function used by the RunningTotalCalculation.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SpecificWindowDefinition">
<summary>
<para>A window definition that defines a window by specifying a predefined set of dimensions.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SpecificWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the SpecificWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.SpecificWindowDefinition.Dimensions">
<summary>
<para>Gets the set of dimensions that fall into the window.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionCollection"/> object that is the set of dimensions that fall into the window.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.SpecificWindowDefinition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SpecificWindowDefinition instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SpecificWindowDefinition instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.SpecificWindowDefinition.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current SpecificWindowDefinition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.PieWindowDefinition">
<summary>
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PieWindowDefinition.#ctor">
<summary>
<para>Initializes a new instance of the PieWindowDefinition class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PieWindowDefinition.DefinitionMode">
<summary>
<para>Gets or sets the window definition mode used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieWindowDefinitionMode"/> enumeration value that specifies the window definition mode.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MovingCalculation">
<summary>
<para>A moving calculation that is computed for the specified measure across a window.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MovingCalculation.#ctor">
<summary>
<para>Initializes a new instance of the MovingCalculation class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.MovingCalculation.NextValuesCount">
<summary>
<para>Gets or sets a number of next values (relative to the current value) participating in the MovingCalculation.
</para>
</summary>
<value>An integer value that specifies the number of next values (relative to the current value) participating in the MovingCalculation.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MovingCalculation.PreviousValuesCount">
<summary>
<para>Gets or sets a number of previous values (relative to the current value) participating in the MovingCalculation.
</para>
</summary>
<value>An integer value that specifies the number of previous values (relative to the current value) participating in the MovingCalculation.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MovingCalculation.SummaryType">
<summary>
<para>Gets or sets the type of summary function used by the MovingCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration value that specifies the type of summary function used by the MovingCalculation.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition">
<summary>
<para>Serves as the base class for classes that specify a window definition used to perform calculations within different dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MeasureCalculationWindowDefinition instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current MeasureCalculationWindowDefinition instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current MeasureCalculationWindowDefinition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.CellsItemFormatRule">
<summary>
<para>Serves as the base for classes used to apply conditional formatting to a dashboard item's cells.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CellsItemFormatRule.ApplyToRow">
<summary>
<para>Gets or sets whether conditional formatting is applied to the entire row.
</para>
</summary>
<value><b>true</b>, to apply conditional formatting to the entire row; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CellsItemFormatRule.DataItem">
<summary>
<para>Gets or sets a data item by whose values a format condition is checked.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that specifies a data item by whose values a format condition is checked.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CellsItemFormatRule.DataItemApplyTo">
<summary>
<para>Gets or sets a data item to whose values a format condition is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that specifies a data item to whose values a format condition is applied.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CellsItemFormatRule.IsValid">
<summary>
<para>Gets whether the current format rule is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format rule is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DifferenceType">
<summary>
<para>A difference type of the <see cref="T:DevExpress.DashboardCommon.DifferenceCalculation"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceType.Absolute">
<summary>
<para>The absolute difference is calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceType.Percentage">
<summary>
<para>The percentage difference is calculated.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RankType">
<summary>
<para>A rank type of the <see cref="T:DevExpress.DashboardCommon.RankCalculation"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankType.Competition">
<summary>
<para>Identifies the <i>competition</i> ranking.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankType.Dense">
<summary>
<para>Identifies the <i>dense</i> ranking.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankType.Modified">
<summary>
<para>Identifies the <i>modified competition</i> ranking.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankType.Percentile">
<summary>
<para>Identifies the percentile ranking.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankType.Unique">
<summary>
<para>Identifies the unique ranking.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RankOrder">
<summary>
<para>A rank order of the <see cref="T:DevExpress.DashboardCommon.RankCalculation"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankOrder.Ascending">
<summary>
<para>Values are ranked in ascending order.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RankOrder.Descending">
<summary>
<para>Values are ranked in descending order.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode.Argument">
<summary>
<para>A calculation is performed through argument values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode.ArgumentAndSeries">
<summary>
<para>A calculation is performed through argument values, then series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode.Series">
<summary>
<para>A calculation is performed through series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterWindowDefinitionMode.SeriesAndArgument">
<summary>
<para>A calculation is performed through series, then argument values
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PivotWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.Columns">
<summary>
<para>A calculation is performed horizontally through Pivot columns.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.ColumnsAndRows">
<summary>
<para>A calculation is performed horizontally through Pivot columns, then rows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInColumns">
<summary>
<para>A calculation is performed horizontally through Pivot columns within <i>groups</i>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInColumnsAndRows">
<summary>
<para>A calculation is performed horizontally through Pivot columns, then rows within <i>groups</i>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInRows">
<summary>
<para>A calculation is performed vertically through Pivot rows within <i>groups</i>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInRowsAndColumns">
<summary>
<para>A calculation is performed vertically through Pivot rows, then columns within groups.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.Rows">
<summary>
<para>A calculation is performed vertically through Pivot rows.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.RowsAndColumns">
<summary>
<para>A calculation is performed vertically through Pivot rows, then columns.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PieWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieWindowDefinitionMode.Arguments">
<summary>
<para>A calculation is performed through arguments.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieWindowDefinitionMode.ArgumentsAndSeries">
<summary>
<para>A calculation is performed through arguments, then series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieWindowDefinitionMode.Series">
<summary>
<para>A calculation is performed through series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieWindowDefinitionMode.SeriesAndArguments">
<summary>
<para>A calculation is performed through series, then arguments.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageDataBindingMode">
<summary>
<para>Lists values that specify the data binding mode for the <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageDataBindingMode.BinaryArray">
<summary>
<para>Identifies a <b>Binary Array</b> binding mode. Use this mode if images are stored in the data source as byte arrays.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageDataBindingMode.Uri">
<summary>
<para>Identifies a <b>URI</b> binding mode. Use this mode to locate images accessible by a specified URI.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionBase">
<summary>
<para>Serves as a base for classes that represent format conditions used to apply formatting.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBase.Assign(DevExpress.DashboardCommon.FormatConditionBase)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="obj">
An object whose settings are copied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBase.BeginUpdate">
<summary>
<para>Locks the FormatConditionBase object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.FormatConditionBase.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionBase.EndUpdate">
<summary>
<para>Unlocks the FormatConditionBase object after a call to the <see cref="M:DevExpress.DashboardCommon.FormatConditionBase.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionBase.IsValid">
<summary>
<para>Gets whether the current FormatConditionBase object is properly specified.
</para>
</summary>
<value><b>true</b>, if the current object is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PivotItemFormatRuleCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRule"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleCollection.#ctor">
<summary>
<para>Initializes a new instance of the PivotItemFormatRuleCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PivotItemFormatRule">
<summary>
<para>A format rule used to apply conditional formatting to the Pivot dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRule.#ctor">
<summary>
<para>Initializes a new instance of the PivotItemFormatRule class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem,DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Initializes a new instance of the PivotItemFormatRule class.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant by whose values formatting is applied.
</param>
<param name="itemApplyTo">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant to which values formatting is applied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Initializes a new instance of the PivotItemFormatRule class.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant by whose values formatting is applied.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRule.ApplyToColumn">
<summary>
<para>Gets or sets whether conditional formatting is applied to the entire pivot column.
</para>
</summary>
<value><b>true</b>, to apply conditional formatting to the entire pivot column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRule.IntersectionLevelMode">
<summary>
<para> Gets or sets the level on which to apply conditional formatting to pivot cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionIntersectionLevelMode"/> object that specifies the level on which to apply conditional formatting to pivot cells.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRule.IsValid">
<summary>
<para>Gets whether the current format rule is properly specified.
</para>
</summary>
<value><b>true</b>, if the current format rule is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotItemFormatRule.Level">
<summary>
<para>Gets the level by whose values formatting is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRuleLevel"/> object that is the level by whose values formatting is applied.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridItemFormatRuleCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.GridItemFormatRule"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRuleCollection.#ctor">
<summary>
<para>Initializes a new instance of the GridItemFormatRuleCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridItemFormatRule">
<summary>
<para>A format rule used to apply conditional formatting to the Grid dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor">
<summary>
<para>Initializes a new instance of the GridItemFormatRule class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.GridColumnBase)">
<summary>
<para>Initializes a new instance of the GridItemFormatRule class.
</para>
</summary>
<param name="column">
A <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendant that specifies the column by whose values formatting is applied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.GridColumnBase,DevExpress.DashboardCommon.GridColumnBase)">
<summary>
<para>Initializes a new instance of the GridItemFormatRule class.
</para>
</summary>
<param name="column">
A <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendant that specifies the column by whose values formatting is applied.
</param>
<param name="columnApplyTo">
A <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendant that specifies the column to whose values formatting is applied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Initializes a new instance of the GridItemFormatRule class.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that specifies the data item by whose values formatting is applied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem,DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Initializes a new instance of the GridItemFormatRule class.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that specifies the data item by whose values formatting is applied.
</param>
<param name="itemApplyTo">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that specifies the data item to whose values formatting is applied.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.FormatConditionValue">
<summary>
<para>A format condition used to apply formatting according to predefined values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionValue.#ctor">
<summary>
<para>Initializes a new instance of the FormatConditionValue class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionValue.#ctor(DevExpress.DashboardCommon.DashboardFormatCondition,System.Object)">
<summary>
<para>Initializes a new instance of the FormatConditionValue class.
</para>
</summary>
<param name="condition">
A <see cref="T:DevExpress.DashboardCommon.DashboardFormatCondition"/> object that specifies the comparison logic used to apply conditional styles.
</param>
<param name="value">
A boundary value.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.FormatConditionValue.#ctor(DevExpress.DashboardCommon.DashboardFormatCondition,System.Object,System.Object)">
<summary>
<para>Initializes a new instance of the FormatConditionValue class.
</para>
</summary>
<param name="condition">
A <see cref="T:DevExpress.DashboardCommon.DashboardFormatCondition"/> object that specifies the comparison logic used to apply conditional styles.
</param>
<param name="value1">
A first boundary value.
</param>
<param name="value2">
A second boundary value.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionValue.Condition">
<summary>
<para>Gets or sets the comparison logic used to apply conditional styles.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardFormatCondition"/> object that specifies the comparison logic used to apply conditional styles.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionValue.Value1">
<summary>
<para>Gets or sets the first boundary value.
</para>
</summary>
<value>The first boundary value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FormatConditionValue.Value2">
<summary>
<para>Gets or sets the second boundary value.
</para>
</summary>
<value>The second boundary value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FormatRuleCollection`1">
<summary>
<para>Serves as a base for classes that are collections of <see cref="T:DevExpress.DashboardCommon.DashboardItemFormatRule"/> descendants.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType">
<summary>
<para>Lists values used to specify the comparison logic used to apply formatting according to the average value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType.Above">
<summary>
<para>The range that includes values above the average value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType.AboveOrEqual">
<summary>
<para>The range that includes values above or equal to the average value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType.Below">
<summary>
<para>The range that includes values below the average value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionAboveBelowType.BelowOrEqual">
<summary>
<para>The range that includes values below or equal to the average value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardFormatCondition">
<summary>
<para>Lists values specifying comparison operators used to apply conditional styles.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.Between">
<summary>
<para>The formatting is applied to elements whose values fall into the range specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> and <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value2"/> properties.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.BetweenOrEqual">
<summary>
<para>The formatting is applied to elements whose values are between or equal to the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> and <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value2"/> property values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.ContainsText">
<summary>
<para>The formatting is applied to elements whose values contain text specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.Equal">
<summary>
<para>The formatting is applied to elements whose values are equal to a value assigned to the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.Greater">
<summary>
<para>The formatting is applied to elements whose values are greater than that specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.GreaterOrEqual">
<summary>
<para>The formatting is applied to elements whose values are greater than or equal to that specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.Less">
<summary>
<para>The formatting is applied to elements whose values are less than that specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.LessOrEqual">
<summary>
<para>The formatting is applied to elements whose values are less than or equal to that specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.NotBetween">
<summary>
<para>The formatting is applied to elements whose values fall outside of the range specified by the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> and <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value2"/> properties.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.NotBetweenOrEqual">
<summary>
<para>The formatting is applied to elements whose values are not between or equal to the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> and <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value2"/> property values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatCondition.NotEqual">
<summary>
<para>The formatting is applied to elements whose values are not equal to a value assigned to the <see cref="P:DevExpress.DashboardCommon.FormatConditionValue.Value1"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemFormatRule">
<summary>
<para>Represents a format rule used to apply conditional formatting to dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemFormatRule.Assign(DevExpress.DashboardCommon.DashboardItemFormatRule)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="source">
An object whose settings are copied.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemFormatRule.BeginUpdate">
<summary>
<para>Locks the DashboardItemFormatRule object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.DashboardItemFormatRule.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemFormatRule.Condition">
<summary>
<para>Gets or sets a condition used to apply formatting to a dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FormatConditionBase"/> descendant that specifies a condition used to apply formatting to a dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemFormatRule.Enabled">
<summary>
<para>Gets or sets whether the current format rule is enabled.
</para>
</summary>
<value><b>true</b>, if the current format rule is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemFormatRule.EndUpdate">
<summary>
<para>Unlocks the DashboardItemFormatRule object after a call to the <see cref="M:DevExpress.DashboardCommon.DashboardItemFormatRule.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemFormatRule.IsValid">
<summary>
<para>Gets or sets whether the current DashboardItemFormatRule object is properly specified.
</para>
</summary>
<value><b>true</b>, if the current DashboardItemFormatRule object is properly specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemFormatRule.Name">
<summary>
<para>Gets or sets the name of the current format rule.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the current format rule.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemFormatRule.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current DashboardItemFormatRule object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.RankCalculation">
<summary>
<para>A rank calculation that is used to compute rankings for the specified measure across a window.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RankCalculation.#ctor">
<summary>
<para>Initializes a new instance of the RankCalculation class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RankCalculation.RankOrder">
<summary>
<para>Gets or sets the ranking order of the current RankCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RankOrder"/> enumeration value that specifies the ranking order.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RankCalculation.RankType">
<summary>
<para>Gets or sets the ranking type of the current RankCalculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RankType"/> enumeration value that specifies the ranking type.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelOptions">
<summary>
<para>Contains options related to series point labels.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PointLabelOptions.#ctor">
<summary>
<para>Initializes a new instance of the PointLabelOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptions.Content">
<summary>
<para>Gets or sets the type of content displayed within series point labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelContentType"/> object that specifies the type of content displayed within series point labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptions.ContentType">
<summary>
<para>Gets or sets the type of content displayed within series point labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelContentTypeEx"/> enumeration value that specifies the type of content displayed within series point labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptions.ShowForZeroValues">
<summary>
<para>Gets or sets whether to show point labels for zero values.
</para>
</summary>
<value><b>true</b>, to show point labels for zero values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PointLabelOptions.ShowPointLabels">
<summary>
<para>Gets or sets whether to show point labels.
</para>
</summary>
<value><b>true</b>, to show point labels; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelPosition">
<summary>
<para>Lists values used to specify the point label position.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelPosition.Inside">
<summary>
<para>Labels displayed inside points.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelPosition.Outside">
<summary>
<para>Labels displayed outside points.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelOverlappingMode">
<summary>
<para>Lists values used to specify the mode to resolve series point label overlap.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOverlappingMode.Hide">
<summary>
<para>If two or more labels overlap, some of them are automatically hidden to avoid overlapping.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOverlappingMode.None">
<summary>
<para>The overlapping resolving algorithm is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOverlappingMode.Reposition">
<summary>
<para>The default algorithm to re-position point labels in a random way, and avoid overlapping labels.
Note that in the Web Viewer the <b>Reposition</b> mode is not in effect and works like the <see cref="F:DevExpress.DashboardCommon.PointLabelOverlappingMode.Hide"/> mode.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelOrientation">
<summary>
<para>Lists values used to specify point label orientation.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOrientation.Default">
<summary>
<para>A point label is displayed in its default orientation.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOrientation.RotateLeft">
<summary>
<para>A point label is rotated 90 degrees counter clockwise.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelOrientation.RotateRight">
<summary>
<para>A point label is rotated 90 degrees clockwise.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelContentType">
<summary>
<para>Lists values that identify types of content displayed within series point labels.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentType.Argument">
<summary>
<para>The argument value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentType.ArgumentAndValue">
<summary>
<para>The argument value and the corresponding summary value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentType.SeriesName">
<summary>
<para>The name of the series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentType.Value">
<summary>
<para>The summary value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MapLegend">
<summary>
<para>A color map legend.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.MapLegend.Orientation">
<summary>
<para>Gets or sets the legend orientation within a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapLegendOrientation"/> enumeration value that specifies the legend orientation within a map.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColoringMode">
<summary>
<para>Lists values used to set the coloring mode for dimension values and measures.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ColoringMode.Default">
<summary>
<para>Dimension values/measures are colored by default.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ColoringMode.Hue">
<summary>
<para>Dimension values/measures are colored by hue.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ColoringMode.None">
<summary>
<para>Dimension values/measures are colored with identical colors.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TreemapDashboardItemInteractivityOptions">
<summary>
<para>Contains options related to the specifics of Master Filtering in the Treemap dashboard item.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractSourceOptions">
<summary>
<para>Contains settings of the original data source used to create a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractSourceOptions.#ctor">
<summary>
<para>Initializes a new instance of the ExtractSourceOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.DataFields">
<summary>
<para>Gets or sets names of the data source fields that will fall into the resulting data extract.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values that specify names of the data source fields that will fall into the resulting data extract.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.DataMember">
<summary>
<para>Gets or sets the data member contained in the original data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data member contained in the original data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.DataSource">
<summary>
<para>Gets or sets the original data source for the current data extract.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that is the original data source for the current data extract.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the logical expression to be applied to the data for filtering.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.Parameters">
<summary>
<para>Provides access to the dashboard parameters.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardParameterCollection"/> object representing a collection of dashboard parameters.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractSourceOptions.RowCount">
<summary>
<para>Gets or sets the number of extracted rows.
</para>
</summary>
<value>An integer value that specifies the number of extracted rows.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters">
<summary>
<para>Contains parameters used to establish a connection to an Extract data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ExtractDataSourceConnectionParameters class.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the path to a file containing a data extract.
</param>
<param name="driverName">
A <see cref="T:System.String"/> value that specifies the name of the driver used to read a data extract.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters.#ctor">
<summary>
<para>Initializes a new instance of the ExtractDataSourceConnectionParameters class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ExtractDataSourceConnectionParameters class.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the path to a file containing a data extract.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractCacheBase">
<summary>
<para>Serves as the base class for classes that are in-memory caches used by the Extract Data Source.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExtractDataSource">
<summary>
<para>An extract data source that is a local snapshot of data.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardExtractDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DashboardExtractDataSource class.
</para>
</summary>
<param name="dataSourceName">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the path to the a file containing a data extract.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardExtractDataSource class.
</para>
</summary>
<param name="dataSourceName">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardExtractDataSource.BeforeFill">
<summary>
<para>Provides the capability to change options used to fill the extract data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the component name of the data source.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardExtractDataSource.ConnectionError">
<summary>
<para>Allows overriding the default behavior when current connection parameters do not allow connecting to a file containing a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.Dispose">
<summary>
<para>Releases resources associated with a DashboardExtractDataSource instance.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardExtractDataSource.Disposed">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.DriverName">
<summary>
<para>Gets or sets a custom driver used to write data to/read data from the current data extract.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.ICustomExtractDriver"/> interface that specifies a custom driver.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.ExtractSourceOptions">
<summary>
<para>Provides access to settings of the original data source used to create a data extract.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ExtractSourceOptions"/> class containing settings of the original data source used to create a data extract.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.FileName">
<summary>
<para>Gets or sets the path to the file containing a data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to the file containing a data extract.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.Fill(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Retrieves the data from the connected data source with the specified parameters.
</para>
</summary>
<param name="parameters">
A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface that specify parameters passed to a <b>Fill</b> method.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying logical expression to be applied to the data for filtering.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads the data source schema definition from XML.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExtractDataSource.Name">
<summary>
<para>Gets or sets the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.SaveToXml">
<summary>
<para>Saves the XML definition of the extract data source schema.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.UpdateExtractFile(System.Threading.CancellationToken)">
<summary>
<para>Updates a file containing a data extract and allows task cancellation through the use of a cancellation token.
</para>
</summary>
<param name="cancellationToken">
A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.UpdateExtractFile">
<summary>
<para>Updates a file containing a data extract.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.UpdateExtractFile(System.Threading.CancellationToken,System.String,System.String)">
<summary>
<para>Updates a file containing a data extract and allows you to specify the driver used to write data to the data extract.
</para>
</summary>
<param name="cancellationToken">
A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.
</param>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the path to a file containing the data extract to be updated.
</param>
<param name="driverName">
A <see cref="T:System.String"/> value that specifies the name of the driver (<see cref="P:DevExpress.DashboardCommon.DashboardExtractDataSource.DriverName"/>) used to write data to the data extract.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardStateExportPosition">
<summary>
<para>Lists values that specify the position of the dashboard state (such as master filter or current parameter values) in the exported document.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardStateExportPosition.Below">
<summary>
<para>The dashboard state is placed below the exported dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardStateExportPosition.SeparatePage">
<summary>
<para>The dashboard state is placed on a separate page.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardStateExcelExportPosition">
<summary>
<para>Lists values that specify the position of the dashboard state (such as master filter or current parameter values) in the exported Excel document.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardStateExcelExportPosition.Below">
<summary>
<para>The dashboard state is placed below the exported data.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardStateExcelExportPosition.SeparateSheet">
<summary>
<para>The dashboard state is placed on a separate sheet.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions">
<summary>
<para>Contains options related to printing a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.#ctor">
<summary>
<para>Initializes a new instance of the DashboardPrintPreviewOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.Assign(DevExpress.DashboardCommon.DashboardPrintPreviewOptions)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="printPreviewOptions">
A <see cref="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions"/> object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.AutoFitPageCount">
<summary>
<para>Gets or sets the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.
</para>
</summary>
<value>An integer value that specifies the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.CardAutoArrangeContent">
<summary>
<para>Gets or sets whether cards within the Card dashboard item are arranged automatically on the printed page.
</para>
</summary>
<value><b>true</b>, to arrange cards automatically on the printed page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ChartAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to print the Chart dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to print the Chart dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ChartSizeMode">
<summary>
<para>Gets or sets the print size mode for the Chart dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartExportSizeMode"/> enumeration member that specifies the print size mode for the Chart dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.DashboardAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to print a dashboard is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to print a dashboard; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.DashboardStatePosition">
<summary>
<para>Gets or sets a position of the dashboard state (such as master filter or current parameter values) in the printed document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardStateExportPosition"/> object that specifies a position of the dashboard state in the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.DocumentScaleMode">
<summary>
<para>Gets or sets the mode for scaling a dashboard/dashboard item in the printed document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode"/> enumeration value that specifies the mode for scaling a dashboard/dashboard item in the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ExportFilters">
<summary>
<para>Gets or sets whether to add the state of master filter items to the printed document.
</para>
</summary>
<value><b>true</b>, to add the state of master filter items to the printed document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ExportParameters">
<summary>
<para>Gets or sets whether to add current parameter values to the printed document.
</para>
</summary>
<value><b>true</b>, to add current parameter values to the printed document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.FontInfo">
<summary>
<para>Provides access to the font settings of the printed document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ExportFontInfo"/> object containing the font settings of the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.GaugeAutoArrangeContent">
<summary>
<para>Gets or sets whether gauges within the Gauge dashboard item are arranged automatically on the printed page.
</para>
</summary>
<value><b>true</b>, to arrange gauges automatically on the printed page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.GridFitToPageWidth">
<summary>
<para>Gets or sets whether the size of the Grid dashboard item is changed according to the width of the printed page.
</para>
</summary>
<value><b>true</b>, to change the size of the Grid dashboard item according to the width of the printed page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.GridPrintHeadersOnEveryPage">
<summary>
<para>Gets or sets whether to add column headers of the Grid dashboard item to every page.
</para>
</summary>
<value><b>true</b>, to add column headers to every page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.IncludeHiddenParameters">
<summary>
<para>Gets or sets whether to add current values of hidden parameter to the printed document.
</para>
</summary>
<value><b>true</b>, to add current values of hidden parameter to the printed document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.MapAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to print the Map dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to print the Map dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.MapSizeMode">
<summary>
<para>Gets or sets the print size mode for the Map dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapExportSizeMode"/> enumeration member that specifies the print size mode for the Map dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.PageLayout">
<summary>
<para>Gets or sets the page orientation used to print a dashboard/dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportPageLayout"/> enumeration value that specifies the page orientation used to print a dashboard/dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.PaperKind">
<summary>
<para>Gets or sets the type of paper for the printed document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value that specifies the type of paper for the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.PieAutoArrangeContent">
<summary>
<para>Gets or sets whether pies within the Pie dashboard item are arranged automatically on the printed page.
</para>
</summary>
<value><b>true</b>, to arrange pies automatically on the printed page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.PivotPrintHeadersOnEveryPage">
<summary>
<para>Gets or sets whether to add column headers of the Pivot dashboard item to every page.
</para>
</summary>
<value><b>true</b>, to add column headers to every page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.RangeFilterAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to print the Range Filter dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to print the Range Filter dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.RangeFilterSizeMode">
<summary>
<para>Gets or sets the print size mode for the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterExportSizeMode"/> enumeration member that specifies the print size mode for the Range Filter dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ScaleFactor">
<summary>
<para>Gets or sets the scale factor (in fractions of <b>1</b>), by which a dashboard/dashboard item is scaled in the printed document.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the scale factor, by which a dashboard/dashboard item is scaled in the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ScaleMode">
<summary>
<para>Gets or sets the mode for scaling a dashboard/dashboard item in the printed document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportScaleMode"/> enumeration value that specifies the mode for scaling a dashboard/dashboard item in the printed document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.ShowTitle">
<summary>
<para>Gets or sets whether a dashboard title (or dashboard item's caption) is included as the printed document title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a dashboard title (or dashboard item's caption) is included as the printed document title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.TreemapAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to print the Treemap dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to print the Treemap dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPrintPreviewOptions.TreemapSizeMode">
<summary>
<para>Gets or sets the print size mode for the Treemap dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardWeb.TreemapExportSizeMode"/> enumeration member that specifies the print size mode for the Treemap dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardPdfExportOptions">
<summary>
<para>Contains options related to exporting a dashboard/dashboard item to the PDF format.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPdfExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the DashboardPdfExportOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardPdfExportOptions.Assign(DevExpress.DashboardCommon.DashboardPdfExportOptions)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="pdfExportOptions">
A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.AutoFitPageCount">
<summary>
<para>Gets or sets the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.
</para>
</summary>
<value>An integer value that specifies the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.CardAutoArrangeContent">
<summary>
<para>Gets or sets whether cards within the Card dashboard item are arranged automatically on the exported page.
</para>
</summary>
<value><b>true</b>, to arrange cards automatically on the exported page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ChartAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to export the Chart dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to export the Chart dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ChartSizeMode">
<summary>
<para>Gets or sets the export size mode for the Chart dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartExportSizeMode"/> enumeration member that specifies the export size mode for the Chart dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.DashboardAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to export a dashboard is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to export a dashboard; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.DashboardStatePosition">
<summary>
<para>Gets or sets a position of the dashboard state (such as master filter or current parameter values) in the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardStateExportPosition"/> object that specifies a position of the dashboard state in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.DocumentScaleMode">
<summary>
<para>Gets or sets the mode for scaling a dashboard/dashboard item in the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode"/> enumeration value that specifies the mode for scaling a dashboard/dashboard item in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ExportFilters">
<summary>
<para>Gets or sets whether to add the state of master filter items to the exported document.
</para>
</summary>
<value><b>true</b>, to add the state of master filter items to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ExportParameters">
<summary>
<para>Gets or sets whether to add current parameter values to the exported document.
</para>
</summary>
<value><b>true</b>, to add current parameter values to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.FontInfo">
<summary>
<para>Provides access to the font settings of the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ExportFontInfo"/> object containing the font settings of the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.GaugeAutoArrangeContent">
<summary>
<para>Gets or sets whether gauges within the Gauge dashboard item are arranged automatically on the exported page.
</para>
</summary>
<value><b>true</b>, to arrange gauges automatically on the exported page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.GridFitToPageWidth">
<summary>
<para>Gets or sets whether the size of the Grid dashboard item is changed according to the width of the exported page.
</para>
</summary>
<value><b>true</b>, to change the size of the Grid dashboard item according to the width of the exported page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.GridPrintHeadersOnEveryPage">
<summary>
<para>Gets or sets whether to add column headers of the Grid dashboard item to every page.
</para>
</summary>
<value><b>true</b>, to add column headers to every page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.IncludeHiddenParameters">
<summary>
<para>Gets or sets whether to add current values of hidden parameter to the exported document.
</para>
</summary>
<value><b>true</b>, to add current values of hidden parameter to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.MapAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to export the Map dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to export the Map dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.MapSizeMode">
<summary>
<para>Gets or sets the export size mode for the Map dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapExportSizeMode"/> enumeration member that specifies the export size mode for the Map dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.PageLayout">
<summary>
<para>Gets or sets the page orientation used to export a dashboard/dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportPageLayout"/> enumeration value that specifies the page orientation used to export a dashboard/dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.PaperKind">
<summary>
<para>Gets or sets the type of paper for the exported document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value that specifies the type of paper for the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.PieAutoArrangeContent">
<summary>
<para>Gets or sets whether pies within the Pie dashboard item are arranged automatically on the exported page.
</para>
</summary>
<value><b>true</b>, to arrange pies automatically on the exported page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.PivotPrintHeadersOnEveryPage">
<summary>
<para>Gets or sets whether to add column headers of the Pivot dashboard item to every page.
</para>
</summary>
<value><b>true</b>, to add column headers to every page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.RangeFilterAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to export the Range Filter dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to export the Range Filter dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.RangeFilterSizeMode">
<summary>
<para>Gets or sets the export size mode for the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterExportSizeMode"/> enumeration member that specifies the export size mode for the Range Filter dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ScaleFactor">
<summary>
<para>Gets or sets the scale factor (in fractions of <b>1</b>), by which a dashboard/dashboard item is scaled in the exported document.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the scale factor, by which a dashboard/dashboard item is scaled in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ScaleMode">
<summary>
<para>Gets or sets the mode for scaling a dashboard/dashboard item in the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportScaleMode"/> enumeration value that specifies the mode for scaling a dashboard/dashboard item in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.ShowTitle">
<summary>
<para>Gets or sets whether a dashboard title (or dashboard item's caption) is included as the exported document title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a dashboard title (or dashboard item's caption) is included as the exported document title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.TreemapAutomaticPageLayout">
<summary>
<para>Gets or sets whether the page orientation used to export the Treemap dashboard item is selected automatically.
</para>
</summary>
<value><b>true</b>, to automatically select the page orientation used to export the Treemap dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardPdfExportOptions.TreemapSizeMode">
<summary>
<para>Gets or sets the export size mode for the Treemap dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardWeb.TreemapExportSizeMode"/> enumeration member that specifies the export size mode for the Treemap dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardImageExportOptions">
<summary>
<para>Contains options related to exporting a dashboard/dashboard item to an image.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardImageExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the DashboardImageExportOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardImageExportOptions.Assign(DevExpress.DashboardCommon.DashboardImageExportOptions)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="imageExportOptions">
A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.ExportFilters">
<summary>
<para>Gets or sets whether to add the state of master filter items to the exported document.
</para>
</summary>
<value><b>true</b>, to add the state of master filter items to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.ExportParameters">
<summary>
<para>Gets or sets whether to add current parameter values to the exported document.
</para>
</summary>
<value><b>true</b>, to add current parameter values to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.FontInfo">
<summary>
<para>Provides access to the font settings of the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ExportFontInfo"/> object containing the font settings of the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.Format">
<summary>
<para>Gets or sets an image format in which the dashboard/dashboard item is exported.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportImageFormat"/> object that specifies an image format in which the dashboard/dashboard item is exported.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.IncludeHiddenParameters">
<summary>
<para>Gets or sets whether to add current values of a hidden parameter to the exported document.
</para>
</summary>
<value><b>true</b>, to add current values of a hidden parameter to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.Resolution">
<summary>
<para>Gets or sets the resolution (in dpi) used to export a dashboard/dashboard item to an image.
</para>
</summary>
<value>An integer value that specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.ScaleFactor">
<summary>
<para>Gets or sets the scale factor (in fractions of <b>1</b>), by which a dashboard/dashboard item is scaled in the exported document.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the scale factor by which a dashboard/dashboard item is scaled in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardImageExportOptions.ShowTitle">
<summary>
<para>Gets or sets whether a dashboard title (or dashboard item's caption) is included as the exported document title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a dashboard title (or dashboard item's caption) is included as the exported document title.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExcelExportOptions">
<summary>
<para>Contains options related to exporting a dashboard/dashboard item to the Excel format.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the DashboardExcelExportOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelExportOptions.Assign(DevExpress.DashboardCommon.DashboardExcelExportOptions)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="excelExportOptions">
A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.CsvValueSeparator">
<summary>
<para>Gets or sets a character used to separate values in an exported CSV document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the character used to separate values in an exported CSV document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.DashboardStatePosition">
<summary>
<para>Gets or sets the position of the dashboard state (such as master filter or current parameter values) in the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardStateExcelExportPosition"/> object that specifies the position of the dashboard state in the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.ExportFilters">
<summary>
<para>Gets or sets whether to add the state of master filter items to the exported document.
</para>
</summary>
<value><b>true</b>, to add the state of master filter items to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.ExportParameters">
<summary>
<para>Gets or sets whether to add current parameter values to the exported document.
</para>
</summary>
<value><b>true</b>, to add current parameter values to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.Format">
<summary>
<para>Gets or sets the Excel format in which the dashboard item is exported.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ExcelFormat"/> enumeration member that specifies the Excel format in which the dashboard item is exported.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelExportOptions.IncludeHiddenParameters">
<summary>
<para>Gets or sets whether to add current values of a hidden parameter to the exported document.
</para>
</summary>
<value><b>true</b>, to add current values of a hidden parameter to the exported document; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.TreemapExportSizeMode">
<summary>
<para>Lists values used to specify how a Treemap dashboard item should be resized when being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapExportSizeMode.None">
<summary>
<para>A Treemap dashboard item is exported in a size identical to that shown on the dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TreemapExportSizeMode.Zoom">
<summary>
<para>A Treemap dashboard item is resized proportionally to best fit the exported page.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterExportSizeMode">
<summary>
<para>Lists values used to specify how a Range Filter dashboard item should be resized when being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterExportSizeMode.None">
<summary>
<para>A Range Filter dashboard item is exported in a size identical to that shown on the dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterExportSizeMode.Stretch">
<summary>
<para>A Range Filter dashboard item is stretched or shrunk to fit the page to which it is exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeFilterExportSizeMode.Zoom">
<summary>
<para>A Range Filter dashboard item is resized proportionally to best fit the exported page.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MapExportSizeMode">
<summary>
<para>Lists values used to specify how a Map dashboard item should be resized when being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapExportSizeMode.None">
<summary>
<para>A map dashboard item is exported in a size identical to that shown on the dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapExportSizeMode.Zoom">
<summary>
<para>A map dashboard item is resized proportionally to best fit the exported page.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportScaleMode">
<summary>
<para>Lists values that specify a scale mode when exporting a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportScaleMode.AutoFitToPageWidth">
<summary>
<para>The size of the dashboard/dashboard item is changed according to the width of the exported page.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportScaleMode.AutoFitWithinOnePage">
<summary>
<para>The size of the dashboard/dashboard item is changed to fit its content on a single page.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportScaleMode.None">
<summary>
<para>The dashboard/dashboard item on the exported page retains its original size.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportScaleMode.UseScaleFactor">
<summary>
<para>The size of the dashboard/dashboard item on the exported page is changed according to the scale factor value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportPageLayout">
<summary>
<para>Lists values that specify the page orientation used to export a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportPageLayout.Landscape">
<summary>
<para>The page orientation used to export a dashboard/dashboard item is landscape.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportPageLayout.Portrait">
<summary>
<para>The page orientation used to export a dashboard/dashboard item is portrait.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportImageFormat">
<summary>
<para>Lists values that specify the format used to export a dashboard/dashboard item to an image.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportImageFormat.Gif">
<summary>
<para>The GIF image format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportImageFormat.Jpeg">
<summary>
<para>The JPG image format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportImageFormat.Png">
<summary>
<para>The PNG image format.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartExportSizeMode">
<summary>
<para>Lists values used to specify how a Chart dashboard item should be resized when being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartExportSizeMode.None">
<summary>
<para>The Chart dashboard item is exported in a size identical to that shown on the dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartExportSizeMode.Stretch">
<summary>
<para>The Chart dashboard item is stretched or shrunk to fit the page to which it is exported.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartExportSizeMode.Zoom">
<summary>
<para>The Chart dashboard item is resized proportionally to best fit the exported page.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataSourceModel">
<summary>
<para>Accumulates intermediate data source settings during the execution of a Data Source wizard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.#ctor">
<summary>
<para>Initializes a new instance of the DashboardDataSourceModel class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.#ctor(DevExpress.DashboardCommon.DashboardDataSourceModel)">
<summary>
<para>Initializes a new instance of the DashboardDataSourceModel class.
</para>
</summary>
<param name="other">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> object used to initialize a new instance.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.Clone">
<summary>
<para>Creates a copy of the current DashboardDataSourceModel object.
</para>
</summary>
<returns>A DashboardDataSourceModel object which is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DashboardDataSourceModel instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current DashboardDataSourceModel instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current DashboardDataSourceModel object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractWeakCache">
<summary>
<para>A weak in-memory cache used by the Extract Data Source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractWeakCache.#ctor">
<summary>
<para>Initializes a new instance of the ExtractWeakCache class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractPersistentCache">
<summary>
<para>A persistent in-memory cache used by the Extract Data Source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractPersistentCache.#ctor">
<summary>
<para>Initializes a new instance of the ExtractPersistentCache class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractPersistentCache.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the ExtractPersistentCache class with the specified cache size.
</para>
</summary>
<param name="cacheSize">
An integer value that specifies the size of the ExtractPersistentCache (in megabytes).
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractPersistentCache.CacheSize">
<summary>
<para>Gets or sets the size of the ExtractPersistentCache (in megabytes).
</para>
</summary>
<value>An integer value that specifies the size of the ExtractPersistentCache (in megabytes).
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractPersistentCache.Clear">
<summary>
<para>Clears the ExtractPersistentCache.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractCacheOptions">
<summary>
<para>Provides access to cache options of the Extract Data Source.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractCacheOptions.DefaultCache">
<summary>
<para>Gets or sets the cache used to store data when working with the Extract Data Source.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ExtractCacheBase"/> descendant that specifies the cache used to store data when working with the Extract Data Source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.CardRow"/> objects that are rows in a card's layout.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowCollection.#ctor">
<summary>
<para>Initializes a new instance of the CardRowCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataSourceCollection">
<summary>
<para>A collection that contains dashboard data sources.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSourceCollection.#ctor">
<summary>
<para>Initializes a new instance of the DataSourceCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureCollection.#ctor">
<summary>
<para>Initializes a new instance of the MeasureCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnCollection">
<summary>
<para>A collection containing <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendants that are columns of the Grid dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the GridColumnCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Gauge"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GaugeCollection.#ctor">
<summary>
<para>Initializes a new instance of the GaugeCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionCollection.#ctor">
<summary>
<para>Initializes a new instance of the DimensionCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemCollection">
<summary>
<para>A collection that contains dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the DashboardItemCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSeriesCollection">
<summary>
<para>A collection of Chart dashboard item's series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartSeriesCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChartSeriesCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartPaneCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ChartPane"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPaneCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChartPaneCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardCollection">
<summary>
<para>A collection that contains <see cref="T:DevExpress.DashboardCommon.Card"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCollection.#ctor">
<summary>
<para>Initializes a new instance of the CardCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData">
<summary>
<para>Represents multidimensional data visualized in the dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.CreateTuple(System.Object)">
<summary>
<para>Creates a tuple based on the specified value.
</para>
</summary>
<param name="value">
An axis point value.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing an axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.CreateTuple(DevExpress.DashboardCommon.ViewerData.AxisPoint[])">
<summary>
<para>Creates a tuple based on the specified axis points.
</para>
</summary>
<param name="axisPoints">
An array of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify axis points belonging to different data axes.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing an axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.CreateTuple(System.Collections.Generic.Dictionary`2)">
<summary>
<para>Creates a tuple based on the specified axes names and corresponding values.
</para>
</summary>
<param name="axisValues">
The collection of axes names and corresponding values.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing an axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.CreateTuple(System.String,System.Object)">
<summary>
<para>Creates a tuple based on the specified axis name and corresponding value.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<param name="value">
An axis point value.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing an axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.CreateTuple(System.Collections.Generic.IList`1)">
<summary>
<para>Creates a tuple based on the specified axis points.
</para>
</summary>
<param name="axisPoints">
A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify axis points belonging to different data axes.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing an axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxis(System.String)">
<summary>
<para>Gets the specified data axis.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.DataAxis"/> object that contains data points corresponding to the specified value hierarchy.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxisNames">
<summary>
<para>Gets the names of the axes that constitute the current MultiDimensionalData object.
</para>
</summary>
<returns>A list of <see cref="T:System.String"/> values that represent the names of the axes.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxisPointByUniqueValues(System.String,System.Object[])">
<summary>
<para>Gets the axis point for the specified axis by unique values.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<param name="values">
A hierarchy of unique values identifying the required axis point.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object representing the data point belonging to the specified axis.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxisPoints(System.String)">
<summary>
<para>Gets data points belonging to the specified axis.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<returns>The collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects representing data points belonging to the specified axis.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxisPointsByDimension(DevExpress.DashboardCommon.ViewerData.DimensionDescriptor)">
<summary>
<para>Gets axis points corresponding to the specified dimension.
</para>
</summary>
<param name="dimension">
The <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> object that contains the dimension metadata.
</param>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that represent data points in a multidimensional space.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetAxisRoot(System.String)">
<summary>
<para>Gets the root axis point belonging to the specified data axis.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the root axis point.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetDataMembers">
<summary>
<para>Returns a collection of data members available in a data source.
</para>
</summary>
<returns>A list of <see cref="T:System.String"/> values that represent data members available in a data source.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetDeltas">
<summary>
<para>Gets the deltas for the current MultiDimensionalData object.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor"/> objects containing the delta metadata.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetDeltaValue(DevExpress.DashboardCommon.ViewerData.DeltaDescriptor)">
<summary>
<para>Gets the summary value for the specified delta.
</para>
</summary>
<param name="delta">
A <see cref="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor"/> object containing the delta metadata.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DeltaValue"/> object containing delta element values.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetDimensions(System.String)">
<summary>
<para>Gets dimensions used to create a hierarchy of axis points for the specified axis.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> objects containing the dimension metadata.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetMeasures">
<summary>
<para>Gets the measures for the current MultiDimensionalData object.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> objects containing the measure metadata.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetSlice(DevExpress.DashboardCommon.ViewerData.AxisPoint)">
<summary>
<para>Gets the slice of the current MultiDimensionalData object by the specified axis point.
</para>
</summary>
<param name="axisPoint">
An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the point on the data axis.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that is the slice of the current MultiDimensionalData object by the specified axis point.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetSlice(System.String,System.Object[])">
<summary>
<para>Gets the slice of the current MultiDimensionalData object.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<param name="values">
A hierarchy of values belonging to the specified data axis.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that is the slice of the current MultiDimensionalData object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetSlice(DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
<summary>
<para>Gets the slice of the current MultiDimensionalData object by the specified axis point tuple.
</para>
</summary>
<param name="tuple">
A <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that is a tuple of axis points.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that is the slice of the current <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object by the specified axis point tuple.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetValue(DevExpress.DashboardCommon.ViewerData.MeasureDescriptor)">
<summary>
<para>Gets the summary value for the specified measure.
</para>
</summary>
<param name="measure">
A <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> object that contains the measure metadata.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.MeasureValue"/> object that contains the measure value and display text.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.IsEmpty">
<summary>
<para>Gets a value that indicates whether the current MultiDimensionalData object is initialized.
</para>
</summary>
<value><b>true</b>, if the current MultiDimensionalData object is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType">
<summary>
<para>Lists values that specify the types of <b>Open-High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.CandleStick">
<summary>
<para>The <b>Candle Stick</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.Stock">
<summary>
<para>The <b>Stock</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataLoadingEventArgs">
<summary>
<para>Provides data for the <b>DataLoading</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataLoadingEventArgs.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DataLoadingEventArgs class.
</para>
</summary>
<param name="dataSourceComponentName">
A <see cref="T:System.String"/> value that specifies the component name of the data source.
</param>
<param name="dataSourceName">
A <see cref="T:System.String"/> value that specifies the name of the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingEventArgs.Data">
<summary>
<para>Gets or sets data for the current data source.
</para>
</summary>
<value>Data for the current data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingEventArgs.DataSourceComponentName">
<summary>
<para>Get the component name of the data source for which the event has been raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the component name of the data source for which the event has been raised.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingEventArgs.DataSourceName">
<summary>
<para>Gets the name of the data source for which the event has been raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the data source for which the event has been raised.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridDeltaColumn">
<summary>
<para>A delta column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDeltaColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridDeltaColumn class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDeltaColumn.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the GridDeltaColumn class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the actual value. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDeltaColumn.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the target value. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDeltaColumn.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.AbsoluteVariationNumericFormat">
<summary>
<para>Provides access to the format settings for absolute variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to absolute variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.ActualValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the actual value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the actual value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of bars displayed within grid cells should always be visible.
</para>
</summary>
<value><b>true</b>, if the bar's minimum value is zero; <b>false</b>, if the bar's minimum value is automatically selected so that the difference between bars is shown most clearly.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.DeltaOptions">
<summary>
<para>Provides access to options that control how the difference between actual and target values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaOptions"/> object containing options that control how the difference between actual and target values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.DisplayMode">
<summary>
<para>Gets or sets how to display cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode"/> enumeration member that specifies how delta column values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.PercentOfTargetNumericFormat">
<summary>
<para>Provides access to the format settings for percent of target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent of target values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.PercentVariationNumericFormat">
<summary>
<para>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.TargetValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the target value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the target value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowBase">
<summary>
<para>Serves as the base for classes that are rows in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>'s layout.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowBase.Indent">
<summary>
<para>Gets or sets the indent (in pixels) added to the bottom of the current row.
</para>
</summary>
<value>An integer value that specifies the indent (in pixels) added to the bottom of the current row.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowBase.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current CardRowBase object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowBase.VerticalAlignment">
<summary>
<para>Gets or sets the vertical alignment of a current layout row.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardVerticalAlignment"/> object that specifies the vertical alignment of a current layout row.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.HourFormat">
<summary>
<para>Lists values that specify format types for hours.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Default">
<summary>
<para>The default hour pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Long">
<summary>
<para>Long hour pattern, 12-hour format.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 1:00 PM</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Short">
<summary>
<para>Short hour pattern, 24-hour format.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 13</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardRowDataElement">
<summary>
<para>A card element that displays bound data.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type of a value displayed within a card layout row.
</param>
<param name="dimensionIndex">
An index of the dimension that provides values for the current card element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment for a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value that specifies the font size.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the element's color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,DevExpress.DashboardCommon.CardPredefinedColor)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="dimensionIndex">
An index of the dimension that provides values for the current card element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value that specifies the font size.
</param>
<param name="predefinedForeColor">
A <see cref="T:DevExpress.DashboardCommon.CardPredefinedColor"/> value that specifies the element's color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value that specifies the font size.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value that specifies the element's color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1,DevExpress.DashboardCommon.CardPredefinedColor)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value that specifies the font size.
</param>
<param name="predefinedForeColor">
A <see cref="T:DevExpress.DashboardCommon.CardPredefinedColor"/> value that specifies the element's color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="dimensionIndex">
An index of the dimension that provides values for the current card element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Single"/> value that specifies the font size.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
<param name="fontSize">
A <see cref="T:System.Drawing.Color"/> value that specifies the element's color.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="dimensionIndex">
An index of the dimension that provides values for the current card element.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment)">
<summary>
<para>Initializes a new instance of the CardRowDataElement class.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</param>
<param name="horizontalAlignment">
A <see cref="T:DevExpress.DashboardCommon.CardHorizontalAlignment"/> value that specifies the horizontal alignment of a visual element within a card layout row.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowDataElement.DimensionIndex">
<summary>
<para>Gets or sets the index of the dimension whose values are displayed within the current visual element.
</para>
</summary>
<value>An integer value that specifies the index of the dimension whose values are displayed within the current visual element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardRowDataElement.ValueType">
<summary>
<para>Gets or sets the type for a value displayed within a card layout row.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that specifies the type for a value displayed within a card layout row.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FlowDateTimePeriodLimit">
<summary>
<para>A floating date-time value used to specify boundaries for the <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.#ctor">
<summary>
<para>Initializes a new instance of the FlowDateTimePeriodLimit class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.#ctor(DevExpress.DashboardCommon.DateTimeInterval,System.Int32)">
<summary>
<para>Initializes a new instance of the FlowDateTimePeriodLimit class.
</para>
</summary>
<param name="interval">
An <see cref="T:DevExpress.DashboardCommon.DateTimeInterval"/> enumeration value that specifies the interval between the current date and the required date.
</param>
<param name="offset">
An integer value that specifies the number of intervals specified using the <i>interval</i> parameter.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.Interval">
<summary>
<para>Gets or sets the interval between the current date and the required date.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.DateTimeInterval"/> enumeration value that specifies the interval between the current date and the required date.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.Offset">
<summary>
<para>Gets or sets the number of intervals specified using the <see cref="P:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.Interval"/> property.
</para>
</summary>
<value>An integer value that specifies the number of intervals specified using the <see cref="P:DevExpress.DashboardCommon.FlowDateTimePeriodLimit.Interval"/> property.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.BoundImageDashboardItem">
<summary>
<para>A Bound Image dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BoundImageDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the BoundImageDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.DataBindingMode">
<summary>
<para>Gets or sets the data binding mode used to bind the <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/> to data.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageDataBindingMode"/> enumeration member that specifies the data binding mode used to bind the <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/> to data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.HorizontalAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageHorizontalAlignment"/> enumeration member that specifies the horizontal alignment of the image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.ImageDimension">
<summary>
<para>Gets or sets the dimension that provides data for the <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object that provides data for the <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to the interactivity options of the Bound Image dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> class object containing interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.SizeMode">
<summary>
<para>Gets or sets how an image is positioned within an BoundImageDashboardItem.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageSizeMode"/> enumeration member that specifies how an image is positioned within an BoundImageDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.UriPattern">
<summary>
<para>Gets or sets the URI pattern used to locate images in the <see cref="F:DevExpress.DashboardCommon.ImageDataBindingMode.Uri"/> binding mode.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the URI pattern used to locate images in the <see cref="F:DevExpress.DashboardCommon.ImageDataBindingMode.Uri"/> binding mode.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.BoundImageDashboardItem.VerticalAlignment">
<summary>
<para>Gets or sets the vertical alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageVerticalAlignment"/> enumeration member that specifies the vertical alignment of the image.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExcelDataSourceConnectionParameters">
<summary>
<para>Contains parameters used to establish a connection to an Excel workbook or CSV file.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExcelDataSourceConnectionParameters.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ExcelDataSourceConnectionParameters class.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the path to an Excel workbook/CSV file.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ExcelDataSourceConnectionParameters.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ExcelDataSourceConnectionParameters class.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the path to an Excel workbook/CSV file.
</param>
<param name="password">
A <see cref="T:System.String"/> value that specifies the password used to access the protected Excel workbook.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.SummaryType">
<summary>
<para>Lists values that specify the summary function types.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Average">
<summary>
<para>The average of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Count">
<summary>
<para>The number of values (excluding <b>Null</b> and <b>DBNull</b> values).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.CountDistinct">
<summary>
<para>The number of distinct values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Max">
<summary>
<para>The largest value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Median">
<summary>
<para>The <i>median</i> of the values. A <i>median</i> is the number separating the higher half of a value range from the lower half.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Min">
<summary>
<para>The smallest value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Mode">
<summary>
<para>The <i>mode</i> of the values. A <i>mode</i> is the value that is repeated more often than any other.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.StdDev">
<summary>
<para>An estimate of the standard deviation of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.StdDevp">
<summary>
<para>The standard deviation of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Sum">
<summary>
<para>The sum of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Var">
<summary>
<para>An estimate of the variance of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Varp">
<summary>
<para>The variance of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataLoadingEventHandler">
<summary>
<para>References a method that will handle <b>DataLoading</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataLoadingEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DataLoadingEventArgs)">
<summary>
<para>References a method that will handle <b>DataLoading</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DataLoadingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.SimpleSeries">
<summary>
<para>A <b>Simple</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor">
<summary>
<para>Initializes a new instance of the SimpleSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.SimpleSeriesType)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified measure used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.Value"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.SimpleSeriesType)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified series type and measure used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.Value"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType">
<summary>
<para>Gets or sets the series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.SimpleSeries.Value">
<summary>
<para>Gets or sets a measure that provides data used to calculate the Y-coordinate of the data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardRow">
<summary>
<para>A row in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>'s layout.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardRow.#ctor">
<summary>
<para>Initializes a new instance of the CardRow class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardRow.Elements">
<summary>
<para>Provides access to a collection of <see cref="T:DevExpress.DashboardCommon.CardRowElementBase"/> descendants that are a card's visual elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardElementCollection"/> object containing <see cref="T:DevExpress.DashboardCommon.CardRowElementBase"/> descendants that are a card's visual elements.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PivotColumnTotalsPosition">
<summary>
<para>Lists values that specify the position of column totals/grand totals in the Pivot dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotColumnTotalsPosition.Far">
<summary>
<para>Column totals are displayed far from row field values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotColumnTotalsPosition.Near">
<summary>
<para>Column totals are displayed near row field values.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaOptionsBase">
<summary>
<para>Serves as the base for classes that control how the difference between actual and target values should be displayed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptionsBase.ResultIndicationMode">
<summary>
<para>Gets or sets which indication should be displayed within this delta element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaIndicationMode"/> value that specifies which indication should be displayed within this delta element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptionsBase.ResultIndicationThreshold">
<summary>
<para>Gets or sets the precision with which actual and target values are determined to be equal (comparison tolerance).
</para>
</summary>
<value>A <see cref="T:System.Decimal"/> value that specifies the precision with which actual and target values are determined to be equal.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptionsBase.ResultIndicationThresholdType">
<summary>
<para>Gets or sets how the comparison tolerance (<see cref="P:DevExpress.DashboardCommon.DeltaOptionsBase.ResultIndicationThreshold"/>) is specified.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaIndicationThresholdType"/> enumeration member that defines how the comparison tolerance is specified.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FileExtractDriver">
<summary>
<para>A default driver used to write data to/read data from a standard data extract stored in a file.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FileExtractDriver.CreateReadSession(System.String)">
<summary>
<para>Creates a session used to read data from an extract.
</para>
</summary>
<param name="resourceName">
A <see cref="T:System.String"/> value specifying the resource name that is used to identify a data extract.
</param>
<returns>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDriverReadSession"/> that specifies a session used to write data to a data extract.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.FileExtractDriver.CreateWriteSession(System.String)">
<summary>
<para>Creates a session used to write data to an extract.
</para>
</summary>
<param name="resourceName">
A <see cref="T:System.String"/> value specifying the resource name that is used to identify a data extract.
</param>
<returns>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDriverWriteSession"/> that specifies a session used to write data to a data extract.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.FileExtractDriver.Instance">
<summary>
<para>Provides access to the FileExtractDriver instance.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.ICustomExtractDriver"/> interface.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.KpiElement">
<summary>
<para>Serves as the base for classes that provide data for card and gauge dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.AbsoluteVariationNumericFormat">
<summary>
<para>Provides access to the format settings for absolute variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to absolute variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.ActualValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the actual value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data for calculating the actual value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.DeltaOptions">
<summary>
<para>Provides access to options that control how the difference between actual and target values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaOptions"/> object that contains options that control how the difference between actual and target values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.PercentOfTargetNumericFormat">
<summary>
<para>Provides access to the format settings for percent of target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent of target values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.PercentVariationNumericFormat">
<summary>
<para>Provides access to the format settings for percent variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiElement.TargetValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the target value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data for calculating the target value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.KpiDashboardItem`1">
<summary>
<para>Serves as the base class for dashboard items used to communicate KPI-related data.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.ContentArrangementMode">
<summary>
<para>Gets or sets how elements displayed within the dashboard item should be arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ContentArrangementMode"/> enumeration member that specifies how elements displayed within the dashboard item should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.ContentLineCount">
<summary>
<para>Gets or sets the number of columns or rows in which dashboard item elements should be arranged.
</para>
</summary>
<value>An integer value that specifies the number of columns or rows in which dashboard item elements should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardEFDataSource">
<summary>
<para>An Entity Framework data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.#ctor(System.String,DevExpress.DataAccess.EntityFramework.EFConnectionParameters)">
<summary>
<para>Initializes a new instance of the DashboardEFDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the data source name.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.EntityFramework.EFConnectionParameters"/> object containing parameters used to establish a connection to an Entity Framework data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardEFDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardEFDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.#ctor(DevExpress.DataAccess.EntityFramework.EFConnectionParameters)">
<summary>
<para>Initializes a new instance of the DashboardEFDataSource class.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.EntityFramework.EFConnectionParameters"/> object containing parameters used to establish a connection to an Entity Framework data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardEFDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardEFDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the current data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the component name of the current data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.GetDataProcessingMode(System.String)">
<summary>
<para>Returns the data processing mode for the specified data member contained in the current data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value that specifies the required data member.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataProcessingMode"/> enumeration value that specifies the data processing mode for the specified data member.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardEFDataSource.IsConnected">
<summary>
<para>Gets whether the connection to a data source is established.
</para>
</summary>
<value><b>true</b>, if the connection to a data source is established; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads the Entity Framework data source definition from XML.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardEFDataSource.Name">
<summary>
<para>Gets or sets the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data source name.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.SaveToXml">
<summary>
<para>Saves the XML definition of the Entity Framework data source.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType">
<summary>
<para>Lists values used to apply conditional formatting to top/bottom values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType.Bottom">
<summary>
<para>The lowest values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionTopBottomType.Top">
<summary>
<para>The highest values.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.YearFormat">
<summary>
<para>Lists values that specify format types for years.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Abbreviated">
<summary>
<para>The year, from 00 to 99.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 09 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Default">
<summary>
<para>The default year pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Full">
<summary>
<para>The full year pattern.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 2009 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.QuarterFormat">
<summary>
<para>Lists values that specify format types for quarters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Default">
<summary>
<para>The default quarter pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Full">
<summary>
<para>The full quarter pattern.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; Q2 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Numeric">
<summary>
<para>The quarter, from 1 through 4.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 2 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PieValueType">
<summary>
<para>Lists values that identify types of <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/> values and combinations of these values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Argument">
<summary>
<para>The argument value.
<para><b>Example</b>: Europe</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndPercent">
<summary>
<para>The argument value and its percentage in the total.
<para><b>Example</b>: Europe : 18.90 %</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndValue">
<summary>
<para>The argument value and the corresponding summary value.
<para><b>Example</b>: Europe : $18M</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentValueAndPercent">
<summary>
<para>The argument value, the corresponding summary value and its percentage in the total.
<para><b>Example</b>: Europe : $18M (18.90 %)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.None">
<summary>
<para>No value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Percent">
<summary>
<para>The percentage share of the corresponding summary value relative to the total.
<para><b>Example</b>: 18.90 %</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Value">
<summary>
<para>The actual summary value.
<para><b>Example</b>: $18M</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ValueAndPercent">
<summary>
<para>The actual summary value and its percentage of the total.
<para><b>Example</b>: $18M (18.90 %)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PieLegendPosition">
<summary>
<para>Lists values that specify the position of the legend within the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.Bottom">
<summary>
<para>The legend is positioned at the bottom of the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.Left">
<summary>
<para>The legend is positioned on the left of the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.None">
<summary>
<para>The legend is not displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.Right">
<summary>
<para>The legend is positioned on the right of the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.Top">
<summary>
<para>The legend is positioned at the top of the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieLegendPosition.TopRight">
<summary>
<para>The legend is positioned at the top right corner of the <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MonthFormat">
<summary>
<para>Lists values that specify format types for months.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Abbreviated">
<summary>
<para>The abbreviated name of the month.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; Jun (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Default">
<summary>
<para>The default month pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Full">
<summary>
<para>The full name of the month.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; June (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Numeric">
<summary>
<para>The month, from 1 through 12.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 6 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaIndicationThresholdType">
<summary>
<para>Lists values that define how the comparison tolerance is specified.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationThresholdType.Absolute">
<summary>
<para>The comparison tolerance is specified as the absolute difference between the compared values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationThresholdType.Percent">
<summary>
<para>The comparison tolerance is specified as the percent difference between the compared values (the percentage of the absolute difference in the target value).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaIndicationMode">
<summary>
<para>Lists values that specify types of indication displayed within delta elements.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.GreaterIsGood">
<summary>
<para>If the actual value is greater than the target value, the <i>"Good"</i> indicator ( - in WinForms) is displayed and the delta value is painted in green.
<para>Otherwise, the <i>"Bad"</i> indicator ( - in WinForms) is shown and the delta value is painted in red.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.LessIsGood">
<summary>
<para>If the actual value is greater than the target value, the <i>"Bad"</i> indicator ( - in WinForms) is displayed and the delta value is painted in red.
<para>Otherwise, the <i>"Good"</i> indicator ( - in WinForms) is shown and the delta value is painted in green.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.NoIndication">
<summary>
<para>No special indication is shown.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.WarningIfGreater">
<summary>
<para>The <i>"Warning"</i> indicator ( - in WinForms) is shown if the actual value is greater than the target value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.WarningIfLess">
<summary>
<para>The <i>"Warning"</i> indicator ( - in WinForms) is shown if the actual value is less than the target value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DayOfWeekFormat">
<summary>
<para>Lists values that specify format types for days of the week.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Abbreviated">
<summary>
<para>The abbreviated name of the day of the week.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; Mon (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Default">
<summary>
<para>The default day-of-week pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Full">
<summary>
<para>The full name of the day of the week.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; Monday (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Numeric">
<summary>
<para>The day of the week, from 1 through 7.
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; 2 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimeFormat">
<summary>
<para>Lists values that specify format types for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Default">
<summary>
<para>The default date-time formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Long">
<summary>
<para>Long date pattern, long time pattern (if applicable).
<para>6&#47;15&#47;2009 1:45:30 PM -&gt; Monday, June 15, 2009 1:45:30 PM (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Short">
<summary>
<para>Short date pattern, long time pattern (if applicable).
<para>6/15/2009 1:45:30 PM -&gt; 6/15/2009 1:45:30 PM (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.TimeOnly">
<summary>
<para>Long time pattern.
<para>1:45:30 PM (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardOlapDataSource">
<summary>
<para>An OLAP data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardOlapDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.#ctor(DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
<summary>
<para>Initializes a new instance of the DashboardOlapDataSource class.
</para>
</summary>
<param name="connectionParameters">
An <see cref="T:DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters"/> object containing parameters used to establish a connection to a cube in an MS Analysis Services database.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
<summary>
<para>Initializes a new instance of the DashboardOlapDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the connection name.
</param>
<param name="connectionParameters">
An <see cref="T:DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters"/> object containing parameters used to establish a connection to a cube in an MS Analysis Services database.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DashboardOlapDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
<param name="connectionName">
A <see cref="T:System.String"/> value that specifies the connection name.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the data source.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardOlapDataSource.ConfigureOlapConnection">
<summary>
<para>Provides the capability to customize parameters used to establish a connection to an OLAP cube.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardOlapDataSource.ConnectionError">
<summary>
<para>Allows overriding the default behavior when current connection parameters do not allow connecting to an OLAP cube.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.ConnectionName">
<summary>
<para>Gets or sets the connection name for the current data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the connection name.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.ConnectionString">
<summary>
<para>Gets or sets a connection string used to establish a connection to an OLAP cube.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a connection string used to establish a connection to an OLAP cube.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.Dispose">
<summary>
<para>Releases resources associated with a DashboardOlapDataSource instance.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardOlapDataSource.Disposed">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.Fill">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.IsConnected">
<summary>
<para>Gets whether the connection to a cube in an MS Analysis Services database is established.
</para>
</summary>
<value><b>true</b>, if the connection to a cube in an MS Analysis Services database is established; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.IsDisposed">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads the data source definition from XML.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.Name">
<summary>
<para>Gets or sets the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data source name.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardOlapDataSource.OlapDataProvider">
<summary>
<para>Gets or sets a data provider used to connect to the <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.OlapDataProviderType"/> value that specifies a data provider used to connect to the <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.SaveToXml">
<summary>
<para>Saves the data source definition to XML.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardSqlDataSource">
<summary>
<para>An SQL data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardSqlDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that is the data source name.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardSqlDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor(System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Initializes a new instance of the DashboardSqlDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that is the data source name.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing connection parameters to a data store.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DashboardSqlDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the data source name.
</param>
<param name="connectionName">
A <see cref="T:System.String"/> that specifies the name of the existing data connection.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Initializes a new instance of the DashboardSqlDataSource class.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> class descendant specifying the connection parameters for the current data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.DataProcessingMode">
<summary>
<para>Gets or sets the data processing mode for the current data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataProcessingMode"/> enumeration value that specifies the data processing mode for the current data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.GetDataProcessingMode(System.String)">
<summary>
<para>Gets the data processing mode for the specified query from the current data source.
</para>
</summary>
<param name="queryName">
A <see cref="T:System.String"/> value that specifies the query name.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataProcessingMode"/> value that is the data processing mode for the specified query.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.IsConnected">
<summary>
<para>Gets whether the connection to a data store is established.
</para>
</summary>
<value><b>true</b>, if the connection to a data store is established; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.LockUIOnDataLoading">
<summary>
<para>Gets or sets whether the user interface stays responsive while data is being loaded to the data source.
</para>
</summary>
<value><b>true</b>, to lock the user interface while data is being loaded to the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.Name">
<summary>
<para>Gets or sets the name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the data source name.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportFormat">
<summary>
<para>Lists values that specify the format used to export a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportFormat.Excel">
<summary>
<para>Identifies the Excel format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportFormat.Image">
<summary>
<para>Identifies the Image format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportFormat.PDF">
<summary>
<para>Identifies the PDF format.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode">
<summary>
<para>Lists values that specify a scale mode when exporting a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode.AutoFitToPagesWidth">
<summary>
<para>The size of the dashboard / dashboard item is changed according to the width of the exported pages.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode.None">
<summary>
<para>The dashboard / dashboard item on the exported page retains its original size.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportDocumentScaleMode.UseScaleFactor">
<summary>
<para>The size of the dashboard / dashboard item on the exported page is changed according to the scale factor value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PivotLayoutType">
<summary>
<para>Lists values that specify the layout type of the Pivot dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotLayoutType.Compact">
<summary>
<para>Displays values from different <see cref="P:DevExpress.DashboardCommon.PivotDashboardItem.Rows"/> dimensions in a single column. Note that in this case, totals are displayed at the top of a group, and you cannot change the totals position.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PivotLayoutType.Tabular">
<summary>
<para>Displays values from different <see cref="P:DevExpress.DashboardCommon.PivotDashboardItem.Rows"/> dimensions in separate columns.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionTopNOptions">
<summary>
<para>Contains the Top N settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionTopNOptions.BeginUpdate">
<summary>
<para>Locks applying Top N settings until the <see cref="M:DevExpress.DashboardCommon.DimensionTopNOptions.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Count">
<summary>
<para>Gets or sets the number of top or bottom values to be displayed.
</para>
</summary>
<value>An integer value that specifies the number of top or bottom values to be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Enabled">
<summary>
<para>Gets or sets whether the Top N Values feature is enabled.
</para>
</summary>
<value><b>true</b>, to enable the Top N Values feature; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionTopNOptions.EndUpdate">
<summary>
<para>Applies changes made to Top N settings after the <see cref="M:DevExpress.DashboardCommon.DimensionTopNOptions.BeginUpdate"/> method call and unlocks further updates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Measure">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.DashboardCommon.Measure"/> by whose values the dimension values are ranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure by whose values the dimension values are ranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.MeasureName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Mode">
<summary>
<para>Gets or sets whether the smallest or largest values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionTopNMode"/> enumeration member that specifies whether the smallest or largest values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.ShowOthers">
<summary>
<para>Gets or sets whether to show the "Others" value.
</para>
</summary>
<value><b>true</b>, to show the "Others" value; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericFormat">
<summary>
<para>Contains format settings for numeric values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemNumericFormat.BeginUpdate">
<summary>
<para>Locks applying format settings until the <see cref="M:DevExpress.DashboardCommon.DataItemNumericFormat.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.CurrencyCultureName">
<summary>
<para>Gets or sets the name of a culture that defines the currency symbol and format.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of a culture that defines the currency format settings.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemNumericFormat.EndUpdate">
<summary>
<para>Applies changes made to format settings after the <see cref="M:DevExpress.DashboardCommon.DataItemNumericFormat.BeginUpdate"/> method call and unlocks further updates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.FormatType">
<summary>
<para>Gets or sets the format type for numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormatType"/> enumeration member that specifies the format type for numeric values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.IncludeGroupSeparator">
<summary>
<para>Gets or sets whether separators should be inserted between digit groups.
</para>
</summary>
<value><b>true</b>, to insert separators between digit groups; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision">
<summary>
<para>Gets or sets the number of fractional digits that should be displayed.
</para>
</summary>
<value>An integer value that specifies the number of fractional digits that should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.Unit">
<summary>
<para>Gets or sets the unit to which numeric values should be converted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericUnit"/> enumeration member that specifies the unit to which numeric values should be converted.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemDateTimeFormat">
<summary>
<para>Contains formatting settings for date-time values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.BeginUpdate">
<summary>
<para>Locks applying format settings until the <see cref="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateHourFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHour"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHour"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateHourMinuteFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinute"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinute"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateTimeFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinuteSecond"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinuteSecond"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DayOfWeekFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfWeek"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DayOfWeekFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfWeek"/> group interval.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.EndUpdate">
<summary>
<para>Applies changes made to format settings after the <see cref="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.BeginUpdate"/> method call and unlocks further updates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.ExactDateFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.None"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ExactDateFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.None"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.HourFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour"/> group interval.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.HourFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.MonthFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MonthFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.QuarterFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.QuarterFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.YearFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.YearFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year"/> group interval.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartInteractivityOptions">
<summary>
<para>Contains options related to the specifics of Master Filtering and drill-down in the Chart and Pie dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartInteractivityOptions.TargetDimensions">
<summary>
<para>Gets or sets whether interactivity features, such as Master Filtering or drill-down, should be enabled for arguments or series.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TargetDimensions"/> enumeration member that specifies whether to enable interactivity features, such as Master Filtering or drill-down, for arguments or series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode">
<summary>
<para>Lists values that specify how measure column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode.Bar">
<summary>
<para>Values are represented by bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode.Value">
<summary>
<para>Values are displayed as text.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode">
<summary>
<para>Lists values that specify how dimension column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode.Image">
<summary>
<para>If a column contains image data, values are presented as images.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode.Text">
<summary>
<para>Values are displayed as text.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode">
<summary>
<para>Lists values that specify how delta column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode.Bar">
<summary>
<para>Values are represented by bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode.Value">
<summary>
<para>Values are displayed as text with delta indicators.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionTopNMode">
<summary>
<para>Lists values that specify whether the largest or smallest values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionTopNMode.Bottom">
<summary>
<para>The smallest values are displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionTopNMode.Top">
<summary>
<para>The largest values are displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericFormatType">
<summary>
<para>Lists values that specify format types for numeric values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Auto">
<summary>
<para>Format type is defined automatically, according to the data type and summary function (for measures).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Currency">
<summary>
<para>Currency formatting.
<para>123.456 -&gt; $123.46 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.General">
<summary>
<para>The most compact of either fixed-point or scientific notation. Ignores the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Number">
<summary>
<para> Integral and decimal digits, group separators, and a decimal separator with an optional negative sign.
<para>1234.567 -&gt; 1,234.57 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Percent">
<summary>
<para>Number multiplied by 100 and displayed with a percent symbol.
<para>-0.39678 -&gt; -39.7 % (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Scientific">
<summary>
<para>Exponential notation.
<para>1052.0329112756 -&gt; 1.052033E+003 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase">
<summary>
<para>Serves as the base class for classes that are used to specify boundaries for the <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.Assign(DevExpress.DashboardCommon.DateTimePeriodLimitBase)">
<summary>
<para>Copies settings of the specified object to the current object.
</para>
</summary>
<param name="obj">
A DateTimePeriodLimitBase object whose settings are copied to the current object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.BeginUpdate">
<summary>
<para>Locks the DateTimePeriodLimitBase object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.EndUpdate">
<summary>
<para>Unlocks the DateTimePeriodLimitBase object after a call to the <see cref="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ObjectDataSourceFillParameters">
<summary>
<para>Contains parameters used to fill the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.#ctor">
<summary>
<para>Initializes a new instance of the ObjectDataSourceFillParameters class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.CtorParameters">
<summary>
<para>Gets or sets parameters passed to the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> constructor.
</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.ObjectBinding.ParameterList"/> object containing parameters passed to the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> constructor.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.DataFields">
<summary>
<para>Gets or sets fields that will fall into the data source.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values that specify names of the required fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.DataSourceStorageCreated">
<summary>
<para>Gets or sets an action performed after the data source storage is created.
</para>
</summary>
<value>A <see cref="T:System.Action"/> delegate method that specifies an action performed after the data source storage is created.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.FilterExpression">
<summary>
<para>Gets or sets an expression used to filter the data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that specifies the expression used to filter the data source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.IObjectDataSourceCustomFillService">
<summary>
<para>Allows you to implement a custom fill service for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.IObjectDataSourceCustomFillService.GetData(DevExpress.DashboardCommon.DashboardObjectDataSource,DevExpress.DashboardCommon.ObjectDataSourceFillParameters)">
<summary>
<para>When implemented by a class, returns data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> object that is the object data source.
</param>
<param name="fillParameters">
An <see cref="T:DevExpress.DashboardCommon.ObjectDataSourceFillParameters"/> object containing parameters used to fill the object data source.
</param>
<returns>An object that contains data from the object data source.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.SingleFilterDefaultValueEventHandler">
<summary>
<para>References a method that will handle the <b>SingleFilterDefaultValue</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SingleFilterDefaultValueEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs)">
<summary>
<para>References a method that will handle the <b>SingleFilterDefaultValue</b> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs">
<summary>
<para>Provides data for the <b>SingleFilterDefaultValue</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.#ctor(System.String,DevExpress.DashboardCommon.DashboardDataSet,DevExpress.DashboardCommon.DashboardDataRow)">
<summary>
<para>Initializes a new instance of the SingleFilterDefaultValueEventArgs class.
</para>
</summary>
<param name="dashboardItemName">
A <see cref="T:System.String"/> that is the component name of the dashboard item.
</param>
<param name="availableSelection">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object containing records identifying elements that can be selected in the current state of the master filter item.
</param>
<param name="filterValue">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that is the default filter value.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.DashboardItemName">
<summary>
<para>Gets the name of the dashboard item for which the <b>SingleFilterDefaultValue</b> event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the dashboard item for which the <b>SingleFilterDefaultValue</b> event was raised.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.FilterValue">
<summary>
<para>Gets the default filter value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents the default filter value.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.GetAvailableSelections">
<summary>
<para>Returns records identifying elements that can be selected in the current state of the master filter item.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.SetFilterValue(DevExpress.DashboardCommon.DashboardDataRow)">
<summary>
<para>Specifies the default filter value.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that specifies the default filter value.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs.SetFilterValue(System.Collections.IList)">
<summary>
<para>Specifies the default filter value.
</para>
</summary>
<param name="value">
A list of objects that specify the default filter value.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemCollection`1">
<summary>
<para>Serves as the base class for classes that represent collections of <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendants.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSeriesCollectionBase`1">
<summary>
<para>Serves as the base class for classes that represent collections of chart series.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PointLabelContentTypeEx">
<summary>
<para>Lists values that identify types of content displayed within series point labels.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentTypeEx.Argument">
<summary>
<para>The argument value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentTypeEx.None">
<summary>
<para>Point labels are not displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentTypeEx.Percent">
<summary>
<para>The percent value. Note that this value can be displayed for full stacked series only.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentTypeEx.SeriesName">
<summary>
<para>The name of the series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PointLabelContentTypeEx.Value">
<summary>
<para>The summary value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractConnectionErrorEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.DashboardExtractDataSource.ConnectionError"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractConnectionErrorEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.DashboardExtractDataSource.ConnectionError"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="eventArgs">
An <see cref="T:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.DashboardExtractDataSource.ConnectionError"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.#ctor(System.String,System.Exception,System.String,System.String)">
<summary>
<para>Initializes a new instance of the ExtractConnectionErrorEventArgs class.
</para>
</summary>
<param name="dataSourceName">
A <see cref="T:System.String"/> that specifies the name of the extract data source.
</param>
<param name="exception">
A <see cref="T:System.Exception"/> object representing the exception that caused the event.
</param>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the path to the file containing a data extract.
</param>
<param name="extractDriverName">
A <see cref="T:System.String"/> that specifies the name of the custom driver.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.Cancel">
<summary>
<para>Gets or sets whether the operation performed on the processed event should be canceled.
</para>
</summary>
<value><b>true</b>, to cancel the operation performed on the event; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.DataSourceName">
<summary>
<para>Gets the name of the extract data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the extract data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.DriverName">
<summary>
<para>Gets or sets the name of the custom driver used to manage writing/reading operations for the data extract.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the path to the file containing a data extract.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.Exception">
<summary>
<para>Gets the exception that caused the event.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> object representing the exception that caused the event.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.FileName">
<summary>
<para>Gets or sets the path to the data extract file.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the path to the data extract file.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExtractConnectionErrorEventArgs.Handled">
<summary>
<para>Gets or sets whether default actions are required to connect to a data extract file.
</para>
</summary>
<value><b>true</b>, if no default actions are required to connect to a data extract file; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataLoadingError">
<summary>
<para>A error occurred during loading data to a data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataLoadingError.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DataLoadingError class.
</para>
</summary>
<param name="dataSourceName">
A <see cref="T:System.String"/> value that is the name of the data source for which the current data loading error occurred.
</param>
<param name="error">
A <see cref="T:System.String"/> value containing the text of the current data loading error.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingError.DataSourceName">
<summary>
<para>Gets the name of the data source for which the current data loading error occurred.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the name of the data source for which the current data loading error occurred.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingError.Error">
<summary>
<para>Gets or sets the text of the current data loading error.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text of the current data loading error.
</value>
</member>
<member name="T:DevExpress.DataAccess.DataConnectionCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DataAccess.DataConnection"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DataAccess.DataConnectionCollection.#ctor">
<summary>
<para>Initializes a new instance of the DataConnectionCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.BeforeExportDocumentEventHandler">
<summary>
<para>References a method that will handle the <b>BeforeExportDocument</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BeforeExportDocumentEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.BeforeExportDocumentEventArgs)">
<summary>
<para>References a method that will handle the <b>BeforeExportDocument</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
The <see cref="T:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs">
<summary>
<para>Provides data for the <b>BeforeExportDocument</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.HideItem(System.String)">
<summary>
<para>Hides the dashboard item with the specified name in the exported dashboard.
</para>
</summary>
<param name="itemComponentName">
A <see cref="T:System.String"/> that specifies the component name of the dashboard item to hide.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.HideItem(System.Predicate`1)">
<summary>
<para>Hides the dashboard item matching the specified predicate in the exported dashboard.
</para>
</summary>
<param name="match">
A System.Predicate that specifies the condition used to determine whether to hide the dashboard item.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemContainerCollection`1">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.DataItemContainer"/> descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemContainerCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the DataItemContainerCollection&lt;TContainer&gt; class
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FilterElementDefaultValuesEventHandler">
<summary>
<para>References a method that will handle <b>FilterElementDefaultValues</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.FilterElementDefaultValuesEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs)">
<summary>
<para>References a method that will handle <b>FilterElementDefaultValues</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs">
<summary>
<para>Provides data for <b>FilterElementDefaultValues</b> events.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs.AvailableFilterValues">
<summary>
<para>Gets the available filter values for the current filter element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that is a list of records identifying available filter values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs.FilterElementName">
<summary>
<para>Gets the component name of the filter element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the component name of the filter element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs.FilterValues">
<summary>
<para>Gets filter values used to apply default filtering.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects that are filter values used to apply default filtering.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs.ItemComponentName">
<summary>
<para>Gets the component name of the filter element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the component name of the filter element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs.ItemName">
<summary>
<para>Gets the name of the filter element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the filter element.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportSettings">
<summary>
<para>Contains settings related to exporting a dashboard/dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExportSettings.CompatibilityMode">
<summary>
<para>Gets or sets the compatibility mode used to export a dashboard/dashboard items.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExportCompatibilityMode"/> enumeration value that specifies the compatibility mode used to export a dashboard/dashboard items.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportCompatibilityMode">
<summary>
<para>Lists values specifying the compatibility mode used to export a dashboard/dashboard items.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportCompatibilityMode.Full">
<summary>
<para>Identifies the full export mode that uses GDI+ API to export a dashboard/dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportCompatibilityMode.Restricted">
<summary>
<para>Identifies the restricted export mode that disables use of the GDI+ API to export a dashboard/dashboard item. For instance, this mode is used to fix issues related to exporting a dashboard/dashboard item displayed in the web application deployed in the cloud.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GeoPointMapDashboardItem">
<summary>
<para>A Geo Point Map dashboard item that allows you to place callouts on the map using geographical coordinates.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GeoPointMapDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the GeoPointMapDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItem.Legend">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItem.Value">
<summary>
<para>Gets or sets a measure that provides values related to geographical points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides values related to geographical points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GeoPointMapDashboardItem.WeightedLegend">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MapScale">
<summary>
<para>Serves as the base class for classes representing the scale that defines the distribution of colors in the color range.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MapPalette">
<summary>
<para>Serves as the base class for classes that represent map palettes.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.UniformScale">
<summary>
<para>Represents the scale that defines uniform distribution of colors in the color range.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.UniformScale.#ctor">
<summary>
<para>Initializes a new instance of the UniformScale class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.UniformScale.LevelsCount">
<summary>
<para>Gets or sets a number of levels that represent the number of colors used to color the map.
</para>
</summary>
<value>A number of levels that represent the number of colors used to color the map.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeStopCollection">
<summary>
<para>A collection of endpoints for color ranges in the custom palette.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeStopCollection.#ctor">
<summary>
<para>Initializes a new instance of the RangeStopCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PaletteColorCollection">
<summary>
<para>A collection of palette colors.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PaletteColorCollection.#ctor">
<summary>
<para>Initializes a new instance of the PaletteColorCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GradientPalette">
<summary>
<para>Represents a palette that contains a gradient between two given colors.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GradientPalette.#ctor">
<summary>
<para>Initializes a new instance of the GradientPalette class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GradientPalette.EndColor">
<summary>
<para>Gets or sets a palette end color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the palette end color.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GradientPalette.StartColor">
<summary>
<para>Gets or sets a palette start color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the palette start color.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomScale">
<summary>
<para>Represents the scale that defines custom distribution of colors in the color range.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomScale.#ctor">
<summary>
<para>Initializes a new instance of the CustomScale class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomScale.IsPercent">
<summary>
<para>Gets or sets a value that specifies whether the percent or absolute scale is used to define a set of colors.
</para>
</summary>
<value><b>true</b>, if the percent scale is used to define a set of colors; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomScale.RangeStops">
<summary>
<para>Gets a collection of endpoints for color ranges in the custom palette.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeStopCollection"/> collection containing endpoints for color ranges in the custom palette.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomPalette">
<summary>
<para>Represents a palette that contains a specified set of colors.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomPalette.#ctor">
<summary>
<para>Initializes a new instance of the CustomPalette class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomPalette.Colors">
<summary>
<para>Gets the collection of colors within the custom palette.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PaletteColorCollection"/> collection of colors within the custom palette.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ShapefileArea">
<summary>
<para>Lists values that specify default maps provided by the Dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.Africa">
<summary>
<para>A map of Africa.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.Asia">
<summary>
<para>A map of Asia.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.Canada">
<summary>
<para>A map of Canada.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.Custom">
<summary>
<para>A custom map.
To load the custom shapefile, use the <see cref="P:DevExpress.DashboardCommon.MapDashboardItem.CustomShapefile"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.Europe">
<summary>
<para>A map of Europe.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.NorthAmerica">
<summary>
<para>A map of North America.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.SouthAmerica">
<summary>
<para>A map of South America.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.USA">
<summary>
<para>A map of the USA.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ShapefileArea.WorldCountries">
<summary>
<para>A world map.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnBase">
<summary>
<para>Serves as the base for classes that represent grid columns.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridColumnBase.FixedWidth">
<summary>
<para>Gets or sets the fixed width of the current column.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the fixed width of the current column in characters.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridColumnBase.Totals">
<summary>
<para>Gets the collection of totals for the specified Grid column.
</para>
</summary>
<value>A <see cref="GridColumnTotalCollection"/> object that is the collection of Grid column totals.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridColumnBase.Weight">
<summary>
<para>Gets or sets the relative width of the current column.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the relative width of the current column.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridColumnBase.WidthType">
<summary>
<para>Gets or sets the mode used to manage the width of the current column.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridColumnFixedWidthType"/> enumeration value that specifies the mode used to manage the width of the current column.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MapLegendOrientation">
<summary>
<para>Lists the values that specify the legend orientation within the Map dashboard items.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendOrientation.Horizontal">
<summary>
<para>A legend represented as a color scale.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MapLegendOrientation.Vertical">
<summary>
<para>A legend represented as a list of colors.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemColoringOptions">
<summary>
<para>Contains dashboard item coloring options.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemColoringOptions.#ctor">
<summary>
<para>Initializes a new instance of the DashboardItemColoringOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemColoringOptions.MeasuresColoringMode">
<summary>
<para>Gets or sets a coloring mode for dashboard item measures.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColoringMode"/> enumeration value that specifies a coloring mode for dashboard item measures.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemColoringOptions.UseGlobalColors">
<summary>
<para>Gets or sets whether the dashboard item uses a global or local color scheme.
</para>
</summary>
<value><b>true</b>, if the dashboard item uses a global color scheme; otherwise, the dashboard item uses a local color scheme.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MapDashboardItem">
<summary>
<para>Serves as the base class for map dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.Area">
<summary>
<para>Gets or sets the predefined dashboard map.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ShapefileArea"/> enumeration value that specifies the predefined dashboard map.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.CustomShapefile">
<summary>
<para>Gets a shapefile used to provide a custom map.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CustomShapefile"/> object that is a shapefile used to provide a custom map.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.Legend">
<summary>
<para>Gets a color map legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapLegend"/> object that represents a color map legend.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.LockNavigation">
<summary>
<para>Gets or sets whether map navigation is disabled.
</para>
</summary>
<value><b>true</b>, if map navigation is disabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.ShapeTitleAttributeName">
<summary>
<para>Gets or sets the attribute name whose values are displayed as shape titles.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the attribute name whose values are displayed as shape titles.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.TooltipMeasures">
<summary>
<para>Gets the collection of measures that provide data for map tooltips.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that provide data for map tooltips.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.Viewport">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MapDashboardItem.WeightedLegend">
<summary>
<para>Gets a weighted map legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.WeightedLegend"/> object that represents a weighted map legend.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaMap">
<summary>
<para>Contains measures that provide data used to visualize the difference between these measures in the <see cref="T:DevExpress.DashboardCommon.ChoroplethMapDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaMap.#ctor">
<summary>
<para>Initializes a new instance of the DeltaMap class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaMap.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the DeltaMap class.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides actual values. This value is assigned o the <see cref="P:DevExpress.DashboardCommon.DeltaMap.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides target values. This value is assigned o the <see cref="P:DevExpress.DashboardCommon.DeltaMap.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.AbsoluteVariationNumericFormat">
<summary>
<para>Provides access to the format settings for absolute variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to absolute variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.ActualValue">
<summary>
<para>Gets or sets a measure that provides actual values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides actual values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.ActualValueName">
<summary>
<para>Gets or sets a display name for a measure that provides actual values.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the display name for a measure that provides actual values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.DeltaName">
<summary>
<para>Gets or sets a display name for delta values.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the display name for delta values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.DeltaOptions">
<summary>
<para>Provides access to options that control how the difference between actual and target values should be indicated.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaOptions"/> object that contains options that control how the difference between actual and target values should be indicated.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.PercentOfTargetNumericFormat">
<summary>
<para>Provides access to the format settings for percent of target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent of target values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.PercentVariationNumericFormat">
<summary>
<para>Provides access to the format settings for percent variation values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings applied to percent variation values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaMap.TargetValue">
<summary>
<para>Gets or set a measure that provides target values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides target values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ValueMap">
<summary>
<para>Contains a measure that provides data to color a map in the <see cref="T:DevExpress.DashboardCommon.ChoroplethMapDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ValueMap.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the ValueMap class with the specified measure.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides values used for color map shapes. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ValueMap.Value"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ValueMap.#ctor">
<summary>
<para>Initializes a new instance of the ValueMap class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ValueMap.Palette">
<summary>
<para>Gets or sets a palette of the current ValueMap.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapPalette"/> descendant that specifies the palette of the current ValueMap.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValueMap.Scale">
<summary>
<para>Gets or sets the scale that defines the distribution of colors in the color range.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MapScale"/> descendant specifying the scale that defines distribution of colors in the color range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValueMap.Value">
<summary>
<para>Gets or sets a measure that provides values used for color map shapes.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides values used for color map shapes.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValueMap.ValueName">
<summary>
<para>Gets or sets a display name for a measure that provides values used for color map shapes.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying a display name for a measure that provides values used for color map shapes.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomShapefileData">
<summary>
<para>Represents custom shapefile data.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomShapefileData.#ctor">
<summary>
<para>Initializes a new instance of the CustomShapefileData class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomShapefileData.#ctor(System.Byte[],System.Byte[])">
<summary>
<para>Initializes a new instance of the CustomShapefileData class.
</para>
</summary>
<param name="shapeData">
An array of <see cref="T:System.Byte"/> values representing shape data. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CustomShapefileData.ShapeData"/> property.
</param>
<param name="attributeData">
An array of <see cref="T:System.Byte"/> values representing attribute data. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.CustomShapefileData.AttributeData"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefileData.AttributeData">
<summary>
<para>Gets or sets attribute data.
</para>
</summary>
<value>An array of <see cref="T:System.Byte"/> values that specifies attribute data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefileData.AttributeDataSerializable">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefileData.ShapeData">
<summary>
<para>Gets or sets shape data.
</para>
</summary>
<value>An array of <see cref="T:System.Byte"/> values that specifies shape data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefileData.ShapeDataSerializable">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomShapefile">
<summary>
<para>Represents a custom shapefile that is used to provide a map for the map dashboard items (such as Choropleth or Geo Point maps).
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefile.Data">
<summary>
<para>Gets or sets custom shapefile data.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CustomShapefileData"/> object that is custom shapefile data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CustomShapefile.Url">
<summary>
<para>Gets or sets the path to the shapefile.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the path to the shapefile.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChoroplethMap">
<summary>
<para>Serves as the base class for classes that provide values for different types of the <see cref="T:DevExpress.DashboardCommon.ChoroplethMapDashboardItem"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChoroplethMapCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ChoroplethMap"/> descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChoroplethMapCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChoroplethMapCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChoroplethMapDashboardItem">
<summary>
<para>A Choropleth Map dashboard item that colors areas depending on the provided values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ChoroplethMapDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.AttributeDimension">
<summary>
<para>Gets or sets the dimension that provides map attributes.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides map attributes.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.AttributeName">
<summary>
<para>Gets or sets the attribute name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the attribute name.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.IncludeSummaryValueToShapeTitle">
<summary>
<para>Gets or sets whether to include summary values in shape titles.
</para>
</summary>
<value><b>true</b>, to include summary values in shape titles; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.Maps">
<summary>
<para>Gets the collection of <see cref="T:DevExpress.DashboardCommon.ChoroplethMap"/> objects that provide values for different maps.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChoroplethMapCollection"/> collection of objects that provide values for different maps.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.TooltipAttributeName">
<summary>
<para>Gets or sets the attribute name whose values are displayed in the shape tooltip.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the attribute name whose values are displayed in the shape tooltip.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChoroplethMapDashboardItem.WeightedLegend">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer">
<summary>
<para>Provides localized strings for the dashboard user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the DashboardsResLocalizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.GetLocalizedString(DevExpress.DashboardCommon.Localization.DashboardStringId)">
<summary>
<para>Gets the string, localized by the current DashboardsResLocalizer, for the specified user interface element.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.DashboardCommon.Localization.DashboardStringId"/> enumeration value specifying the UI element whose caption (text) is to be localized.
</param>
<returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.Language">
<summary>
<para>Returns the name of the language currently used by this localizer object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the language of the user interface localization.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardLocalizer">
<summary>
<para>Provides localized strings for the dashboard user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the DashboardLocalizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Localization.DashboardLocalizer.Active">
<summary>
<para>Gets or sets a localizer object providing localization of the user interface at runtime.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.CreateResXLocalizer">
<summary>
<para>Returns an <b>XtraLocalizer</b> object representing resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.GetString(DevExpress.DashboardCommon.Localization.DashboardStringId)">
<summary>
<para>Gets the string, localized by the current DashboardLocalizer, for the specified user interface element.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.DashboardCommon.Localization.DashboardStringId"/> enumeration value specifying the UI element whose caption (text) is to be localized.
</param>
<returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardStringId">
<summary>
<para>Lists values corresponding to strings that can be localized.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionAllowMultiselection">
<summary>
<para><b>Default value</b>: Multi-Select
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionClearMasterFilter">
<summary>
<para><b>Default value</b>: Clear Master Filter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionClearSelection">
<summary>
<para><b>Default value</b>: Clear Selection
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionDrillUp">
<summary>
<para><b>Default value</b>: Drill Up
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportTemplate">
<summary>
<para><b>Default value:</b> {0} - {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportTo">
<summary>
<para><b>Default value</b>: Export To
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToExcel">
<summary>
<para><b>Default value:</b> Export To Excel
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToImage">
<summary>
<para><b>Default value</b>: Export To Image
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToPdf">
<summary>
<para><b>Default value</b>: Export To PDF
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionOtherValues">
<summary>
<para><b>Default value</b>: Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionSelectDateTimePeriod">
<summary>
<para><b>Default value:</b> Select Date Time Period
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActualValueCaption">
<summary>
<para><b>Default value</b>: Actual
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AggregateExFunctionDescriptionCountNotNull">
<summary>
<para><b>Default value</b>: CountNotNull(Value)\r\nReturns a number of non-null objects in a collection.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AggregateExFunctionDescriptionMode">
<summary>
<para><b>Default value:</b> Mode(Value)\r\nReturns the mode of the values in a collection.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AutoArrangeContent">
<summary>
<para><b>Default value</b>: Auto Arrange Content
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AutoFitPageCount">
<summary>
<para><b>Default value</b>: Auto Fit Page Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisXNameArguments">
<summary>
<para><b>Default value</b>: Arguments
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameCount">
<summary>
<para><b>Default value</b>: Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameValues">
<summary>
<para><b>Default value</b>: Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonCancel">
<summary>
<para><b>Default value</b>: Cancel
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonExport">
<summary>
<para><b>Default value</b>: Export
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonOK">
<summary>
<para><b>Default value</b>: OK
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonReset">
<summary>
<para><b>Default value</b>: Reset
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonSubmit">
<summary>
<para><b>Default value</b>: Submit
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldsTreeItemName">
<summary>
<para><b>Default value</b>: Calculated Fields
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CategoryNameGeneral">
<summary>
<para><b>Default value</b>: General
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartTotalValue">
<summary>
<para><b>Default value</b>: Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CloseCaption">
<summary>
<para><b>Default value</b>: Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorAutoAssigned">
<summary>
<para><b>Default value</b>: Auto
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorAutoAssignedNotApplied">
<summary>
<para><b>Default value</b>: Auto (not applied)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeDefault">
<summary>
<para><b>Default value</b>: Default
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeHue">
<summary>
<para><b>Default value</b>: Hue
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeNone">
<summary>
<para><b>Default value</b>: None
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorInherited">
<summary>
<para><b>Default value</b>: (Inherited)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorPaletteIndex">
<summary>
<para><b>Default value</b>: Palette index:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CsvValueSeparator">
<summary>
<para><b>Default value:</b> Separator
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CustomExpressionCalculationMeasureCaption">
<summary>
<para><b>Default value:</b> Calculation
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CustomItems">
<summary>
<para><b>Default value:</b> Custom Items
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardDataUpdating">
<summary>
<para><b>Default value:</b> Updating
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardErrorValue">
<summary>
<para><b>Default value</b>: Error
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardNullValue">
<summary>
<para><b>Default value</b>:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardStatePosition">
<summary>
<para><b>Default value:</b> Position
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataEngineGrandTotal">
<summary>
<para><b>Default value</b>: Grand Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataItemsHeader">
<summary>
<para><b>Default value</b>: DATA ITEMS
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataSourceFilterContainsAggrExceptionText">
<summary>
<para><b>Default value</b>: Cannot load data because the data source filter should not contain the Aggr function.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHour">
<summary>
<para><b>Default value</b>: Date-Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinute">
<summary>
<para><b>Default value</b>: Date-Hour-Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinuteSecond">
<summary>
<para><b>Default value</b>: Date-Hour-Minute-Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDay">
<summary>
<para><b>Default value</b>: Day
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayMonthYear">
<summary>
<para><b>Default value</b>: Day-Month-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfWeek">
<summary>
<para><b>Default value</b>: Day of Week
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfYear">
<summary>
<para><b>Default value</b>: Day of Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalExactDate">
<summary>
<para><b>Default value</b>: Exact Date
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalHour">
<summary>
<para><b>Default value</b>: Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMinute">
<summary>
<para><b>Default value</b>: Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonth">
<summary>
<para><b>Default value</b>: Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonthYear">
<summary>
<para><b>Default value</b>: Month-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarter">
<summary>
<para><b>Default value</b>: Quarter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarterYear">
<summary>
<para><b>Default value</b>: Quarter-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalSecond">
<summary>
<para><b>Default value</b>: Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfMonth">
<summary>
<para><b>Default value</b>: Week of Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfYear">
<summary>
<para><b>Default value</b>: Week of Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalYear">
<summary>
<para><b>Default value</b>: Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormat">
<summary>
<para><b>Default value</b>: Q{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormatSpecifier">
<summary>
<para><b>Default value</b>: QQ
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultDashboardTitleText">
<summary>
<para><b>Default value</b>: Dashboard
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultDataSourceName">
<summary>
<para><b>Default value</b>: Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultEFDataSourceName">
<summary>
<para><b>Default value:</b> EF Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultExcelDataSourceName">
<summary>
<para><b>Default value:</b> Excel Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultFileExtractDataSourceName">
<summary>
<para><b>Default value:</b> Extract Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameBoundImageItem">
<summary>
<para><b>Default value:</b> Bound Image
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameCardItem">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartItem">
<summary>
<para><b>Default value</b>: Chart
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartPane">
<summary>
<para><b>Default value</b>: Pane
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameComboBoxItem">
<summary>
<para><b>Default value</b>: Combo Box
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGaugeItem">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGridItem">
<summary>
<para><b>Default value</b>: Grid
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameImageItem">
<summary>
<para><b>Default value</b>: Image
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameItemGroup">
<summary>
<para><b>Default value</b>: Group
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameListBoxItem">
<summary>
<para><b>Default value</b>: List Box
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameMapItem">
<summary>
<para><b>Default value</b>: Map
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePieItem">
<summary>
<para><b>Default value</b>: Pies
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePivotItem">
<summary>
<para><b>Default value</b>: Pivot
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameRangeFilterItem">
<summary>
<para><b>Default value</b>: Range Filter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameScatterChartItem">
<summary>
<para><b>Default value:</b> Scatter Chart
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTextBoxItem">
<summary>
<para><b>Default value</b>: Text Box
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTreemapItem">
<summary>
<para><b>Default value</b>: Treemap
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTreeViewItem">
<summary>
<para><b>Default value</b>: Tree View
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultObjectDataSourceName">
<summary>
<para><b>Default value:</b> Object Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultOlapDataSourceName">
<summary>
<para><b>Default value:</b> OLAP Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultPeriodName">
<summary>
<para><b>Default value:</b> Period
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultSqlDataSourceName">
<summary>
<para><b>Default value:</b> SQL Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Delta">
<summary>
<para><b>Default value</b>: Delta
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionArgument">
<summary>
<para><b>Default value</b>: Argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionArguments">
<summary>
<para><b>Default value</b>: Arguments
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionBoundImageAttribute">
<summary>
<para><b>Default value:</b> Attribute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionCards">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionColumns">
<summary>
<para><b>Default value</b>: Columns
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDashboardItemComponentName">
<summary>
<para><b>Default value</b>: Dashboard item component name
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDashboardItemName">
<summary>
<para><b>Default value</b>: Dashboard item name
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDimensions">
<summary>
<para><b>Default value</b>: Dimensions
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionGauges">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemArgument">
<summary>
<para><b>Default value</b>: Argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAuto">
<summary>
<para><b>Default value</b>: New Column
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAxisXMeasure">
<summary>
<para><b>Default value:</b> X-axis
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAxisYMeasure">
<summary>
<para><b>Default value:</b> Y-axis
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemColor">
<summary>
<para><b>Default value</b>: Color
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemColumn">
<summary>
<para><b>Default value</b>: Column
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemDimension">
<summary>
<para><b>Default value</b>: Dimension
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemMeasure">
<summary>
<para><b>Default value</b>: Measure
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemMeasureWeight">
<summary>
<para><b>Default value:</b> Weight
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemRow">
<summary>
<para><b>Default value</b>: Row
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemSeries">
<summary>
<para><b>Default value</b>: Series
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemValue">
<summary>
<para><b>Default value</b>: Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemWeight">
<summary>
<para><b>Default value</b>: Weight
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMaps">
<summary>
<para><b>Default value</b>: Maps
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMapValue">
<summary>
<para><b>Default value</b>: Map &#47; Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMapValues">
<summary>
<para><b>Default value</b>: Map &#47; Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMeasures">
<summary>
<para><b>Default value</b>: Measures
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionRows">
<summary>
<para><b>Default value</b>: Rows
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSeries">
<summary>
<para><b>Default value</b>: Series
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSparkline">
<summary>
<para><b>Default value</b>: Sparkline
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSparklineArgument">
<summary>
<para><b>Default value</b>: Argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionTooltipDimensions">
<summary>
<para><b>Default value</b>: Tooltip dimensions
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionTooltipMeasures">
<summary>
<para><b>Default value</b>: Tooltip measures
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionValues">
<summary>
<para><b>Default value</b>: Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationMeasureCaptionFormatString">
<summary>
<para><b>Default value:</b> Difference of {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DisplayValueCaption">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameCards">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameGauges">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNamePies">
<summary>
<para><b>Default value</b>: Pies
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.EmptyColumnAliasPattern">
<summary>
<para><b>Default value</b>: Column{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorEmptyPeriodName">
<summary>
<para><b>Default value:</b> The name cannot be null or empty
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingDataBindingError">
<summary>
<para><b>Default value:</b> The following errors occur during data binding:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingEFServerModeError">
<summary>
<para><b>Default value:</b> Server mode is not supported for this data member
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingInvalidCustomFunctions">
<summary>
<para><b>Default value:</b> Calculated Field and Window expressions cannot contain some custom functions. Evaluated expressions contain the following forbidden functions
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingNoSuchDataMembers">
<summary>
<para><b>Default value:</b> The following data items do not exist
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingOrderByCalculationDataMembers">
<summary>
<para><b>Default value:</b> Sorting by measure cannot be applied if the target measure has calculations. The following dimensions are ordered by measures with calculations
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingRecursiveDataMembers">
<summary>
<para><b>Default value:</b> The following data items refer to each other
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingSQLServerModeError">
<summary>
<para><b>Default value:</b> Server mode is not supported for stored procedures
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingTopNByCalculationDataMembers">
<summary>
<para><b>Default value:</b> Top N cannot be applied if its target measure has a calculation. The following dimensions have Top N applied by measures with calculations
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorIncorrectIntervalCount">
<summary>
<para><b>Default value:</b> The count parameter should be greater or equal to 1.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorToBooleanCharOperand">
<summary>
<para><b>Default value</b>: Cannot convert a character to a boolean value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorToBooleanDateTimeOperand">
<summary>
<para><b>Default value</b>: Cannot convert a date-time value to boolean.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExcelFormat">
<summary>
<para><b>Default value:</b> Excel Format
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExportFilters">
<summary>
<para><b>Default value:</b> Filters
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExportParameters">
<summary>
<para><b>Default value:</b> Parameters
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExpressionFieldsTreeItemName">
<summary>
<para><b>Default value:</b> Expressions
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractColumnUnsupportedTypeError">
<summary>
<para><b>Default value:</b> The following columns have unsupported types: \r\n{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractColumnUnsupportedTypeTooltip">
<summary>
<para><b>Default value:</b> The column has unsupported type
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractCustomDriverNameError">
<summary>
<para><b>Default value</b>: The name of the custom extract driver cannot be null or empty.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractDriverNotFoundError">
<summary>
<para><b>Default value</b>: Cannot find an extract driver with the following name: '{0}'
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractEmptyDataFieldsExceptionMessage">
<summary>
<para><b>Default value</b>: Cannot create the extract file from the Object/Entity Framework data source because the ExtractSourceOptions.DataFields collection is empty.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractEmptyDataMemberExceptionMessage">
<summary>
<para><b>Default value:</b> Cannot create an extract file because ExtractSourceOptions.DataMember is empty or specified incorrectly.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractPreprocessorColumnError">
<summary>
<para><b>Default value</b>: The following columns cannot be processed:\r\n{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractPreprocessorError">
<summary>
<para><b>Default value</b>: An error occurred during creation of the data extract:\r\n{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractSourceDataSourceNamePostfix">
<summary>
<para><b>Default value</b>: (local copy)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FileName">
<summary>
<para><b>Default value</b>: File Name
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementCheckedComboBoxNoDataCaption">
<summary>
<para><b>Default value</b>: (none)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementNoDataToDisplay">
<summary>
<para><b>Default value</b>: No data to display
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementRadioComboBoxNoDataCaption">
<summary>
<para><b>Default value</b>: Select...
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementShowAllItem">
<summary>
<para><b>Default value</b>: (All)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentation">
<summary>
<para><b>Default value</b>: Filter State
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationAfter">
<summary>
<para><b>Default value</b>: Below
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationAfterAndSplitPage">
<summary>
<para><b>Default value</b>: Separate Page
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationNone">
<summary>
<para><b>Default value</b>: None
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationSplitSheet">
<summary>
<para><b>Default value:</b> Separate Sheet
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FitToPageWidth">
<summary>
<para><b>Default value</b>: Fit To Page Width
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatMasterFilterDisplayText">
<summary>
<para><b>Default value</b>: , {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRangeFilterDisplayText">
<summary>
<para><b>Default value</b>: {0} - {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDashboardItemCaption">
<summary>
<para><b>Default value</b>: - {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDataItemName">
<summary>
<para><b>Default value</b>: {0} ({1})
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringKpiElementCaption">
<summary>
<para><b>Default value</b>: {0} vs {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringSeriesName">
<summary>
<para><b>Default value</b>: - {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHour">
<summary>
<para><b>Default value:</b> GetDateHour(DateTime)\r\nExtracts the date part with the hour value from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinute">
<summary>
<para><b>Default value:</b> GetDateHourMinute(DateTime)\r\nExtracts the date part with the hour and minute values from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinuteSecond">
<summary>
<para><b>Default value:</b> GetDateHourMinuteSecond(DateTime)\r\nExtracts the date part with the hour, minute, and second values from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateMonthYear">
<summary>
<para><b>Default value:</b> GetDateMonthYear(DateTime)\r\nExtracts the date with the month and year from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateQuarterYear">
<summary>
<para><b>Default value:</b> GetDateQuarterYear(DateTime)\r\nExtracts the date with the quarter and year from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetQuarter">
<summary>
<para><b>Default value:</b> GetQuarter(DateTime)\r\nExtracts a quarter from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfMonth">
<summary>
<para><b>Default value</b>: GetWeekOfMonth(DateTime)\r\nExtracts the week of the month from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfYear">
<summary>
<para><b>Default value:</b> GetWeekOfYear(DateTime)\r\nExtracts the week of the year from the defined DateTime.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionToBoolean">
<summary>
<para><b>Default value:</b> ToBoolean(Value)\r\nConverts Value to an equivalent Boolean value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionToDateTime">
<summary>
<para><b>Default value:</b> ToDateTime(Value)\r\nConverts Value to a DateTime value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridClearSorting">
<summary>
<para><b>Default value</b>: Clear Sorting
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridResetColumnWidths">
<summary>
<para><b>Default value</b>: Reset column widths
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridSortAscending">
<summary>
<para><b>Default value</b>: Sort Ascending
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridSortDescending">
<summary>
<para><b>Default value</b>: Sort Descending
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalAutoTemplate">
<summary>
<para><b>Default value:</b> {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTemplate">
<summary>
<para><b>Default value:</b> {0} = {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeAvg">
<summary>
<para><b>Default value:</b> Avg
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeCount">
<summary>
<para><b>Default value:</b> Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeMax">
<summary>
<para><b>Default value:</b> Max
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeMin">
<summary>
<para><b>Default value:</b> Min
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeSum">
<summary>
<para><b>Default value:</b> Sum
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalValueTemplate">
<summary>
<para><b>Default value:</b> {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GroupIntervalNone">
<summary>
<para><b>Default value</b>: No Grouping
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HiddenDataItemsHeader">
<summary>
<para><b>Default value</b>: HIDDEN DATA ITEMS
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HighCaption">
<summary>
<para><b>Default value</b>: High
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ImageFormat">
<summary>
<para><b>Default value</b>: Image Format
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IncludeExportDashboardState">
<summary>
<para><b>Default value:</b> Include
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IncorrectParameterType">
<summary>
<para><b>Default value</b>: The dashboard parameter values type does not correspond to Parameter.Type.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.InitialExtent">
<summary>
<para><b>Default value</b>: Initial Extent
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Latitude">
<summary>
<para><b>Default value</b>: Latitude
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.LoadingDataError">
<summary>
<para><b>Default value</b>: The Dashboard encountered an issue while loading data. One or several dashboard items may appear empty.&#92;r&#92;nPlease contact the application vendor or your system administrator and provide the following information.&#92;r&#92;n&#92;r&#92;nThe Web application server failed to establish the following data connections:&#92;r&#92;n&#123;0&#125;
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Longitude">
<summary>
<para><b>Default value</b>: Longitude
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.LowCaption">
<summary>
<para><b>Default value</b>: Low
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MapAttributeDimension">
<summary>
<para><b>Default value</b>: Attribute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MeasureNamesDimensionName">
<summary>
<para><b>Default value</b>: MeasureNames
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageAggregateFunctionInMasterFilterDimension">
<summary>
<para><b>Default value:</b> Master filtering cannot be applied by values of the dimension created based on the calculated field with the Aggr function. The following dimensions are created based on such fields: {0}.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageCustomItemIsNotSupported">
<summary>
<para><b>Default value:</b> The custom item is not supported by this control.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDashboardInternalError">
<summary>
<para><b>Default value</b>: Dashboard internal error. Please contact the application vendor or your system administrator.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDashboardNotFoundError">
<summary>
<para><b>Default value</b>: Dashboard has not been found.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDashboardNotRelevantError">
<summary>
<para><b>Default value:</b> Dashboard object model was changed. Refresh operation is required.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicateDataItemId">
<summary>
<para><b>Default value</b>: A data item identifier with the same name already exists.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicatedDataItem">
<summary>
<para><b>Default value</b>: This instance of the '{0}' data item has already been added to '{1}'. To add a similar data item to '{1}', create a new instance of this data item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicatedLayoutItem">
<summary>
<para><b>Default value</b>: This layout item is already contained in the tree
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageEFNotSupportedMedian">
<summary>
<para><b>Default value</b>: Median is not supported for the Entity Framework.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageGridHasNoData">
<summary>
<para><b>Default value</b>: The grid has no data.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectDashboardItemGroupAssign">
<summary>
<para><b>Default value</b>: A dashboard item group cannot be added to a collection of dashboard items. Use the Dashboard.Groups property to add the group to the dashboard.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectDataAssign">
<summary>
<para><b>Default value</b>: Data cannot be assigned if a data provider is used
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectFilterValueLength">
<summary>
<para><b>Default value</b>: The list of values that has been assigned as the filter value has a length that does not match the expected length of the filter value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectGridDashboardControlOperation">
<summary>
<para><b>Default value</b>: An invalid operation is performed in GridDashboardControl.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectLayoutItemWeight">
<summary>
<para><b>Default value</b>: Layout item weight cannot be negative or equal to zero
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectMapLatitude">
<summary>
<para><b>Default value</b>: The latitude should be greater than or equal to {0} and less than or equal to {1}.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectMoveTarget">
<summary>
<para><b>Default value</b>: Cannot move a layout item to a position within its own branch
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectNumericPrecision">
<summary>
<para><b>Default value</b>: The numeric value precision cannot be negative.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectValueTopNCount">
<summary>
<para><b>Default value</b>: The TopNCount property value cannot be negative or zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInternalError">
<summary>
<para><b>Default value</b>: Internal error. Please contact the application vendor or your system administrator and provide the following information.\r\n\r\n{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidCardLayoutTemplateMaxWidth">
<summary>
<para><b>Default value:</b> The maximum width must be greater than zero or equal to null.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidCardLayoutTemplateMinWidth">
<summary>
<para><b>Default value:</b> The minimum width must be greater than zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidCultureName">
<summary>
<para><b>Default value</b>: Cannot find a specific culture with the following name: {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidDeltaIndicatorSize">
<summary>
<para><b>Default value:</b> The delta indicator size must be greater than zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidFilterExpression">
<summary>
<para><b>Default value</b>: Incorrect column identifier: {0}. A valid column identifier must consist of the column name preceeded by the table name (or alias, if specified). These names must be dot-separated.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidFontSize">
<summary>
<para><b>Default value:</b> The font size must be greater than zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidLayoutClientHeight">
<summary>
<para><b>Default value:</b> The layout height must be greater than zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidLayoutClientWidth">
<summary>
<para><b>Default value:</b> The layout width must be greater than zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidStream">
<summary>
<para><b>Default value</b>: The 'stream' parameter can't be null
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageLayoutDuplicatedDashboardItem">
<summary>
<para><b>Default value</b>: A layout item for the specified dashboard item has already been added to the layout tree
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageLoading">
<summary>
<para><b>Default value</b>: Loading...
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageMasterFilterIncorrectNumberOfValues">
<summary>
<para><b>Default value</b>: Cannot identify an element to which to set the Master Filter due to an incorrect number of provided values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessagePivotHasNoData">
<summary>
<para><b>Default value:</b> The pivot has no data.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedCountDistinct">
<summary>
<para><b>Default value</b>: Count Distinct is not supported in server mode for
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedMedian">
<summary>
<para><b>Default value</b>: Median is not supported in server mode for
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedMode">
<summary>
<para><b>Default value:</b> Mode is not supported in server mode for
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageSummaryCalculatedFieldInDimension">
<summary>
<para><b>Default value:</b> Cannot change the expression of the '{0}' calculated field that provides data for the '{1}' dimension. Summary-based calculated fields can provide data for measures only.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageUnassignedDashboardItemGroup">
<summary>
<para><b>Default value</b>: The dashboard item group should belong to the dashboard. To add a group to the dashboard, use the Dashboard.Groups property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongAxisName">
<summary>
<para><b>Default value</b>: A data axis with the specified name does not exist in this dashboard item. See the DevExpress.DashboardCommon.DashboardDataAxisNames static class for valid data axis names.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongDateTimePeriodName">
<summary>
<para><b>Default value:</b> The DateTimePeriodCollection does not contain the item with the specified name.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongExcelDataSourceConnectionParametersType">
<summary>
<para><b>Default value</b>: Connection parameters are invalid. An excel data source supports only ExcelDataSourceConnectionParameters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongExtractDataSourceConnectionParametersType">
<summary>
<para>Connection parameters are invalid. An extract data source supports only ExtractDataSourceConnectionParameters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MovingCalculationMeasureCaptionFormatString">
<summary>
<para><b>Default value:</b> Moving of {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NewCalculatedFieldNamePrefix">
<summary>
<para><b>Default value</b>: Calculated Field
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NewParameterNamePrefix">
<summary>
<para><b>Default value:</b> Parameter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolBillions">
<summary>
<para><b>Default value</b>: B
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolMillions">
<summary>
<para><b>Default value</b>: M
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolThousands">
<summary>
<para><b>Default value</b>: K
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalContinuous">
<summary>
<para><b>Default value</b>: Continuous
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalDiscrete">
<summary>
<para><b>Default value</b>: Discrete
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OlapCubeNotFoundError">
<summary>
<para><b>Default value</b>: The cube with the following name cannot be found:\r\n{0}.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OlapRaggedHierarchyNoneItemCaption">
<summary>
<para><b>Default value</b>: (None)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OpenCaption">
<summary>
<para><b>Default value</b>: Open
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayout">
<summary>
<para><b>Default value</b>: Page Layout
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutAuto">
<summary>
<para><b>Default value</b>: Auto
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutLandscape">
<summary>
<para><b>Default value</b>: Landscape
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutPortrait">
<summary>
<para><b>Default value</b>: Portrait
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKind">
<summary>
<para><b>Default value</b>: Size
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA3">
<summary>
<para><b>Default value</b>: A3
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA4">
<summary>
<para><b>Default value</b>: A4
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA5">
<summary>
<para><b>Default value</b>: A5
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindExecutive">
<summary>
<para><b>Default value</b>: Executive
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindLegal">
<summary>
<para><b>Default value</b>: Legal
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindLetter">
<summary>
<para><b>Default value</b>: Letter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParameterNullExportValue">
<summary>
<para><b>Default value:</b> null
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormAllowNullColumnCaption">
<summary>
<para><b>Default Value:</b> Pass Null
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormCalendarTodayButton">
<summary>
<para><b>Default value</b>: Today
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormCaption">
<summary>
<para><b>Default value</b>: Dashboard Parameters
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormNameColumnCaption">
<summary>
<para><b>Default value:</b> Parameter Name
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormValueColumnCaption">
<summary>
<para><b>Default value:</b> Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersSelectorText">
<summary>
<para><b>Default value</b>: Select...
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PercentOfTotalCalculationMeasureCaptionFormatString">
<summary>
<para><b>Default value:</b> Percent of {0} Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastDay">
<summary>
<para><b>Default value:</b> Last Day
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastHour">
<summary>
<para><b>Default value:</b> Last Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastMinute">
<summary>
<para><b>Default value:</b> Last Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastMonth">
<summary>
<para><b>Default value:</b> Last Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastQuarter">
<summary>
<para><b>Default value:</b> Last Quarter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastSecond">
<summary>
<para><b>Default value:</b> Last Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastYear">
<summary>
<para><b>Default value:</b> Last Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextDay">
<summary>
<para><b>Default value:</b> Next Day
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextHour">
<summary>
<para><b>Default value:</b> Next Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextMinute">
<summary>
<para><b>Default value:</b> Next Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextMonth">
<summary>
<para><b>Default value:</b> Next Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextQuarter">
<summary>
<para><b>Default value:</b> Next Quarter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextSecond">
<summary>
<para><b>Default value:</b> Next Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextYear">
<summary>
<para><b>Default value:</b> Next Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisDay">
<summary>
<para><b>Default value:</b> This Day
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisHour">
<summary>
<para><b>Default value:</b> This Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisMinute">
<summary>
<para><b>Default value:</b> This Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisMonth">
<summary>
<para><b>Default value:</b> This Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisQuarter">
<summary>
<para><b>Default value:</b> This Quarter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisSecond">
<summary>
<para><b>Default value:</b> This Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisYear">
<summary>
<para><b>Default value:</b> This Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotGridGrandTotal">
<summary>
<para><b>Default value</b>: Grand Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotGridTotal">
<summary>
<para><b>Default value</b>: {0} Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeArgument">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypePercent">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeSeriesName">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeValue">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PrintHeadersOnEveryPage">
<summary>
<para><b>Default value</b>: Print Headers On Every Page
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCustomDateTimePeriod">
<summary>
<para><b>Default value:</b> Custom Period...
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptyArgument">
<summary>
<para><b>Default value</b>: Please specify the Range Filter's argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptySeries">
<summary>
<para><b>Default value</b>: Please specify Range Filter values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterHasNoData">
<summary>
<para><b>Default value:</b> The Range Filter does not contain any data to display.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleArgument">
<summary>
<para><b>Default value</b>: Range Filter's argument field should have Numeric, DateTime, or TimeSpan type
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleArgumentSorting">
<summary>
<para><b>Default value</b>: Range Filter's argument should not be sorted in the descending order or by another data item
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleDateTimeGroupInterval">
<summary>
<para><b>Default value</b>: Date-time argument values should identify actual calendar dates or time spans rather than grouping (i.e., they should contain a year part). Change the group interval accordingly
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleNumericScale">
<summary>
<para><b>Default value</b>: Range Filter's numeric argument values should produce a continuous axis. Set the numeric scale to Continuous
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleSeriesType">
<summary>
<para><b>Default value</b>: A Range Filter can contain Line and Area series only
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleTopN">
<summary>
<para><b>Default value</b>: Range Filter's argument does not support the Top N feature
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterOLAPDataSource">
<summary>
<para><b>Default value</b>: The Range Filter is not supported in OLAP mode.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRange">
<summary>
<para><b>Default value:</b> Select Range
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRangeFromCaption">
<summary>
<para><b>Default value</b>: From:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRangeToCaption">
<summary>
<para><b>Default value</b>: To:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankCalculationMeasureCaptionFormatString">
<summary>
<para><b>Default value:</b> Rank of {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Resolution">
<summary>
<para><b>Default value</b>: Resolution (dpi)
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RunningTotalCalculationMeasureCaptionFormatString">
<summary>
<para><b>Default value:</b> Running Total of {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleFactor">
<summary>
<para><b>Default value</b>: Scale Factor
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleMode">
<summary>
<para><b>Default value</b>: Scale Mode
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeAutoFitToPagesWidth">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeAutoFitToPageWidth">
<summary>
<para><b>Default value</b>: Auto Fit To Page Width
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeNone">
<summary>
<para><b>Default value</b>: None
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeUseScaleFactor">
<summary>
<para><b>Default value</b>: Use Scale Factor
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SearchNullValuePrompt">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeArea">
<summary>
<para><b>Default value</b>: Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBar">
<summary>
<para><b>Default value</b>: Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBubble">
<summary>
<para><b>Default value</b>: Bubble
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeCandleStick">
<summary>
<para><b>Default value</b>: Candle Stick
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedArea">
<summary>
<para><b>Default value</b>: Full-Stacked Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedBar">
<summary>
<para><b>Default value</b>: Full-Stacked Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedLine">
<summary>
<para><b>Default value</b>: Full-Stacked Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedSplineArea">
<summary>
<para><b>Default value</b>: Full-Stacked Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupArea">
<summary>
<para><b>Default value</b>: Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBar">
<summary>
<para><b>Default value</b>: Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBubble">
<summary>
<para><b>Default value</b>: Bubble
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupFinancial">
<summary>
<para><b>Default value</b>: Financial
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupPointLine">
<summary>
<para><b>Default value</b>: Point &#47; Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRange">
<summary>
<para><b>Default value</b>: Range
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRangeFilter">
<summary>
<para><b>Default value</b>: Range Filter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeHighLowClose">
<summary>
<para><b>Default value</b>: High-Low-Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeLine">
<summary>
<para><b>Default value</b>: Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeOpenHighLowClose">
<summary>
<para><b>Default value</b>: Open-High-Low-Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypePoint">
<summary>
<para><b>Default value</b>: Point
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeRangeArea">
<summary>
<para><b>Default value</b>: Range Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideFullStackedBar">
<summary>
<para><b>Default value</b>: Full-Stacked Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideRangeBar">
<summary>
<para><b>Default value</b>: Range Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideStackedBar">
<summary>
<para><b>Default value</b>: Stacked Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSpline">
<summary>
<para><b>Default value</b>: Spline
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSplineArea">
<summary>
<para><b>Default value</b>: Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedArea">
<summary>
<para><b>Default value</b>: Stacked Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedBar">
<summary>
<para><b>Default value</b>: Stacked Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedLine">
<summary>
<para><b>Default value</b>: Stacked Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedSplineArea">
<summary>
<para><b>Default value</b>: Stacked Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepArea">
<summary>
<para><b>Default value</b>: Step Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepLine">
<summary>
<para><b>Default value</b>: Step Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStock">
<summary>
<para><b>Default value</b>: Stock
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ShowTitle">
<summary>
<para><b>Default value</b>: Show Title
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeMode">
<summary>
<para><b>Default value</b>: Size Mode
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeNone">
<summary>
<para><b>Default value</b>: None
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeStretch">
<summary>
<para><b>Default value</b>: Stretch
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeZoom">
<summary>
<para><b>Default value</b>: Zoom
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipEndValue">
<summary>
<para><b>Default value</b>: End:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipMaxValue">
<summary>
<para><b>Default value</b>: Max:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipMinValue">
<summary>
<para><b>Default value</b>: Min:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipStartValue">
<summary>
<para><b>Default value</b>: Start:
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeAverage">
<summary>
<para><b>Default value</b>: Average
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeCount">
<summary>
<para><b>Default value</b>: Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeCountDistinct">
<summary>
<para><b>Default value</b>: Count Distinct
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMax">
<summary>
<para><b>Default value</b>: Max
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMedian">
<summary>
<para><b>Default value:</b> Median
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMin">
<summary>
<para><b>Default value</b>: Min
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMode">
<summary>
<para><b>Default value:</b> Mode
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDev">
<summary>
<para><b>Default value</b>: StdDev
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDevp">
<summary>
<para><b>Default value</b>: StdDevP
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeSum">
<summary>
<para><b>Default value</b>: Sum
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVar">
<summary>
<para><b>Default value</b>: Var
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVarp">
<summary>
<para><b>Default value</b>: VarP
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TargetValueCaption">
<summary>
<para><b>Default value</b>: Target
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TextGroupIntervalAlphabetical">
<summary>
<para><b>Default value</b>: Alphabetical
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Title">
<summary>
<para><b>Default value</b>: Title
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TooltipDataItemsHeader">
<summary>
<para><b>Default value</b>: TOOLTIP DATA ITEMS
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TopNOthersValue">
<summary>
<para><b>Default value</b>: Others
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TreemapLabelArgumentTemplate">
<summary>
<para><b>Default value</b>: {0} - {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TreemapLabelValueTemplate">
<summary>
<para><b>Default value</b>: {0}: {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.UriCaption">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value1Caption">
<summary>
<para><b>Default value</b>: Value 1
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value2Caption">
<summary>
<para><b>Default value</b>: Value 2
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ValueCaption">
<summary>
<para><b>Default value</b>: Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.WeightCaption">
<summary>
<para><b>Default value</b>: Weight
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.NamedDataItemContainer">
<summary>
<para>Serves as the base class for named data item containers.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.NamedDataItemContainer.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.NamedDataItemContainer.Dispose">
<summary>
<para>Releases resources associated with a NamedDataItemContainer instance.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.NamedDataItemContainer.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.NamedDataItemContainer.Name">
<summary>
<para>Gets or sets the name of the data item container.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the data item container.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptorCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> objects.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeViewType">
<summary>
<para>Lists values that specify types of gauges.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.CircularFull">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.CircularHalf">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.CircularQuarterLeft">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.CircularQuarterRight">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.CircularThreeFourth">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.LinearHorizontal">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GaugeViewType.LinearVertical">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericUnit">
<summary>
<para>Lists values that specify numeric units.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Auto">
<summary>
<para>The unit is selected automatically, so that there are no more than <b>three</b> digits in the resulting value's integer part.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Billions">
<summary>
<para>Values are converted to billions.
<para>12,345,678,901 -&gt; 12.34B (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>2</b>)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Millions">
<summary>
<para>Values are converted to millions.
<para>123,456,789 -&gt; 123.4M (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>1</b>)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Ones">
<summary>
<para>Values are shown "as is".
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Thousands">
<summary>
<para>Values are converted to thousands.
<para>1,234 -&gt; 1.234K (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>3</b>)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TargetDimensions">
<summary>
<para>Lists values that specify data items for which interactivity actions can be performed in a Chart and Pie dashboard items.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TargetDimensions.Arguments">
<summary>
<para>Arguments are used to perform interactivity actions.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TargetDimensions.Points">
<summary>
<para>Points are used to perform interactivity actions.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TargetDimensions.Series">
<summary>
<para>Series are used to perform interactivity actions.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TextBoxDashboardItem">
<summary>
<para>A Text Box dashboard item used to display rich text within a dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.TextBoxDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the TextBoxDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.InnerRtf">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to the interactivity options of the Text Box dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> class object containing interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Rtf">
<summary>
<para>Gets or sets the formatted text content of the TextBoxDashboardItem.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the formatted text content of the TextBoxDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Text">
<summary>
<para>Gets or sets the plain text content of the TextBoxDashboardItem.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the plain text content of the TextBoxDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Values">
<summary>
<para>Gets the collection of measures that provide data used to calculate values displayed in the current TextBoxDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that provide data used to calculate values displayed in the current TextBoxDashboardItem.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CustomParametersEventHandler">
<summary>
<para>References a method that will handle the <b>CustomParameters</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomParametersEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.CustomParametersEventArgs)">
<summary>
<para>References a method that will handle the <b>CustomParameters</b> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.CustomParametersEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaValueType">
<summary>
<para>Lists values that specify types of values displayed within delta elements.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.AbsoluteVariation">
<summary>
<para>The absolute difference between the actual and target values is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.ActualValue">
<summary>
<para>The actual value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.PercentOfTarget">
<summary>
<para>The percentage of the actual value in the target value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.PercentVariation">
<summary>
<para>The percent variation between actual and target values is displayed (the percentage of the absolute difference in the target value).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaOptions">
<summary>
<para>Contains options that control how the difference between actual and target values should be displayed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptions.ValueType">
<summary>
<para>Gets or sets which value should be displayed within this delta element.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaValueType"/> enumeration member that specifies which value should be displayed within this delta element.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.Dashboard.DataLoading"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs.#ctor(DevExpress.DashboardCommon.IDashboardDataSource)">
<summary>
<para>Initializes a new instance of the DashboardDataLoadingEventArgs class.
</para>
</summary>
<param name="dataSource">
An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> class that specifies the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs.Data">
<summary>
<para>Gets or sets data for the current data source.
</para>
</summary>
<value>Data for the current data source.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.CustomFilterExpression"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.CustomFilterExpression"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardCustomFilterExpressionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionDefinition">
<summary>
<para>A dimension definition.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DimensionDefinition class with the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.#ctor(System.String,DevExpress.DashboardCommon.TextGroupInterval)">
<summary>
<para>Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="textGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> object that specifies a group interval for string values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DimensionDefinition.TextGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.#ctor(System.String,DevExpress.DashboardCommon.DateTimeGroupInterval)">
<summary>
<para>Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="dateTimeGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> object that specifies a group interval for date-time values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DimensionDefinition.DateTimeGroupInterval"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionDefinition.DateTimeGroupInterval">
<summary>
<para>Gets a group interval for date-time values for the current dimension definition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> object that is the group interval for date-time values.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DimensionDefinition instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current DimensionDefinition instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current DimensionDefinition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionDefinition.TextGroupInterval">
<summary>
<para>Gets a group interval for string values for the current dimension definition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> object that is the group interval for string values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterSelection">
<summary>
<para>A range in the Range Filter dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterSelection.#ctor(System.Object,System.Object)">
<summary>
<para>Initializes a new instance of the RangeFilterSelection class.
</para>
</summary>
<param name="minimum">
A minimum value in the range.
</param>
<param name="maximum">
A maximum value in the range.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterSelection.Maximum">
<summary>
<para>Gets or sets the maximum value in the range.
</para>
</summary>
<value>The maximum value in the range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterSelection.Minimum">
<summary>
<para>Gets or sets the minimum value in the range.
</para>
</summary>
<value>The minimum value in the range.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardSpecialValues">
<summary>
<para>Provides access to dashboard special values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.ErrorValue">
<summary>
<para>Represents an error value (for instance, this can be a calculated field value that cannot be evaluated).
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsErrorValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is an <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.ErrorValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is an <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.ErrorValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsNullValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsOlapNullValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsOthersValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue">
<summary>
<para>Represents a null value.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue">
<summary>
<para>Represents a null value in OLAP mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue">
<summary>
<para>Represents an Others value.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterSetEventHandler">
<summary>
<para>References a method that will handle the <b>MasterFiltersSet</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterSetEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.MasterFilterSetEventArgs)">
<summary>
<para>References a method that will handle the <b>MasterFiltersSet</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.MasterFilterSetEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterSetEventArgs">
<summary>
<para>Provides data for the <b>MasterFilterSet</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterSetEventArgs.#ctor(System.String,DevExpress.DashboardCommon.DashboardDataSet,DevExpress.DashboardCommon.RangeFilterSelection)">
<summary>
<para>Initializes a new instance of the MasterFilterSetEventArgs class.
</para>
</summary>
<param name="dashboardItemName">
A <see cref="T:System.String"/> that is the component name of the dashboard item.
</param>
<param name="selectedValues">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of selected records.
</param>
<param name="masterFilterRange">
A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the selected range in the Range Filter dashboard item.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterSetEventArgs.DashboardItemName">
<summary>
<para>Gets the name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterSetEventArgs.IsNullValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterSetEventArgs.IsOthersValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterSetEventArgs.SelectedRange">
<summary>
<para>Gets the selected range in the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the selected range in the Range Filter dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterSetEventArgs.SelectedValues">
<summary>
<para>Gets currently selected records in the master filter item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of selected records.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterClearedEventHandler">
<summary>
<para>References a method that will handle the <b>MasterFilterCleared</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterClearedEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.MasterFilterClearedEventArgs)">
<summary>
<para>References a method that will handle the <b>MasterFilterCleared</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.MasterFilterClearedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterClearedEventArgs">
<summary>
<para>Provides data for the <b>MasterFilterCleared</b> event of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterClearedEventArgs.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the MasterFilterClearedEventArgs class.
</para>
</summary>
<param name="dashboardItemName">
A <see cref="T:System.String"/> that is the component name of the dashboard item.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterClearedEventArgs.DashboardItemName">
<summary>
<para>Gets the name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptorCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> objects.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DrillActionEventHandler">
<summary>
<para>References a method that will handle the <b>DrillDownPerformed</b> and <b>DrillUpPerformed</b> events of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DrillActionEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DrillActionEventArgs)">
<summary>
<para>References a method that will handle the <b>DrillDownPerformed</b> and <b>DrillUpPerformed</b> events of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DrillActionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DrillActionEventArgs">
<summary>
<para>Provides data for the <b>DrillDownPerformed</b> and <b>DrillUpPerformed</b> events of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DrillActionEventArgs.#ctor(System.String,System.Int32,DevExpress.DashboardCommon.DashboardDataSet)">
<summary>
<para>Initializes a new instance of the DrillActionEventArgs class.
</para>
</summary>
<param name="dashboardItemName">
A <see cref="T:System.String"/> that is the component name of the dashboard item.
</param>
<param name="drillDownLevel">
A integer value representing the drill-down level.
</param>
<param name="values">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that holds values from the drill-down hierarchy.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DrillActionEventArgs.DashboardItemName">
<summary>
<para>Gets the name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DrillActionEventArgs.DrillDownLevel">
<summary>
<para>Gets the drill-down level.
</para>
</summary>
<value>A integer value representing the drill-down level.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DrillActionEventArgs.IsNullValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DrillActionEventArgs.IsOthersValue(System.Object)">
<summary>
<para>Returns whether or not the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.
</para>
</summary>
<param name="value">
The specified value.
</param>
<returns><b>true</b>, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DrillActionEventArgs.Values">
<summary>
<para>Gets values from the current drill-down hierarchy.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that holds values from the current drill-down hierarchy.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Dimension">
<summary>
<para>A <i>dimension</i> that is a <see cref="T:DevExpress.DashboardCommon.DataItem"/> whose values are used to categorize data.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor">
<summary>
<para>Initializes a new instance of the Dimension class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Dimension class and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.TextGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for textual values to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="textGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for textual values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String,DevExpress.DashboardCommon.TextGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for textual values to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="textGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for textual values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.DateTimeGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for date-time values to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="dateTimeGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies the group interval for date-time values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String,DevExpress.DashboardCommon.DateTimeGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for date-time values to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.UniqueId"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="dateTimeGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies the group interval for date-time values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.Int32)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified group index and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="groupIndex">
An integer value that specifies the index of the group which owns this Dimension. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.GroupIndex"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.DimensionDefinition,System.Int32)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.UniqueId"/> property.
</param>
<param name="definition">
A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that specifies the dimension definition.
</param>
<param name="groupIndex">
An integer value that specifies the index of the group which owns this Dimension. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.GroupIndex"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.DimensionDefinition)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier and dimension definition.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.UniqueId"/> property.
</param>
<param name="definition">
A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that specifies the dimension definition.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(DevExpress.DashboardCommon.DimensionDefinition)">
<summary>
<para>Initializes a new instance of the Dimension class based on the specified dimension definition.
</para>
</summary>
<param name="definition">
A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that specifies the dimension definition.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.ColoringMode">
<summary>
<para>Gets or sets a coloring mode for the current dimension.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColoringMode"/> enumeration value that specifies a coloring mode for the current dimension.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval">
<summary>
<para>Gets or sets the group interval for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies how to group date-time values.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.GetDefinition">
<summary>
<para>Gets the data item definition for the current dimension.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> descendant that is the data item definition for the current dimension.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.GetDimensionDefinition">
<summary>
<para>Gets the dimension definition for the current dimension.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that is the dimension definition for the current dimension.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.GroupChildValues">
<summary>
<para>Gets or sets whether to group Treemap tiles corresponding to values of the child dimension by values of the current dimension.
</para>
</summary>
<value><b>true</b>, to group Treemap tiles corresponding to values of the child dimension by values of the current dimension; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.GroupIndex">
<summary>
<para>Gets or sets the index of the group which owns a corresponding dimension.
</para>
</summary>
<value>An integer value that specifies the index of the group which owns the corresponding dimension. <b>-1</b> if the dimension does not belong to any group.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.IsDiscreteNumericScale">
<summary>
<para>Gets or sets whether to treat numeric dimension values as if they were defined on a discrete or continuous scale.
</para>
</summary>
<value><b>true</b>, to treat numeric dimension values as if they were defined on a discrete scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.SortByMeasure">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.DashboardCommon.Measure"/> by which values of this data item should be sorted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure by which values of this data item should be sorted.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.SortByMeasureName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.SortMode">
<summary>
<para>Gets or sets how dimension values are sorted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionSortMode"/> enumeration value that specifies how dimension values are sorted.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.SortOrder">
<summary>
<para>Gets or sets the sort order of dimension values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionSortOrder"/> enumeration member that specifies the sort order of dimension values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval">
<summary>
<para>Gets or sets the group interval for string values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for string values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.TopNOptions">
<summary>
<para>Provides access to the Top N settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionTopNOptions"/> object that contains the Top N Values settings.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.RangeFilterPredefinedDateTimePeriods"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs.FilterType">
<summary>
<para>Gets the filter type specified in the Edit Periods dialog.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodFilterType"/> value that is the filter type specified in the Edit Periods dialog.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs.ItemComponentName">
<summary>
<para>Gets the component name of the dashboard item for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterPredefinedDateTimePeriodsEventArgs.Periods">
<summary>
<para>Provides access to a collection of predefined periods displayed in the Edit Periods dialog.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> objects that specify predefined date-time periods.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataLoadingErrorEventHandler">
<summary>
<para>References a method that will handle the <b>DataLoadingError</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataLoadingErrorEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DataLoadingErrorEventArgs)">
<summary>
<para>References a method that will handle the <b>DataLoadingError</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DataLoadingErrorEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DataLoadingErrorEventArgs">
<summary>
<para>Provides data for the <b>DataLoadingError</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataLoadingErrorEventArgs.#ctor(System.Collections.Generic.List`1)">
<summary>
<para>Initializes a new instance of the DataLoadingErrorEventArgs class.
</para>
</summary>
<param name="errors">
A list of <see cref="T:DevExpress.DashboardCommon.DataLoadingError"/> objects.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingErrorEventArgs.Errors">
<summary>
<para>Gets errors that occur during data loading.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.DashboardCommon.DataLoadingError"/> objects that are errors occurring during data loading.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataLoadingErrorEventArgs.Handled">
<summary>
<para>Gets or sets whether default actions are required when data loading errors occur.
</para>
</summary>
<value><b>true</b>, if no default actions are required when data loading errors occur; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureDefinitionCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinitionCollection.#ctor">
<summary>
<para>Initializes a new instance of the MeasureDefinitionCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureDefinition">
<summary>
<para>A measure definition.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.#ctor(System.String,DevExpress.DashboardCommon.SummaryType)">
<summary>
<para>Initializes a new instance of the MeasureDefinition class.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> object that specifies the summary function type.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the MeasureDefinition class.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.#ctor(System.String,DevExpress.DashboardCommon.SummaryType,DevExpress.DashboardCommon.MeasureCalculation,DevExpress.DashboardCommon.MeasureCalculationWindowDefinition,System.String)">
<summary>
<para>Initializes a new instance of the MeasureDefinition class.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that specifies the data member.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> object that specifies the summary function type.
</param>
<param name="calculation">
A <see cref="T:DevExpress.DashboardCommon.MeasureCalculation"/> descendant that specifies the calculation applied to the measure.
</param>
<param name="windowDefinition">
A <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> descendant that specifies a window definition used to apply a calculation.
</param>
<param name="expression">
A <see cref="T:System.String"/> that specifies the measure expression.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureDefinition.Calculation">
<summary>
<para>Gets the calculation applied to the measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureCalculation"/> descendant that is the calculation applied to the measure.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MeasureDefinition instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current MeasureDefinition instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureDefinition.Expression">
<summary>
<para>Gets a measure expression.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the measure expression.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current MeasureDefinition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureDefinition.SummaryType">
<summary>
<para>Gets the type of summary function calculated against the current measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that identifies the type of summary function calculated against the current measure.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MeasureDefinition.WindowDefinition">
<summary>
<para>Gets a window definition used to apply a calculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> descendant that is a window definition used to apply a calculation.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColorSchemeMeasureKey">
<summary>
<para>A measure key used to specify measures to be colored.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ColorSchemeMeasureKey.#ctor(DevExpress.DashboardCommon.MeasureDefinition[])">
<summary>
<para>Initializes a new instance of the ColorSchemeMeasureKey class.
</para>
</summary>
<param name="measureDefinitions">
An array of <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> objects that specify measures to be colored.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ColorSchemeMeasureKey.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the ColorSchemeMeasureKey class.
</para>
</summary>
<param name="measureDefinitions">
A collection of <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> objects that specify measures to be colored.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeMeasureKey.MeasureDefinitions">
<summary>
<para>Provides access to a collection of measure definitions.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> objects.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColorSchemeDimensionKey">
<summary>
<para>A dimension key used to specify dimension values to be colored.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ColorSchemeDimensionKey.#ctor(DevExpress.DashboardCommon.DimensionDefinition,System.Object)">
<summary>
<para>Initializes a new instance of the ColorSchemeDimensionKey class.
</para>
</summary>
<param name="dimensionDefinition">
A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that specifies a dimension definition. This values is assigned to the <see cref="P:DevExpress.DashboardCommon.ColorSchemeDimensionKey.DimensionDefinition"/> property.
</param>
<param name="value">
A dimension value. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ColorSchemeDimensionKey.Value"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeDimensionKey.DimensionDefinition">
<summary>
<para>Gets a dimension definition.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> object that is the dimension definition.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeDimensionKey.Value">
<summary>
<para>Gets a dimension value.
</para>
</summary>
<value>A dimension value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColorDefinition">
<summary>
<para>A color definition.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ColorDefinition.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the ColorDefinition class.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> that specifies a color. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ColorDefinition.Color"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ColorDefinition.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the ColorDefinition class.
</para>
</summary>
<param name="paletteIndex">
An integer value that is the zero-based index identifying a color from the default palette. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ColorDefinition.PaletteIndex"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ColorDefinition.Color">
<summary>
<para>Gets a color for the current color definition.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the ARGB color.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorDefinition.PaletteIndex">
<summary>
<para>Gets a zero-based index identifying a color from the default palette.
</para>
</summary>
<value>An integer value that is the zero-based index identifying a color from the default palette.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ImageVerticalAlignment">
<summary>
<para>Lists values that specify the vertical alignment of an image displayed in the Image dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Bottom">
<summary>
<para>The image is vertically aligned at the bottom of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Center">
<summary>
<para>The image is vertically aligned in the middle of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Top">
<summary>
<para>The image is vertically aligned at the top of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageSizeMode">
<summary>
<para>Lists values that specify how an image is positioned within an <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> or <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Clip">
<summary>
<para>The image is placed in the upper-left corner of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. The image is clipped if it is larger than the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> which contains it.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Squeeze">
<summary>
<para>If the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>'s dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>'s dimensions.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Stretch">
<summary>
<para>The image within the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> is stretched or shrunk as appropriate to fit the size of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Zoom">
<summary>
<para>The image is sized proportionally (without clipping), so that it best fits the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. If the ratio of height to width of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> is the same as the image's ratio, it will be resized to exactly fit into the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. Otherwise, the closest fitting side (height or width) of the image will be sized to the dashboard item and the other side (height or width) of the image is sized proportionally (leaving empty space).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageHorizontalAlignment">
<summary>
<para>Lists values that specify the horizontal alignment of an image displayed in the Image dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageHorizontalAlignment.Center">
<summary>
<para>The image is horizontally aligned in the middle of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageHorizontalAlignment.Left">
<summary>
<para>The image is horizontally aligned on the left of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageHorizontalAlignment.Right">
<summary>
<para>The image is horizontally aligned on the right of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeSet">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.RangeInfo"/> objects providing custom range boundaries and corresponding style settings used to apply conditional formatting to value ranges.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSet.#ctor">
<summary>
<para>Initializes a new instance of the RangeSet class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSet.HasRanges">
<summary>
<para>Gets whether or not the current range set contains at least one range.
</para>
</summary>
<value><b>true</b>, if the current range set contains at least one range; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSet.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current RangeSet object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionSortOrder">
<summary>
<para>Lists values that specify the sort order for dimension values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortOrder.Ascending">
<summary>
<para>Sort dimension values in ascending order.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortOrder.Descending">
<summary>
<para>Sort dimension values in descending order.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionSortOrder.None">
<summary>
<para>No sorting is applied to dimension values.
Note that this sort order is in effect in OLAP mode only.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimeGroupInterval">
<summary>
<para>Lists values that specify the group interval for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHour">
<summary>
<para>Values are grouped by the date part with the hour value.
<para><b>Example:</b> 3/4/2012 0:00, 3/4/2012 1:00, 3/4/2012 2:00, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinute">
<summary>
<para>Values are grouped by the date part with the hour and minute values.
<para><b>Example:</b> 3/4/2012 0:00, 3/4/2012 0:01, 3/4/2012 0:02, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinuteSecond">
<summary>
<para>Values are grouped by the date part with the hour, minute and second values.
<para><b>Example:</b> 3/4/2012 0:00:00, 3/4/2012 0:00:01, 3/4/2012 0:00:02, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Day">
<summary>
<para>Values are grouped by the day of the month.
<para><b>Example:</b> 1, 2, 3, ... 31</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear">
<summary>
<para>Values are grouped by the date part.
<para><b>Example:</b> 3/4/2012, 3/5/2012, 3/6/2012, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfWeek">
<summary>
<para>Values are grouped by the day of the week.
<para><b>Example:</b> Sunday, Monday, Tuesday, ... Saturday</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfYear">
<summary>
<para>Values are grouped by the day of the year.
<para><b>Example:</b> 1, 2, 3, ... 365 (366 in a leap year)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour">
<summary>
<para>Values are grouped by the hour.
<para><b>Example:</b> 0, 1, 2, ... 23</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Minute">
<summary>
<para>Values are grouped by the minute.
<para><b>Example:</b> 0, 1, 2, ... 59</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month">
<summary>
<para>Values are grouped by the month.
<para><b>Example:</b> January, February, March, ... December</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.MonthYear">
<summary>
<para>Values are grouped by the year and month.
<para><b>Example:</b> January 2012, February 2012, ... December 2012, January 2013, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.None">
<summary>
<para>Each value is displayed "as is".
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter">
<summary>
<para>Values are grouped by the quarter.
<para><b>Example:</b> Q1, Q2, Q3, Q4</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.QuarterYear">
<summary>
<para>Values are grouped by the year and quarter.
<para><b>Example:</b> Q3 2012, Q4 2012, Q1 2013, Q2 2013, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Second">
<summary>
<para>Values are grouped by the second.
<para><b>Example:</b> 0, 1, 2, ... 59</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfMonth">
<summary>
<para>Values are grouped by the week of the month.
<para><b>Example:</b> 1, 2, 3, 4, 5</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfYear">
<summary>
<para>Values are grouped by the week of the year.
<para><b>Example:</b> 1, 2, 3, ... 52</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year">
<summary>
<para>Values are grouped by the year.
<para><b>Example:</b> 2010, 2011, 2012</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TextGroupInterval">
<summary>
<para>Lists values that specify the group interval for string values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TextGroupInterval.Alphabetical">
<summary>
<para>Values are grouped alphabetically.
<para><b>Example:</b> A, B, C, ... Z</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TextGroupInterval.None">
<summary>
<para>No grouping. Each value is displayed individually.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions">
<summary>
<para>Contains options that control interactivity features, such as Master Filtering and drill-down.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemInteractivityOptions.IsDrillDownEnabled">
<summary>
<para>Gets or sets whether drill-down is enabled.
</para>
</summary>
<value><b>true</b>, to enable drill-down; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemInteractivityOptions.IsMasterFilter">
<summary>
<para>Gets or sets whether this dashboard item acts as a Master Filter.
</para>
</summary>
<value><b>true</b>, if this dashboard item should act as a Master Filter; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemInteractivityOptions.MasterFilterMode">
<summary>
<para>Gets or sets the selection mode of the master filter item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemMasterFilterMode"/> enumeration value that specifies the selection mode of the master filter item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ContentArrangementMode">
<summary>
<para>Lists values that specify how individual elements contained within the dashboard item (such as Card, Pie or Gauge) should be arranged.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.Auto">
<summary>
<para>Dashboard item elements are arranged automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.FixedColumnCount">
<summary>
<para>Dashboard item elements are arranged in columns whose number is specified by the <b>ContentLineCount</b> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.FixedRowCount">
<summary>
<para>Dashboard item elements are arranged in rows whose number is specified by the <b>ContentLineCount</b> property.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeSeries">
<summary>
<para>A <b>Range</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor">
<summary>
<para>Initializes a new instance of the RangeSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.RangeSeriesType)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified series type and measures used to provide data.
</para>
</summary>
<param name="value1">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value1"/> property.
</param>
<param name="value2">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value2"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="value1">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value1"/> property.
</param>
<param name="value2">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value2"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.RangeSeriesType)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.SeriesType">
<summary>
<para>Gets or sets the series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.Value1">
<summary>
<para>Gets or sets a measure that provides data used to calculate the first series of values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.Value2">
<summary>
<para>Gets or sets a measure that provides data used to calculate the second series of values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.OpenHighLowCloseSeries">
<summary>
<para>An <b>Open-High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="open">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open"/> property.
</param>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.OpenHighLowCloseSeriesType)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type and measures used to provide data.
</para>
</summary>
<param name="open">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open"/> property.
</param>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.OpenHighLowCloseSeriesType)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
An <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close">
<summary>
<para>Gets or sets a measure that contains <b>Close</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High">
<summary>
<para>Gets or sets a measure that contains <b>High</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low">
<summary>
<para>Gets or sets a measure that contains <b>Low</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open">
<summary>
<para>Gets or sets a measure that contains <b>Open</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType">
<summary>
<para>Gets or sets the type of the series.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the type of the series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor">
<summary>
<para>Contains the measure metadata.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor.DataMember">
<summary>
<para>Gets the data member that identifies the data source list used to provide data for the current measure.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that identifies the data source list used to provide data for the current measure.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor.Format(System.Object)">
<summary>
<para>Formats the specified value using the format setting of the current measure.
</para>
</summary>
<param name="value">
A value to be formatted
</param>
<returns>A <see cref="T:System.String"/> that represents the formatted value.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor.ID">
<summary>
<para>Gets the data item identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the data item identifier.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor.Name">
<summary>
<para>Gets the name of the measure.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the measure.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor.SummaryType">
<summary>
<para>Gets the type of summary function calculated against the current measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that identifies the type of summary function calculated against the current measure.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ImageDashboardItem">
<summary>
<para>An Image dashboard item that displays static images.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ImageDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ImageDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.Data">
<summary>
<para>Gets or sets the image displayed within the ImageDashboardItem as a byte array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array that contains the image displayed within the ImageDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.DataSerializable">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.HorizontalAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageHorizontalAlignment"/> enumeration member that specifies the horizontal alignment of the image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.SizeMode">
<summary>
<para>Gets or sets how an image is positioned within an ImageDashboardItem.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageSizeMode"/> enumeration member that specifies how an image is positioned within an ImageDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.Url">
<summary>
<para>Gets or sets the URL used to access the image.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the URL used to access the image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.VerticalAlignment">
<summary>
<para>Gets or sets the vertical alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageVerticalAlignment"/> enumeration member that specifies the vertical alignment of the image.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.HighLowCloseSeries">
<summary>
<para>A <b>High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.HighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the HighLowCloseSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.HighLowCloseSeries.#ctor">
<summary>
<para>Initializes a new instance of the HighLowCloseSeries class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close">
<summary>
<para>Gets or sets a measure that contains <b>Close</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.High">
<summary>
<para>Gets or sets a measure that contains <b>High</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Low">
<summary>
<para>Gets or sets a measure that contains <b>Low</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection">
<summary>
<para>A collection of series displayed within the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterSeriesCollection.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterSeriesCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemContainer">
<summary>
<para>Serves as the base class for data item containers.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemContainer.AddDataItem(System.String,DevExpress.DashboardCommon.DataItem)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="key">
</param>
<param name="dataItem">
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemContainer.Dispose">
<summary>
<para>Releases resources associated with a DataItemContainer instance.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridMeasureColumn">
<summary>
<para>A measure column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridMeasureColumn.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the GridMeasureColumn class with the specified measure used to calculate its values.
</para>
</summary>
<param name="measure">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data used to calculate the column values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridMeasureColumn.Measure"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridMeasureColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridMeasureColumn class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of bars displayed within grid cells should always be visible.
</para>
</summary>
<value><b>true</b>, if the zero level of bars displayed within grid cells should always be visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.DisplayMode">
<summary>
<para>Gets or sets how to display cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode"/> enumeration member that specifies how to display cell values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.Measure">
<summary>
<para>Gets or sets a measure that provides data used to calculate the column values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data used to calculate the column values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridDimensionColumn">
<summary>
<para>A dimension column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDimensionColumn.#ctor(DevExpress.DashboardCommon.Dimension)">
<summary>
<para>Initializes a new instance of the GridDimensionColumn class with the specified dimension used to provide cell values.
</para>
</summary>
<param name="dimension">
A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides cell values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDimensionColumn.Dimension"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridDimensionColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridDimensionColumn class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridDimensionColumn.Dimension">
<summary>
<para>Gets or sets a dimension that provides cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides cell values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDimensionColumn.DisplayMode">
<summary>
<para>Gets or sets how to display cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode"/> enumeration member that specifies how to display cell values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridOptions">
<summary>
<para>Contains options of the <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.AllowCellMerge">
<summary>
<para>Gets or sets whether to merge adjacent cells with identical values.
</para>
</summary>
<value><b>true</b>, to merge adjacent cells with identical values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ColumnWidthMode">
<summary>
<para>Gets or sets the mode used to manage grid column widths.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridColumnWidthMode"/> enumeration value that specifies the mode used to manage grid column widths.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.EnableBandedRows">
<summary>
<para>Gets or sets whether to apply shading to alternate rows in the grid.
</para>
</summary>
<value><b>true</b>, to apply shading to alternate rows in the grid ; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowColumnHeaders">
<summary>
<para>Gets or sets whether column headers should be displayed.
</para>
</summary>
<value><b>true</b>, to display column headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowHorizontalLines">
<summary>
<para>Gets or sets whether horizontal grid lines should be displayed.
</para>
</summary>
<value><b>true</b>, to display horizontal grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowVerticalLines">
<summary>
<para>Gets or sets whether vertical grid lines should be displayed.
</para>
</summary>
<value><b>true</b>, to display vertical grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.WordWrap">
<summary>
<para>Gets or sets whether to enable word wrapping.
</para>
</summary>
<value><b>true</b>, to enable word wrapping; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Gauge">
<summary>
<para>Contains measures that provide data for a gauge in the <see cref="T:DevExpress.DashboardCommon.GaugeDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor">
<summary>
<para>Initializes a new instance of the Gauge class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Gauge class with the specified measure used to calculate its actual value.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Gauge class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's target value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Gauge.Maximum">
<summary>
<para>Gets or sets the maximum value of the gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the maximum value of the gauge scale; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Gauge.Minimum">
<summary>
<para>Gets or sets the minimum value of the gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the minimum value of the gauge scale; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSeries">
<summary>
<para>Serves as the base class for chart series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartSeries.Dispose">
<summary>
<para>Releases resources associated with a ChartSeries instance.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartSeries.IgnoreEmptyPoints">
<summary>
<para>Gets or sets whether empty points are ignored when plotting the current chart series.
</para>
</summary>
<value><b>true</b>, to ignore empty points; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartSeries.PlotOnSecondaryAxis">
<summary>
<para>Gets or sets a value indicating whether to plot series using the secondary axis.
</para>
</summary>
<value><b>true</b>, to plot series using the secondary axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartSeries.PointLabelOptions">
<summary>
<para>Provides access to options related to series point labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelOptions"/> object that contains options related to series point labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartSeries.ShowPointMarkers">
<summary>
<para>Gets or sets a value indicating whether series point markers are visible.
</para>
</summary>
<value><b>true</b>, to show point markers; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartPane">
<summary>
<para>A chart pane.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.#ctor">
<summary>
<para>Initializes a new instance of the ChartPane class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ChartPane class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the pane. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ChartPane.Name"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.Dispose">
<summary>
<para>Releases resources associated with a ChartPane instance.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.GetAxisYTitle(System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="isSecondary">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ChartPane.Name">
<summary>
<para>Gets or sets the name of the current pane.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the current pane.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartPane.PrimaryAxisY">
<summary>
<para>Gets the primary Y-axis displayed within the current pane.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartAxisY"/> object that is the primary Y-axis displayed within the current pane.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartPane.SecondaryAxisY">
<summary>
<para>Gets the secondary Y-axis displayed within the current pane.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartSecondaryAxisY"/> object that is the secondary Y-axis displayed within the current pane.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartPane.Series">
<summary>
<para>Gets the collection of series plotted in this pane.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ChartSeries"/> descendants that represent series plotted in this pane.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Card">
<summary>
<para>A card(s) displayed within the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Card.#ctor">
<summary>
<para>Initializes a new instance of the Card class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Card.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Card class with the specified measure used to calculate its actual value.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Card.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Card class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's target value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Card.DeltaOptions">
<summary>
<para>Provides access to options that control how the difference between actual and target values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaOptions"/> object that controls how the difference between actual and target values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Card.LayoutDeltaOptions">
<summary>
<para>Provides access to options that control how the difference between actual and target values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardDeltaOptions"/> object that controls how the difference between actual and target values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Card.LayoutTemplate">
<summary>
<para>Gets or sets a layout template for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplate"/> object that specifies a layout template for the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Card.ShowSparkline">
<summary>
<para>Gets or sets whether or not to show a sparkline within a <see cref="T:DevExpress.DashboardCommon.Card"/>.
</para>
</summary>
<value><b>true</b>, to show a sparkline within a <see cref="T:DevExpress.DashboardCommon.Card"/>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Card.SparklineOptions">
<summary>
<para>Provides access to options used to control sparkline appearance.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SparklineOptions"/> object containing options used to control sparkline appearance.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterDashboardItem">
<summary>
<para>A Range Filter dashboard item that allows end-users to apply filtering to other dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.ActualMaxValue">
<summary>
<para>Gets the maximum value of the selected range in the RangeFilterDashboardItem.
</para>
</summary>
<value>The maximum value of the selected range in the RangeFilterDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.ActualMinValue">
<summary>
<para>Gets the minimum value of the selected range in the RangeFilterDashboardItem.
</para>
</summary>
<value>The minimum value of the selected range in the RangeFilterDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.Argument">
<summary>
<para>Gets or sets the dimension that provides argument values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object representing the dimension that provides argument values.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDashboardItem.ClearRange">
<summary>
<para>Clears the selected range in the RangeFilterDashboardItem.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.ColoringOptions">
<summary>
<para>Provides access to coloring options of the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemColoringOptions"/> object containing coloring options of the Range Filter dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.ColorScheme">
<summary>
<para>Provides access to a color scheme used to color elements of the Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color elements of the Range Filter dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.DateTimePeriods">
<summary>
<para>Gets a collection of date-time periods that can be used to select a predefined range in the Range Filter using its context menu.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimePeriodCollection"/> object that is a collection of date-time periods.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.DefaultDateTimePeriodName">
<summary>
<para>Gets or sets the name of the date-time period used to apply a default selection to the Range Filter.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the date-time period used to apply a default selection to the Range Filter.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.EndValue">
<summary>
<para>Gets the end value of the visible range in the RangeFilterDashboardItem.
</para>
</summary>
<value>The end value of the visible range in the RangeFilterDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to Range Filter interactivity options.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> object that specifies Range Filter interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.MaxValue">
<summary>
<para>Gets or sets the maximum value in the selected range.
</para>
</summary>
<value>Specifies the maximum value in the selected range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.MinValue">
<summary>
<para>Gets or sets the minimum value in the selected range.
</para>
</summary>
<value>Specifies the minimum value in the selected range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.Series">
<summary>
<para>Gets the collection of series displayed within the RangeFilterDashboardItem.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection"/> object that represents the collection of series displayed within the RangeFilterDashboardItem.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDashboardItem.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Sets the selection to the specified range of values.
</para>
</summary>
<param name="newMin">
Specifies the minimum value in the selected range.
</param>
<param name="newMax">
Specifies the maximum value in the selected range.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.StartValue">
<summary>
<para>Gets the start value of the visible range in the RangeFilterDashboardItem.
</para>
</summary>
<value>The start value of the visible range in the RangeFilterDashboardItem.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.PieDashboardItem">
<summary>
<para>A Pie dashboard item that displays a series of pies or donuts.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the PieDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.ContentArrangementMode">
<summary>
<para>Gets or sets how pies displayed within the pie dashboard item should be arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ContentArrangementMode"/> enumeration member that specifies how pies displayed within the pie dashboard item should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.ContentLineCount">
<summary>
<para>Gets or sets the number of columns or rows in which pies should be arranged.
</para>
</summary>
<value>An integer value that specifies the number of columns or rows in which pies should be arranged.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.GetValueName(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Returns the name of the specified measure in the current PieDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure.
</param>
<returns>A <see cref="T:System.String"/> that represents the name of the specified measure in the current PieDashboardItem.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.LabelContentType">
<summary>
<para>Gets or sets which values are displayed within data labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieValueType"/> enumeration member that specifies which values are displayed within data labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.LabelPosition">
<summary>
<para>Gets or sets the position of data labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PointLabelPosition"/> value that specifies the position of data labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.LegendPosition">
<summary>
<para>Gets or sets the position of the legend within the PieDashboardItem.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieLegendPosition"/> that specifies the position of the legend within the PieDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.NamesRepository">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.PieType">
<summary>
<para>Gets or sets the type of the pie chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieType"/> enumeration member that specifies the type of the pie chart.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.SetValueName(DevExpress.DashboardCommon.Measure,System.String)">
<summary>
<para>Sets the name of the specified measure in the current PieDashboardItem to the specified value.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the specified measure in the current PieDashboardItem.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.ShowPieCaptions">
<summary>
<para>Gets or sets whether to show captions for individual diagrams within this dashboard item.
</para>
</summary>
<value><b>true</b>, to show captions for individual diagrams within this dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.TooltipContentType">
<summary>
<para>Gets or sets which values are displayed within tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieValueType"/> enumeration member that specifies which values are displayed within tooltips.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.Values">
<summary>
<para>Gets the collection of measures that provide data used to calculate pie values.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that provide data used to calculate pie values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExcelDataSource">
<summary>
<para>A data source used to extract data from Microsoft Excel workbooks or CSV files.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.#ctor">
<summary>
<para>Initializes a new instance of the DashboardExcelDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DashboardExcelDataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelDataSource.CalculatedFields">
<summary>
<para>Provides access to a data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelDataSource.ComponentName">
<summary>
<para>Gets or sets the component name of the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the component name of the data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.Fill(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Retrieves the data from the connected data source with the specified parameters.
</para>
</summary>
<param name="sourceParameters">
A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface that specify parameters passed to a <b>Fill</b> method.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelDataSource.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the logical expression to be applied to the data for filtering.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.LoadFromXml(System.Xml.Linq.XElement)">
<summary>
<para>Loads the data source schema definition from XML.
</para>
</summary>
<param name="element">
A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelDataSource.LockUIOnDataLoading">
<summary>
<para>Gets or sets whether the user interface stays responsive while data is being loaded to the data source.
</para>
</summary>
<value><b>true</b>, to lock the user interface while data is being loaded to the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardExcelDataSource.Name">
<summary>
<para>Gets or sets the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the data source.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.SaveToXml">
<summary>
<para>Saves the XML definition of the object data source schema.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> value containing an XML definition of the data source schema.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeDashboardItem">
<summary>
<para>A Gauge dashboard item that visualizes data within a series of gauges.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GaugeDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the GaugeDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.Gauges">
<summary>
<para>Gets the collection of objects that provide data for calculating values displayed by gauges.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Gauge"/> objects that provide data for calculating values displayed by gauges.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.ShowGaugeCaptions">
<summary>
<para>Gets or sets whether to show captions for individual gauges within this dashboard item.
</para>
</summary>
<value><b>true</b>, to show captions for individual gauges within this dashboard item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.ViewType">
<summary>
<para>Gets or sets how gauges displayed within this GaugeDashboardItem are painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GaugeViewType"/> enumeration member that specifies how gauges displayed within this GaugeDashboardItem are painted.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardDashboardItem">
<summary>
<para>A Card dashboard item that displays a series of cards, each illustrating the difference between two values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the CardDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardDashboardItem.Cards">
<summary>
<para>Gets the collection of objects that provide data for calculating values displayed within cards.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Card"/> objects that provide data for calculating values displayed within cards.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.CardDashboardItem.SparklineArgument">
<summary>
<para>Gets or sets a dimension used to provide sparkline argument values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension used to provide sparkline argument values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartDashboardItem">
<summary>
<para>A Chart dashboard item that visualizes data in an XY-diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ChartDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.AxisX">
<summary>
<para>Provides access to the chart's X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartAxisX"/> object that represents the chart's X-axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Legend">
<summary>
<para>Provides access to a chart legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegend"/> object that represents a chart legend.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Panes">
<summary>
<para>Gets a collection of panes.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ChartPane"/> objects that represent panes.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Rotated">
<summary>
<para>Gets or sets whether the chart is rotated.
</para>
</summary>
<value><b>true</b>, to rotate the chart; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartDashboardItemBase">
<summary>
<para>Serves as the base class for chart dashboard items, such as the <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/> and <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.Arguments">
<summary>
<para>Gets the collection of dimensions used to provide data for arguments in charts and pies.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects used to provide data for arguments in charts and pies.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.ColoringOptions">
<summary>
<para>Provides access to coloring options of the Chart and Pie dashboard items.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemColoringOptions"/> object containing coloring options of the Chart and Pie dashboard items.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.ColorScheme">
<summary>
<para>Provides access to a color scheme used to color elements of the Chart and Pie dashboard items.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color elements of the Chart and Pie dashboard items.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SeriesDashboardItem">
<summary>
<para>Serves as the base class for dashboard item that have the <b>Series</b> data section.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.SeriesDashboardItem.SeriesDimensions">
<summary>
<para>Gets the collection of dimensions that provide data for series.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide data for series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataDashboardItem">
<summary>
<para>Serves as the base class for data-bound dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.DataItemRepository">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.DataMember">
<summary>
<para>Gets or sets a specific data member in a dashboard data source to which the dashboard item is bound.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a data member in a dashboard data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.DataSource">
<summary>
<para>Gets or sets a data source to which the dashboard item is bound.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies a data source to which the dashboard item is bound.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.FilterCriteria">
<summary>
<para>Gets or sets the filter criteria applied to this dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that specifies the filter criteria for the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.FilterString">
<summary>
<para>Gets or sets the criteria string used to filter data displayed within the current dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the criteria string used to filter data displayed within the current dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.GetDataMembers">
<summary>
<para>Returns data members that identify data fields to which the current dashboard item is bound.
</para>
</summary>
<returns>A list of <see cref="T:System.String"/> objects that represent data members.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.GetDimensions">
<summary>
<para>Returns the dimensions used to provide data for the current dashboard item.
</para>
</summary>
<returns>A list of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that represent the dimensions used to provide data for the current dashboard item.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.GetMeasures">
<summary>
<para>Returns the measures used to provide data for the current dashboard item.
</para>
</summary>
<returns>A list of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that represent the measures used to provide data for the current dashboard item.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.HiddenDimensions">
<summary>
<para>Gets a collection of hidden dimensions.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects appended to the dashboard item but not displayed within it.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.HiddenMeasures">
<summary>
<para>Gets a collection of hidden measures.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects appended to the dashboard item but not displayed within it.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IgnoreMasterFilters">
<summary>
<para>Gets or sets whether this dashboard item ignores filtering applied by master filters.
</para>
</summary>
<value><b>true</b>, to ignore filtering applied by Master Filters; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IsDataReduced">
<summary>
<para>Gets whether this dashboard item displays only a part of its data in order to retain performance.
</para>
</summary>
<value><b>true</b>, if this dashboard item displays only a part of its data in order to retain performance; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IsMasterFilterCrossDataSource">
<summary>
<para>Gets or sets whether filtering applied by this master filter affects dashboard items that display data from other data sources.
</para>
</summary>
<value><b>true</b>, to apply filtering to dashboard items that display data from other data sources; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.SetDataSource(DevExpress.DashboardCommon.IDashboardDataSource,System.String)">
<summary>
<para>Specifies the data source and data member for the current dashboard item.
</para>
</summary>
<param name="newDataSource">
An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies a data source to which the dashboard item is bound.
</param>
<param name="newDataMember">
A <see cref="T:System.String"/> value that specifies a data member in a dashboard data source.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.Measure">
<summary>
<para>A measure which is a <see cref="T:DevExpress.DashboardCommon.DataItem"/> whose values are summarized before they are used in the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor">
<summary>
<para>Initializes a new instance of the Measure class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Measure class and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,DevExpress.DashboardCommon.SummaryType)">
<summary>
<para>Initializes a new instance of the Measure class, binds it to the specified data member and sets the summary type to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the summary function type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Measure.SummaryType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,System.String,DevExpress.DashboardCommon.SummaryType)">
<summary>
<para>Initializes a new instance of the Measure class with the specified identifier, binds it to the specified data member and sets the summary type to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the summary function type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Measure.SummaryType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the Measure class with the specified identifier and binds it to the specified data member.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(DevExpress.DashboardCommon.MeasureDefinition)">
<summary>
<para>Initializes a new instance of the Measure class based on the specified measure definition.
</para>
</summary>
<param name="definition">
A <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> object that specifies the measure definition.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,DevExpress.DashboardCommon.MeasureDefinition)">
<summary>
<para>Initializes a new instance of the Measure class.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.UniqueId"/> property.
</param>
<param name="definition">
A <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> object that specifies the measure definition.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Measure.Calculation">
<summary>
<para>Gets or sets a calculation applied to values of the current measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureCalculation"/> descendant that specifies a calculation applied to values of the current measure.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Measure.Expression">
<summary>
<para>Gets or sets the expression for the current measure.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the expression for the current measure.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.GetDefinition">
<summary>
<para>Gets the data item definition for the current measure.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> descendant that is the data item definition for the current measure.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.GetMeasureDefinition">
<summary>
<para>Gets the measure definition for the current measure.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> object that is the measure definition for the current measure.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.Measure.SummaryType">
<summary>
<para>Gets or sets the type of summary function calculated against this Measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the type of summary function calculated against this Measure.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Measure.WindowDefinition">
<summary>
<para>Gets or sets the window definition used to apply a calculation to values of the current measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> descendant that specifies the window definition used to apply a calculation to values of the current measure.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataSource">
<summary>
<para>A data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String,DevExpress.DashboardCommon.OlapDataProvider)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
<param name="dataProvider">
An <see cref="T:DevExpress.DashboardCommon.OlapDataProvider"/> object that specifies a data provider for an OLAP data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(DevExpress.DashboardCommon.OlapDataProvider)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="dataProvider">
An <see cref="T:DevExpress.DashboardCommon.OlapDataProvider"/> object that specifies a data provider for an OLAP data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String,DevExpress.DashboardCommon.SqlDataProvider)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
<param name="dataProvider">
An <see cref="T:DevExpress.DashboardCommon.SqlDataProvider"/> object that specifies a data provider for regular data sources.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(DevExpress.DashboardCommon.SqlDataProvider)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="dataProvider">
An <see cref="T:DevExpress.DashboardCommon.SqlDataProvider"/> object that specifies a data provider for regular data sources.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String,System.Object,System.String)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the data source.
</param>
<param name="data">
An object that contains data for the data source.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that is a specific list in a data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.Object,System.String)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="data">
An object that contains data for the data source.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that is a specific list in a data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.CalculatedFields">
<summary>
<para>Provides access to data source's calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> object containing calculated fields.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.ConnectionParameters">
<summary>
<para>Gets parameters used to establish a connection to data.
</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing parameters used to establish a connection to data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.Data">
<summary>
<para>Gets or sets the data object for the data source.
</para>
</summary>
<value>An object that contains data for the data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.DataMember">
<summary>
<para>Gets or sets a specific list in a data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies a specific list in a data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.DataProcessingMode">
<summary>
<para>Gets or sets the data processing mode for the current data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataProcessingMode"/> enumeration value that specifies the data processing mode for the current data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.DataSchema">
<summary>
<para>Gets or sets an XML/XSD file, containing a schema of a dashboard's data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a data source's schema.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.Filter">
<summary>
<para>Gets or sets the logical expression to be applied to the data for filtering.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying logical expression to be applied to the data for filtering.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.GetIsSqlServerMode(DevExpress.DashboardCommon.DataProcessingMode)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="dataProcessingMode">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.HasDataProvider">
<summary>
<para>Gets whether or not the dashboard data provider is used to supply the current data source with data.
</para>
</summary>
<value><b>true</b>, if the dashboard data provider is used to supply the current data source with data; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.IsConnected">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.IsServerModeSupported">
<summary>
<para>Gets whether or not the current data source supports server-side data processing.
</para>
</summary>
<value><b>true</b>, if the current data source supports server-side data processing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.OlapDataProvider">
<summary>
<para>Gets a data provider for an OLAP data source.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.OlapDataProvider"/> object that represents a data provider for an OLAP data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.SqlDataProvider">
<summary>
<para>Gets a data provider for regular data sources.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.SqlDataProvider"/> object representing a data provider for regular data sources.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItem">
<summary>
<para>Serves as the base class for data items - measures and dimensions.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItem.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.DataMember">
<summary>
<para>Gets or sets the identifier of a corresponding data member in the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies a data member that corresponds to this data item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.DataSourceFieldType">
<summary>
<para>Gets the type of the data source field that provides data for the current data item.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value that specifies the type of the data source field that provides data for the current data item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.DateTimeFormat">
<summary>
<para>Provides access to the format settings for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemDateTimeFormat"/> object that contains format settings for date-time values.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItem.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItem.GetDefinition">
<summary>
<para>Returns the data item definition.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> object that is the data item definition.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.ID">
<summary>
<para>Gets or sets the data item identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data item identifier.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.Name">
<summary>
<para>Gets or sets the name of the data item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the data item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.NumericFormat">
<summary>
<para>Provides access to the format settings for numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormat"/> object that contains the format settings for numeric values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.ShowGrandTotals">
<summary>
<para>Gets or sets whether to show grand totals for the current measure.
</para>
</summary>
<value><b>true</b>, to show grand totals for the current measure; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.ShowTotals">
<summary>
<para>Gets or sets whether to show totals for the current data item.
</para>
</summary>
<value><b>true</b>, to show totals for the current data item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.ShowValues">
<summary>
<para>Gets or sets whether to display summary values corresponding to the current measure.
</para>
</summary>
<value><b>true</b>, to display summary values corresponding to the current measure; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItem.ToString">
<summary>
<para>Returns the string that represents the current object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that represents the current DataItem object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.UniqueId">
<summary>
<para>Gets or sets the unique data item identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data item identifier.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItem">
<summary>
<para>Serves as the base class for dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItem.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">
<summary>
<para>Gets or sets the component name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the component name of the dashboard item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItem.CreateCopy">
<summary>
<para>Creates a copy of this dashboard item.
</para>
</summary>
<returns>A DashboardItem object, which is a copy of the current dashboard item.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.Dashboard">
<summary>
<para>Gets a dashboard that owns this dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that specifies the dashboard that owns this item.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItem.Dispose">
<summary>
<para>Releases resources associated with a DashboardItem instance.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.DashboardItem.Disposed">
<summary>
<para>Occurs after a dashboard item has been disposed of.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItem.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.Group">
<summary>
<para>Gets or sets a parent group for the current dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> object that specifies the parent group for the current dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.IsDisposed">
<summary>
<para>Gets a value indicating whether a dashboard item has been disposed of.
</para>
</summary>
<value><b>true</b>, if the dashboard item has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.Name">
<summary>
<para>Gets or sets the name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.ShowCaption">
<summary>
<para>Gets or sets whether the dashboard item's caption is displayed.
</para>
</summary>
<value><b>true</b>, to show the caption; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Dashboard">
<summary>
<para>Contains the full description of a dashboard used to visualize data.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.#ctor">
<summary>
<para>Initializes a new instance of the Dashboard class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.AddDataSource(System.String,System.Object)">
<summary>
<para>Adds a data source bound to the specified data and with the specified name to the <see cref="P:DevExpress.DashboardCommon.Dashboard.DataSources"/> collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the data source name.
</param>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.BeginInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.BeginUpdate">
<summary>
<para>Locks the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object by preventing updates until the <see cref="M:DevExpress.DashboardCommon.Dashboard.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.BeginUpdateLayout">
<summary>
<para>Locks the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object by preventing layout updates until the <see cref="M:DevExpress.DashboardCommon.Dashboard.EndUpdateLayout"/> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.ColorScheme">
<summary>
<para>Provides access to a dashboard color scheme.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> object that is the color scheme used to color dashboard item elements.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.ConfigureDataConnection">
<summary>
<para>Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.ConnectionError">
<summary>
<para>Allows overriding the default behavior when current connection parameters do not allow connecting to a data store.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.CreateGroup">
<summary>
<para>Creates a dashboard item group belonging to the current dashboard.
</para>
</summary>
<returns>A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> object representing a dashboard item group.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.CurrencyCultureName">
<summary>
<para>Gets or sets the default currency for the Dashboard.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of a culture that defines the currency format settings.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.CustomAssemblyLoading">
<summary>
<para>Occurs before a custom assembly is loaded for use as a <see cref="T:DevExpress.DashboardCommon.DashboardEFDataSource"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.CustomFilterExpression">
<summary>
<para>Allows you to include WHERE clauses in SQL queries.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.CustomParameters">
<summary>
<para>Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.DashboardLoading">
<summary>
<para>Occurs when the Dashboard Designer or Dashboard Viewer loads a dashboard.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.DataConnections">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.DataLoading">
<summary>
<para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.DataLoadingError">
<summary>
<para>Allows you to suppress the form containing errors that occur during data loading.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.DataSourceCollectionChanged">
<summary>
<para>Occurs after the collection of data sources has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.DataSources">
<summary>
<para>Gets the collection of dashboard data sources.
</para>
</summary>
<value>A collection of objects implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.EnableAutomaticUpdates">
<summary>
<para>Gets or sets whether or not automatic updates are enabled for the current dashboard.
</para>
</summary>
<value><b>true</b>, to enable automatic updates; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.EndInit">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.EndUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object after a call to the <see cref="M:DevExpress.DashboardCommon.Dashboard.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.EndUpdateLayout">
<summary>
<para>Unlocks the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object after a call to the <see cref="M:DevExpress.DashboardCommon.Dashboard.BeginUpdateLayout"/> method and causes an immediate layout update.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.GroupCollectionChanged">
<summary>
<para>Occurs after the collection of dashboard item groups is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.Groups">
<summary>
<para>Provides access to a collection of dashboard item groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroupCollection"/> object representing a collection of <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> objects.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.IsDisposed">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.ItemCollectionChanged">
<summary>
<para>Occurs after the collection of dashboard items has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.Items">
<summary>
<para>Gets the collection of dashboard items.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendants. Contains dashboard items displayed within this dashboard.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.LayoutRoot">
<summary>
<para>Gets or sets the root dashboard layout group.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroup"/> object that specifies the root dashboard layout group.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.LoadFromXDocument(System.Xml.Linq.XDocument)">
<summary>
<para>Loads the dashboard from the specified XML document.
</para>
</summary>
<param name="document">
A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing the dashboard.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.LoadFromXml(System.IO.Stream)">
<summary>
<para>Loads a dashboard from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is a stream containing a dashboard.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.LoadFromXml(System.String)">
<summary>
<para>Loads a dashboard from the specified XML file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> that specifies the path to a file that contains a dashboard.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.LoadUserDataFromXml(System.String)">
<summary>
<para>Loads user data from the specified dashboard XML file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> that specifies the path to a file that contains a dashboard.
</param>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> object that represents the XML element containing user data.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.LoadUserDataFromXml(System.IO.Stream)">
<summary>
<para>Loads user data from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is a stream containing a dashboard.
</param>
<returns>A <see cref="T:System.Xml.Linq.XElement"/> object that represents the XML element containing user data.
</returns>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.OptionsChanged">
<summary>
<para>Occurs after some option of the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> was changed.
</para>
</summary>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.ParameterCollectionChanged">
<summary>
<para>Occurs after the collection of dashboard parameters has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.Parameters">
<summary>
<para>Provides access to dashboard parameters.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardParameterCollection"/> object representing a collection of dashboard parameters.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.RebuildLayout(System.Int32,System.Int32)">
<summary>
<para>Updates the dashboard layout tree according to the current dashboard object model.
</para>
</summary>
<param name="clientWidth">
An integer value that specifies the client width of the dashboard.
</param>
<param name="clientHeight">
An integer value that specifies the client height of the dashboard.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.RebuildLayout">
<summary>
<para>Updates the dashboard layout tree according to the current dashboard object model.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.SaveToXDocument">
<summary>
<para>Saves the current dashboard to an XML document.
</para>
</summary>
<returns>A <see cref="T:System.Xml.Linq.XDocument"/> object that is the XML document containing the dashboard.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.SaveToXml(System.IO.Stream)">
<summary>
<para>Saves the dashboard to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> that specifies a stream to which the dashboard should be saved.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.SaveToXml(System.String)">
<summary>
<para>Saves the dashboard to the specified XML file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> that specifies the path to a file to which the dashboard should be saved.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.Title">
<summary>
<para>Provides access to the title settings of the dashboard.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardTitle"/> object that represents the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.UserData">
<summary>
<para>Gets or sets custom data to be saved to the dashboard XML definition.
</para>
</summary>
<value>A <see cref="T:System.Xml.Linq.XElement"/> object that specifies the XML element.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.ValidateCustomSqlQuery">
<summary>
<para>Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventHandler">
<summary>
<para>References a method that will handle <b>ValidateCustomSqlQuery</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs)">
<summary>
<para>References a method that will handle <b>ValidateCustomSqlQuery</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
The <see cref="T:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs">
<summary>
<para>Provides data for <b>ValidateCustomSqlQuery</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.#ctor(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs)">
<summary>
<para>Initializes a new instance of the ValidateDashboardCustomSqlQueryEventArgs class.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing parameters used to establish a connection to a data source.
</param>
<param name="innerArgs">
A <see cref="T:DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs"/> object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.#ctor(DevExpress.DashboardCommon.DashboardSqlDataSource,DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs)">
<summary>
<para>Initializes a new instance of the ValidateDashboardCustomSqlQueryEventArgs class.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> object that is the data source containing a custom SQL query.
</param>
<param name="innerArgs">
A <see cref="T:DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs"/> object.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.ConnectionName">
<summary>
<para>Gets the name of the connection to the data source containing a custom SQL query.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the connection to the data source containing a custom SQL query.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.ConnectionParameters">
<summary>
<para>Gets parameters used to establish a connection to the data source containing a custom SQL query.
</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing parameters used to establish a connection to the data source containing a custom SQL query.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery">
<summary>
<para>Gets the custom SQL query that should be checked.
</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.Sql.CustomSqlQuery"/> object that specifies the custom SQL query.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.DataSourceComponentName">
<summary>
<para>Gets or sets the component name of the data source for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the component name of the data source for which the event was raised.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.DataSourceName">
<summary>
<para>Gets or sets the name of the data source for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the data source for which the event was raised.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.ExceptionMessage">
<summary>
<para>Gets or sets the exception message returned after custom SQL query validation.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the exception message returned after custom SQL query validation.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.Valid">
<summary>
<para>Gets or sets whether the current custom SQL query is valid.
</para>
</summary>
<value><b>true</b>, if the current custom SQL query is valid; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterDefaultValueEventHandler">
<summary>
<para>References a method that will handle the <b>RangeFilterDefaultValue</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDefaultValueEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs)">
<summary>
<para>References a method that will handle the <b>RangeFilterDefaultValue</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs">
<summary>
<para>Provides data for the <b>RangeFilterDefaultValue</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.#ctor(System.String,System.Type,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the RangeFilterDefaultValueEventArgs class.
</para>
</summary>
<param name="dashboardItemName">
A System.String value that specifies a component name of the Range Filter.
</param>
<param name="argumentType">
A System.Type object that identifies the type of argument values.
</param>
<param name="argumentDateTimeGroupInterval">
A DateTimeGroupInterval that identifies a group interval applied to the Range Filter argument.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.ArgumentDateTimeGroupInterval">
<summary>
<para>Gets the date-time group interval applied to the Range Filter argument.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration value that identifies a group interval applied to the Range Filter argument.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.ArgumentType">
<summary>
<para>Gets the type of Range Filter's argument values.
</para>
</summary>
<value>A System.Type object that identifies the type of argument values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.DashboardItemName">
<summary>
<para>Gets the component name of the Range Filter for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the Range Filter.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.Range">
<summary>
<para>Gets or sets the selected range for the current Range Filter dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies the selected range for the current Range Filter dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataSet">
<summary>
<para>Represents a list of records displayed within the dashboard item.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardExportAction">
<summary>
<para>Lists values that specify the export action performed by an end-user.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.ExportToExcel">
<summary>
<para>An end-user executes the <b>Export to Excel</b> command.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.ExportToImage">
<summary>
<para>An end-user executes the <b>Export to Image</b> command.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.ExportToPdf">
<summary>
<para>An end-user executes the <b>Export to PDF</b> command.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.PrintPreview">
<summary>
<para>An end-user invokes the Print Preview form.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventHandler">
<summary>
<para>References a method that will handle the <b>MasterFilterDefaultValues</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs)">
<summary>
<para>References a method that will handle the <b>MasterFilterDefaultValues</b> events.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs">
<summary>
<para>Provides data for the <b>MasterFilterDefaultValues</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.#ctor(System.String,System.String,DevExpress.DashboardCommon.DashboardDataSet,System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the MasterFilterDefaultValuesEventArgs class.
</para>
</summary>
<param name="itemName">
A <see cref="T:System.String"/> value that is the dashboard item name.
</param>
<param name="itemComponentName">
A <see cref="T:System.String"/> value that is the component name of the dashboard item.
</param>
<param name="availableFilterValues">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that is the list of values available for filtering.
</param>
<param name="filterValues">
A collection of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects that specify filter values.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.AvailableFilterValues">
<summary>
<para>Gets the list of values that can be used to apply filtering.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that is the list of values available for filtering.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.FilterValues">
<summary>
<para>Gets or sets values used to apply default filtering.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects that specify filter values.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.GetFilterValues">
<summary>
<para>Gets the collection of values that can be used to apply default filtering.
</para>
</summary>
<returns>A collection of values that can be used to apply default filtering.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.ItemComponentName">
<summary>
<para>Gets the component name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the component name of the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.ItemName">
<summary>
<para>Gets the dashboard item name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the dashboard item name.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.SetFilterValues(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Specifies values used to apply default filtering.
</para>
</summary>
<param name="values">
A collection of values that can be used to apply default filtering.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.SimpleSeriesType">
<summary>
<para>Lists values that specify the types of <b>Simple</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Area">
<summary>
<para>The <b>Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Bar">
<summary>
<para>The <b>Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedArea">
<summary>
<para>The <b>Full-Stacked Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedBar">
<summary>
<para>The <b>Full-Stacked Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedLine">
<summary>
<para>The <b>Full-Stacked Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedSplineArea">
<summary>
<para>The <b>Full-Stacked Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Line">
<summary>
<para>The <b>Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Point">
<summary>
<para>The <b>Point</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Spline">
<summary>
<para>The <b>Spline</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.SplineArea">
<summary>
<para>The <b>Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedArea">
<summary>
<para>The <b>Stacked Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedBar">
<summary>
<para>The <b>Stacked Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedLine">
<summary>
<para>The <b>Stacked Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedSplineArea">
<summary>
<para>The <b>Stacked Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepArea">
<summary>
<para>The <b>Step Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepLine">
<summary>
<para>The <b>Step Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TreeViewDashboardItem">
<summary>
<para>A Tree View dashboard item that allows end-users to filter other dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.TreeViewDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the TreeViewDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.TreeViewDashboardItem.AutoExpandNodes">
<summary>
<para>Gets or sets whether on not tree view nodes are expanded by default.
</para>
</summary>
<value><b>true</b>, to expand tree view nodes by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreeViewDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to the interactivity options of the Tree View dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> class object containing interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TreeViewDashboardItem.ShowAllValue">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ListBoxDashboardItem">
<summary>
<para>A List Box dashboard item that allows end-users to filter other dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ListBoxDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ListBoxDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ListBoxDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to the interactivity options of the List Box dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> class object containing interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ListBoxDashboardItem.ListBoxType">
<summary>
<para>Gets or sets the type of the List Box dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ListBoxDashboardItemType"/> enumeration value that specifies the type of the List Box dashboard item.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.FilterElementDashboardItem">
<summary>
<para>Serves as the base class for classes that represent filter elements.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDashboardItem.EnableSearch">
<summary>
<para>Gets or sets whether to allow end-users to search for specific values in a filter element.
</para>
</summary>
<value><b>true</b>, to allow end-users to search for specific values; other, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDashboardItem.FilterDimensions">
<summary>
<para>Gets the collection of dimensions used to provide values for filter elements.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects used to provide values for filter elements.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.FilterElementDashboardItem.ShowAllValue">
<summary>
<para>Gets or sets whether to enable the <i>(All)</i> option that allows end-users to apply filtering by all values.
</para>
</summary>
<value><b>true</b>, to enable the <i>(All)</i> option; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ComboBoxDashboardItem">
<summary>
<para>A Combo Box dashboard item that allows end-users to filter other dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ComboBoxDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ComboBoxDashboardItem class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ComboBoxDashboardItem.ComboBoxType">
<summary>
<para>Gets or sets the type of the Combo Box dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ComboBoxDashboardItemType"/> enumeration value that specifies the type of the Combo Box dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ComboBoxDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options of the Combo Box dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions"/> class object containing interactivity options.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColorSchemeEntry">
<summary>
<para>A color scheme entry used to map the dimension values/measures and the specified color.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ColorSchemeEntry.#ctor">
<summary>
<para>Initializes a new instance of the ColorSchemeEntry class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeEntry.ColorDefinition">
<summary>
<para>Gets or sets the color used to color specified dimension values/measures.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorDefinition"/> object that specifies the color used to color specified dimension values/measures.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeEntry.DataMember">
<summary>
<para>Gets or sets a data member containing dimensions and measures to be colored.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a data member containing dimensions and measures to be colored.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeEntry.DataSource">
<summary>
<para>Gets or sets a data source containing dimensions and measures to be colored.
</para>
</summary>
<value>A class implementing <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies the data source containing dimensions and measures to be colored.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeEntry.DimensionKeys">
<summary>
<para>Provides access to a collection of dimension keys used to specify dimension values to be colored.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ColorSchemeDimensionKey"/> objects that specify dimension values to be colored.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ColorSchemeEntry.MeasureKey">
<summary>
<para>Gets or sets a measure key used to specify measures to be colored.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ColorSchemeMeasureKey"/> object that specifies a measure key used to specify measures to be colored.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ColorScheme">
<summary>
<para>A color scheme used to color dashboard item elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ColorScheme.#ctor">
<summary>
<para>Initializes a new instance of the ColorScheme class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ListBoxDashboardItemType">
<summary>
<para>Lists values that specify the type of the List Box dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ListBoxDashboardItemType.Checked">
<summary>
<para>Allows end-users to select multiple values in the list box.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ListBoxDashboardItemType.Radio">
<summary>
<para>Allows end-users to select only a single value in the radio group.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ComboBoxDashboardItemType">
<summary>
<para>Lists values that specify the type of the Combo Box dashboard item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ComboBoxDashboardItemType.Checked">
<summary>
<para>Allows end-users to select multiple values in the drop-down list.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ComboBoxDashboardItemType.Standard">
<summary>
<para>Allows end-users to select only a single value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions">
<summary>
<para>Contains options related to the specifics of Master Filtering in the dashboard items that can be filtered.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions.IgnoreMasterFilters">
<summary>
<para>Gets or sets whether this dashboard item ignores filtering applied by master filters.
</para>
</summary>
<value><b>true</b>, to ignore filtering applied by Master Filters; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExcelFormat">
<summary>
<para>Lists values that specify the Excel format used for exporting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelFormat.Csv">
<summary>
<para>A comma-separated values (CSV) file format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelFormat.Xls">
<summary>
<para>The Excel 97 - Excel 2003 (XLS) file format.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExcelFormat.Xlsx">
<summary>
<para>The Office Excel 2007 XML-based (XLSX) file format.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ExcelExportOptions">
<summary>
<para>Contains options which define how the dashboard item is exported to Excel format.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ExcelExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the ExcelExportOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ExcelExportOptions.CsvValueSeparator">
<summary>
<para>Gets or sets a character used to separate values in a CSV document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the character used to separate values in a CSV document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExcelExportOptions.FilterState">
<summary>
<para>Gets or sets the filter state's location on the exported document.
</para>
</summary>
<value>A string value returned by the <see cref="T:DevExpress.DashboardCommon.ExcelExportFilterState"/> class that specifies the filter state's location on the exported document.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ExcelExportOptions.Format">
<summary>
<para>Gets or sets the Excel format used for exporting.
</para>
</summary>
<value><see cref="T:DevExpress.DashboardCommon.ExcelFormat"/> enumeration values that specify the Excel format used for exporting.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ExactDateFormat">
<summary>
<para>Lists values that specify format types for date-time values grouped using the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.None"/> group interval.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Day">
<summary>
<para>The date pattern, dependent on the <see cref="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateFormat"/> property value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Hour">
<summary>
<para>The date-time pattern, dependent on the <see cref="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateHourFormat"/> property value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Minute">
<summary>
<para>The date-time pattern, dependent on the <see cref="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateHourMinuteFormat"/> property value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Month">
<summary>
<para>The default year pattern and the full name of the month.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Quarter">
<summary>
<para>The default year and full quarter pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Second">
<summary>
<para>The date-time pattern, dependent on the <see cref="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateTimeFormat"/> property value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ExactDateFormat.Year">
<summary>
<para>The year pattern, dependent on the <see cref="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.YearFormat"/> property value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventArgs">
<summary>
<para>Provides data for <b>ConfigureDataConnection</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventArgs.#ctor(System.String,System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Initializes a new instance of the DashboardConfigureDataConnectionEventArgs class.
</para>
</summary>
<param name="connectionName">
A <see cref="T:System.String"/> value that specifies the connection name.
</param>
<param name="dataSourceName">
A <see cref="T:System.String"/> value that specifies the data source name.
</param>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing connection parameters.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardConfigureDataConnectionEventArgs.DataSourceName">
<summary>
<para>Gets the data source name for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the data source name.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.OlapDataProviderType">
<summary>
<para>Lists values that specify a data provider used to connect to the <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OlapDataProviderType.Adomd">
<summary>
<para>The ADOMD.NET data provider.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OlapDataProviderType.Xmla">
<summary>
<para>The XMLA data access standard.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor">
<summary>
<para>Contains the dimension metadata.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.DataMember">
<summary>
<para>Gets the data member identifier for the current dimension.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that identifies a data member.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.DateTimeGroupInterval">
<summary>
<para>Gets the group interval for date-time values for the current dimension.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies how date-time values are grouped.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.Format(System.Object)">
<summary>
<para>Formats the specified value using the format setting of the current dimension.
</para>
</summary>
<param name="value">
A value to be formatted.
</param>
<returns>A <see cref="T:System.String"/> that represents the formatted value.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.ID">
<summary>
<para>Gets the data item identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the data item identifier.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.Name">
<summary>
<para>Gets or sets the name of the dimension.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the dimension.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor.TextGroupInterval">
<summary>
<para>Gets the group interval for string values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for string values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardOptionsChangedEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOptionsChangedEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardOptionsChangedEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.OptionsChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardOptionsChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardOptionsChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.DashboardCommon.Dashboard.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardOptionsChangedEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the DashboardOptionsChangedEventArgs class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardLayoutNodeCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> elements representing layout items and groups.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNodeCollection.#ctor">
<summary>
<para>Initializes a new instance of the DashboardLayoutNodeCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardLayoutNode">
<summary>
<para>Serves as the base class for layout items and groups.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutNode.DashboardItem">
<summary>
<para>Gets the dashboard item/group which is displayed in the current layout item/group.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant representing the dashboard item/group which is displayed in the current layout item/group.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertAbove(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Inserts the layout item displaying the specified dashboard item above the current layout item/group.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the dashboard item whose layout item will be inserted above the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertAbove(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Inserts the specified layout item/group above the current layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group which will be inserted above the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertBelow(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Inserts the specified layout item/group below the current layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group which will be inserted below the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertBelow(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Inserts the layout item displaying the specified dashboard item below the current layout item/group.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the dashboard item whose layout item will be inserted below the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertLeft(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Inserts the specified layout item/group to the left of the current layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group which will be inserted to the left of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertLeft(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Inserts the layout item displaying the specified dashboard item to the left of the current layout item/group.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the dashboard item whose layout item will be inserted to the left of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertRight(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Inserts the specified layout item/group to the right of the current layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group which will be inserted to the right of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.InsertRight(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Inserts the layout item displaying the specified dashboard item to the right of the current layout item/group.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the dashboard item whose layout item will be inserted to the right of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveAbove(DevExpress.DashboardCommon.DashboardLayoutNode,System.Double)">
<summary>
<para>Moves the current layout item/group above the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group above which the current layout item/group will be placed.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveAbove(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Moves the current layout item/group above the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group above which the current layout item/group will be placed.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveBelow(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Moves the current layout item/group below the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group below which the current layout item/group will be placed.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveBelow(DevExpress.DashboardCommon.DashboardLayoutNode,System.Double)">
<summary>
<para>Moves the current layout item/group below the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group below which the current layout item/group will be placed.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveLeft(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Moves the current layout item/group to the left of the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group to the left of which the current layout item/group will be placed.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveLeft(DevExpress.DashboardCommon.DashboardLayoutNode,System.Double)">
<summary>
<para>Moves the current layout item/group to the left of the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group to the left of which the current layout item/group will be placed.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveRight(DevExpress.DashboardCommon.DashboardLayoutNode,System.Double)">
<summary>
<para>Moves the current layout item/group to the right of the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group to the right of which the current layout item/group will be placed.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the current layout item/group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutNode.MoveRight(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Moves the current layout item/group to the right of the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the layout item/group to the right of which the current layout item/group will be placed.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutNode.Parent">
<summary>
<para>Gets the immediate parent layout group to which the current layout item/group belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroup"/> that is the immediate parent layout group to which the current layout item/group belongs.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutNode.Root">
<summary>
<para>Gets the root layout item/group to which the current layout item/group belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> that is the root layout item/group to which the current layout item/group belongs.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutNode.Weight">
<summary>
<para>Gets or sets the relative size of the layout item/group.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the relative size of the layout item/group.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardLayoutItem">
<summary>
<para>Represents a layout item that displays a dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutItem.#ctor(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Initializes a new instance of the DashboardLayoutItem class.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant specifying the dashboard item that will be displayed within a created layout item. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.DashboardItem"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutItem.#ctor">
<summary>
<para>Initializes a new instance of the DashboardLayoutItem class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutItem.#ctor(DevExpress.DashboardCommon.DashboardItem,System.Double)">
<summary>
<para>Initializes a new instance of the DashboardLayoutItem class.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant specifying the dashboard item that will be displayed in a created layout item. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.DashboardItem"/> property.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the layout item. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.Weight"/> property.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardLayoutGroup">
<summary>
<para>Represents a layout group used to arrange layout items or other groups within a dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the DashboardLayoutGroup class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardLayoutGroupOrientation,System.Double,DevExpress.DashboardCommon.DashboardLayoutNode[])">
<summary>
<para>Initializes a new instance of the DashboardLayoutGroup class.
</para>
</summary>
<param name="orientation">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation"/> enumeration value specifying the orientation of layout items/groups within the group. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutGroup.Orientation"/> property.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the layout group. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.Weight"/> property.
</param>
<param name="items">
An array of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendants that specify child layout items and groups for the current layout group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardLayoutGroupOrientation,DevExpress.DashboardCommon.DashboardItem,System.Double,DevExpress.DashboardCommon.DashboardLayoutNode[])">
<summary>
<para>Initializes a new instance of the DashboardLayoutGroup class.
</para>
</summary>
<param name="orientation">
A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation"/> enumeration value specifying the orientation of layout items/groups within the group. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutGroup.Orientation"/> property.
</param>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> class descendant.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the layout group. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.Weight"/> property.
</param>
<param name="items">
An array of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendants that specify child layout items and groups for the current layout group.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Initializes a new instance of the DashboardLayoutGroup class.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> class descendant.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardItem,System.Double)">
<summary>
<para>Initializes a new instance of the DashboardLayoutGroup class.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> class descendant.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the relative size of the layout group. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DashboardLayoutNode.Weight"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutGroup.ChildNodes">
<summary>
<para>Provides access to the collection of child layout groups and items.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendants representing child layout groups and items.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.ContainsRecursive(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Indicates whether the subtree of the current layout group contains the specified layout item/group.
</para>
</summary>
<param name="layoutNode">
The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the required layout item/group.
</param>
<returns><b>true</b>, if the subtree of the current layout group contains the specified layout item/group; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.ContainsRecursive(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Indicates whether the subtree of the current layout group contains the layout item that displays the specified dashboard item.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant specifying the required dashboard item.
</param>
<returns><b>true</b>, if the subtree of the current layout group contains the layout item that displays the specified dashboard item; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.ContainsRecursive(DevExpress.DashboardCommon.DashboardItemGroup)">
<summary>
<para>Indicates whether the subtree of the current layout group contains the layout item that displays the specified dashboard item group.
</para>
</summary>
<param name="itemGroup">
A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> object specifying the required dashboard item group.
</param>
<returns><b>true</b>, if the subtree of the current layout group contains the layout item that displays the specified dashboard item group; otherwise, <b>false</b>.
</returns>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardLayoutGroup.DefaultOrientation">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Returns the layout item by its dashboard item from the layout group's subtree.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant specifying the required dashboard item.
</param>
<returns>The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutItem"/> object representing a layout item that displays the required dashboard item.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.DashboardItemGroup)">
<summary>
<para>Returns the layout group by its dashboard item group from the layout group's subtree.
</para>
</summary>
<param name="itemGroup">
A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> object specifying the required dashboard item group.
</param>
<returns>The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroup"/> object representing a layout group that displays the required dashboard item group.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.GetGroupsRecursive">
<summary>
<para>Returns the collection of layout groups from the current layout group's subtree.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of layout groups from the current layout group's subtree.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.GetItemsRecursive">
<summary>
<para>Returns the collection of layout items from the current layout group's subtree.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of layout items from the current layout group's subtree.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.GetNodesRecursive">
<summary>
<para>Returns the collection of layout items and groups from the current layout group's subtree.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of layout items and groups from the current layout group's subtree.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardLayoutGroup.Orientation">
<summary>
<para>Gets or sets the value specifying the orientation of layout items/groups within the group.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation"/> enumeration value specifying the orientation of layout items/groups within the group.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.RemoveRecursive(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Removes the layout item displaying the specified dashboard item from the layout group's subtree.
</para>
</summary>
<param name="dashboardItem">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the required dashboard item.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.RemoveRecursive(DevExpress.DashboardCommon.DashboardLayoutNode)">
<summary>
<para>Removes the specified layout item/group from the layout group's subtree.
</para>
</summary>
<param name="layoutNode">
The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendant that specifies the required layout item/group.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.CustomParametersEventArgs">
<summary>
<para>Provides data for the <b>CustomParameters</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CustomParametersEventArgs.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the CustomParametersEventArgs class.
</para>
</summary>
<param name="parameters">
A collection of dashboard parameters.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.CustomParametersEventArgs.Parameters">
<summary>
<para>Gets or sets dashboard parameters.
</para>
</summary>
<value>A list of dashboard parameters.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptorCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor"/> objects.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor">
<summary>
<para>Contains the delta metadata.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor.ActualMeasureID">
<summary>
<para>Gets the identifier for the measure that provides actual values.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the measure identifier.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor.ID">
<summary>
<para>Gets the data item identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the data item identifier.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor.Name">
<summary>
<para>Gets the name of the data item container.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the name of the data item container.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor.TargetMeasureID">
<summary>
<para>Gets the identifier for the measure that provides target values.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the measure identifier.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.DataAxis">
<summary>
<para>An axis that contains points corresponding to the specified dimension values.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DataAxis.Dimensions">
<summary>
<para>Gets the dimensions used to create a hierarchy of axis points belonging to the current axis.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> objects that contain the dimension metadata.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.DataAxis.GetPointByUniqueValues(System.Object[])">
<summary>
<para>Gets the axis point by unique values.
</para>
</summary>
<param name="values">
A hierarchy of unique values corresponding to the required axis point.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.DataAxis.GetPoints">
<summary>
<para>Returns axis points corresponding to values of the last-level dimension.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that are axis points corresponding to values of the last-level dimension.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.DataAxis.GetPointsByDimension(DevExpress.DashboardCommon.ViewerData.DimensionDescriptor)">
<summary>
<para>Gets axis points in the current data axis by the specified dimension.
</para>
</summary>
<param name="dimension">
The <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> object containing dimension metadata.
</param>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that represent axis points.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DataAxis.IsEmpty">
<summary>
<para>Gets whether or not the current axis contains only the root axis point that does not have child points.
</para>
</summary>
<value><b>true</b>, if the current axis contains only the root axis point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DataAxis.Name">
<summary>
<para>Gets the name of the current data axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the current data axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.DataAxis.RootPoint">
<summary>
<para>Gets the root axis point belonging to the current DataAxis.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the root axis point.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple">
<summary>
<para>Represents a tuple of axis points.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.AvailableAxisNames">
<summary>
<para>Gets the names of available data axes for the current AxisPointTuple.
</para>
</summary>
<value>A list of <see cref="T:System.String"/> objects that are the names of available data axes.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current AxisPointTuple instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current AxisPointTuple instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.GetAxisPoint">
<summary>
<para>Gets the axis point from the current AxisPointTuple object.
</para>
</summary>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point from the current AxisPointTuple object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.GetAxisPoint(System.String)">
<summary>
<para>Gets the axis point from the current AxisPointTuple object by the specified axis name.
</para>
</summary>
<param name="axisName">
A string value returned by the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.
</param>
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point from the current AxisPointTuple object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current AxisPointTuple object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.IsEmpty">
<summary>
<para>Gets whether or not the current AxisPointTuple object contains axis points.
</para>
</summary>
<value><b>true</b>, if the current AxisPointTuple object does not contain axis points; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ViewerData.AxisPoint">
<summary>
<para>A point on the data axis.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.AxisName">
<summary>
<para>Gets the name of the axis to which the current AxisPoint belongs.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of the axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.ChildItems">
<summary>
<para>Gets the child axis points for the current AxisPoint.
</para>
</summary>
<value>A collection of AxisPoint objects representing child axis points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.Dimension">
<summary>
<para>Gets the last level dimension corresponding to the current AxisPoint.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> object that contains the dimension metadata.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.DimensionValue">
<summary>
<para>Gets the dimension values at the specified axis point.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> object that contains the dimension values at the specified axis point.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.DisplayText">
<summary>
<para>Gets the display text corresponding to the current axis point.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the display text corresponding to the current axis point.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPoint.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current AxisPoint instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current AxisPoint instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPoint.GetDimensions">
<summary>
<para>Gets the collection of dimensions used to create a hierarchy of axis points from the root point to the current AxisPoint.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> objects that contain the dimension metadata.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPoint.GetDimensionValue(DevExpress.DashboardCommon.ViewerData.DimensionDescriptor)">
<summary>
<para>Gets the dimension value at the current axis point.
</para>
</summary>
<param name="dimension">
A <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> object containing the dimension metadata.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> object containing dimension values at the current axis point.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPoint.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current AxisPoint object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.Parent">
<summary>
<para>Gets the parent axis point for the current axis point.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object representing the parent axis point
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.UniqueValue">
<summary>
<para>Gets the unique value corresponding to the current axis point.
</para>
</summary>
<value>The unique value corresponding to the current axis point
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ViewerData.AxisPoint.Value">
<summary>
<para>Gets the value corresponding to the current axis point.
</para>
</summary>
<value>The value corresponding to the current axis point.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemGroupInteractivityOptions">
<summary>
<para>Contains options that control interactivity features, such as Master Filtering and drill-down.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemGroupInteractivityOptions.IsMasterFilter">
<summary>
<para>Gets or sets whether or not master filter items contained within the current <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> affect external dashboard items.
</para>
</summary>
<value><b>true</b>, if master filter items contained within the current <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> affect external dashboard items; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemGroupCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroupCollection.#ctor">
<summary>
<para>Initializes a new instance of the DashboardItemGroupCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemGroup">
<summary>
<para>Represents a group used to arrange dashboard items within a dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.#ctor">
<summary>
<para>Initializes a new instance of the DashboardItemGroup class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.Add(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Adds the specified dashboard item to the current DashboardItemGroup.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> object that is the dashboard item.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.AddRange(DevExpress.DashboardCommon.DashboardItem[])">
<summary>
<para>Appends an array of dashboard items to the current DashboardItemGroup.
</para>
</summary>
<param name="items">
An array of <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> objects representing dashboard items.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.Clear">
<summary>
<para>Removes all dashboard items from the current DashboardItemGroup.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.Contains(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Returns whether the current DashboardItemGroup contains the specified dashboard item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> object that is the dashboard item.
</param>
<returns><b>true </b>, if the current DashboardItemGroup contains the specified dashboard item; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.CreateCopy">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemGroup.Group">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemGroup.InteractivityOptions">
<summary>
<para>Provides access to options that control interactivity features, such as Master Filtering and drill-down.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroupInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemGroup.Items">
<summary>
<para>Gets dashboard items contained within the current DashboardItemGroup.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> objects contained within the current group.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.Remove(DevExpress.DashboardCommon.DashboardItem)">
<summary>
<para>Removes the specified dashboard item from the current DashboardItemGroup.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> object that is the dashboard item.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.GridSparklineColumn">
<summary>
<para>A sparkline column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridSparklineColumn.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the GridSparklineColumn class.
</para>
</summary>
<param name="measure">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides sparkline values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridSparklineColumn.Measure"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridSparklineColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridSparklineColumn class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridSparklineColumn.Measure">
<summary>
<para>Gets or sets a measure that provides sparkline values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides sparkline values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridSparklineColumn.ShowStartEndValues">
<summary>
<para>Gets or sets whether to display sparkline start/end values.
</para>
</summary>
<value><b>true</b>, to display sparkline start/end values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridSparklineColumn.SparklineOptions">
<summary>
<para>Provides access to options used to control sparkline appearance.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SparklineOptions"/> object containing options used to control sparkline appearance.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SparklineOptions">
<summary>
<para>Contains options used to control the sparkline appearance.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.SparklineOptions.HighlightMinMaxPoints">
<summary>
<para>Gets or sets whether or not to highlight the minimum/maximum points of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the minimum/maximum points of a sparkline; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.SparklineOptions.HighlightStartEndPoints">
<summary>
<para>Gets or sets whether or not to highlight the start/end points of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the start/end points of a sparkline; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.SparklineOptions.ViewType">
<summary>
<para>Gets or sets a sparkline view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SparklineViewType"/> enumeration value that specifies the sparkline view type.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SparklineViewType">
<summary>
<para>Lists values used to specify sparkline view types.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as <b>area</b>.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as <b>bars</b>.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a <b>line</b>.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSecondaryAxisY">
<summary>
<para>The chart's secondary Y-axis.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartWindowDefinitionMode">
<summary>
<para>A window definition mode used to specify a window within the <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartWindowDefinitionMode.Arguments">
<summary>
<para>A calculation is performed through arguments.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartWindowDefinitionMode.ArgumentsAndSeries">
<summary>
<para>A calculation is performed through arguments, then series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartWindowDefinitionMode.Series">
<summary>
<para>A calculation is performed through series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartWindowDefinitionMode.SeriesAndArguments">
<summary>
<para>A calculation is performed through series, then arguments.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation">
<summary>
<para>Lists values that specify the orientation of layout items and groups within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation.Horizontal">
<summary>
<para>Items/groups within layout group are arranged horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DashboardLayoutGroupOrientation.Vertical">
<summary>
<para>Items/groups within layout group are arranged vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeSeriesType">
<summary>
<para>Lists values that specify the types of <b>Range</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.RangeArea">
<summary>
<para>The <b>Range Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.SideBySideRangeBar">
<summary>
<para>The <b>Range Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DifferenceTarget">
<summary>
<para>Lists values used to calculate differences in the <see cref="T:DevExpress.DashboardCommon.DifferenceCalculation"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceTarget.First">
<summary>
<para>A difference is calculated between the current value and the first value in a window.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceTarget.Last">
<summary>
<para>A difference is calculated between the current value and the last value in a window.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceTarget.Next">
<summary>
<para>A difference is calculated between the current value and the next value. If the current value is the last value in a window, a difference is not calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DifferenceTarget.Previous">
<summary>
<para>A difference is calculated between the current value and the previous value. If the current value is the first value in a window, a difference is not calculated.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService">
<summary>
<para>If implemented by a class, provides information about a data source used to create a data extract.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService.DataSources">
<summary>
<para>Gets data sources that can be used to create a data extract.
</para>
</summary>
<value>An array of DataSourceInfo objects.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService.GetDataMembers(System.String)">
<summary>
<para>Gets data members of the specified data source.
</para>
</summary>
<param name="dataSourceComponentName">
A <see cref="T:System.String"/> value that specifies the component name of the data source.
</param>
<returns>An array of <see cref="T:System.String"/> values that are data members of the specified data source.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService.GetDataSource(System.String)">
<summary>
<para>Gets a data source with the specified component name.
</para>
</summary>
<param name="dataSourceComponentName">
A <see cref="T:System.String"/> value that specifies the component name of the data source.
</param>
<returns>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DynamicListLookUpSettings">
<summary>
<para>Provides the look-up editor settings for dashboard parameters that are bound to a data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DynamicListLookUpSettings.#ctor">
<summary>
<para>Initializes a new instance of DynamicListLookUpSettings class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.DataMember">
<summary>
<para>Gets or sets a specific data member in a dashboard data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a data member in a dashboard data source.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.DataSource">
<summary>
<para>Gets or sets the data source for the dashboard parameter.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies a data source data source for the dashboard parameter.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.DataSourceName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.DisplayMember">
<summary>
<para>Gets or sets the data member for the dashboard parameter's display value.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data member for the dashboard parameter's display value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.SortByMember">
<summary>
<para>Gets or sets the data member whose values are used to apply sorting to displayed parameter values.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data member whose values are used to apply sorting to displayed parameter values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.SortOrder">
<summary>
<para>Gets or sets the sort order of parameter values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionSortOrder"/> enumeration value that specifies the sort order of parameter values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DynamicListLookUpSettings.ValueMember">
<summary>
<para>Gets or sets the data member for the dashboard parameter's value.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the data member for the dashboard parameter's value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.StaticListLookUpSettings">
<summary>
<para>Provides the look-up editor settings for dashboard parameters that are not bound to a data source.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.StaticListLookUpSettings.#ctor">
<summary>
<para>Initializes a new instance of StaticListLookUpSettings class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.StaticListLookUpSettings.Values">
<summary>
<para>Provides access to the list of static values for the dashboard parameter.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values specifying static values for the dashboard parameter.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ParameterLookUpSettings">
<summary>
<para>Serves as the base class for classes that provide the look-up editor settings for dashboard parameters.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ParameterLookUpSettings.Clone">
<summary>
<para>Creates a copy of the current ParameterLookUpSettings instance.
</para>
</summary>
<returns>An ParameterLookUpSettings object that represents an exact copy of the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardParameterCollection">
<summary>
<para>Represents a collection of <see cref="T:DevExpress.DashboardCommon.DashboardParameter"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameterCollection.#ctor">
<summary>
<para>Initializes a new instance of the DashboardParameterCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardParameterCollection.Clone">
<summary>
<para>Creates a copy of the current DashboardParameterCollection object.
</para>
</summary>
<returns>A DashboardParameterCollection object which is a copy of the current object.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.ScatterChartAxis">
<summary>
<para>A scatter chart's axis.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardDataLoadingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.DataLoading"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardDataLoadingEventHandler.Invoke(System.Object,DevExpress.DashboardCommon.DashboardDataLoadingEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.DashboardCommon.Dashboard.DataLoading"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnFixedWidthType">
<summary>
<para>Lists values that specify the mode used to manage the width of individual columns.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnFixedWidthType.FitToContent">
<summary>
<para>The column has the fixed width required to completely display its content.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnFixedWidthType.FixedWidth">
<summary>
<para>The column has a fixed width. Use the <see cref="P:DevExpress.DashboardCommon.GridColumnBase.FixedWidth"/> property to specify the fixed column width.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnFixedWidthType.Weight">
<summary>
<para>The column has the fixed relative width. Use the <see cref="P:DevExpress.DashboardCommon.GridColumnBase.Weight"/> property to specify the column relative width.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnTotalCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.GridColumnTotal"/> objects that are totals calculated based on Grid column values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnTotalCollection.#ctor">
<summary>
<para>Initializes a new instance of the GridColumnTotalCollection class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnTotalCollection.Add(DevExpress.DashboardCommon.GridColumnTotalType)">
<summary>
<para>Add a new total with the specified type to the <see cref="T:DevExpress.DashboardCommon.GridColumnTotalCollection"/> collection.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.GridColumnTotalType"/> object that is a total type.
</param>
<returns>A <see cref="GridColumnTotal"/> object that is a column total.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnTotal">
<summary>
<para>A total calculated based on Grid column values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnTotal.#ctor(DevExpress.DashboardCommon.GridColumnTotalType)">
<summary>
<para>Initializes a new instance of the GridColumnTotal class with specified type of summary function used to calculate a column total.
</para>
</summary>
<param name="totalType">
A <see cref="T:DevExpress.DashboardCommon.GridColumnTotalType"/> enumeration value specifying the total type.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnTotal.#ctor">
<summary>
<para>Initializes a new instance of the GridColumnTotal class.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridColumnTotal.TotalType">
<summary>
<para>Gets or sets the summary function type used to calculate a total for the Grid column.
</para>
</summary>
<value>A <see cref="GridColumnTotalType"/> enumeration value specifying the total type.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnTotalType">
<summary>
<para>Lists values that specify the summary function used to calculate a total for the Grid column.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Auto">
<summary>
<para>The total is calculated based on values of the corresponding data field from the underlying data source. In this case, the <see cref="P:DevExpress.DashboardCommon.Measure.SummaryType"/> property value is taken into account to calculate the total. Note that the <see cref="F:DevExpress.DashboardCommon.GridColumnTotalType.Auto"/> type is not supported when the Grid is bound to an OLAP data source.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Avg">
<summary>
<para>The average value of a column.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Count">
<summary>
<para>The number of records.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Max">
<summary>
<para>The maximum value in a column.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Min">
<summary>
<para>The minimum value in a column.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Sum">
<summary>
<para>The sum of all values in a column.
<para>
</para>
</para>
</summary>
</member>
</members>
</doc>