You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19970 lines
1.0 MiB
19970 lines
1.0 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<assembly>
|
|
<name>DevExpress.Dashboard.v20.1.Core</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="N:DevExpress.DashboardCommon">
|
|
<summary>
|
|
<para>Contains classes that implement the core DevExpress Dashboard functionality.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.AbsoluteVariationNumericFormat">
|
|
<summary>
|
|
<para>Contains format settings for numeric delta values expressed as absolute variations.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.AbsoluteVariationNumericFormat.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.AbsoluteVariationNumericFormat"/> class.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.AppearanceSettings"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.#ctor(DevExpress.DashboardCommon.FormatConditionAppearanceType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.Drawing.Color,System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.AppearanceSettings"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.AppearanceSettings"/> instance; otherwise false.</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 foreground color.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the foreground color.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.AppearanceSettings.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.AppearanceSettings"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.#ctor(DevExpress.DashboardCommon.FormatConditionAppearanceType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.BarStyleSettings.#ctor(System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> class.</para>
|
|
</summary>
|
|
<param name="color">A <see cref="T:System.Drawing.Color"/> value that specifies a custom 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 <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.BarStyleSettings"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.BarStyleSettings.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.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.BeforeExportDocumentEventArgs">
|
|
<summary>
|
|
<para>Provides data for the BeforeExportDocument events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.ExcelExportOptions">
|
|
<summary>
|
|
<para>Gets options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.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="M:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.HideItem(System.Predicate{DevExpress.DashboardCommon.DashboardItem})">
|
|
<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="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="P:DevExpress.DashboardCommon.BeforeExportDocumentEventArgs.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.BeforeExportDocumentEventArgs.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.BeforeExportDocumentEventArgs.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.BeforeExportDocumentEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the BeforeExportDocument 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.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.BoundImageDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.DashboardCommon.ImageSizeMode"/> enumeration member that specifies how an image is positioned within an <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.CalculatedField.#ctor(System.String,System.String,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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 <see cref="T:DevExpress.DashboardCommon.CalculatedFieldCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CalculatedFieldCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Adds a new calculated field with the specified expression to the <see cref="T:DevExpress.DashboardCommon.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)">
|
|
<summary>
|
|
<para>Adds a new calculated field with the specified expression and name to the <see cref="T:DevExpress.DashboardCommon.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,System.String,DevExpress.DashboardCommon.CalculatedFieldType)">
|
|
<summary>
|
|
<para>Adds a new calculated field with the specified expression, name and type to the <see cref="T:DevExpress.DashboardCommon.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,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.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.Card">
|
|
<summary>
|
|
<para>A card template used to display a series of cards in 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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 to show a sparkline within a <see cref="T:DevExpress.DashboardCommon.Card"/>.</para>
|
|
</summary>
|
|
<value>true, to show a sparkline within a <see cref="T:DevExpress.DashboardCommon.Card"/>; otherwise, false.</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.CardCenteredLayoutTemplate">
|
|
<summary>
|
|
<para>The Centered 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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.CardCollection"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardCompactLayoutTemplate">
|
|
<summary>
|
|
<para>The Compact 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 <see cref="T:DevExpress.DashboardCommon.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.CardCustomLayoutTemplate">
|
|
<summary>
|
|
<para>The Custom 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 <see cref="T:DevExpress.DashboardCommon.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.CardDashboardItem">
|
|
<summary>
|
|
<para>A Card dashboard item that displays a series of KPI elements (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 <see cref="T:DevExpress.DashboardCommon.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.FormatRules">
|
|
<summary>
|
|
<para>Provides access to format rules of the Card dashboard item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardItemFormatRuleCollection"/> object that is a collection of Card format rules.</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.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.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 <see cref="T:DevExpress.DashboardCommon.CardElementCollection"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement">
|
|
<summary>
|
|
<para>Lists values that specify the card's layout elements to which the format rule applies.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.AbsoluteVariation">
|
|
<summary>
|
|
<para>A card's layout element that displays an absolute variation value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.ActualValue">
|
|
<summary>
|
|
<para>A card's layout element that displays an actual value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.AllElements">
|
|
<summary>
|
|
<para>All layout elements in the card.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.CardName">
|
|
<summary>
|
|
<para>A card's layout element that displays a card's name.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.Indicator">
|
|
<summary>
|
|
<para>A card's layout element that displays the delta indicator.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.PercentOfTarget">
|
|
<summary>
|
|
<para>A card's layout element that displays the ratio of the actual value to the target value in percent.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.PercentVariation">
|
|
<summary>
|
|
<para>A card's layout element that displays the percent variation between actual and target values.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.Subtitle">
|
|
<summary>
|
|
<para>A card's layout element that displays a subtitle.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.TargetValue">
|
|
<summary>
|
|
<para>A card's layout element that displays a target value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.Title">
|
|
<summary>
|
|
<para>A card's layout element that displays a card's title.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that is a card's layout element.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardFormatRuleLayoutElement.ToString">
|
|
<summary>
|
|
<para>Returns the string that represents the current object.</para>
|
|
</summary>
|
|
<returns>A string that is a value of the <see cref="T:DevExpress.DashboardCommon.CalculatedField"/> object.</returns>
|
|
</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.CardItemDeltaFormatRule">
|
|
<summary>
|
|
<para>A format rule that is calculated by delta and used to apply conditional formatting to the Card dashboard item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemDeltaFormatRule.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemDeltaFormatRule"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemDeltaFormatRule.#ctor(DevExpress.DashboardCommon.Card)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemDeltaFormatRule"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="card">A <see cref="T:DevExpress.DashboardCommon.Card"/> object that is used to display a series of cards in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemDeltaFormatRule.#ctor(DevExpress.DashboardCommon.Card,DevExpress.DashboardCommon.DeltaValueType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemDeltaFormatRule"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="card">A <see cref="T:DevExpress.DashboardCommon.Card"/> object that is used to display a series of cards in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.</param>
|
|
<param name="deltaValueType">A <see cref="T:DevExpress.DashboardCommon.DeltaValueType"/> enumeration value that identifies a delta value type.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemDeltaFormatRule.#ctor(DevExpress.DashboardCommon.Card,DevExpress.DashboardCommon.DeltaValueType,DevExpress.DashboardCommon.CardFormatRuleLayoutElement)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemDeltaFormatRule"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="card">A <see cref="T:DevExpress.DashboardCommon.Card"/> object that is used to display a series of cards in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.</param>
|
|
<param name="deltaValueType">A <see cref="T:DevExpress.DashboardCommon.DeltaValueType"/> enumeration value that identifies a delta value type.</param>
|
|
<param name="layoutElementType">A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that specifies the card's layout elements to which the format rule applies.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemDeltaFormatRule.Card">
|
|
<summary>
|
|
<para>Gets or sets a card that is used to calculate a delta format rule.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Card"/> object used to display a series of cards in the <see cref="T:DevExpress.DashboardCommon.CardDashboardItem"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemDeltaFormatRule.DeltaValueType">
|
|
<summary>
|
|
<para>Gets or sets the delta type according to which a condition is calculated.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DeltaValueType"/> enumeration value that specifies the delta value type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemDeltaFormatRule.IsValid">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardItemFormatRule">
|
|
<summary>
|
|
<para>A format rule that is calculated by data items and used to apply conditional formatting to the Card dashboard item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemFormatRule.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemFormatRule"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemFormatRule"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="dataItem">A <see cref="T:DevExpress.DashboardCommon.DataItem"/> object by whose values a format rule is calculated.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem,DevExpress.DashboardCommon.CardFormatRuleLayoutElement)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemFormatRule"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="dataItem">A <see cref="T:DevExpress.DashboardCommon.DataItem"/> object for whose values a format rule applies.</param>
|
|
<param name="layoutElementType">A <see cref="T:DevExpress.DashboardCommon.CardFormatRuleLayoutElement"/> object that specifies the card's layout elements to which the format rule applies.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemFormatRule.DataItem">
|
|
<summary>
|
|
<para>Gets or sets the data item by whose values a format rule is calculated.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DataItem"/> that is measure or dimension.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardItemFormatRuleBase">
|
|
<summary>
|
|
<para>Serves as the base class for classes that are format rules for the Card item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemFormatRuleBase.ApplyToLayoutElement">
|
|
<summary>
|
|
<para>Gets or sets the Card dashboard item's layout element to apply conditional formatting.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CardRowDataElementType"/> value that identifies the Card dashboard item's layout element.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardItemFormatRuleBase.IsValid">
|
|
<summary>
|
|
<para>Gets whether the current format rule is properly specified.</para>
|
|
</summary>
|
|
<value>true, if the current format rule is properly specified; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemFormatRuleBase.SetLayoutElementApplyTo(System.String)">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<param name="elementName">A <see cref="T:System.String"/> object.</param>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardItemFormatRuleCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.DashboardCommon.CardItemFormatRuleBase"/> descendants that are format rules for the Card item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardItemFormatRuleCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardItemFormatRuleCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.CardLayout"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardLayout.Clone">
|
|
<summary>
|
|
<para>Creates a copy of the current <see cref="T:DevExpress.DashboardCommon.CardLayout"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.CardLayoutTemplate"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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">An <see cref="T:System.Xml.Linq.XElement"/> instance that is the parent XML element.</param>
|
|
<param name="xmlName">A child element name.</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">An <see cref="T:System.Xml.Linq.XElement"/> instance that is the parent XML element.</param>
|
|
<param name="xmlName">A child element name.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardLayoutTemplateElement.Visible">
|
|
<summary>
|
|
<para>Gets or sets whether the current visual element is visible.</para>
|
|
</summary>
|
|
<value>true, to display the current visual element; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardLightweightLayoutTemplate">
|
|
<summary>
|
|
<para>The Lightweight 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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.CardRowCollection"/> class.</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 <see cref="T:DevExpress.DashboardCommon.CardRowDataElement"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.CardRowDataElement.#ctor(DevExpress.DashboardCommon.CardRowDataElementType,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single},DevExpress.DashboardCommon.CardPredefinedColor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single},System.Nullable{System.Drawing.Color})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single},DevExpress.DashboardCommon.CardPredefinedColor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.Int32,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single},System.Nullable{System.Drawing.Color})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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 Actual 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 Target placeholder.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CardRowDataElementType.Title">
|
|
<summary>
|
|
<para>Displays values of the last (bottommost) dimension placed in the Series section.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.CardRowElementBase"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.CardRowTextElement"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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{System.Single})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.CardRowTextElement.#ctor(System.String,DevExpress.DashboardCommon.CardHorizontalAlignment,System.Nullable{System.Single},DevExpress.DashboardCommon.CardPredefinedColor)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.Nullable{System.Single},System.Nullable{System.Drawing.Color})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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.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 <see cref="T:DevExpress.DashboardCommon.CardSparklineRow"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CardSparklineRow.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CardSparklineRow"/> class.</para>
|
|
</summary>
|
|
<param name="height">An integer value that specifies the height of the current <see cref="T:DevExpress.DashboardCommon.CardSparklineRow"/> in pixels.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CardSparklineRow.Height">
|
|
<summary>
|
|
<para>Gets or sets the height of the current <see cref="T:DevExpress.DashboardCommon.CardSparklineRow"/> in pixels.</para>
|
|
</summary>
|
|
<value>An integer value that specifies the height of the current <see cref="T:DevExpress.DashboardCommon.CardSparklineRow"/> in pixels.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CardStretchedLayoutTemplate">
|
|
<summary>
|
|
<para>The Stretched 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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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.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>true, to apply conditional formatting to the entire row; otherwise, false.</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>true, if the current format rule is properly specified; otherwise, false.</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="M:DevExpress.DashboardCommon.ChartAxis.BeginInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ChartAxis.CurrencyCultureNameProvider">
|
|
<summary>
|
|
<para>For internal use. Provides access to an interface that exposes a culture name.</para>
|
|
</summary>
|
|
<value>Provides a culture name.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ChartAxis.EndInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ChartAxis.NumericFormat">
|
|
<summary>
|
|
<para>Gets the numeric display format the chart axis data uses.</para>
|
|
</summary>
|
|
<value>Contains format settings for numeric values, including the precision, unit, currency and format type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ChartAxis.Reverse">
|
|
<summary>
|
|
<para>Gets or sets whether the axis is reversed.</para>
|
|
</summary>
|
|
<value>true, to reverse the axis; otherwise, false.</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 the title of the chart's axis is visible.</para>
|
|
</summary>
|
|
<value>true, if the title of the chart's axis is visible; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ChartAxis.Visible">
|
|
<summary>
|
|
<para>Gets or sets whether the chart's axis is visible.</para>
|
|
</summary>
|
|
<value>true, if the chart's axis is visible; otherwise, false.</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>Initializes a new instance of the ChartAxisX class contained in the specified ChartDashboardItem with default DateTime display settings.</para>
|
|
</summary>
|
|
<param name="container">A <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/> object containing a chart X-Axis.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ChartAxisX.DateTimeFormat">
|
|
<summary>
|
|
<para>Gets the date and time display format the chart axis data uses.</para>
|
|
</summary>
|
|
<value>Contains format settings for date and time values</value>
|
|
</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>true, to enable zooming for the current X-axis; otherwise, false.</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>true, to limit the number of visible points; otherwise, false.</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.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>true, to always show the zero level of the Y-axis; otherwise, false.</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>true, if the logarithmic scale should be used; otherwise, false.</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>true, to show grid lines for a Y-axis; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.ChartContext">
|
|
<summary>
|
|
<para>Provides a connection between data item containers from the Values section and series from an underlying control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ChartContext.GetControlSeries(DevExpress.DashboardCommon.ChartSeries)">
|
|
<summary>
|
|
<para>Returns a collection of the <see cref="T:DevExpress.XtraCharts.Series"/> objects that corresponds to the specified ChartSeries (a data item container from the Values section).</para>
|
|
</summary>
|
|
<param name="chartSeries">A ChartSeries object for which the corresponding series are returned.</param>
|
|
<returns>A collection of the Series objects that correspond to the specified ChartSeries.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ChartContext.GetDashboardItemSeries(DevExpress.DashboardCommon.ChartDashboardItem,DevExpress.XtraCharts.Series)">
|
|
<summary>
|
|
<para>Returns the ChartSeries object that corresponds to the specified control's Series.</para>
|
|
</summary>
|
|
<param name="dashboardItem">A Chart dashboard item for which you get the chart context.</param>
|
|
<param name="series">A Series object that is a visible series element.</param>
|
|
<returns>A ChartSeries object that corresponds to the specified parameters.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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>true, to rotate the chart; otherwise, false.</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.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.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.ChartLegend">
|
|
<summary>
|
|
<para>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 the chart's legend is placed inside the diagram.</para>
|
|
</summary>
|
|
<value>true, if the chart's legend is placed inside the diagram; otherwise, false.</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>true, if the chart's legend is visible; otherwise, false.</value>
|
|
</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.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.ChartPane">
|
|
<summary>
|
|
<para>A chart pane.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ChartPane.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.ChartPaneCollection"/> class.</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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to ignore empty points; otherwise, false.</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>true, to plot series using the secondary axis; otherwise, false.</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>true, to show point markers; otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.ChartSeriesCollection"/> class.</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.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>true, to include summary values in shape titles; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.ColorScheme"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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{DevExpress.DashboardCommon.MeasureDefinition})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.ConfigureOlapConnectionEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.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 ContentLineCount 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 ContentLineCount property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.ControlContext">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CustomDashboardItem">
|
|
<summary>
|
|
<para>A custom item that implements an additional item into the Web Dashboard. For internal use only.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CustomDashboardItem"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.ColoringOptions">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.ColorScheme">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.CustomItemType">
|
|
<summary>
|
|
<para>Specifies the item type.</para>
|
|
</summary>
|
|
<value>A string that identifies the item's type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.InteractivityOptions">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.InteractivityTargets">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomDashboardItem.SliceTables">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CustomDashboardItem.XmlCustomMetadata">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
<value></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.CustomExportEventArgs">
|
|
<summary>
|
|
<para>Provides data for the CustomExport events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomExportEventArgs.GetChartContext(System.String)">
|
|
<summary>
|
|
<para>Returns chart context for the specified Chart dashboard item.</para>
|
|
</summary>
|
|
<param name="dashboardItemName">The component name of the Gauge dashboard item.</param>
|
|
<returns>The chart context.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomExportEventArgs.GetGaugeContext(System.String)">
|
|
<summary>
|
|
<para>Returns gauge export context for the specified Gauge dashboard item.</para>
|
|
</summary>
|
|
<param name="dashboardItemName">The component name of the Gauge dashboard item.</param>
|
|
<returns>The gauge export context.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomExportEventArgs.GetPrintableControl(System.String)">
|
|
<summary>
|
|
<para>Gets a printable control corresponding to the specified dashboard item.</para>
|
|
</summary>
|
|
<param name="dashboardItemName">A string that is the dashboard item's component name.</param>
|
|
<returns>A printable control corresponding to the specified dashboard item.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomExportEventArgs.GetPrintableControls">
|
|
<summary>
|
|
<para>Gets printable controls corresponding to the exported dashboard items.</para>
|
|
</summary>
|
|
<returns>A collection of printable controls corresponding to the exported dashboard items.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomExportEventArgs.PrintableComponents">
|
|
<summary>
|
|
<para>Provides access to a dictionary containing dashboard item names and related PrintableComponents. For internal use.</para>
|
|
</summary>
|
|
<value>A dictionary containing dashboard item names and related PrintableComponents.</value>
|
|
</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.CustomExportEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.CustomItemWindowDefinition">
|
|
<summary>
|
|
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.CustomDashboardItem"/>. For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomItemWindowDefinition.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CustomItemWindowDefinition"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CustomizeExportDocumentEventArgs">
|
|
<summary>
|
|
<para>Provides data for the CustomizeExportDocument 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.CustomizeExportDocumentEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the CustomizeExportDocument 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.CustomNumericFormatMode">
|
|
<summary>
|
|
<para>Lists values used to specify a custom numeric format mode.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CustomNumericFormatMode.Disabled">
|
|
<summary>
|
|
<para>Custom format is disabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CustomNumericFormatMode.Enabled">
|
|
<summary>
|
|
<para>Custom format is enabled. You can set it in the UI and in code.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.CustomNumericFormatMode.Hidden">
|
|
<summary>
|
|
<para>Custom format is enabled. It is hidden from the UI, but you can set it in code.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.CustomPaletteEventArgs">
|
|
<summary>
|
|
<para>Provides data for the CustomPalette events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomPaletteEventArgs.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.CustomPaletteEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.CustomParametersEventArgs">
|
|
<summary>
|
|
<para>Provides data for the CustomParameters event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomParametersEventArgs.#ctor(System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 collection ob objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CustomParametersEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the CustomParameters 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.CustomProperties">
|
|
<summary>
|
|
<para>A collection of custom properties.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomProperties.AvailablePropertiesNames">
|
|
<summary>
|
|
<para>Returns an array of available custom property names.</para>
|
|
</summary>
|
|
<value>An array of available custom property names.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomProperties.GetValue(System.String)">
|
|
<summary>
|
|
<para>Returns a value for the custom property name.</para>
|
|
</summary>
|
|
<param name="propertyName">A custom property name.</param>
|
|
<returns>A custom property value.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomProperties.Item(System.String)">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<param name="name">A custom property name.</param>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomProperties.Remove(System.String)">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<param name="propertyName"></param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomProperties.SetValue(System.String,System.String)">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<param name="propertyName"></param>
|
|
<param name="propertyValue"></param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomProperties.ToString">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<returns></returns>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardCustomPropertyChanged"/> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardCustomPropertyChanged"/> events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs.#ctor(DevExpress.DashboardCommon.ICustomPropertyProvider,System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="owner">A provider for the <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> instance.</param>
|
|
<param name="propertyName">A custom property name.</param>
|
|
<param name="newPropertyValue">A new property value.</param>
|
|
<param name="oldPropertyValue">A previous property value.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs.Name">
|
|
<summary>
|
|
<para>Gets a custom property name for which the event is raised.</para>
|
|
</summary>
|
|
<value>A custom property name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs.NewValue">
|
|
<summary>
|
|
<para>Gets a new value that has been assigned to the custom property.</para>
|
|
</summary>
|
|
<value>A new value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs.OldValue">
|
|
<summary>
|
|
<para>Gets the custom property's previous value, which has been replaced by the new value.</para>
|
|
</summary>
|
|
<value>An old value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.CustomPropertyChangedEventArgs.Owner">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<value>A provider for the <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> instance.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.CustomPropertyChangedEventHandler">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<param name="sender"></param>
|
|
<param name="e"></param>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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>true, if the percent scale is used to define a set of colors; otherwise, false.</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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 into <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> 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="P:DevExpress.DashboardCommon.Dashboard.CustomProperties">
|
|
<summary>
|
|
<para>Gets custom properties available for the current dashboard.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> object that provides access to the dashboard's custom properties.</value>
|
|
</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 automatic updates are enabled for the current dashboard.</para>
|
|
</summary>
|
|
<value>true, to enable automatic updates; otherwise, false.</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.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="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="E:DevExpress.DashboardCommon.Dashboard.OptionsChanged">
|
|
<summary>
|
|
<para>Occurs after any option in the current <see cref="T:DevExpress.DashboardCommon.Dashboard"/> is 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">
|
|
<summary>
|
|
<para>Updates the dashboard layout tree according to the current dashboard object model with the default size settings.</para>
|
|
</summary>
|
|
</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 with the specified width and height.</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.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.DashboardConfigureDataConnectionEventArgs">
|
|
<summary>
|
|
<para>Provides data for ConfigureDataConnection 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 <see cref="T:DevExpress.DashboardCommon.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.DashboardConfigureDataConnectionEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the ConnectionError 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.DashboardConnectionErrorEventArgs">
|
|
<summary>
|
|
<para>Provides data for ConnectionError 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 <see cref="T:DevExpress.DashboardCommon.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.DashboardConnectionErrorEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the ConnectionError 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.DashboardConnectionException">
|
|
<summary>
|
|
<para>The exception that occurs when there is a problem with a connection to a database.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardConnectionException.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardConnectionException"/> class.</para>
|
|
</summary>
|
|
<param name="message">A <see cref="T:System.String"/> object that contains the exception message.</param>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardCustomAssemblyLoadingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the CustomAssemblyLoading 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 <see cref="T:DevExpress.DashboardCommon.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>true, to allow loading a custom assembly; otherwise, false.</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.DashboardCustomAssemblyLoadingEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the CustomAssemblyLoading 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.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 <see cref="T:DevExpress.DashboardCommon.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.DashboardCustomFilterExpressionEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.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>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.ChartSeriesAxis">
|
|
<summary>
|
|
<para>Identifies a series axis in a chart and pie.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.DefaultAxis">
|
|
<summary>
|
|
<para>Identifies a single axis in the data-bound dashboard items.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.PivotColumnAxis">
|
|
<summary>
|
|
<para>Identifies a pivot column axis.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.PivotRowAxis">
|
|
<summary>
|
|
<para>Identifies a pivot row axis.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardDataAxisNames.SparklineAxis">
|
|
<summary>
|
|
<para>Identifies a sparkline axis in a grid and cards.</para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs.#ctor(DevExpress.DashboardCommon.IDashboardDataSource,System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs"/> 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="parameters">A collection of dashboard parameters.</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="P:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs.OverwriteDataSourceProperty">
|
|
<summary>
|
|
<para>Specifies whether the DataSource and DataMember properties of the DashboardObjectDataSource are set when data is supplied in the event handler.</para>
|
|
</summary>
|
|
<value>True, to set the DataSource and DataMember properties; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardDataLoadingEventArgs.Parameters">
|
|
<summary>
|
|
<para>Provides access to dashboard parameters required to modify your data query.</para>
|
|
</summary>
|
|
<value>A collection of dashboard parameters.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardDataLoadingEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.DashboardDataLoadingException">
|
|
<summary>
|
|
<para>The exception that occurs during loading data to a data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardDataLoadingException.#ctor(System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DataLoadingError})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardDataLoadingException"/> class.</para>
|
|
</summary>
|
|
<param name="errors">A collection of errors that occur during loading data to a data source.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardDataLoadingException.Errors">
|
|
<summary>
|
|
<para>Gets errors that occur during loading data to a data source.</para>
|
|
</summary>
|
|
<value>A collection of errors that occur during loading data to a data source.</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 <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that contains the current <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Index">
|
|
<summary>
|
|
<para>Gets the index of the current <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> in the <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/>.</para>
|
|
</summary>
|
|
<value>An integer value that is the zero-based index of the current <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardDataRow.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual elements in the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/>.</para>
|
|
</summary>
|
|
<value>A integer value that represents the number of elements in the <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/>.</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.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 <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.#ctor(DevExpress.DashboardCommon.DashboardDataSourceModel)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardDataSourceModel.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</returns>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardEFDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardEFDataSource.#ctor(DevExpress.DataAccess.EntityFramework.EFConnectionParameters)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,DevExpress.DataAccess.EntityFramework.EFConnectionParameters)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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>true, if the connection to a data source is established; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.DashboardExcelDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardExcelDataSource.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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{DevExpress.Data.IParameter})">
|
|
<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 Fill 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 is locked when the data source loads data.</para>
|
|
</summary>
|
|
<value>true, to lock the user interface while data is being loaded to the data source; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to add the state of master filter items to the exported document; otherwise, false.</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>true, to add current parameter values to the exported document; otherwise, false.</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>true, to add current values of a hidden parameter to the exported document; otherwise, false.</value>
|
|
</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 Export to Excel command.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.ExportToImage">
|
|
<summary>
|
|
<para>An end-user executes the Export to Image command.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardExportAction.ExportToPdf">
|
|
<summary>
|
|
<para>An end-user executes the Export to PDF 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.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.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.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.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.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.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.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.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.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 <see cref="T:DevExpress.DashboardCommon.DashboardExtractDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardExtractDataSource.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DashboardExtractDataSource.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.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{DevExpress.Data.IParameter})">
|
|
<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 Fill 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">
|
|
<summary>
|
|
<para>Updates data in the data extract file.</para>
|
|
</summary>
|
|
</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(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="M:DevExpress.DashboardCommon.DashboardExtractDataSource.UpdateFile(DevExpress.DashboardCommon.DashboardExtractDataSource,System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult})">
|
|
<summary>
|
|
<para>Static method to update data in the data extract file. Allows you to prevent access to the file until the data is refreshed and the file is re-created.</para>
|
|
</summary>
|
|
<param name="dataSource">A <see cref="T:DevExpress.DashboardCommon.DashboardExtractDataSource"/> instance that is the data source to update.</param>
|
|
<param name="onDataUpdated">A <see cref="T:System.Action"/> delegate that specifies the action to perform when the data is updated.</param>
|
|
<param name="onFileUpdated">A <see cref="T:System.Action"/> delegate that specifies the action to perform when the file is re-created.</param>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardFederationDataSource">
|
|
<summary>
|
|
<para>A federated data source that retrieves data from different data sources.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardFederationDataSource.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardFederationDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardFederationDataSource.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardFederationDataSource"/> class with the specified name.</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.DashboardFederationDataSource.BeginInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardFederationDataSource.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.DashboardFederationDataSource.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.DashboardFederationDataSource.EndInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardFederationDataSource.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="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.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.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 Greater Than operator.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardFormatConditionComparisonType.GreaterOrEqual">
|
|
<summary>
|
|
<para>The Greater Than or Equal To operator.</para>
|
|
</summary>
|
|
</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.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.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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>true, to add the state of master filter items to the exported document; otherwise, false.</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>true, to add current parameter values to the exported document; otherwise, false.</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>true, to add current values of a hidden parameter to the exported document; otherwise, false.</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 1), 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.DashboardInternalException">
|
|
<summary>
|
|
<para>The exception that occurs during dashboard application execution.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardInternalException.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardInternalException"/> class.</para>
|
|
</summary>
|
|
<param name="message">A ()[xref:System.String] object that contains the exception message.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardInternalException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardInternalException"/> class.</para>
|
|
</summary>
|
|
<param name="message">A ()[xref:System.String] object that contains the exception message.</param>
|
|
<param name="innerException">A ()[xref:System.Exception] object that contains the inner exception.</param>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> object, which is a copy of the current dashboard item.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItem.CustomProperties">
|
|
<summary>
|
|
<para>Gets custom properties available for the current dashboard item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> object that provides access to the item's custom properties.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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>true, if the dashboard item has been disposed of; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItem.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of the dashboard item, displayed in its caption.</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.ParentContainer">
|
|
<summary>
|
|
<para>Gets or sets the dashboard item container (a group or a tab page) that stores the current item.</para>
|
|
</summary>
|
|
<value>A dashboard item group or tab page that stores the current 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>true, to show the caption; otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.DashboardItemCollection"/> class.</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 <see cref="T:DevExpress.DashboardCommon.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>true, 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.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 <see cref="T:DevExpress.DashboardCommon.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>true, if the current format rule is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardItemFormatRule.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardItemFormatRule"/> object is properly specified.</para>
|
|
</summary>
|
|
<value>true, if the current <see cref="T:DevExpress.DashboardCommon.DashboardItemFormatRule"/> object is properly specified; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.DashboardItemFormatRule"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardItemGroup.Contains(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Returns whether the current <see cref="T:DevExpress.DashboardCommon.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>true, if the current <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> contains the specified dashboard item; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.DashboardItemGroupCollection"/> class.</para>
|
|
</summary>
|
|
</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 external dashboard items can be filtered using master filter items contained in the current <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> / <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>true, if master filter items contained within the current <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> / <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/> affect external dashboard items; otherwise, false.</value>
|
|
</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>true, to enable drill-down; otherwise, false.</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>true, if this dashboard item should act as a Master Filter; otherwise, false.</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.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.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 <see cref="T:DevExpress.DashboardCommon.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 dashboard item layer.</para>
|
|
</summary>
|
|
<value>An integer value that specifies an index of the selected layer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItemState.TabPageName">
|
|
<summary>
|
|
<para>Gets the name of the tab page to which the dashboard item belongs.</para>
|
|
</summary>
|
|
<value>A string that is the tab page's name.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardItemVisualInteractivityBaseEventArgs">
|
|
<summary>
|
|
<para>Serves as a base class for classes that provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemVisualInteractivity"/> / <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemVisualInteractivity"/> / <see cref="E:DevExpress.DashboardWpf.DashboardControl.DashboardItemVisualInteractivity"/> events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItemVisualInteractivityBaseEventArgs.DashboardItemName">
|
|
<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"/> that is the component name of the dashboard item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItemVisualInteractivityBaseEventArgs.EnableHighlighting">
|
|
<summary>
|
|
<para>Gets or sets whether to enable highlighting for the current dashboard item.</para>
|
|
</summary>
|
|
<value>true, to enable highlighting; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardItemVisualInteractivityBaseEventArgs.SelectionMode">
|
|
<summary>
|
|
<para>Gets or sets the selection mode for dashboard item elements.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardWin.DashboardSelectionMode"/> enumeration value specifying the selection mode.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardJsonDataSource">
|
|
<summary>
|
|
<para>A data source that retrieves data stored in JSON format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardJsonDataSource.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardJsonDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardJsonDataSource.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardJsonDataSource"/> class with the specified name.</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.DashboardJsonDataSource.BeginInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardJsonDataSource.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.DashboardJsonDataSource.ComponentName">
|
|
<summary>
|
|
<para>Gets or sets the name of the data source component.</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.DashboardJsonDataSource.EndInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardJsonDataSource.Filter">
|
|
<summary>
|
|
<para>Gets or sets the logical expression used to filer data.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the logical expression to apply to the data for filtering.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardJsonDataSource.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 that contains an XML definition of the data source schema.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardJsonDataSource.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.DashboardJsonDataSource.SaveToXml">
|
|
<summary>
|
|
<para>Saves the XML definition of the JSON 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.DashboardLayoutGroup">
|
|
<summary>
|
|
<para>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 <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroup"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DashboardLayoutGroup.#ctor(DevExpress.DashboardCommon.DashboardLayoutGroupOrientation,DevExpress.DashboardCommon.DashboardItem,System.Double,DevExpress.DashboardCommon.DashboardLayoutNode[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.DashboardLayoutGroupOrientation,System.Double,DevExpress.DashboardCommon.DashboardLayoutNode[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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>true, if the subtree of the current layout group contains the layout item that displays the specified dashboard item; otherwise, false.</returns>
|
|
</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>true, if the subtree of the current layout group contains the specified layout item/group; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.ContainsRecursive(DevExpress.DashboardCommon.DashboardTabPage)">
|
|
<summary>
|
|
<para>Indicates whether the subtree of the current layout group contains the specified layout tab page.</para>
|
|
</summary>
|
|
<param name="tabPage">The <see cref="T:DevExpress.DashboardCommon.DashboardTabPage"/> descendant that specifies the layout tab page.</param>
|
|
<returns>true, if the subtree of the current layout group contains the specified layout tab page; otherwise, false.</returns>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardLayoutGroup.DefaultOrientation">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Searches the layout tree recursively and returns the layout item for the specified dashboard item.</para>
|
|
</summary>
|
|
<param name="dashboardItem">A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that is 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 null (Nothing in Visual Basic) if the required layout item is not found.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.DashboardItemGroup)">
|
|
<summary>
|
|
<para>Searches the layout tree recursively and returns the layout group for the specified dashboard item group.</para>
|
|
</summary>
|
|
<param name="itemGroup">A <see cref="T:DevExpress.DashboardCommon.DashboardItemGroup"/> object that is the required dashboard item group.</param>
|
|
<returns>The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutGroup"/> object that is the layout group for the specified dashboard item group. Returns null (Nothing in Visual Basic) if the required layout item is not found.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.DashboardTabPage)">
|
|
<summary>
|
|
<para>Searches the layout tree recursively and returns the layout tab page for the specified dashboard tab page.</para>
|
|
</summary>
|
|
<param name="page">The <see cref="T:DevExpress.DashboardCommon.DashboardTabPage"/> object that is the required tab page.</param>
|
|
<returns>The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabPage"/> object that is a container used to arrange layout items and groups. Returns null (Nothing in Visual Basic) if the required layout item is not found.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.FindRecursive(DevExpress.DashboardCommon.TabContainerDashboardItem)">
|
|
<summary>
|
|
<para>Returns the layout tab container for the specified dashboard tab container item.</para>
|
|
</summary>
|
|
<param name="itemGroup">The <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/> object that is the required dashboard tab container item.</param>
|
|
<returns>The <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabContainer"/> object that is a container used to arrange layout tab pages within a dashboard. Returns null (Nothing in Visual Basic) if the required layout item is not found.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutGroup.GetDashboardItemsRecursive">
|
|
<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 and groups from the current layout group's subtree.</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="M:DevExpress.DashboardCommon.DashboardLayoutGroup.GetTabContainersRecursive">
|
|
<summary>
|
|
<para>Returns the collection of layout tab container 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 tab containers 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.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.DashboardLayoutItem">
|
|
<summary>
|
|
<para>Represents a layout item that displays a dashboard item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutItem"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutItem.#ctor(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(DevExpress.DashboardCommon.DashboardItem,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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.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.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.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.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.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.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.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.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.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)">
|
|
<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="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="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.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 <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNodeCollection"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardLayoutTabContainer">
|
|
<summary>
|
|
<para>A layout tab container used to arrange layout tab pages within a dashboard.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutTabContainer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabContainer"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutTabContainer.#ctor(DevExpress.DashboardCommon.TabContainerDashboardItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the DashboardLayoutTabContainer class for the specified dashboard tab container.</para>
|
|
</summary>
|
|
<param name="tabContainer">A TabContainerDashboardItem object specifying the dashboard tab container that will be displayed in 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.DashboardLayoutTabContainer.#ctor(DevExpress.DashboardCommon.TabContainerDashboardItem,System.Double,DevExpress.DashboardCommon.DashboardLayoutTabPage[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabContainer"/> class with the specified weight for the specified dashboard tab container .</para>
|
|
</summary>
|
|
<param name="tabContainer">A <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/> object specifying the dashboard tab container 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>
|
|
<param name="pages">An array of the layout tab pages in the container.</param>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardLayoutTabPage">
|
|
<summary>
|
|
<para>A layout tab page used to arrange layout items and groups.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutTabPage.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabPage"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutTabPage.#ctor(DevExpress.DashboardCommon.DashboardLayoutGroupOrientation,DevExpress.DashboardCommon.DashboardTabPage,DevExpress.DashboardCommon.DashboardLayoutNode[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabPage"/> class with the specified orientation for the specified dashboard item containing the specified layout nodes.</para>
|
|
</summary>
|
|
<param name="orientation">A DevExpress.DashboardCommon.DashboardLayoutGroupOrientation enumeration member that specifies how the dashboard layout items are arranged.</param>
|
|
<param name="page">A <see cref="T:DevExpress.DashboardCommon.DashboardTabPage"/> instance that is the tab page in the dashboard object model.</param>
|
|
<param name="items">An array of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendants that specify child layout items and groups.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardLayoutTabPage.#ctor(DevExpress.DashboardCommon.DashboardTabPage,DevExpress.DashboardCommon.DashboardLayoutNode[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardLayoutTabPage"/> class for the specified dashboard item containing the specified layout nodes.</para>
|
|
</summary>
|
|
<param name="page">A <see cref="T:DevExpress.DashboardCommon.DashboardTabPage"/> instance that is the tab page in the dashboard object model.</param>
|
|
<param name="items">An array of <see cref="T:DevExpress.DashboardCommon.DashboardLayoutNode"/> descendants that specify child layout items and groups.</param>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> class with no data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardObjectDataSource.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> class with predefined data.</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 <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> class with a specidied data source name.</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 <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> class with a specidied data source name and data.</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.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 <see cref="T:DevExpress.DashboardCommon.DashboardOlapDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardOlapDataSource.#ctor(DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.DashboardOlapDataSource.IsConnected">
|
|
<summary>
|
|
<para>Gets whether the connection to a cube in an MS Analysis Services database is established.</para>
|
|
</summary>
|
|
<value>true, if the connection to a cube in an MS Analysis Services database is established; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.DashboardOptionsChangedEventArgs"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardOptionsChangedEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.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.Collections.Generic.IEnumerable{System.Drawing.Color})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DashboardPalette.#ctor(System.Drawing.Color[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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>
|
|
<value>A default palette that contains colors used to paint dashboard item elements.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardPalette.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual elements in the <see cref="T:DevExpress.DashboardCommon.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.DashboardParameter">
|
|
<summary>
|
|
<para>A dashboard parameter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardParameter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardParameter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardParameter.#ctor(System.String,System.Type,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.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="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 all available parameter values are initially selected. This option has restrictions on dynamic look-up lists.</para>
|
|
</summary>
|
|
<value>true, to select all parameter values by default; otherwise, false.</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>true, to display a parameter's editor within the Dashboard Parameters dialog; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardParameterCollection">
|
|
<summary>
|
|
<para>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 <see cref="T:DevExpress.DashboardCommon.DashboardParameterCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardParameterCollection.Clone">
|
|
<summary>
|
|
<para>Creates a copy of the current <see cref="T:DevExpress.DashboardCommon.DashboardParameterCollection"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.DashboardCommon.DashboardParameterCollection"/> object which is a copy of the current object.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardParameterState"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardParameterState.#ctor(System.String,System.Object,System.Type)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to arrange cards automatically on the exported page; otherwise, false.</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>true, to automatically select the page orientation used to export the Chart dashboard item; otherwise, false.</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>true, to automatically select the page orientation used to export a dashboard; otherwise, false.</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>true, to add the state of master filter items to the exported document; otherwise, false.</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>true, to add current parameter values to the exported document; otherwise, false.</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>true, to arrange gauges automatically on the exported page; otherwise, false.</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>true, to change the size of the Grid dashboard item according to the width of the exported page; otherwise, false.</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>true, to add column headers to every page; otherwise, false.</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>true, to add current values of hidden parameter to the exported document; otherwise, false.</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>true, to automatically select the page orientation used to export the Map dashboard item; otherwise, false.</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>true, to arrange pies automatically on the exported page; otherwise, false.</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>true, to add column headers to every page; otherwise, false.</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>true, to automatically select the page orientation used to export the Range Filter dashboard item; otherwise, false.</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 1), 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>true, to automatically select the page orientation used to export the Treemap dashboard item; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to arrange cards automatically on the printed page; otherwise, false.</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>true, to automatically select the page orientation used to print the Chart dashboard item; otherwise, false.</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>true, to automatically select the page orientation used to print a dashboard; otherwise, false.</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>true, to add the state of master filter items to the printed document; otherwise, false.</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>true, to add current parameter values to the printed document; otherwise, false.</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>true, to arrange gauges automatically on the printed page; otherwise, false.</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>true, to change the size of the Grid dashboard item according to the width of the printed page; otherwise, false.</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>true, to add column headers to every page; otherwise, false.</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>true, to add current values of hidden parameter to the printed document; otherwise, false.</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>true, to automatically select the page orientation used to print the Map dashboard item; otherwise, false.</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>true, to arrange pies automatically on the printed page; otherwise, false.</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>true, to add column headers to every page; otherwise, false.</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>true, to automatically select the page orientation used to print the Range Filter dashboard item; otherwise, false.</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 1), 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>true, to automatically select the page orientation used to print the Treemap dashboard item; otherwise, false.</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.DashboardPrivateSettings">
|
|
<summary>
|
|
<para>Contains experimental settings that affect dashboard controls and their elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardPrivateSettings.CustomNumericFormatMode">
|
|
<summary>
|
|
<para>Gets or sets a custom numeric format for dashboard elements. Note that the custom format is not fully compatible between cross-platform solutions.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CustomNumericFormatMode"/> value that specifies a custom format mode.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardSpecialValues">
|
|
<summary>
|
|
<para>Provides access to the 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>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsErrorValue(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.ErrorValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The value to check.</param>
|
|
<returns>True, if the specified value is an <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.ErrorValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsNullValue(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The value to check.</param>
|
|
<returns>True, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsOlapNullValue(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The value to check.</param>
|
|
<returns>True, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsOthersValue(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The value to check.</param>
|
|
<returns>True, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSpecialValues.IsSpecialValue(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified value is any of the dashboard special values.</para>
|
|
</summary>
|
|
<param name="value">The value to check.</param>
|
|
<returns>True, if the specified value is any of the dashboard special values; otherwise, false.</returns>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue">
|
|
<summary>
|
|
<para>Represents a null value.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.OlapNullValue">
|
|
<summary>
|
|
<para>Represents a null value in OLAP mode.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue">
|
|
<summary>
|
|
<para>Represents an Others value.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardSqlDataSource">
|
|
<summary>
|
|
<para>A SQL data source that provides data for the dashboard.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardSqlDataSource.#ctor(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> class with the specified connection parameters.</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.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> class with the specified data source name.</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(System.String,DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> class with the specified data source name and connection parameters.</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 <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> class with the specified data source and existing data connection names.</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.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>true, if the connection to a data store is established; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardSqlDataSource.LockUIOnDataLoading">
|
|
<summary>
|
|
<para>Gets or sets whether the user interface is locked when the data source loads data.</para>
|
|
</summary>
|
|
<value>true, to lock the user interface while data is being loaded to the data source; otherwise, false.</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.DashboardState">
|
|
<summary>
|
|
<para>A data container for changes resulting from end-user interaction - selected master filter values, drill-down levels, Range Filter settings, dashboard item layers and current parameter values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardState.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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.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.DashboardTabPage">
|
|
<summary>
|
|
<para>A tab page in a <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPage.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardTabPage"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPage.Add(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Adds the specified dashboard item to the tab page.</para>
|
|
</summary>
|
|
<param name="item">A dashboard item to place in the tab page.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPage.AddRange(DevExpress.DashboardCommon.DashboardItem[])">
|
|
<summary>
|
|
<para>Adds the specified dashboard items to the tab page.</para>
|
|
</summary>
|
|
<param name="items">An array of dashboard items to add.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPage.Contains(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Determines whether a specified dashboard item is on the tab page.</para>
|
|
</summary>
|
|
<param name="item">The dashboard item to locate on a page.</param>
|
|
<returns>True, if the specified dashboard item is on the page; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardTabPage.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.DashboardTabPage.ParentContainer">
|
|
<summary>
|
|
<para>Hides the base class method. Always returns null.</para>
|
|
</summary>
|
|
<value>Always null.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPage.Remove(DevExpress.DashboardCommon.DashboardItem)">
|
|
<summary>
|
|
<para>Removes the specified dashboard item from a tab page.</para>
|
|
</summary>
|
|
<param name="item">The dashboard item to remove.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardTabPage.ShowItemAsTabPage">
|
|
<summary>
|
|
<para>Gets or sets whether to display a single dashboard item like a tab page.</para>
|
|
</summary>
|
|
<value>true, to display a single dashboard item as tab page; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardTabPageCollection">
|
|
<summary>
|
|
<para>A collection of DashboardTabPage objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardTabPageCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardTabPageCollection"/> class.</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 <see cref="T:DevExpress.DashboardCommon.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>true, to display the state of master filter items in the dashboard title; otherwise, false.</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>true, if the dashboard title is visible; otherwise, false.</value>
|
|
</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.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 arithmetic errors related to floating point calculations are processed by the Dashboard error handling mechanism.</para>
|
|
</summary>
|
|
<value>true, to process arithmetic errors related to floating point calculations using the Dashboard error handling mechanism; otherwise, false.</value>
|
|
</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 Slice and Dice 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 Squarified 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 Striped layout algorithm. This algorithm is a modified version of the Squarified algorithm. The main difference is that tiles lay out in vertical/horizontal strips of varying thicknesses.</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.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 <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataRow"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that contains the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DashboardXpoDataSource">
|
|
<summary>
|
|
<para>Retrieves data from XPO (eXpress Persistent Objects).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardXpoDataSource.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardXpoDataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardXpoDataSource.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DashboardXpoDataSource"/> class with the specified name.</para>
|
|
</summary>
|
|
<param name="name">A <see cref="T:System.String"/> that specifies the name of the data source.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardXpoDataSource.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.DashboardXpoDataSource.ComponentName">
|
|
<summary>
|
|
<para>Gets or sets the name of the data source component.</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.DashboardXpoDataSource.DataProcessingMode">
|
|
<summary>
|
|
<para>Gets or sets the data processing mode.</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.DashboardXpoDataSource.Fill(System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter})">
|
|
<summary>
|
|
<para>Retrieves the data from the data source and populates the internal object collection.</para>
|
|
</summary>
|
|
<param name="sourceParameters">A collection of <see cref="T:DevExpress.Data.IParameter"/> objects passed to the method implementation.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardXpoDataSource.Filter">
|
|
<summary>
|
|
<para>Gets or sets the logical expression used to filer data.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the logical expression to apply to the data for filtering.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardXpoDataSource.FilterString">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DashboardXpoDataSource.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 that contains an XML definition of the data source schema.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DashboardXpoDataSource.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.DashboardXpoDataSource.SaveToXml">
|
|
<summary>
|
|
<para>Saves the XML definition of the JSON 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.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>true, to ignore filtering applied by Master Filters; otherwise, false.</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>true, if this dashboard item displays only a part of its data in order to retain performance; otherwise, false.</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>true, to apply filtering to dashboard items that display data from other data sources; otherwise, false.</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.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>true, to show grand totals for the current measure; otherwise, false.</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>true, to show totals for the current data item; otherwise, false.</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>true, to display summary values corresponding to the current measure; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.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.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.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="P:DevExpress.DashboardCommon.DataItemContainer.CustomProperties">
|
|
<summary>
|
|
<para>Gets custom properties available for the current data item container.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> object that provides access to the data item container's custom properties.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataItemContainer.Dispose">
|
|
<summary>
|
|
<para>Releases resources associated with a <see cref="T:DevExpress.DashboardCommon.DataItemContainer"/> instance.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.DataItemContainerCollection`1"/> class</para>
|
|
</summary>
|
|
</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.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 <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataItemDefinition.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DataItemDefinition"/> object.</returns>
|
|
</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="P:DevExpress.DashboardCommon.DataItemNumericFormat.CustomFormatString">
|
|
<summary>
|
|
<para>Gets or sets a custom format string.</para>
|
|
</summary>
|
|
<value>A custom format string.</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>true, to insert separators between digit groups; otherwise, false.</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.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.123.456 -> $123.46 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Custom">
|
|
<summary>
|
|
<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.1234.567 -> 1,234.57 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Percent">
|
|
<summary>
|
|
<para>Number multiplied by 100 and displayed with a percent symbol.-0.39678 -> -39.7 % (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Scientific">
|
|
<summary>
|
|
<para>Exponential notation.1052.0329112756 -> 1.052033E+003 (en-US)</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 three 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.12,345,678,901 -> 12.34B (in the en-US culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to 2)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Millions">
|
|
<summary>
|
|
<para>Values are converted to millions.123,456,789 -> 123.4M (in the en-US culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to 1)</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.1,234 -> 1.234K (in the en-US culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to 3)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DataLoadingError">
|
|
<summary>
|
|
<para>An error occurred during loading data to a data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataLoadingError.#ctor(System.String,System.String,System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new DataLoadingError instance with the specified settings.</para>
|
|
</summary>
|
|
<param name="dataSourceName">A data source name.</param>
|
|
<param name="error">A text that informs the user about the error.</param>
|
|
<param name="innerException">An exception raised when an error occurs.</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 that describes the 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="P:DevExpress.DashboardCommon.DataLoadingError.InnerException">
|
|
<summary>
|
|
<para>Gets or sets the inner exception that the data loading process throws.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Exception"/> containing information about the current data loading error.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DataLoadingErrorEventArgs">
|
|
<summary>
|
|
<para>Provides data for the DataLoadingError events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataLoadingErrorEventArgs.#ctor(System.Collections.Generic.List{DevExpress.DashboardCommon.DataLoadingError})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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>true, if no default actions are required when data loading errors occur; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DataLoadingErrorEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the DataLoadingError 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.DataLoadingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the DataLoading events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataLoadingEventArgs.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DataLoadingEventArgs.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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>
|
|
<param name="parameters">A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</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="P:DevExpress.DashboardCommon.DataLoadingEventArgs.OverwriteDataSourceProperty">
|
|
<summary>
|
|
<para>Specifies whether the DataSource and DataMember properties of the DashboardObjectDataSource are set when data is supplied in the event handler.</para>
|
|
</summary>
|
|
<value>True, to set the DataSource and DataMember properties; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DataLoadingEventArgs.Parameters">
|
|
<summary>
|
|
<para>Provides access to parameter values passed to the object data source.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.Data.IParameter"/> objects that are parameters passed to the object data source.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DataLoadingEventHandler">
|
|
<summary>
|
|
<para>References a method that handles DataLoading 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.DataProcessingMode">
|
|
<summary>
|
|
<para>Lists values used to specify the data processing mode.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DataProcessingMode.Client">
|
|
<summary>
|
|
<para>In-memory mode in which all data is stored in the application's memory and the data engine operates without being connected to the database servers.</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.DataSource">
|
|
<summary>
|
|
<para>A data source that provides data for the dashboard.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSource"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(DevExpress.DashboardCommon.OlapDataProvider)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(DevExpress.DashboardCommon.SqlDataProvider)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.OlapDataProvider)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,DevExpress.DashboardCommon.SqlDataProvider)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.String,System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 a 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 the dashboard data provider is used to supply the current data source with data.</para>
|
|
</summary>
|
|
<value>true, if the dashboard data provider is used to supply the current data source with data; otherwise, false.</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 the current data source supports server-side data processing.</para>
|
|
</summary>
|
|
<value>true, if the current data source supports server-side data processing; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.DataSourceCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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>Obtains 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.DataSourceFilterContainsAggrFunctionException">
|
|
<summary>
|
|
<para>Occurs when the Object or Excel data source attempts to apply a filter containing the Aggr function.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DataSourceFilterContainsAggrFunctionException.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceFilterContainsAggrFunctionException"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="N:DevExpress.DashboardCommon.DataSourceWizard">
|
|
<summary>
|
|
<para>Contains classes that provide functionality to the Data Source wizard page presenters.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService">
|
|
<summary>
|
|
<para>Provides information about a data source and data members.</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.DateFilterArrangementMode">
|
|
<summary>
|
|
<para>Lists values used to specify how the DateFilter dashboard item arranges quick filter elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterArrangementMode.AutoHeight">
|
|
<summary>
|
|
<para>Elements are arranged in horizontal order in a row and moved to the next row(s) when the Date Filter's width is not sufficient. In a dashboard with several dashboard items laid out vertically, the Date Filter's height is set to the minimum value required to fit Date Filter elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterArrangementMode.Horizontal">
|
|
<summary>
|
|
<para>Elements are arranged in horizontal order in a row and moved to the next row(s) when the Date Filter's width is not sufficient.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterArrangementMode.Vertical">
|
|
<summary>
|
|
<para>Elements are arranged in vertical order in a column and moved to the next column(s) when the Date Filter item's height is not sufficient.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DateFilterDashboardItem">
|
|
<summary>
|
|
<para>A Date Filter dashboard item that allows end users to filter other dashboard items by date-time values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DateFilterDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DateFilterDashboardItem"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.ArrangementMode">
|
|
<summary>
|
|
<para>Gets or sets a layout of the elements inside the Date Filter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DateFilterArrangementMode"/> enumeration member that specifies how the DateFilter item organizes its elements.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.DatePickerLocation">
|
|
<summary>
|
|
<para>Gets or sets the Date Picker's location in the Date Filter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DatePickerLocation"/> value that specifies the Date Picker's location.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.DateTimePeriods">
|
|
<summary>
|
|
<para>Gets a collection of date-time periods used as Quick Filters.</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.DateFilterDashboardItem.DefaultDateTimePeriodName">
|
|
<summary>
|
|
<para>Gets or sets the name of the predefined period that the Date Filter selects initially.</para>
|
|
</summary>
|
|
<value>A string that is the prefdefined period's name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.Dimension">
|
|
<summary>
|
|
<para>Gets or sets a dimension that provide values for the Date Filter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object used to provide values for the filter element.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.DisplayTextPattern">
|
|
<summary>
|
|
<para>Gets or sets a string displayed in the Date Picker.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object displayed in the Date Picker.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DateFilterDashboardItem.FilterType">
|
|
<summary>
|
|
<para>Gets or sets the Date Filter type.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DateFilterType"/> object that specifies the Date Filter type.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DateFilterType">
|
|
<summary>
|
|
<para>Lists how the Date Filter range's Start and End values can be interpreted to filter dates.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterType.After">
|
|
<summary>
|
|
<para>Dates after the Start date.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterType.Before">
|
|
<summary>
|
|
<para>Dates before the End date.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterType.Between">
|
|
<summary>
|
|
<para>Dates between the Start and the End dates.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFilterType.Exact">
|
|
<summary>
|
|
<para>A date equal to the End date.</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.6/15/2009 -> Monday, June 15, 2009 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateFormat.Short">
|
|
<summary>
|
|
<para>Short date pattern.6/15/2009 -> 6/15/2009 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DatePickerLocation">
|
|
<summary>
|
|
<para>Lists values used to specify the Date Picker's location in the Date Filter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DatePickerLocation.Far">
|
|
<summary>
|
|
<para>A Date Picker is located at the far end of the Quick Button series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DatePickerLocation.Hidden">
|
|
<summary>
|
|
<para>A Date Picker is hidden.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DatePickerLocation.Near">
|
|
<summary>
|
|
<para>A Date Picker is located at the near end of the Quick Button series.</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).6/15/2009 1:45:30 PM -> Monday, June 15, 2009 1:45:30 PM (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Short">
|
|
<summary>
|
|
<para>Short date pattern, long time pattern (if applicable).6/15/2009 1:45:30 PM -> 6/15/2009 1:45:30 PM (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.TimeOnly">
|
|
<summary>
|
|
<para>Long time pattern.1:45:30 PM (en-US)</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.Example: 3/4/2012 0:00, 3/4/2012 1:00, 3/4/2012 2:00, ...</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.Example: 3/4/2012 0:00, 3/4/2012 0:01, 3/4/2012 0:02, ...</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.Example: 3/4/2012 0:00:00, 3/4/2012 0:00:01, 3/4/2012 0:00:02, ...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Day">
|
|
<summary>
|
|
<para>Values are grouped by the day of the month.Example: 1, 2, 3, ... 31</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear">
|
|
<summary>
|
|
<para>Values are grouped by the date part.Example: 3/4/2012, 3/5/2012, 3/6/2012, ...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfWeek">
|
|
<summary>
|
|
<para>Values are grouped by the day of the week.Example: Sunday, Monday, Tuesday, ... Saturday</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfYear">
|
|
<summary>
|
|
<para>Values are grouped by the day of the year.Example: 1, 2, 3, ... 365 (366 in a leap year)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour">
|
|
<summary>
|
|
<para>Values are grouped by the hour.Example: 0, 1, 2, ... 23</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Minute">
|
|
<summary>
|
|
<para>Values are grouped by the minute.Example: 0, 1, 2, ... 59</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month">
|
|
<summary>
|
|
<para>Values are grouped by the month.Example: January, February, March, ... December</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.MonthYear">
|
|
<summary>
|
|
<para>Values are grouped by the year and month.Example: January 2012, February 2012, ... December 2012, January 2013, ...</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.Example: Q1, Q2, Q3, Q4</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.QuarterYear">
|
|
<summary>
|
|
<para>Values are grouped by the year and quarter.Example: Q3 2012, Q4 2012, Q1 2013, Q2 2013, ...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Second">
|
|
<summary>
|
|
<para>Values are grouped by the second.Example: 0, 1, 2, ... 59</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfMonth">
|
|
<summary>
|
|
<para>Values are grouped by the week of the month.Example: 1, 2, 3, 4, 5</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfYear">
|
|
<summary>
|
|
<para>Values are grouped by the week of the year.Example: 1, 2, 3, ... 52</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekYear">
|
|
<summary>
|
|
<para>Values are grouped by the date of the first day of the week (uses culture settings)Example: 7/1/2018, 7/8/2018, 7/15/2018</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year">
|
|
<summary>
|
|
<para>Values are grouped by the year.Example: 2010, 2011, 2012</para>
|
|
</summary>
|
|
</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.DateTimePeriod">
|
|
<summary>
|
|
<para>A date-time period that is used to select a predefined range in the Range Filter and Date Filter items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DateTimePeriod"/> object whose settings are copied to the current object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DateTimePeriod.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.DateTimePeriodCollection"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.DateTimePeriodFilterType">
|
|
<summary>
|
|
<para>Lists values that identify filter types available in the Edit Periods dialog.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.All">
|
|
<summary>
|
|
<para>Date-time periods are not filtered.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Day">
|
|
<summary>
|
|
<para>Date-time periods measured in days are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Hour">
|
|
<summary>
|
|
<para>Date-time periods measured in hours are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Minute">
|
|
<summary>
|
|
<para>Date-time periods measured in minutes are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Month">
|
|
<summary>
|
|
<para>Date-time periods measured in months are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Quarter">
|
|
<summary>
|
|
<para>Date-time periods measured in quarters are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Second">
|
|
<summary>
|
|
<para>Date-time periods measured in seconds are displayed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DateTimePeriodFilterType.Year">
|
|
<summary>
|
|
<para>Date-time periods measured in years are displayed.</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 <see cref="T:DevExpress.DashboardCommon.DateTimePeriodLimitBase"/> object whose settings are copied to the current object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DateTimePeriodLimitBase.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.6/15/2009 1:45:30 PM -> Mon (en-US)</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.6/15/2009 1:45:30 PM -> Monday (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Numeric">
|
|
<summary>
|
|
<para>The day of the week, from 1 through 7.6/15/2009 1:45:30 PM -> 2 (en-US)</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 "Good" indicator ( - in WinForms) is displayed and the delta value is painted in green.Otherwise, the "Bad" indicator ( - in WinForms) is shown and the delta value is painted in red.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.LessIsGood">
|
|
<summary>
|
|
<para>If the actual value is greater than the target value, the "Bad" indicator ( - in WinForms) is displayed and the delta value is painted in red.Otherwise, the "Good" indicator ( - in WinForms) is shown and the delta value is painted in green.</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 "Warning" 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 "Warning" indicator ( - in WinForms) is shown if the actual value is less than the target value.</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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="P:DevExpress.DashboardCommon.DeltaMap.TargetValueName">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<value></value>
|
|
</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.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.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>true, if the 'good' indication is displayed; otherwise, false.</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.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="F:DevExpress.DashboardCommon.DeltaValueType.TargetValue">
|
|
<summary>
|
|
<para>A target value displayed within the delta element.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.DifferenceCalculation"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.DifferenceCalculation.DifferenceType">
|
|
<summary>
|
|
<para>Gets or sets the difference type of the current <see cref="T:DevExpress.DashboardCommon.DifferenceCalculation"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DifferenceType"/> enumeration value that specifies a difference type of the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.DifferenceCalculation"/>.</value>
|
|
</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.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.Dimension">
|
|
<summary>
|
|
<para>A dimension 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 <see cref="T:DevExpress.DashboardCommon.Dimension"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(DevExpress.DashboardCommon.DimensionDefinition)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.DateTimeGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.DimensionDefinition)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,DevExpress.DashboardCommon.DimensionDefinition,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.TextGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.DateTimeGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.TextGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="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>true, to group Treemap tiles corresponding to values of the child dimension by values of the current dimension; otherwise, false.</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. -1 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>true, to treat numeric dimension values as if they were defined on a discrete scale; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.DimensionCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.DateTimeGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.DimensionDefinition.#ctor(System.String,DevExpress.DashboardCommon.TextGroupInterval)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.DimensionDefinition"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DimensionDefinition.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.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.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.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.</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.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>true, to enable the Top N Values feature; otherwise, false.</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>true, to show the "Others" value; otherwise, false.</value>
|
|
</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(DevExpress.DashboardCommon.DimensionValue)">
|
|
<summary>
|
|
<para>Determines whether the current and the specified object instances are considered equal.</para>
|
|
</summary>
|
|
<param name="other">The <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> object to compare with the current object.</param>
|
|
<returns>True, if the specified <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> instance is equal to the current instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DimensionValue.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DimensionValue.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DimensionValue.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.DashboardCommon.DimensionValue"/> 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.DrillActionEventArgs">
|
|
<summary>
|
|
<para>Provides data for the DrillDownPerformed and DrillUpPerformed 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 <see cref="T:DevExpress.DashboardCommon.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 the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The specified value.</param>
|
|
<returns>true, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DrillActionEventArgs.IsOthersValue(System.Object)">
|
|
<summary>
|
|
<para>Returns whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The specified value.</param>
|
|
<returns>true, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, false.</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.DrillActionEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the DrillDownPerformed and DrillUpPerformed events of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>, <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>, and <see cref="T:DevExpress.DashboardWpf.DashboardControl"/>.</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.DuplicateDataItemIdException">
|
|
<summary>
|
|
<para>The exception that occurs when you have two data items with the same id.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.DuplicateDataItemIdException.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DuplicateDataItemIdException"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>true, if custom font settings are used in the exported document; otherwise, false.</value>
|
|
</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.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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to cancel the operation performed on the event; otherwise, false.</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>true, if no default actions are required to connect to a data extract file; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.ExtractConnectionErrorEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.ExtractDataSourceConnectionParameters.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="T:DevExpress.DashboardCommon.ExtractDataSourceConnectionParametersBase">
|
|
<summary>
|
|
<para>Serves as the 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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ExtractPersistentCache.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/> class with the specified cache size.</para>
|
|
</summary>
|
|
<param name="cacheSize">An integer value that specifies the size of the <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/> (in megabytes).</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ExtractPersistentCache.CacheSize">
|
|
<summary>
|
|
<para>Gets or sets the size of the <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/> (in megabytes).</para>
|
|
</summary>
|
|
<value>An integer value that specifies the size of the <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/> (in megabytes).</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ExtractPersistentCache.Clear">
|
|
<summary>
|
|
<para>Clears the <see cref="T:DevExpress.DashboardCommon.ExtractPersistentCache"/>.</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 <see cref="T:DevExpress.DashboardCommon.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.ExtractUpdateResult">
|
|
<summary>
|
|
<para>Lists values passed as a parameter to the action specified in the UpdateExtractDataSourcesAsync method overloads.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.ExtractUpdateResult.AlreadyUpdating">
|
|
<summary>
|
|
<para>The extract data source is being updated by another process.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.ExtractUpdateResult.Error">
|
|
<summary>
|
|
<para>An error occurs while the extract data source is being updated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.ExtractUpdateResult.Succeed">
|
|
<summary>
|
|
<para>The extract data source is updated successfully.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.ExtractWeakCache"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.FileExtractDriver"/> instance.</para>
|
|
</summary>
|
|
<value>An object implementing the <see cref="T:DevExpress.DashboardCommon.ICustomExtractDriver"/> interface.</value>
|
|
</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.AllowMasterFilterWithIntermediateAggregates">
|
|
<summary>
|
|
<para>Gets or sets whether the use of the Aggr function for filtering is allowed.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.FilterableDashboardItemInteractivityOptions.IgnoreMasterFilters">
|
|
<summary>
|
|
<para>Gets or sets whether the current dashboard item ignores filtering applied by master filters.</para>
|
|
</summary>
|
|
<value>true, to ignore filtering applied by Master Filters; otherwise, false.</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>true, to allow end-users to search for specific values; other, false.</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 (All) option that allows end-users to apply filtering by all values.</para>
|
|
</summary>
|
|
<value>true, to enable the (All) option; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.FilterElementDefaultValuesEventArgs">
|
|
<summary>
|
|
<para>Provides data for FilterElementDefaultValues 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.FilterElementDefaultValuesEventHandler">
|
|
<summary>
|
|
<para>References a method that handles FilterElementDefaultValues 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.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 <see cref="T:DevExpress.DashboardCommon.FixedDateTimePeriodLimit"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FixedDateTimePeriodLimit.#ctor(System.DateTime)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 interval 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>A <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.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 Custom, 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.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 <see cref="T:DevExpress.DashboardCommon.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.FormatConditionBar">
|
|
<summary>
|
|
<para>A format condition used to visualize numeric values using bars.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.FormatConditionBar.#ctor(System.Drawing.Color,System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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>true, if the current format condition is properly specified; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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>true, if negative data bars are displayed in the direction opposite to the positive data bars; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.FormatConditionBarOptions"/> object whose settings are copied to the current object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the <see cref="T:DevExpress.DashboardCommon.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>true, if the axis is painted; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionBarOptions.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the <see cref="T:DevExpress.DashboardCommon.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>true, to show bars only; otherwise, false.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.FormatConditionBase"/> object is properly specified.</para>
|
|
</summary>
|
|
<value>true, if the current object is properly specified; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.FormatConditionColorRangeBar"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionColorRangeBar.#ctor(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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>true, if the current format condition is properly specified; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.FormatConditionDateOccuring">
|
|
<summary>
|
|
<para>Use the <see cref="T:DevExpress.DashboardCommon.FormatConditionDateOccurring"/> class instead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionDateOccuring.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.FormatConditionDateOccuring"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.FormatConditionDateOccurring">
|
|
<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.FormatConditionDateOccurring.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.FormatConditionDateOccuring"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.FormatConditionDateOccurring.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.FormatConditionDateOccurring.ResetCurrentDate">
|
|
<summary>
|
|
<para>Reapplies conditional formatting, taking into account the current date.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.FormatConditionExpression"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionExpression.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.FormatConditionGradientRangeBar"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.FormatConditionGradientRangeBar.#ctor(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="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>true, if the current format condition is properly specified; otherwise, false.</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.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.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.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>true, if the current format condition is properly specified; otherwise, false.</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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeGradient"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeGradient.#ctor(DevExpress.DashboardCommon.FormatConditionRangeGradientPredefinedType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(DevExpress.DashboardCommon.StyleSettingsBase,DevExpress.DashboardCommon.StyleSettingsBase,System.Object[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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="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.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="P:DevExpress.DashboardCommon.FormatConditionRangeGradient.IsValid">
|
|
<summary>
|
|
<para>Gets whether the current format condition is properly specified.</para>
|
|
</summary>
|
|
<value>true, if the current format condition is properly specified; otherwise, false.</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.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.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 <see cref="T:DevExpress.DashboardCommon.FormatConditionRangeSet"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionRangeSet.#ctor(DevExpress.DashboardCommon.FormatConditionRangeSetPredefinedType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.FormatConditionStyleBase"/> object is properly specified.</para>
|
|
</summary>
|
|
<value>true, if the current object is properly specified; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.FormatConditionTopBottom"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.FormatConditionTopBottom.#ctor(System.Decimal)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.Gauge"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor(DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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; null (Nothing 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; null (Nothing in Visual Basic) to define this value automatically.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.Gauge.ScaleLabelNumericFormat">
|
|
<summary>
|
|
<para>Specifies the numeric display format the chart axis data uses.</para>
|
|
</summary>
|
|
<value>Contains format settings for numeric values, including the precision, unit, currency and format type.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.GaugeCollection"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.GaugeDashboardItem">
|
|
<summary>
|
|
<para>A Gauge dashboard item that visualizes data within a series of KPI elements (gauges).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GaugeDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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>true, to show captions for individual gauges within this dashboard item; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.ViewType">
|
|
<summary>
|
|
<para>Gets or sets how gauges displayed within this <see cref="T:DevExpress.DashboardCommon.GaugeDashboardItem"/> are painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.GaugeViewType"/> enumeration member that specifies how gauges displayed within this <see cref="T:DevExpress.DashboardCommon.GaugeDashboardItem"/> are painted.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.GaugeExportContext">
|
|
<summary>
|
|
<para>Provides a connection between data item containers from the Gauges section and underlying control's gauges during export.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GaugeExportContext.GetDashboardItemGauge(DevExpress.DashboardCommon.GaugeDashboardItem,DevExpress.DashboardCommon.XRDashboardGauge)">
|
|
<summary>
|
|
<para>Returns the Gauge object that corresponds to the specified printed gauge element.</para>
|
|
</summary>
|
|
<param name="dashboardItem">A Gauge dashboard item used to get the corresponding Gauge object.</param>
|
|
<param name="gauge">A <see cref="T:DevExpress.DashboardCommon.XRDashboardGauge"/> object that contains the printable gauge element.</param>
|
|
<returns>A Gauge object that correspond to the specified parameters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GaugeExportContext.GetPrintableGauges(DevExpress.DashboardCommon.Gauge)">
|
|
<summary>
|
|
<para>Returns a collection of the printable gauges that corresponds to the specified Gauge (a data item container from the Gauges section).</para>
|
|
</summary>
|
|
<param name="gauge">A Gauge object for which the corresponding gauges elements are returned.</param>
|
|
<returns>A collection of the XRDashboardGauge objects that corresponds to the specified Gauge.</returns>
|
|
</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.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 <see cref="T:DevExpress.DashboardCommon.GaugeWindowDefinition"/> class.</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 <see cref="T:DevExpress.DashboardCommon.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.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>true, to enable clustering of map objects; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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.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="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.GridColumnCollection"/> class.</para>
|
|
</summary>
|
|
</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.GridColumnTotal">
|
|
<summary>
|
|
<para>A total calculated based on Grid column values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridColumnTotal.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridColumnTotal"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridColumnTotal.#ctor(DevExpress.DashboardCommon.GridColumnTotalType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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="T:DevExpress.DashboardCommon.GridColumnTotalType"/> enumeration value specifying the total type.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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="T:DevExpress.DashboardCommon.GridColumnTotal"/> object that is a column total.</returns>
|
|
</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.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.GridColumnTotalType.Avg">
|
|
<summary>
|
|
<para>The average value of a column.</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>
|
|
</summary>
|
|
</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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/> options.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.GridOptions"/> object that contains <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>true, if the bar's minimum value is zero; false, 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.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>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode.Value">
|
|
<summary>
|
|
<para>Values are displayed as text with delta indicators.</para>
|
|
</summary>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridDimensionColumn"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridDimensionColumn.#ctor(DevExpress.DashboardCommon.Dimension)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.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.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 <see cref="T:DevExpress.DashboardCommon.GridHyperlinkColumn"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridHyperlinkColumn.#ctor(DevExpress.DashboardCommon.Dimension)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridHyperlinkColumn"/> class.</para>
|
|
</summary>
|
|
<param name="displayValue">A <see cref="T:System.String"/> that is the name of the data field containing values to display in the grid.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridHyperlinkColumn.#ctor(DevExpress.DashboardCommon.Dimension,DevExpress.DashboardCommon.Dimension)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridHyperlinkColumn"/> class with the specified data source field names used to obtain values to display and URIs to create links.</para>
|
|
</summary>
|
|
<param name="displayValue">A <see cref="T:System.String"/> that is the name of the data source field containing values to display in the grid.</param>
|
|
<param name="uriDataMember">A <see cref="T:System.String"/> that is the name of the data source field containing URIs.</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 or partial URIs 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.UriDataMember">
|
|
<summary>
|
|
<para>Gets or sets the data field which provides URI values.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the data field supplying URI values 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.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 <see cref="T:DevExpress.DashboardCommon.GridItemFormatRule"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.GridItemFormatRule.#ctor(DevExpress.DashboardCommon.GridColumnBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.GridItemFormatRuleCollection"/> class.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridMeasureColumn"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridMeasureColumn.#ctor(DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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>true, if the zero level of bars displayed within grid cells should always be visible; otherwise, false.</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.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>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode.Value">
|
|
<summary>
|
|
<para>Values are displayed as text.</para>
|
|
</summary>
|
|
</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>true, to merge adjacent cells with identical values; otherwise, false.</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>true, to apply shading to alternate rows in the grid ; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowColumnHeaders">
|
|
<summary>
|
|
<para>Gets or sets whether column headers should be displayed.</para>
|
|
</summary>
|
|
<value>true, to display column headers; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowHorizontalLines">
|
|
<summary>
|
|
<para>Gets or sets whether horizontal grid lines should be displayed.</para>
|
|
</summary>
|
|
<value>true, to display horizontal grid lines; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowVerticalLines">
|
|
<summary>
|
|
<para>Gets or sets whether vertical grid lines should be displayed.</para>
|
|
</summary>
|
|
<value>true, to display vertical grid lines; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.GridOptions.WordWrap">
|
|
<summary>
|
|
<para>Gets or sets whether to enable word wrapping.</para>
|
|
</summary>
|
|
<value>true, to enable word wrapping; otherwise, false.</value>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.GridSparklineColumn"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.GridSparklineColumn.#ctor(DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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>true, to display sparkline start/end values; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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.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.HighLowCloseSeries">
|
|
<summary>
|
|
<para>A High-Low-Close series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.HighLowCloseSeries.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.HighLowCloseSeries"/> class with default settings.</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 <see cref="T:DevExpress.DashboardCommon.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 High 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 Low 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 Close prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains Close prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains Close prices.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.High">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains High prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains High prices.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Low">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains Low prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains Low prices.</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.6/15/2009 1:45:30 PM -> 1:00 PM</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.HourFormat.Short">
|
|
<summary>
|
|
<para>Short hour pattern, 24-hour format.6/15/2009 1:45:30 PM -> 13</para>
|
|
</summary>
|
|
</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.IconSettings"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.IconSettings.#ctor(DevExpress.DashboardCommon.FormatConditionIconType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.IconSettings"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.IconSettings"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.IconSettings.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.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.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.ICustomPropertyProvider">
|
|
<summary>
|
|
<para>When implemented, provides an access to the collection of custom properties.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.ICustomPropertyProvider.CustomProperties">
|
|
<summary>
|
|
<para>Gets a collection of custom properties.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> object that is a collection of custom properties.</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.</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>true, 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, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.IsConnected">
|
|
<summary>
|
|
<para>Gets whether the connection to a data store is established.</para>
|
|
</summary>
|
|
<value>true, if the connection to a data store is established; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.IDashboardDataSource.IsServerModeSupported">
|
|
<summary>
|
|
<para>Gets whether the current data source supports server-side data processing.</para>
|
|
</summary>
|
|
<value>true, if the current data source supports server-side data processing; otherwise, false.</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.IDashboardItemContainer">
|
|
<summary>
|
|
<para>Provides base properties for dashboard containers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.IDashboardItemContainer.ComponentName">
|
|
<summary>
|
|
<para>The name used for item identification in a dashboard. It has to be unique.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that is the unique name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.IDashboardItemContainer.Name">
|
|
<summary>
|
|
<para>The container name used in caption. It does not have to be unique.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that is the item name.</value>
|
|
</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.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> as a byte array.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Byte"/> array that contains the image displayed within the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.DashboardCommon.ImageSizeMode"/> enumeration member that specifies how an image is positioned within an <see cref="T:DevExpress.DashboardCommon.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.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 Binary Array 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 URI binding mode. Use this mode to locate images accessible by a specified URI.</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.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.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.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.InspectedType">
|
|
<summary>
|
|
<para>Lists values used to identify the data type in the Data Inspector.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.InspectedType.Aggregated">
|
|
<summary>
|
|
<para>Identifies aggregated data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.InspectedType.Raw">
|
|
<summary>
|
|
<para>Identifies raw data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.InvalidCultureNameException">
|
|
<summary>
|
|
<para>The exception that occurs when it is impossible to create the CultureInfo object for the provided locale.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.InvalidCultureNameException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.InvalidCultureNameException"/> class.</para>
|
|
</summary>
|
|
<param name="cultureName">A <see cref="T:System.String"/> object that contains a culture name for which the exception is raised.</param>
|
|
<param name="innerException">A <see cref="T:System.Exception"/> object that contains the inner exception.</param>
|
|
</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.JsonConnectionParametersBase">
|
|
<summary>
|
|
<para>Serves as the base class for classes containing parameters used to establish a connection to <see cref="T:DevExpress.DashboardCommon.DashboardJsonDataSource"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.JsonSourceConnectionParameters">
|
|
<summary>
|
|
<para>Provides access to connection parameters of the JSON data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.JsonSourceConnectionParameters.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.JsonSourceConnectionParameters"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.JsonSourceConnectionParameters.JsonSource">
|
|
<summary>
|
|
<para>Gets or sets a JSON source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DataAccess.Json.JsonSourceBase"/> descendants that defines a JSON source.</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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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="N:DevExpress.DashboardCommon.Localization">
|
|
<summary>
|
|
<para>Contains classes used to localize core dashboard elements utilized across platforms.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.Localization.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 XtraLocalizer 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 <see cref="T:DevExpress.DashboardCommon.Localization.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.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 <see cref="T:DevExpress.DashboardCommon.Localization.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 <see cref="T:DevExpress.DashboardCommon.Localization.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.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>Default value: Multi-Select</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionClearMasterFilter">
|
|
<summary>
|
|
<para>Default value: Clear Master Filter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionClearSelection">
|
|
<summary>
|
|
<para>Default value: Clear Selection</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionDrillUp">
|
|
<summary>
|
|
<para>Default value: Drill Up</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportDashboard">
|
|
<summary>
|
|
<para>Default value: Export Dashboard</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportTemplate">
|
|
<summary>
|
|
<para>Default value: {0} - {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportTo">
|
|
<summary>
|
|
<para>Default value: Export To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToExcel">
|
|
<summary>
|
|
<para>Default value: Export To Excel</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToImage">
|
|
<summary>
|
|
<para>Default value: Export To Image</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionExportToPdf">
|
|
<summary>
|
|
<para>Default value: Export To PDF</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionMaximizeDashboardItem">
|
|
<summary>
|
|
<para>Default value: Maximize</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionOtherValues">
|
|
<summary>
|
|
<para>Default value: Values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionPrintPreview">
|
|
<summary>
|
|
<para>Default value: Print Preview...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionRestoreDashboardItem">
|
|
<summary>
|
|
<para>Default value: Restore</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionSelectDateTimePeriod">
|
|
<summary>
|
|
<para>Default value: Select Date Time Period</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionShowDataInspector">
|
|
<summary>
|
|
<para>Default value: Inspect Data</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActualValueCaption">
|
|
<summary>
|
|
<para>Default value: Actual</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AggregatedDataType">
|
|
<summary>
|
|
<para>Default value: Aggregated</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AggregateExFunctionDescriptionCountNotNull">
|
|
<summary>
|
|
<para>Default value: 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>Default value: Mode(Value)\r\nReturns the mode of the values in a collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AggrInMasterFilterDimensionError">
|
|
<summary>
|
|
<para>Default value: Master filtering cannot be applied by dimension values created using the expression containing the Aggr function.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AutoArrangeContent">
|
|
<summary>
|
|
<para>Default value: Auto Arrange Content</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AutoFitPageCount">
|
|
<summary>
|
|
<para>Default value: Auto Fit Page Count</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisXNameArguments">
|
|
<summary>
|
|
<para>Default value: Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameCount">
|
|
<summary>
|
|
<para>Default value: Count</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameValues">
|
|
<summary>
|
|
<para>Default value: Values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonApply">
|
|
<summary>
|
|
<para>Default value: Apply</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonCancel">
|
|
<summary>
|
|
<para>Default value: Cancel</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonExport">
|
|
<summary>
|
|
<para>Default value: Export</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonOK">
|
|
<summary>
|
|
<para>Default value: OK</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonReset">
|
|
<summary>
|
|
<para>Default value: Reset</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ButtonSubmit">
|
|
<summary>
|
|
<para>Default value: Submit</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldsTreeItemName">
|
|
<summary>
|
|
<para>Default value: Calculated Fields</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeAuto">
|
|
<summary>
|
|
<para>Default value: Auto</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeBoolean">
|
|
<summary>
|
|
<para>Default value: Boolean</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeDateTime">
|
|
<summary>
|
|
<para>Default value: DateTime</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeDecimal">
|
|
<summary>
|
|
<para>Default value: Decimal</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeDouble">
|
|
<summary>
|
|
<para>Default value: Double</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeLong">
|
|
<summary>
|
|
<para>Default value: Integer</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeObject">
|
|
<summary>
|
|
<para>Default value: Object</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeString">
|
|
<summary>
|
|
<para>Default value: String</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculatedFieldTypeUnknown">
|
|
<summary>
|
|
<para>Default value: Unknown</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationAlongSpecificDimensions">
|
|
<summary>
|
|
<para>Default value: Specific...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeDifference">
|
|
<summary>
|
|
<para>Default value: Difference</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeExpression">
|
|
<summary>
|
|
<para>Default value: Expression</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeMovingCalculation">
|
|
<summary>
|
|
<para>Default value: Moving Calculation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypePercentageDifference">
|
|
<summary>
|
|
<para>Default value: Percentage Difference</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypePercentOfTotal">
|
|
<summary>
|
|
<para>Default value: Percent Of Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeRank">
|
|
<summary>
|
|
<para>Default value: Rank</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CalculationTypeRunningTotal">
|
|
<summary>
|
|
<para>Default value: Running Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardCalculationAlongCards">
|
|
<summary>
|
|
<para>Default value: Cards</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardCalculationAlongCardsAndSparklineArgument">
|
|
<summary>
|
|
<para>Default value: Cards / Sparkline Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardCalculationAlongSparklineArgument">
|
|
<summary>
|
|
<para>Default value: Sparkline Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardCalculationAlongSparklineArgumentAndCards">
|
|
<summary>
|
|
<para>Default value: Sparkline Argument / Cards</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateCenteredCaption">
|
|
<summary>
|
|
<para>Default value: Centered</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateCompactCaption">
|
|
<summary>
|
|
<para>Default value: Compact</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateCustomCaption">
|
|
<summary>
|
|
<para>Default value: Custom</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateLightweightCaption">
|
|
<summary>
|
|
<para>Default value: Lightweight</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateNoneCaption">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardLayoutTemplateStretchedCaption">
|
|
<summary>
|
|
<para>Default value: Stretched</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeAbsoluteVariationCaption">
|
|
<summary>
|
|
<para>Default value: Absolute Variation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeActualValueCaption">
|
|
<summary>
|
|
<para>Default value: Actual Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeCardNameCaption">
|
|
<summary>
|
|
<para>Default value: Card Name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeDeltaIndicatorCaption">
|
|
<summary>
|
|
<para>Default value: Delta Indicator</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeDimensionValueCaption">
|
|
<summary>
|
|
<para>Default value: Dimension</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypePercentOfTargetCaption">
|
|
<summary>
|
|
<para>Default value: Percent of Target</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypePercentVariationCaption">
|
|
<summary>
|
|
<para>Default value: Percent Variation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeSparklineCaption">
|
|
<summary>
|
|
<para>Default value: Sparkline</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeSubtitleCaption">
|
|
<summary>
|
|
<para>Default value: Subtitle</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeTargetValueCaption">
|
|
<summary>
|
|
<para>Default value: Target Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CardRowDataElementTypeTitleCaption">
|
|
<summary>
|
|
<para>Default value: Title</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CategoryNameGeneral">
|
|
<summary>
|
|
<para>Default value: General</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartCalculationAlongArguments">
|
|
<summary>
|
|
<para>Default value: Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartCalculationAlongArgumentsAndSeries">
|
|
<summary>
|
|
<para>Default value: Arguments / Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartCalculationAlongSeries">
|
|
<summary>
|
|
<para>Default value: Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartCalculationAlongSeriesAndArguments">
|
|
<summary>
|
|
<para>Default value: Series / Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChartTotalValue">
|
|
<summary>
|
|
<para>Default value: Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ChoroplethMapUseBindingAttribute">
|
|
<summary>
|
|
<para>Use binding attribute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CloseCaption">
|
|
<summary>
|
|
<para>Default value: Close</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorAutoAssigned">
|
|
<summary>
|
|
<para>Default value: Auto</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorAutoAssignedNotApplied">
|
|
<summary>
|
|
<para>Default value: Auto (not applied)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeDefault">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeHue">
|
|
<summary>
|
|
<para>Default value: Hue</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColoringModeNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorInherited">
|
|
<summary>
|
|
<para>Default value: (Inherited)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ColorPaletteIndex">
|
|
<summary>
|
|
<para>Default value: Palette index:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandDimensionGroupChildValues">
|
|
<summary>
|
|
<para>Default value: Group Tiles</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandDimensionSortModeDisplayText">
|
|
<summary>
|
|
<para>Default value: (Display Text)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandDimensionSortModeID">
|
|
<summary>
|
|
<para>Default value: (ID)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandDimensionSortModeKey">
|
|
<summary>
|
|
<para>Default value: (Key)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandDimensionSortModeValue">
|
|
<summary>
|
|
<para>Default value: (Value)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleAboveAverage">
|
|
<summary>
|
|
<para>Default value: Above Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleAboveBelowAverage">
|
|
<summary>
|
|
<para>Default value: Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleAboveOrEqualAverage">
|
|
<summary>
|
|
<para>Default value: Above Or Equal to Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBar">
|
|
<summary>
|
|
<para>Default value: Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBarRangeColors">
|
|
<summary>
|
|
<para>Default value: Bar Color Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBelowAverage">
|
|
<summary>
|
|
<para>Default value: Below Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBelowOrEqualAverage">
|
|
<summary>
|
|
<para>Default value: Below Or Equal to Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBetween">
|
|
<summary>
|
|
<para>Default value: Between</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBetweenOrEqual">
|
|
<summary>
|
|
<para>Default value: {0}: {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleBottomN">
|
|
<summary>
|
|
<para>Default value: Bottom N</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleColorRangeBar">
|
|
<summary>
|
|
<para>Default value: Color Range Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleContains">
|
|
<summary>
|
|
<para>Default value: Text that Contains</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleDateOccurring">
|
|
<summary>
|
|
<para>Default value: A Date Occurring</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleEqualTo">
|
|
<summary>
|
|
<para>Default value: Equal To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleExpression">
|
|
<summary>
|
|
<para>Default value: Expression</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleGradientRangeBar">
|
|
<summary>
|
|
<para>Default value: Bar Gradient Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleGreaterThan">
|
|
<summary>
|
|
<para>Default value: Greater Than</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleGreaterThanOrEqualTo">
|
|
<summary>
|
|
<para>Default value: Greater Than Or Equal To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleLessThan">
|
|
<summary>
|
|
<para>Default value: Less Than</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleLessThanOrEqualTo">
|
|
<summary>
|
|
<para>Default value: Less Than Or Equal To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleNotBetween">
|
|
<summary>
|
|
<para>Default value: Not Between</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleNotBetweenOrEqual">
|
|
<summary>
|
|
<para>Default value: Not Between Or Equal To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleNotEqualTo">
|
|
<summary>
|
|
<para>Default value: Not Equal To</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleRange">
|
|
<summary>
|
|
<para>Default value: Range</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleRangeColors">
|
|
<summary>
|
|
<para>Default value: Color Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleRangeGradient">
|
|
<summary>
|
|
<para>Default value: Gradient Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleRangeIcons">
|
|
<summary>
|
|
<para>Default value: Icon Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleRangeSet">
|
|
<summary>
|
|
<para>Default value: Range Set</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleTopBottom">
|
|
<summary>
|
|
<para>Default value: Top/Bottom</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleTopN">
|
|
<summary>
|
|
<para>Default value: Top N</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CommandFormatRuleValue">
|
|
<summary>
|
|
<para>Default value: Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CsvValueSeparator">
|
|
<summary>
|
|
<para>Default value: Separator</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CustomExpressionCalculationMeasureCaption">
|
|
<summary>
|
|
<para>Default value: Calculation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CustomItems">
|
|
<summary>
|
|
<para>Default value: Custom Items</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardCurrencyUseCurrentCurrency">
|
|
<summary>
|
|
<para>Default value: Use client system settings</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardDataUpdating">
|
|
<summary>
|
|
<para>Default value: Updating</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardErrorValue">
|
|
<summary>
|
|
<para>Default value: Error</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardNullValue">
|
|
<summary>
|
|
<para>Default value:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardStatePosition">
|
|
<summary>
|
|
<para>Default value: Position</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataEngineGrandTotal">
|
|
<summary>
|
|
<para>Default value: Grand Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataInspectorObjectValue">
|
|
<summary>
|
|
<para>Default value: Object</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataItemsHeader">
|
|
<summary>
|
|
<para>Default value: DATA ITEMS</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataSourceDataMember">
|
|
<summary>
|
|
<para>Default value: Data Member</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataSourceFederationQuery">
|
|
<summary>
|
|
<para>Default value: Query</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataSourceFilterContainsAggrExceptionText">
|
|
<summary>
|
|
<para>Default value: Cannot load data because the data source filter should not contain the Aggr function.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataSourceQuery">
|
|
<summary>
|
|
<para>Default value: Query</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateFilterDatePickerButtonDefaultText">
|
|
<summary>
|
|
<para>Default value: Set Filter...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateFilterDisplayTextPattern">
|
|
<summary>
|
|
<para>Default value: Display Text Pattern</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateFormatLongCaption">
|
|
<summary>
|
|
<para>Default value: Long</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateFormatShortCaption">
|
|
<summary>
|
|
<para>Default value: Short</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateTimeFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateTimeFormatLongCaption">
|
|
<summary>
|
|
<para>Default value: Long</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateTimeFormatShortCaption">
|
|
<summary>
|
|
<para>Default value: Short</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDateTimeFormatTimeOnlyCaption">
|
|
<summary>
|
|
<para>Default value: Time only</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDayOfWeekFormatAbbreviatedCaption">
|
|
<summary>
|
|
<para>Default value: Abbreviated</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDayOfWeekFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDayOfWeekFormatFullCaption">
|
|
<summary>
|
|
<para>Default value: Full</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatDayOfWeekFormatNumericCaption">
|
|
<summary>
|
|
<para>Default value: Numeric</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatMonthFormatAbbreviatedCaption">
|
|
<summary>
|
|
<para>Default value: Abbreviated</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatMonthFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatMonthFormatFullCaption">
|
|
<summary>
|
|
<para>Default value: Full</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatMonthFormatNumericCaption">
|
|
<summary>
|
|
<para>Default value: Numeric</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatQuarterFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatQuarterFormatFullCaption">
|
|
<summary>
|
|
<para>Default value: Full</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatQuarterFormatNumericCaption">
|
|
<summary>
|
|
<para>Default value: Numeric</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatYearFormatAbbreviatedCaption">
|
|
<summary>
|
|
<para>Default value: Abbreviated</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatYearFormatDefaultCaption">
|
|
<summary>
|
|
<para>Default value: Default</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeFormatYearFormatFullCaption">
|
|
<summary>
|
|
<para>Default value: Full</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHour">
|
|
<summary>
|
|
<para>Default value: Date-Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinute">
|
|
<summary>
|
|
<para>Default value: Date-Hour-Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinuteSecond">
|
|
<summary>
|
|
<para>Default value: Date-Hour-Minute-Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDay">
|
|
<summary>
|
|
<para>Default value: Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayMonthYear">
|
|
<summary>
|
|
<para>Default value: Day-Month-Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfWeek">
|
|
<summary>
|
|
<para>Default value: Day of Week</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfYear">
|
|
<summary>
|
|
<para>Default value: Day of Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalExactDate">
|
|
<summary>
|
|
<para>Default value: Exact Date</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalHour">
|
|
<summary>
|
|
<para>Default value: Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMinute">
|
|
<summary>
|
|
<para>Default value: Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonth">
|
|
<summary>
|
|
<para>Default value: Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonthYear">
|
|
<summary>
|
|
<para>Default value: Month-Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarter">
|
|
<summary>
|
|
<para>Default value: Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarterYear">
|
|
<summary>
|
|
<para>Default value: Quarter-Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalSecond">
|
|
<summary>
|
|
<para>Default value: Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfMonth">
|
|
<summary>
|
|
<para>Default value: Week of Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfYear">
|
|
<summary>
|
|
<para>Default value: Week of Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekYear">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalYear">
|
|
<summary>
|
|
<para>Default value: Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalAll">
|
|
<summary>
|
|
<para>Default value: All</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalDay">
|
|
<summary>
|
|
<para>Default value: Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalHour">
|
|
<summary>
|
|
<para>Default value: Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalMinute">
|
|
<summary>
|
|
<para>Default value: Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalMonth">
|
|
<summary>
|
|
<para>Default value: Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalQuarter">
|
|
<summary>
|
|
<para>Default value: Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalSecond">
|
|
<summary>
|
|
<para>Default value: Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalWeek">
|
|
<summary>
|
|
<para>Default value: Week</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeIntervalYear">
|
|
<summary>
|
|
<para>Default value: Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormat">
|
|
<summary>
|
|
<para>Default value: Q{0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormatSpecifier">
|
|
<summary>
|
|
<para>Default value: QQ</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultDashboardTitleText">
|
|
<summary>
|
|
<para>Default value: Dashboard</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultDataSourceName">
|
|
<summary>
|
|
<para>Default value: Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultEFDataSourceName">
|
|
<summary>
|
|
<para>Default value: EF Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultExcelDataSourceName">
|
|
<summary>
|
|
<para>Default value: Excel Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultFederationDataSourceName">
|
|
<summary>
|
|
<para>Default value: Federation Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultFileExtractDataSourceName">
|
|
<summary>
|
|
<para>Default value: Extract Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultJsonDataSourceName">
|
|
<summary>
|
|
<para>Default value: JSON Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameBoundImageItem">
|
|
<summary>
|
|
<para>Default value: Bound Image</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameCardItem">
|
|
<summary>
|
|
<para>Default value: Cards</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartItem">
|
|
<summary>
|
|
<para>Default value: Chart</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartPane">
|
|
<summary>
|
|
<para>Default value: Pane</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameComboBoxItem">
|
|
<summary>
|
|
<para>Default value: Combo Box</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameDateFilterItem">
|
|
<summary>
|
|
<para>Default value: Date Filter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGaugeItem">
|
|
<summary>
|
|
<para>Default value: Gauges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGridItem">
|
|
<summary>
|
|
<para>Default value: Grid</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameImageItem">
|
|
<summary>
|
|
<para>Default value: Image</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameItemGroup">
|
|
<summary>
|
|
<para>Default value: Group</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameListBoxItem">
|
|
<summary>
|
|
<para>Default value: List Box</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameMapItem">
|
|
<summary>
|
|
<para>Default value: Map</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePieItem">
|
|
<summary>
|
|
<para>Default value: Pies</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePivotItem">
|
|
<summary>
|
|
<para>Default value: Pivot</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameRangeFilterItem">
|
|
<summary>
|
|
<para>Default value: Range Filter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameScatterChartItem">
|
|
<summary>
|
|
<para>Default value: Scatter Chart</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTabContainerItem">
|
|
<summary>
|
|
<para>Default value: Tab Container</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTabPage">
|
|
<summary>
|
|
<para>Default value: Page</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTextBoxItem">
|
|
<summary>
|
|
<para>Default value: Text Box</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTreemapItem">
|
|
<summary>
|
|
<para>Default value: Treemap</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTreeViewItem">
|
|
<summary>
|
|
<para>Default value: Tree View</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultObjectDataSourceName">
|
|
<summary>
|
|
<para>Default value: Object Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultOlapDataSourceName">
|
|
<summary>
|
|
<para>Default value: OLAP Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultPeriodName">
|
|
<summary>
|
|
<para>Default value: Period</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultSqlDataSourceName">
|
|
<summary>
|
|
<para>Default value: SQL Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultXpoDataSourceName">
|
|
<summary>
|
|
<para>Default value: XPO Data Source</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Delta">
|
|
<summary>
|
|
<para>Default value: Delta</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaIndicationModeGreaterIsGoodCaption">
|
|
<summary>
|
|
<para>Default value: Greater is good</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaIndicationModeLessIsGoodCaption">
|
|
<summary>
|
|
<para>Default value: Less is good</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaIndicationModeNoIndicationCaption">
|
|
<summary>
|
|
<para>Default value: No indication</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaIndicationModeWarningIfGreaterCaption">
|
|
<summary>
|
|
<para>Default value: Warning if greater</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaIndicationModeWarningIfLessCaption">
|
|
<summary>
|
|
<para>Default value: Warning if less</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaThresholdTypeAbsolute">
|
|
<summary>
|
|
<para>Default value: Absolute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaThresholdTypePercent">
|
|
<summary>
|
|
<para>Default value: Percent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaValueTypeAbsoluteVariationCaption">
|
|
<summary>
|
|
<para>Default value: Absolute variation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaValueTypeActualValueCaption">
|
|
<summary>
|
|
<para>Default value: Actual value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaValueTypePercentOfTargetCaption">
|
|
<summary>
|
|
<para>Default value: Percent of target</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaValueTypePercentVariationCaption">
|
|
<summary>
|
|
<para>Default value: Percent variation</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DeltaValueTypeTargetValueCaption">
|
|
<summary>
|
|
<para>Default value: Target value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionArgument">
|
|
<summary>
|
|
<para>Default value: Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionArguments">
|
|
<summary>
|
|
<para>Default value: Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionBoundImageAttribute">
|
|
<summary>
|
|
<para>Default value: Attribute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionCards">
|
|
<summary>
|
|
<para>Default value: Cards</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionColumns">
|
|
<summary>
|
|
<para>Default value: Columns</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDashboardItemComponentName">
|
|
<summary>
|
|
<para>Default value: Dashboard item component name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDashboardItemName">
|
|
<summary>
|
|
<para>Default value: Dashboard item name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDimensions">
|
|
<summary>
|
|
<para>Default value: Dimensions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionGauges">
|
|
<summary>
|
|
<para>Default value: Gauges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemArgument">
|
|
<summary>
|
|
<para>Default value: Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAuto">
|
|
<summary>
|
|
<para>Default value: New Column</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAxisXMeasure">
|
|
<summary>
|
|
<para>Default value: X-axis</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemAxisYMeasure">
|
|
<summary>
|
|
<para>Default value: Y-axis</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemColor">
|
|
<summary>
|
|
<para>Default value: Color</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemColumn">
|
|
<summary>
|
|
<para>Default value: Column</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemDimension">
|
|
<summary>
|
|
<para>Default value: Dimension</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemMeasure">
|
|
<summary>
|
|
<para>Default value: Measure</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemMeasureWeight">
|
|
<summary>
|
|
<para>Default value: Weight</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemRow">
|
|
<summary>
|
|
<para>Default value: Row</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemSeries">
|
|
<summary>
|
|
<para>Default value: Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemValue">
|
|
<summary>
|
|
<para>Default value: Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemWeight">
|
|
<summary>
|
|
<para>Default value: Weight</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMaps">
|
|
<summary>
|
|
<para>Default value: Maps</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMapValue">
|
|
<summary>
|
|
<para>Default value: Map / Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMapValues">
|
|
<summary>
|
|
<para>Default value: Map / Values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMeasures">
|
|
<summary>
|
|
<para>Default value: Measures</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionRows">
|
|
<summary>
|
|
<para>Default value: Rows</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSeries">
|
|
<summary>
|
|
<para>Default value: Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSparkline">
|
|
<summary>
|
|
<para>Default value: Sparkline</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSparklineArgument">
|
|
<summary>
|
|
<para>Default value: Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionTooltipDimensions">
|
|
<summary>
|
|
<para>Default value: Tooltip dimensions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionTooltipMeasures">
|
|
<summary>
|
|
<para>Default value: Tooltip measures</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionValues">
|
|
<summary>
|
|
<para>Default value: Values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationMeasureCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Difference of {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationTargetFirst">
|
|
<summary>
|
|
<para>Default value: First</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationTargetLast">
|
|
<summary>
|
|
<para>Default value: Last</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationTargetNext">
|
|
<summary>
|
|
<para>Default value: Next</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DifferenceCalculationTargetPrevious">
|
|
<summary>
|
|
<para>Default value: Previous</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DisplayValueCaption">
|
|
<summary>
|
|
<para>Default value: Display Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameCards">
|
|
<summary>
|
|
<para>Default value: Cards</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameGauges">
|
|
<summary>
|
|
<para>Default value: Gauges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNamePies">
|
|
<summary>
|
|
<para>Default value: Pies</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.EmptyColumnAliasPattern">
|
|
<summary>
|
|
<para>Default value: Column{0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.EndDate">
|
|
<summary>
|
|
<para>Default value: (End Date)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.EntireRangePeriodCaption">
|
|
<summary>
|
|
<para>Default value: Entire Range</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorEmptyPeriodName">
|
|
<summary>
|
|
<para>Default value: The name cannot be null or empty</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingDataBindingError">
|
|
<summary>
|
|
<para>Default value: The following errors occur during data binding:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingEFServerModeError">
|
|
<summary>
|
|
<para>Default value: Server mode is not supported for this data member</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingInvalidCustomFunctions">
|
|
<summary>
|
|
<para>Default value: 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.ErrorHandlingJoinRuleFunctionServerMode">
|
|
<summary>
|
|
<para>Default value: The joinRule function cannot be used for server-mode data sources.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingNoSuchDataMembers">
|
|
<summary>
|
|
<para>Default value: The following data items do not exist</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingOrderByCalculationDataMembers">
|
|
<summary>
|
|
<para>Default value: 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>Default value: The following data items refer to each other</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingSQLServerModeError">
|
|
<summary>
|
|
<para>Default value: Server mode is not supported for stored procedures</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorHandlingTopNByCalculationDataMembers">
|
|
<summary>
|
|
<para>Default value: 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.ErrorHandlingWindowDefinitionServerMode">
|
|
<summary>
|
|
<para>Default value: The w function cannot be used for server-mode data sources.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorIncorrectIntervalCount">
|
|
<summary>
|
|
<para>Default value: The count parameter should be greater or equal to 1.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorToBooleanCharOperand">
|
|
<summary>
|
|
<para>Default value: Cannot convert a character to a boolean value.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorToBooleanDateTimeOperand">
|
|
<summary>
|
|
<para>Default value: Cannot convert a date-time value to boolean.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateDateTimeFormatPattern">
|
|
<summary>
|
|
<para>Default value: {0}: {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatDay">
|
|
<summary>
|
|
<para>Default value: Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatHour">
|
|
<summary>
|
|
<para>Default value: Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatMinute">
|
|
<summary>
|
|
<para>Default value: Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatMonth">
|
|
<summary>
|
|
<para>Default value: Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatQuarter">
|
|
<summary>
|
|
<para>Default value: Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatSecond">
|
|
<summary>
|
|
<para>Default value: Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDateFormatYear">
|
|
<summary>
|
|
<para>Default value: Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExactDatePeriodCaption">
|
|
<summary>
|
|
<para>Default value: {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExcelFormat">
|
|
<summary>
|
|
<para>Default value: Excel Format</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExportFilters">
|
|
<summary>
|
|
<para>Default value: Filters</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExportParameters">
|
|
<summary>
|
|
<para>Default value: Parameters</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExpressionFieldsTreeItemName">
|
|
<summary>
|
|
<para>Default value: Expressions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractColumnUnsupportedTypeError">
|
|
<summary>
|
|
<para>Default value: The following columns have unsupported types: \r\n{0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractColumnUnsupportedTypeTooltip">
|
|
<summary>
|
|
<para>Default value: The column has unsupported type</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractCustomDriverNameError">
|
|
<summary>
|
|
<para>Default value: 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>Default value: Cannot find an extract driver with the following name: '{0}'</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractEmptyDataFieldsExceptionMessage">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: The following columns cannot be processed:\r\n{0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ExtractPreprocessorError">
|
|
<summary>
|
|
<para>Default value: 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>Default value: (local copy)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FileName">
|
|
<summary>
|
|
<para>Default value: File Name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementCheckedComboBoxNoDataCaption">
|
|
<summary>
|
|
<para>Default value: (none)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementNoDataToDisplay">
|
|
<summary>
|
|
<para>Default value: No data to display</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementRadioComboBoxNoDataCaption">
|
|
<summary>
|
|
<para>Default value: Select...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterElementShowAllItem">
|
|
<summary>
|
|
<para>Default value: (All)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentation">
|
|
<summary>
|
|
<para>Use the DashboardStringId.DashboardStatePosition property instead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationAfter">
|
|
<summary>
|
|
<para>Default value: Below</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationAfterAndSplitPage">
|
|
<summary>
|
|
<para>Default value: Separate Page</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FilterStatePresentationSplitSheet">
|
|
<summary>
|
|
<para>Default value: Separate Sheet</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FitToPageWidth">
|
|
<summary>
|
|
<para>Default value: Fit To Page Width</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceBlue">
|
|
<summary>
|
|
<para>Default value: Blue</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceCustom">
|
|
<summary>
|
|
<para>Default value: Custom</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceCyan">
|
|
<summary>
|
|
<para>Default value: Cyan</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontBlue">
|
|
<summary>
|
|
<para>Default value: Blue</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontBold">
|
|
<summary>
|
|
<para>Default value: Bold</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontGrayed">
|
|
<summary>
|
|
<para>Default value: Gray Font</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontGreen">
|
|
<summary>
|
|
<para>Default value: Green Font</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontItalic">
|
|
<summary>
|
|
<para>Default value: Italic</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontRed">
|
|
<summary>
|
|
<para>Default value: Red Font</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontStrikeout">
|
|
<summary>
|
|
<para>Default value: Strikeout</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontUnderline">
|
|
<summary>
|
|
<para>Default value: Underline</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceFontYellow">
|
|
<summary>
|
|
<para>Default value: Yellow Font</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientBlue">
|
|
<summary>
|
|
<para>Default value: Gradient Blue</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientCyan">
|
|
<summary>
|
|
<para>Default value: Gradient Cyan</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientGreen">
|
|
<summary>
|
|
<para>Default value: Gradient Green</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientOrange">
|
|
<summary>
|
|
<para>Default value: Gradient Orange</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientPurple">
|
|
<summary>
|
|
<para>Default value: Gradient Purple</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientRed">
|
|
<summary>
|
|
<para>Default value: Gradient Red</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientTransparent">
|
|
<summary>
|
|
<para>Gradient Transparent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGradientYellow">
|
|
<summary>
|
|
<para>Default value: Gradient Yellow</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGray">
|
|
<summary>
|
|
<para>Default value: Gray</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceGreen">
|
|
<summary>
|
|
<para>Default value: Green</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceOrange">
|
|
<summary>
|
|
<para>Default value: Orange</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleBlue">
|
|
<summary>
|
|
<para>Default value: Pale Blue</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleCyan">
|
|
<summary>
|
|
<para>Default value: Pale Cyan</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleGray">
|
|
<summary>
|
|
<para>Default value: Pale Gray</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleGreen">
|
|
<summary>
|
|
<para>Default value: Pale Green</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleOrange">
|
|
<summary>
|
|
<para>Default value: Pale Orange</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePalePurple">
|
|
<summary>
|
|
<para>Default value: Pale Purple</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleRed">
|
|
<summary>
|
|
<para>Default value: Pale Red</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePaleYellow">
|
|
<summary>
|
|
<para>Default value: Pale Yellow</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearancePurple">
|
|
<summary>
|
|
<para>Default value: Purple</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceRed">
|
|
<summary>
|
|
<para>Default value: Red</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAppearanceYellow">
|
|
<summary>
|
|
<para>Default value: Yellow</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionAutomaticValueType">
|
|
<summary>
|
|
<para>Default value: Automatic</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionNumberValueType">
|
|
<summary>
|
|
<para>Default value: Number</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatConditionPercentValueType">
|
|
<summary>
|
|
<para>Default value: Percent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatMasterFilterDisplayText">
|
|
<summary>
|
|
<para>Default value: , {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRangeFilterDisplayText">
|
|
<summary>
|
|
<para>Default value: {0} - {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleAllowNegativeAxis">
|
|
<summary>
|
|
<para>Default value: Allow negative axis</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleAppliesToCardBackground">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleApplyTo">
|
|
<summary>
|
|
<para>Default value: Apply to</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleApplyToAllElements">
|
|
<summary>
|
|
<para>Default value: Apply to all elements</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleApplyToColumn">
|
|
<summary>
|
|
<para>Default value: Apply to column</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleApplyToReadOnlyDescription">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleApplyToRow">
|
|
<summary>
|
|
<para>Default value: Apply to row</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleDataItemIsNotAvailable">
|
|
<summary>
|
|
<para>Default value: (N/A)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleDrawAxis">
|
|
<summary>
|
|
<para>Default value: Draw axis</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleFormatStyle">
|
|
<summary>
|
|
<para>Default value: Format style</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleInvalidRule">
|
|
<summary>
|
|
<para>Default value: <Invalid Rule></para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleInvalidRuleChanging">
|
|
<summary>
|
|
<para>Default value: Invalid Rule cannot be enabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleNegativeStyle">
|
|
<summary>
|
|
<para>Default value: Negative Style Settings</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRulePercentOf">
|
|
<summary>
|
|
<para>Default value: % of all values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeAdd">
|
|
<summary>
|
|
<para>Default value: Add</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeDelete">
|
|
<summary>
|
|
<para>Default value: Delete</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeGenerateRanges">
|
|
<summary>
|
|
<para>Default value: Generate Ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeReverseStyles">
|
|
<summary>
|
|
<para>Reverse</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeSegmentNumber">
|
|
<summary>
|
|
<para>Default value: Number of ranges:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleRangeUsePercent">
|
|
<summary>
|
|
<para>Default value: Use % ranges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleShowBarOnly">
|
|
<summary>
|
|
<para>Default value: Show bar only</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleStyle">
|
|
<summary>
|
|
<para>Default value: Style Settings</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleStyleAppearance">
|
|
<summary>
|
|
<para>Default value: Appearance</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatRuleStyleIcons">
|
|
<summary>
|
|
<para>Default value: Icons</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDashboardItemCaption">
|
|
<summary>
|
|
<para>Default value: - {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDataItemName">
|
|
<summary>
|
|
<para>Default value: {0} ({1})</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringKpiElementCaption">
|
|
<summary>
|
|
<para>Default value: {0} vs {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringSeriesName">
|
|
<summary>
|
|
<para>Default value: - {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FromDatePeriodCaption">
|
|
<summary>
|
|
<para>Default value: From {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FromToDatePeriodCaption">
|
|
<summary>
|
|
<para>Default value: {0} - {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionCategoryAdvanced">
|
|
<summary>
|
|
<para>Default value: Advanced</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionCategoryAggregate">
|
|
<summary>
|
|
<para>Default value: Aggregate Functions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionCategoryWindow">
|
|
<summary>
|
|
<para>Default value: Window</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionAggr">
|
|
<summary>
|
|
<para>Default value: Aggr(SummaryExpression, Dimension1, Dimension2, ...)
|
|
Aggregates underlying data using the detail level specified by a predefined set of dimensions and a specified summary function.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionAggregateFilter">
|
|
<summary>
|
|
<para>Default value: filter(SummaryExpression, filterCriteria)
|
|
Filters underlying data with specified filter criteria and aggregates filtered data using current detail level and the summary function.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionAggrJoinRule">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionCountDistinct">
|
|
<summary>
|
|
<para>Default value: CountDistinct(Value)
|
|
Returns the number of unique objects in a collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionFirst">
|
|
<summary>
|
|
<para>Default value: First()
|
|
Returns the number of rows from the current row to the first row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionGetDateWeekYear">
|
|
<summary>
|
|
<para>Default value: GetDateWeekYear(DateTime)
|
|
Returns the date of the first day of the week for a given DateTime (uses culture settings).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionIndex">
|
|
<summary>
|
|
<para>Default value: Index()
|
|
Returns the index of the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionLast">
|
|
<summary>
|
|
<para>Default value: Last()
|
|
Returns the number of rows from the current row to the last row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionLookup">
|
|
<summary>
|
|
<para>Default value: Last()\r\nReturns the number of rows from the current row to the last row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionMedian">
|
|
<summary>
|
|
<para>Default value: Median(Value)\r\nReturns the median of the values in a collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRankCompetition">
|
|
<summary>
|
|
<para>Default value: RankCompetition(SummaryExpression, ['asc', 'desc'])
|
|
Returns the standard competition rank for the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRankDense">
|
|
<summary>
|
|
<para>Default value: RankDense(SummaryExpression, ['asc', 'desc'])
|
|
Returns the dense rank for the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRankModified">
|
|
<summary>
|
|
<para>Default value: RankModified(SummaryExpression, ['asc', 'desc'])
|
|
Returns the modified competition rank for the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRankPercentile">
|
|
<summary>
|
|
<para>Default value: RankPercentile(SummaryExpression, ['asc', 'desc'])
|
|
Returns the percentile rank for the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRankUnique">
|
|
<summary>
|
|
<para>Default value: RankUnique(SummaryExpression, ['asc', 'desc'])
|
|
Returns the unique rank for the current row in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRunningAvg">
|
|
<summary>
|
|
<para>Default value: RunningAvg(SummaryExpression)
|
|
Returns the running average of the specified expression from the first row in the window to the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRunningCount">
|
|
<summary>
|
|
<para>Default value: RunningCount(SummaryExpression)
|
|
Returns the running count of the specified expression from the first row in the window to the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRunningMax">
|
|
<summary>
|
|
<para>Default value: RunningMax(SummaryExpression)
|
|
Returns the running maximum of the specified expression from the first row in the window to the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRunningMin">
|
|
<summary>
|
|
<para>Default value: RunningMin(SummaryExpression)
|
|
Returns the running minimum of the specified expression from the first row in the window to the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionRunningSum">
|
|
<summary>
|
|
<para>Default value: RunningSum(SummaryExpression)
|
|
Returns the running sum of the specified expression from the first row in the window to the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionSize">
|
|
<summary>
|
|
<para>Default value: Size()
|
|
Returns the number of rows in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionStdDev">
|
|
<summary>
|
|
<para>Default value: StdDev(Value)
|
|
Returns an estimate of the standard deviation of a population, where the sample is a subset of the entire population.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionStdDevp">
|
|
<summary>
|
|
<para>Default value: StdDevp(Value)
|
|
Returns the standard deviation of a population, where the population is the entire data to be summarized.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionTotal">
|
|
<summary>
|
|
<para>Default value: Total(SummaryExpression)
|
|
Returns the total for the specified expression in a table calculation window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionVar">
|
|
<summary>
|
|
<para>Default value: Var(Value)
|
|
Returns an estimate of the variance of a population, where the sample is a subset of the entire population.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionVarp">
|
|
<summary>
|
|
<para>Default value: Varp(Value)
|
|
Returns the variance of a population, where the population is the entire data to be summarized.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowAvg">
|
|
<summary>
|
|
<para>Default value: WindowAvg(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the average of the expression within the window, which is defined using offsets from the current row.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowCount">
|
|
<summary>
|
|
<para>Default value: WindowCount(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the count of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowCountDistinct">
|
|
<summary>
|
|
<para>Default value: WindowCountDistinct(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the distinct count of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowDefinition">
|
|
<summary>
|
|
<para>Default value: Calculates aggregated values with the specified window function for the window defined by the specified partitioning and ordering.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowDefinitionOrderAsc">
|
|
<summary>
|
|
<para>Default value: Specifies that the values in the specified column are sorted in ascending order. This is the default sort order.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowDefinitionOrderBy">
|
|
<summary>
|
|
<para>Default value: Specifies the logical order in which the window function calculation is performed on the rows in the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowDefinitionOrderDesc">
|
|
<summary>
|
|
<para>Default value: Specifies that the values in the specified column are sorted in descending order.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowDefinitionPartitionBy">
|
|
<summary>
|
|
<para>Default value: Specifies the columns by which the data rows are partitioned. The window function is applied to each partition separately.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowMax">
|
|
<summary>
|
|
<para>Default value: WindowMax(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the maximum of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowMedian">
|
|
<summary>
|
|
<para>Default value: WindowMedian(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the median of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowMin">
|
|
<summary>
|
|
<para>Default value: WindowMin(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the minimum of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowMode">
|
|
<summary>
|
|
<para>Default value: WindowMode(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the mode of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowStdDev">
|
|
<summary>
|
|
<para>Default value: WindowStdDev(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the sample standard deviation of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowStdDevp">
|
|
<summary>
|
|
<para>Default value: WindowStdDevp(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the biased standard deviation of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowSum">
|
|
<summary>
|
|
<para>Default value: WindowSum(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the sum of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowVar">
|
|
<summary>
|
|
<para>Default value: WindowVar(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the variance of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionDescriptionWindowVarp">
|
|
<summary>
|
|
<para>Default value: WindowVarp(SummaryExpression, StartOffset, EndOffset)
|
|
Returns the biased variance of the expression within the window.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHour">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: 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>Default value: 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>Default value: 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>Default value: GetQuarter(DateTime)\r\nExtracts a quarter from the defined DateTime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfMonth">
|
|
<summary>
|
|
<para>Default value: 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>Default value: GetWeekOfYear(DateTime)\r\nExtracts the week of the year from the defined DateTime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime3">
|
|
<summary>
|
|
<para>Default value: MakeDateTime(Year, Month, Day)\r\nReturns a date value constructed from the specified Year, Month and Day.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime4">
|
|
<summary>
|
|
<para>Default value: MakeDateTime(Year, Month, Day, Hour)\r\nReturns a date value constructed from the specified Year, Month, Day and Hour.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime5">
|
|
<summary>
|
|
<para>Default value: MakeDateTime(Year, Month, Day, Hour, Minute)\r\nReturns a date value constructed from the specified Year, Month, Day, Hour and Minute.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime6">
|
|
<summary>
|
|
<para>Default value: MakeDateTime(Year, Month, Day, Hour, Minute, Second)\r\nReturns a date value constructed from the specified Year, Month, Day, Hour, Minute and Second.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionToBoolean">
|
|
<summary>
|
|
<para>Default value: ToBoolean(Value)\r\nConverts Value to an equivalent Boolean value.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FunctionOperatorExFunctionDescriptionToDateTime">
|
|
<summary>
|
|
<para>Default value: ToDateTime(Value)\r\nConverts Value to a DateTime value.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GaugeCalculationAlongGauges">
|
|
<summary>
|
|
<para>Default value: Gauges</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GaugeScaleLabelFormatCaption">
|
|
<summary>
|
|
<para>Default Value: Scale Label</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GeoPointMapTooltipPointCount">
|
|
<summary>
|
|
<para>Default value: {0} points</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridCalculationAlongRows">
|
|
<summary>
|
|
<para>Default value: Rows</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridCalculationAlongRowsAndSparklineArgument">
|
|
<summary>
|
|
<para>Default value: Rows / Sparkline Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridCalculationAlongSparklineArgument">
|
|
<summary>
|
|
<para>Default value: Sparkline Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridCalculationAlongSparklineArgumentAndRows">
|
|
<summary>
|
|
<para>Default value: Sparkline Argument / Rows</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridClearSorting">
|
|
<summary>
|
|
<para>Default value: Clear Sorting</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridHyperlinkUriPatternErrorMessage">
|
|
<summary>
|
|
<para>Default value: Invalid placeholder</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridResetColumnWidths">
|
|
<summary>
|
|
<para>Default value: Reset column widths</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridSortAscending">
|
|
<summary>
|
|
<para>Default value: Sort Ascending</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridSortDescending">
|
|
<summary>
|
|
<para>Default value: Sort Descending</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalAutoTemplate">
|
|
<summary>
|
|
<para>Default value: {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTemplate">
|
|
<summary>
|
|
<para>Default value: {0} = {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeAvg">
|
|
<summary>
|
|
<para>Default value: Avg</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeCount">
|
|
<summary>
|
|
<para>Default value: Count</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeMax">
|
|
<summary>
|
|
<para>Default value: Max</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeMin">
|
|
<summary>
|
|
<para>Default value: Min</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalTypeSum">
|
|
<summary>
|
|
<para>Default value: Sum</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GridTotalValueTemplate">
|
|
<summary>
|
|
<para>Default value: {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GroupIntervalNone">
|
|
<summary>
|
|
<para>Default value: No Grouping</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HiddenDataItemsHeader">
|
|
<summary>
|
|
<para>Default value: HIDDEN DATA ITEMS</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HighCaption">
|
|
<summary>
|
|
<para>Default value: High</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ImageFormat">
|
|
<summary>
|
|
<para>Default value: Image Format</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IncludeExportDashboardState">
|
|
<summary>
|
|
<para>Default value: Include</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IncorrectParameterType">
|
|
<summary>
|
|
<para>Default value: The dashboard parameter values type does not correspond to Parameter.Type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.InitialExtent">
|
|
<summary>
|
|
<para>Default value: Initial Extent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.InspectedData">
|
|
<summary>
|
|
<para>Default value: Inspected Data:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.InspectedTypeFormatString">
|
|
<summary>
|
|
<para>Default value: ({0} Data)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntegerDivisionValidationMessage">
|
|
<summary>
|
|
<para>Default value: Please Note: This Expression engine discards fractions during integer division operations. To return decimal values (floating-point division), use ToDecimal(), ToDouble() or ToFloat() for your expression. For instance, ToDecimal(10)/4 will return 2.5 whereas 10/4 will return 2.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntersectionLevelModeAll">
|
|
<summary>
|
|
<para>Default value: All levels</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntersectionLevelModeAuto">
|
|
<summary>
|
|
<para>Default value: (Auto)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntersectionLevelModeFirst">
|
|
<summary>
|
|
<para>Default value: First level</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntersectionLevelModeLast">
|
|
<summary>
|
|
<para>Default value: Last level</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.IntersectionLevelModeSpecific">
|
|
<summary>
|
|
<para>Default value: Specific level</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.InvalidCustomPropertyNameMessage">
|
|
<summary>
|
|
<para>Default value: The property name '{0}' is invalid. It should contain only letters, numbers, and the underscore symbol and cannot start with a number.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Latitude">
|
|
<summary>
|
|
<para>Default value: Latitude</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.LoadingDataError">
|
|
<summary>
|
|
<para>Default value: The Dashboard encountered an issue while loading data. One or several dashboard items may appear empty.\r\nPlease contact the application vendor or your system administrator and provide the following information.\r\n\r\nThe Web application server failed to establish the following data connections:\r\n{0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Longitude">
|
|
<summary>
|
|
<para>Default value: Longitude</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.LowCaption">
|
|
<summary>
|
|
<para>Default value: Low</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MapAttributeDimension">
|
|
<summary>
|
|
<para>Default value: Attribute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MapShapeNoneAttribute">
|
|
<summary>
|
|
<para>Default value: NONE</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MeasureFilterCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Filtered {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MeasureNamesDimensionName">
|
|
<summary>
|
|
<para>Default value: MeasureNames</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageAggregateFunctionInMasterFilterDimension">
|
|
<summary>
|
|
<para>Default value: 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.MessageCollectionTypesNotSupported">
|
|
<summary>
|
|
<para>Default value: Dashboard does not support collection types.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageCustomItemIsNotSupported">
|
|
<summary>
|
|
<para>Default value: The custom item is not supported by this control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDashboardInternalError">
|
|
<summary>
|
|
<para>Default value: 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>Default value: Dashboard has not been found.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDashboardNotRelevantError">
|
|
<summary>
|
|
<para>Default value: Dashboard object model was changed. Refresh operation is required.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicateDataItemId">
|
|
<summary>
|
|
<para>Default value: A data item identifier with the same name already exists.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicatedDataItem">
|
|
<summary>
|
|
<para>Default value: 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>Default value: This layout item is already contained in the tree</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageEFNotSupportedMedian">
|
|
<summary>
|
|
<para>Default value: Median is not supported for the Entity Framework.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageGridHasNoData">
|
|
<summary>
|
|
<para>Default value: The grid has no data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectDashboardItemGroupAssign">
|
|
<summary>
|
|
<para>Default value: 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>Default value: Data cannot be assigned if a data provider is used</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectFilterValueLength">
|
|
<summary>
|
|
<para>Default value: 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>Default value: An invalid operation is performed in GridDashboardControl.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectLayoutItemWeight">
|
|
<summary>
|
|
<para>Default value: Layout item weight cannot be negative or equal to zero</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectMapLatitude">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: The numeric value precision cannot be negative.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectValueTopNCount">
|
|
<summary>
|
|
<para>Default value: The TopNCount property value cannot be negative or zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInternalError">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: The minimum width must be greater than zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidCultureName">
|
|
<summary>
|
|
<para>Default value: Cannot find a specific culture with the following name: {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidDeltaIndicatorSize">
|
|
<summary>
|
|
<para>Default value: The delta indicator size must be greater than zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidFilterExpression">
|
|
<summary>
|
|
<para>Default value: 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>Default value: The font size must be greater than zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidLayoutClientHeight">
|
|
<summary>
|
|
<para>Default value: The layout height must be greater than zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidLayoutClientWidth">
|
|
<summary>
|
|
<para>Default value: The layout width must be greater than zero.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidStream">
|
|
<summary>
|
|
<para>Default value: The 'stream' parameter can't be null</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageLayoutDuplicatedDashboardItem">
|
|
<summary>
|
|
<para>Default value: 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.MessageLegacyCardLayoutIsNotSupported">
|
|
<summary>
|
|
<para>Default value: Card layout is outdated and cannot be displayed. To view this item, specify the layout template in the Dashboard Designer. To know more, see the 'Designing Dashboard Items > Cards > Layout' documentation topic.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageLoading">
|
|
<summary>
|
|
<para>Default value: Loading...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageMasterFilterIncorrectNumberOfValues">
|
|
<summary>
|
|
<para>Default value: 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>Default value: The pivot has no data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedCountDistinct">
|
|
<summary>
|
|
<para>Default value: Count Distinct is not supported in server mode for</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedMedian">
|
|
<summary>
|
|
<para>Default value: Median is not supported in server mode for</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageServerModeNotSupportedMode">
|
|
<summary>
|
|
<para>Default value: Mode is not supported in server mode for</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageSummaryCalculatedFieldInDimension">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: A data axis with the specified name does not exist in this dashboard item. See the static DevExpress.DashboardCommon.DashboardDataAxisNames class for valid data axis names.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongDateTimePeriodName">
|
|
<summary>
|
|
<para>Default value: The DateTimePeriodCollection does not contain the item with the specified name.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongExcelDataSourceConnectionParametersType">
|
|
<summary>
|
|
<para>Default value: Connection parameters are invalid. An excel data source supports only ExcelDataSourceConnectionParameters.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageWrongExtractDataSourceConnectionParametersType">
|
|
<summary>
|
|
<para>Default value: Connection parameters are invalid. An extract data source supports only ExtractDataSourceConnectionParameters.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MovingCalculationMeasureCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Moving of {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NewCalculatedFieldNamePrefix">
|
|
<summary>
|
|
<para>Default value: Calculated Field</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NewParameterNamePrefix">
|
|
<summary>
|
|
<para>Default value: Parameter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeAutoCaption">
|
|
<summary>
|
|
<para>Default value: Auto</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeCurrencyCaption">
|
|
<summary>
|
|
<para>Default value: Currency</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeCustomCaption">
|
|
<summary>
|
|
<para>Default value: Custom</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeGeneralCaption">
|
|
<summary>
|
|
<para>Default value: General</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeNumberCaption">
|
|
<summary>
|
|
<para>Default value: Number</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypePercentCaption">
|
|
<summary>
|
|
<para>Default value: Percent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatFormatTypeScientificCaption">
|
|
<summary>
|
|
<para>Default value: Scientific</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitAutoCaption">
|
|
<summary>
|
|
<para>Default value: Auto</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitBillionsCaption">
|
|
<summary>
|
|
<para>Default value: Billions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitCaption">
|
|
<summary>
|
|
<para>Default value: Unit</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitMillionsCaption">
|
|
<summary>
|
|
<para>Default value: Millions</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitOnesCaption">
|
|
<summary>
|
|
<para>Default value: Ones</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolBillions">
|
|
<summary>
|
|
<para>Default value: B</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolMillions">
|
|
<summary>
|
|
<para>Default value: M</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolThousands">
|
|
<summary>
|
|
<para>Default value: K</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitThousandsCaption">
|
|
<summary>
|
|
<para>Default value: Thousands</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalContinuous">
|
|
<summary>
|
|
<para>Default value: Continuous</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalDiscrete">
|
|
<summary>
|
|
<para>Default value: Discrete</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OlapCubeNotFoundError">
|
|
<summary>
|
|
<para>Default value: 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>Default value: (None)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OLAPUnavailableRawData">
|
|
<summary>
|
|
<para>Default value: OLAP Data Source - Data Unavailable</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OpenCaption">
|
|
<summary>
|
|
<para>Default value: Open</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayout">
|
|
<summary>
|
|
<para>Default value: Page Layout</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutAuto">
|
|
<summary>
|
|
<para>Default value: Auto</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutLandscape">
|
|
<summary>
|
|
<para>Default value: Landscape</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PageLayoutPortrait">
|
|
<summary>
|
|
<para>Default value: Portrait</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKind">
|
|
<summary>
|
|
<para>Default value: Size</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA3">
|
|
<summary>
|
|
<para>Default value: A3</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA4">
|
|
<summary>
|
|
<para>Default value: A4</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindA5">
|
|
<summary>
|
|
<para>Default value: A5</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindExecutive">
|
|
<summary>
|
|
<para>Default value: Executive</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindLegal">
|
|
<summary>
|
|
<para>Default value: Legal</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PaperKindLetter">
|
|
<summary>
|
|
<para>Default value: Letter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParameterNullExportValue">
|
|
<summary>
|
|
<para>Default value: null</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormAllowNullColumnCaption">
|
|
<summary>
|
|
<para>Default Value: Pass Null</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormCalendarTodayButton">
|
|
<summary>
|
|
<para>Default value: Today</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormCaption">
|
|
<summary>
|
|
<para>Default value: Dashboard Parameters</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormNameColumnCaption">
|
|
<summary>
|
|
<para>Default value: Parameter Name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersFormValueColumnCaption">
|
|
<summary>
|
|
<para>Default value: Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ParametersSelectorText">
|
|
<summary>
|
|
<para>Default value: Select...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PercentOfTotalCalculationMeasureCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Percent of {0} Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastDay">
|
|
<summary>
|
|
<para>Default value: Last Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastHour">
|
|
<summary>
|
|
<para>Default value: Last Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastMinute">
|
|
<summary>
|
|
<para>Default value: Last Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastMonth">
|
|
<summary>
|
|
<para>Default value: Last Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastQuarter">
|
|
<summary>
|
|
<para>Default value: Last Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastSecond">
|
|
<summary>
|
|
<para>Default value: Last Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodLastYear">
|
|
<summary>
|
|
<para>Default value: Last Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextDay">
|
|
<summary>
|
|
<para>Default value: Next Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextHour">
|
|
<summary>
|
|
<para>Default value: Next Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextMinute">
|
|
<summary>
|
|
<para>Default value: Next Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextMonth">
|
|
<summary>
|
|
<para>Default value: Next Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextQuarter">
|
|
<summary>
|
|
<para>Default value: Next Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextSecond">
|
|
<summary>
|
|
<para>Default value: Next Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodNextYear">
|
|
<summary>
|
|
<para>Default value: Next Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisDay">
|
|
<summary>
|
|
<para>Default value: This Day</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisHour">
|
|
<summary>
|
|
<para>Default value: This Hour</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisMinute">
|
|
<summary>
|
|
<para>Default value: This Minute</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisMonth">
|
|
<summary>
|
|
<para>Default value: This Month</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisQuarter">
|
|
<summary>
|
|
<para>Default value: This Quarter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisSecond">
|
|
<summary>
|
|
<para>Default value: This Second</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PeriodThisYear">
|
|
<summary>
|
|
<para>Default value: This Year</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PieCalculationAlongArguments">
|
|
<summary>
|
|
<para>Default value: Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PieCalculationAlongArgumentsAndSeries">
|
|
<summary>
|
|
<para>Default value: Arguments / Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PieCalculationAlongSeries">
|
|
<summary>
|
|
<para>Default value: Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PieCalculationAlongSeriesAndArguments">
|
|
<summary>
|
|
<para>Default value: Series / Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongColumns">
|
|
<summary>
|
|
<para>Default value: Columns</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongColumnsAndRows">
|
|
<summary>
|
|
<para>Default value: Columns / Rows</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongGroupsInColumns">
|
|
<summary>
|
|
<para>Default value: Columns within Groups</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongGroupsInColumnsAndRows">
|
|
<summary>
|
|
<para>Default value: Columns / Rows within Groups</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongGroupsInRows">
|
|
<summary>
|
|
<para>Default value: Rows within Groups</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongGroupsInRowsAndColumns">
|
|
<summary>
|
|
<para>Default value: Rows / Columns within Groups</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongRows">
|
|
<summary>
|
|
<para>Default value: Rows</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotCalculationAlongRowsAndColumns">
|
|
<summary>
|
|
<para>Default value: Rows / Columns</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotGridGrandTotal">
|
|
<summary>
|
|
<para>Default value: Grand Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotGridTotal">
|
|
<summary>
|
|
<para>Default value: {0} Total</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeArgument">
|
|
<summary>
|
|
<para>Default value: Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypePercent">
|
|
<summary>
|
|
<para>Default value: Percent</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeSeriesName">
|
|
<summary>
|
|
<para>Default value: Series Name</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PointLabelContentTypeValue">
|
|
<summary>
|
|
<para>Default value: Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PrintHeadersOnEveryPage">
|
|
<summary>
|
|
<para>Default value: Print Headers On Every Page</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCalculationAlongArgument">
|
|
<summary>
|
|
<para>Default value: Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCalculationAlongArgumentAndSeries">
|
|
<summary>
|
|
<para>Default value: Argument / Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCalculationAlongSeries">
|
|
<summary>
|
|
<para>Default value: Series</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCalculationAlongSeriesAndArgument">
|
|
<summary>
|
|
<para>Default value: Series / Argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterCustomDateTimePeriod">
|
|
<summary>
|
|
<para>Default value: Custom Period...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptyArgument">
|
|
<summary>
|
|
<para>Default value: Please specify the Range Filter's argument</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptySeries">
|
|
<summary>
|
|
<para>Default value: Please specify Range Filter values</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterHasNoData">
|
|
<summary>
|
|
<para>Default value: The Range Filter does not contain any data to display.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleArgument">
|
|
<summary>
|
|
<para>Default value: 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>Default value: 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>Default value: 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>Default value: 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>Default value: A Range Filter can contain Line and Area series only</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleTopN">
|
|
<summary>
|
|
<para>Default value: Range Filter's argument does not support the Top N feature</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterOLAPDataSource">
|
|
<summary>
|
|
<para>Default value: The Range Filter is not supported in OLAP mode.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRange">
|
|
<summary>
|
|
<para>Default value: Select Range</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRangeFromCaption">
|
|
<summary>
|
|
<para>Default value: From:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterSelectRangeToCaption">
|
|
<summary>
|
|
<para>Default value: To:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankCalculationMeasureCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Rank of {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankOrderAscending">
|
|
<summary>
|
|
<para>Default value: Ascending</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankOrderDescending">
|
|
<summary>
|
|
<para>Default value: Descending</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankTypeCompetition">
|
|
<summary>
|
|
<para>Default value: Competition</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankTypeDense">
|
|
<summary>
|
|
<para>Default value: Dense</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankTypeModified">
|
|
<summary>
|
|
<para>Default value: Modified</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankTypePercentile">
|
|
<summary>
|
|
<para>Default value: Percentile</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RankTypeUnique">
|
|
<summary>
|
|
<para>Default value: Unique</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RawDataType">
|
|
<summary>
|
|
<para>Default value: Raw</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RedoText">
|
|
<summary>
|
|
<para>Default value: Redo</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ResetExactDateFormatToDefault">
|
|
<summary>
|
|
<para>The text is the button's caption in the DateTime Format X-Axis Settings dialog. Default value: Reset to Default.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Resolution">
|
|
<summary>
|
|
<para>Default value: Resolution (dpi)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RunningTotalCalculationMeasureCaptionFormatString">
|
|
<summary>
|
|
<para>Default value: Running Total of {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleFactor">
|
|
<summary>
|
|
<para>Default value: Scale Factor</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleMode">
|
|
<summary>
|
|
<para>Default value: Scale Mode</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeAutoFitToPagesWidth">
|
|
<summary>
|
|
<para>Default value: Auto Fit to Pages Width</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeAutoFitToPageWidth">
|
|
<summary>
|
|
<para>Use the DashboardStringId.ScaleModeAutoFitToPagesWidth property instead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScaleModeUseScaleFactor">
|
|
<summary>
|
|
<para>Default value: Use Scale Factor</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ScatterCalculationAlongArguments">
|
|
<summary>
|
|
<para>Default value: Arguments</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SearchNullValuePrompt">
|
|
<summary>
|
|
<para>Default value: Enter text to search...</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SelectDate">
|
|
<summary>
|
|
<para>Default value: Select date</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeArea">
|
|
<summary>
|
|
<para>Default value: Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBar">
|
|
<summary>
|
|
<para>Default value: Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBubble">
|
|
<summary>
|
|
<para>Default value: Bubble</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeCandleStick">
|
|
<summary>
|
|
<para>Default value: Candle Stick</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedArea">
|
|
<summary>
|
|
<para>Default value: Full-Stacked Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedBar">
|
|
<summary>
|
|
<para>Default value: Full-Stacked Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedLine">
|
|
<summary>
|
|
<para>Default value: Full-Stacked Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedSplineArea">
|
|
<summary>
|
|
<para>Default value: Full-Stacked Spline Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupArea">
|
|
<summary>
|
|
<para>Default value: Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBar">
|
|
<summary>
|
|
<para>Default value: Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBubble">
|
|
<summary>
|
|
<para>Default value: Bubble</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupFinancial">
|
|
<summary>
|
|
<para>Default value: Financial</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupPointLine">
|
|
<summary>
|
|
<para>Default value: Point / Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRange">
|
|
<summary>
|
|
<para>Default value: Range</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRangeFilter">
|
|
<summary>
|
|
<para>Default value: Range Filter</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeHighLowClose">
|
|
<summary>
|
|
<para>Default value: High-Low-Close</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeLine">
|
|
<summary>
|
|
<para>Default value: Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeOpenHighLowClose">
|
|
<summary>
|
|
<para>Use the DashboardStringId.SeriesTypeCandleStick member instead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypePoint">
|
|
<summary>
|
|
<para>Default value: Point</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeRangeArea">
|
|
<summary>
|
|
<para>Default value: Range Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideFullStackedBar">
|
|
<summary>
|
|
<para>Default value: Full-Stacked Bar Side-by-Side</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideRangeBar">
|
|
<summary>
|
|
<para>Default value: Range Bar Side-by-Side</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideStackedBar">
|
|
<summary>
|
|
<para>Default value: Stacked Bar Side-by-Side</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSpline">
|
|
<summary>
|
|
<para>Default value: Spline</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSplineArea">
|
|
<summary>
|
|
<para>Default value: Spline Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedArea">
|
|
<summary>
|
|
<para>Default value: Stacked Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedBar">
|
|
<summary>
|
|
<para>Default value: Stacked Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedLine">
|
|
<summary>
|
|
<para>Default value: Stacked Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedSplineArea">
|
|
<summary>
|
|
<para>Default value: Stacked Spline Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepArea">
|
|
<summary>
|
|
<para>Default value: Step Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepLine">
|
|
<summary>
|
|
<para>Default value: Step Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStock">
|
|
<summary>
|
|
<para>Default value: Stock</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ShowTitle">
|
|
<summary>
|
|
<para>Default value: Show Title</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeMode">
|
|
<summary>
|
|
<para>Default value: Size Mode</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeNone">
|
|
<summary>
|
|
<para>Default value: None</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeStretch">
|
|
<summary>
|
|
<para>Default value: Stretch</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SizeModeZoom">
|
|
<summary>
|
|
<para>Default value: Zoom</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineArgumentValueSeparator">
|
|
<summary>
|
|
<para>Default value: - (hyphen)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineIndicationModeArea">
|
|
<summary>
|
|
<para>Default value: Area</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineIndicationModeBar">
|
|
<summary>
|
|
<para>Default value: Bar</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineIndicationModeLine">
|
|
<summary>
|
|
<para>Default value: Line</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineIndicationModeWinLoss">
|
|
<summary>
|
|
<para>Default value: Win/Loss</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipEndValue">
|
|
<summary>
|
|
<para>Default value: End:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipMaxValue">
|
|
<summary>
|
|
<para>Default value: Max:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipMinValue">
|
|
<summary>
|
|
<para>Default value: Min:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineTooltipStartValue">
|
|
<summary>
|
|
<para>Default value: Start:</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SparklineValuesSeparator">
|
|
<summary>
|
|
<para>Default value: , (comma)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.StartDate">
|
|
<summary>
|
|
<para>Default value: (Start Date)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeAverage">
|
|
<summary>
|
|
<para>Default value: Average</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeCount">
|
|
<summary>
|
|
<para>Default value: Count</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeCountDistinct">
|
|
<summary>
|
|
<para>Default value: Count Distinct</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMax">
|
|
<summary>
|
|
<para>Default value: Max</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMedian">
|
|
<summary>
|
|
<para>Default value: Median</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMin">
|
|
<summary>
|
|
<para>Default value: Min</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMode">
|
|
<summary>
|
|
<para>Default value: Mode</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDev">
|
|
<summary>
|
|
<para>Default value: StdDev</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDevp">
|
|
<summary>
|
|
<para>Default value: StdDevP</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeSum">
|
|
<summary>
|
|
<para>Default value: Sum</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVar">
|
|
<summary>
|
|
<para>Default value: Var</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVarp">
|
|
<summary>
|
|
<para>Default value: VarP</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TargetValueCaption">
|
|
<summary>
|
|
<para>Default value: Target</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TextGroupIntervalAlphabetical">
|
|
<summary>
|
|
<para>Default value: Alphabetical</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Title">
|
|
<summary>
|
|
<para>Default value: Title</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ToDatePeriodCaption">
|
|
<summary>
|
|
<para>Default value: To {0}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TooltipDataItemsHeader">
|
|
<summary>
|
|
<para>Default value: TOOLTIP DATA ITEMS</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TopNOthersValue">
|
|
<summary>
|
|
<para>Default value: Others</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TreemapLabelArgumentTemplate">
|
|
<summary>
|
|
<para>Default value: {0} - {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TreemapLabelValueTemplate">
|
|
<summary>
|
|
<para>Default value: {0}: {1}</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.UndoText">
|
|
<summary>
|
|
<para>Default value: Undo</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.UniqueCalculatedFieldNameValidationMessage">
|
|
<summary>
|
|
<para>Default value: The {0} already contains a field named {1}.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.UniqueNameValidationMessage">
|
|
<summary>
|
|
<para>Default value: A name should be unique.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.UriCaption">
|
|
<summary>
|
|
<para>Default value: Uri</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value1Caption">
|
|
<summary>
|
|
<para>Default value: Value 1</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value2Caption">
|
|
<summary>
|
|
<para>Default value: Value 2</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ValueCaption">
|
|
<summary>
|
|
<para>Default value: Value</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.WeightCaption">
|
|
<summary>
|
|
<para>Default value: Weight</para>
|
|
</summary>
|
|
</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.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>true, if map navigation is disabled; otherwise, false.</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.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.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.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>true, to show the map legend; otherwise, false.</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.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.MapPalette">
|
|
<summary>
|
|
<para>Serves as the base class for classes that represent map palettes.</para>
|
|
</summary>
|
|
</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.MasterFilterClearedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the MasterFilterCleared 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 <see cref="T:DevExpress.DashboardCommon.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.MasterFilterClearedEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the MasterFilterCleared 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.MasterFilterDefaultValuesEventArgs">
|
|
<summary>
|
|
<para>Provides data for the MasterFilterDefaultValues events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.MasterFilterDefaultValuesEventArgs.#ctor(System.String,System.String,DevExpress.DashboardCommon.DashboardDataSet,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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{System.Collections.IList})">
|
|
<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.MasterFilterDefaultValuesEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the MasterFilterDefaultValues 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.MasterFilterSetEventArgs">
|
|
<summary>
|
|
<para>Provides data for the MasterFilterSet 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 <see cref="T:DevExpress.DashboardCommon.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 the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The specified value.</param>
|
|
<returns>true, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.NullValue"/>; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.MasterFilterSetEventArgs.IsOthersValue(System.Object)">
|
|
<summary>
|
|
<para>Returns whether the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>.</para>
|
|
</summary>
|
|
<param name="value">The specified value.</param>
|
|
<returns>true, if the specified value is <see cref="F:DevExpress.DashboardCommon.DashboardSpecialValues.OthersValue"/>; otherwise, false.</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.MasterFilterSetEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the MasterFiltersSet 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.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 <see cref="T:DevExpress.DashboardCommon.Measure"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(DevExpress.DashboardCommon.MeasureDefinition)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.MeasureDefinition)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,DevExpress.DashboardCommon.SummaryType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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,System.String,DevExpress.DashboardCommon.SummaryType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="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="P:DevExpress.DashboardCommon.Measure.FilterString">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<value></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 <see cref="T:DevExpress.DashboardCommon.Measure"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the type of summary function calculated against this <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.MeasureCalculationWindowDefinition"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.MeasureCollection"/> 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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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,DevExpress.DashboardCommon.SummaryType,System.String,DevExpress.DashboardCommon.MeasureCalculation,DevExpress.DashboardCommon.MeasureCalculationWindowDefinition,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="dataMember"></param>
|
|
<param name="summaryType"></param>
|
|
<param name="filterString"></param>
|
|
<param name="calculation"></param>
|
|
<param name="windowDefinition"></param>
|
|
<param name="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 <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.MeasureDefinition"/> instance; otherwise, false.</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="P:DevExpress.DashboardCommon.MeasureDefinition.FilterString">
|
|
<summary>
|
|
<para></para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.MeasureDefinition.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.MeasureDefinitionCollection"/> class.</para>
|
|
</summary>
|
|
</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.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.6/15/2009 1:45:30 PM -> Jun (en-US)</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.6/15/2009 1:45:30 PM -> June (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.MonthFormat.Numeric">
|
|
<summary>
|
|
<para>The month, from 1 through 12.6/15/2009 1:45:30 PM -> 6 (en-US)</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.MovingCalculation"/>.</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of next values (relative to the current value) participating in the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.MovingCalculation"/>.</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of previous values (relative to the current value) participating in the <see cref="T:DevExpress.DashboardCommon.MovingCalculation"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.MovingCalculation.SummaryType">
|
|
<summary>
|
|
<para>Gets or sets the type of summary function used by the <see cref="T:DevExpress.DashboardCommon.MovingCalculation"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration value that specifies the type of summary function used by the <see cref="T:DevExpress.DashboardCommon.MovingCalculation"/>.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.NamedDataItemContainer"/> instance.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.NamedDataItemContainer.EndInit">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.NamedDataItemContainer.GetDisplayName">
|
|
<summary>
|
|
<para>Gets the item's name displayed in the dashboard.</para>
|
|
</summary>
|
|
<returns>A text displayed in the dashboard as an item's name or caption.</returns>
|
|
</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.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 <see cref="T:DevExpress.DashboardCommon.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="P:DevExpress.DashboardCommon.ObjectDataSourceFillParameters.Parameters">
|
|
<summary>
|
|
<para>Gets or sets parameters passed to the data source.</para>
|
|
</summary>
|
|
<value>A collection of objects implementing <see cref="T:DevExpress.Data.IParameter"/> interface, which are parameters passed to the data source.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.OlapConnectionException">
|
|
<summary>
|
|
<para>THe exception that occurs when you try to connect to OLAP cubes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.OlapConnectionException.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.OlapConnectionException"/> class.</para>
|
|
</summary>
|
|
<param name="message">A ()[xref:System.String] object that is the exception message.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.OlapConnectionException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.OlapConnectionException"/> class.</para>
|
|
</summary>
|
|
<param name="message">A ()[xref:System.String] object that is the exception message.</param>
|
|
<param name="innerException">A ()[xref:System.Exception] object that contains the inner exception.</param>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>true, if the connection to a cube in an MS Analysis Services database is established; otherwise, false.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.OlapDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.OlapDataProvider.#ctor(DevExpress.DashboardCommon.OlapDataConnection)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String,DevExpress.DataAccess.ConnectionParameters.OlapConnectionParameters)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.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>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.OlapDataProvider.XmlNameString">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value></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.OpenHighLowCloseSeries">
|
|
<summary>
|
|
<para>An Open-High-Low-Close series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeries"/> class with default settings.</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 <see cref="T:DevExpress.DashboardCommon.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 Open 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 High 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 Low 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 Close 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 <see cref="T:DevExpress.DashboardCommon.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 Open 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 High 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 Low 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 Close 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(DevExpress.DashboardCommon.OpenHighLowCloseSeriesType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 Close prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains Close prices.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains High prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains High prices.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains Low prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains Low prices.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open">
|
|
<summary>
|
|
<para>Gets or sets a measure that contains Open prices.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains Open 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.OpenHighLowCloseSeriesType">
|
|
<summary>
|
|
<para>Lists values that specify the types of Open-High-Low-Close series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.CandleStick">
|
|
<summary>
|
|
<para>The Candle Stick series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.Stock">
|
|
<summary>
|
|
<para>The Stock series.</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 <see cref="T:DevExpress.DashboardCommon.PaletteColorCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.ParameterLookUpSettings"/> instance.</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.DashboardCommon.ParameterLookUpSettings"/> object that represents an exact copy of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.PercentNumericFormat">
|
|
<summary>
|
|
<para>Contains format settings for numeric delta values expressed as percentage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.PercentNumericFormat.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.PercentNumericFormat"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.PercentOfTotalCalculation"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.PieLegendPosition"/> that specifies the position of the legend within the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>true, to show captions for individual diagrams within this dashboard item; otherwise, false.</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.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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to paint weighted pies on the map; otherwise, false.</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.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.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.Example: Europe</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndPercent">
|
|
<summary>
|
|
<para>The argument value and its percentage in the total.Example: Europe : 18.90 %</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndValue">
|
|
<summary>
|
|
<para>The argument value and the corresponding summary value.Example: Europe : $18M</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.Example: Europe : $18M (18.90 %)</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.Example: 18.90 %</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PieValueType.Value">
|
|
<summary>
|
|
<para>The actual summary value.Example: $18M</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PieValueType.ValueAndPercent">
|
|
<summary>
|
|
<para>The actual summary value and its percentage of the total.Example: $18M (18.90 %)</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>true, if column field values are expanded; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>true, if row field values are expanded; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Columns">
|
|
<summary>
|
|
<para>Gets the collection of dimensions that provide column headers in the current <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide column headers in the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<param name="value">A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that reprsents the measure in the current <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</param>
|
|
<returns>A <see cref="T:System.String"/> that represents the name of the specified measure in the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide row headers in the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PivotDashboardItem"/>.</para>
|
|
</summary>
|
|
<param name="value">A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that represents the measure in the current <see cref="T:DevExpress.DashboardCommon.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>true, if the column grand totals are visible; otherwise, false.</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>true, if the column totals are visible; otherwise, false.</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>true, if the row grand totals are visible; otherwise, false.</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>true, if the row totals are visible; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRule"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.PivotItemFormatRule.#ctor(DevExpress.DashboardCommon.DataItem,DevExpress.DashboardCommon.DataItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="P:DevExpress.DashboardCommon.PivotItemFormatRule.ApplyToColumn">
|
|
<summary>
|
|
<para>Gets or sets whether conditional formatting is applied to the entire pivot column.</para>
|
|
</summary>
|
|
<value>true, to apply conditional formatting to the entire pivot column; otherwise, false.</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>true, if the current format rule is properly specified; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRuleCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.PivotItemFormatRuleLevel"/> object whose settings are copied to the current object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.PivotItemFormatRuleLevel.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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 groups.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInColumnsAndRows">
|
|
<summary>
|
|
<para>A calculation is performed horizontally through Pivot columns, then rows within groups.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.PivotWindowDefinitionMode.GroupsInRows">
|
|
<summary>
|
|
<para>A calculation is performed vertically through Pivot rows within groups.</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.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.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.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 <see cref="T:DevExpress.DashboardCommon.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>true, to show point labels for zero values; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.PointLabelOptions.ShowPointLabels">
|
|
<summary>
|
|
<para>Gets or sets whether to show point labels.</para>
|
|
</summary>
|
|
<value>true, to show point labels; otherwise, false.</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>true, to show point labels; otherwise, false.</value>
|
|
</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.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.</para>
|
|
</summary>
|
|
</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.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.6/15/2009 1:45:30 PM -> Q2 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Numeric">
|
|
<summary>
|
|
<para>The quarter, from 1 through 4.6/15/2009 1:45:30 PM -> 2 (en-US)</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>The maximum value of the selected range in the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.ActualMinValue">
|
|
<summary>
|
|
<para>Gets the minimum value of the selected range in the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>The minimum value of the selected range in the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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>Provides access to a collection of date-time periods that can be used to select a predefined range in the Range Filter.</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 <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>The end value of the visible range in the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection"/> object that represents the collection of series displayed within the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>The start value of the visible range in the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs">
|
|
<summary>
|
|
<para>Provides data for the RangeFilterDefaultValue events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.RangeFilterDefaultValueEventArgs.#ctor(System.String,System.Type,System.Nullable{DevExpress.DashboardCommon.DateTimeGroupInterval})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.RangeFilterDefaultValueEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the RangeFilterDefaultValue 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.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.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.RangeFilterPredefinedDateTimePeriodsEventHandler">
|
|
<summary>
|
|
<para>References a method that handles 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.RangeFilterSelection">
|
|
<summary>
|
|
<para>A range in the Range Filter or Date Filter dashboard items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.RangeFilterSelection.#ctor(System.Object,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection"/> class with default settings.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.RangeFilterState"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.RangeFilterState.#ctor(DevExpress.DashboardCommon.RangeFilterSelection)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 <see cref="T:DevExpress.DashboardCommon.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>
|
|
<value></value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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.RangeSeries">
|
|
<summary>
|
|
<para>A Range series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.RangeSeries"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.RangeSeriesType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.RangeSeriesType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.RangeSeriesType">
|
|
<summary>
|
|
<para>Lists values that specify the types of Range series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.RangeArea">
|
|
<summary>
|
|
<para>The Range Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.SideBySideRangeBar">
|
|
<summary>
|
|
<para>The Range Bar series.</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 <see cref="T:DevExpress.DashboardCommon.RangeSet"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.RangeSet.HasRanges">
|
|
<summary>
|
|
<para>Gets whether the current range set contains at least one range.</para>
|
|
</summary>
|
|
<value>true, if the current range set contains at least one range; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.RangeSet"/> object.</returns>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.RangeStopCollection"/> class.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.RankCalculation"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.RankCalculation.RankOrder">
|
|
<summary>
|
|
<para>Gets or sets the ranking order of the current <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.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.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 competition ranking.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.RankType.Dense">
|
|
<summary>
|
|
<para>Identifies the dense ranking.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.RankType.Modified">
|
|
<summary>
|
|
<para>Identifies the modified competition 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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.RunningTotalCalculation"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration value that specifies the type of summary function used by the <see cref="T:DevExpress.DashboardCommon.RunningTotalCalculation"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.ScatterChartAxis">
|
|
<summary>
|
|
<para>A scatter chart's axis.</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 <see cref="T:DevExpress.DashboardCommon.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>true, to rotate the scatter chart; otherwise, false.</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.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.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.ScatterWindowDefinition">
|
|
<summary>
|
|
<para>A window definition used to perform calculations within the <see cref="T:DevExpress.DashboardCommon.ScatterChartDashboardItem"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ScatterWindowDefinition.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.ScatterWindowDefinition"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.SelectedTabPageChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SelectedTabPageChanged"/>, <see cref="E:DevExpress.DashboardWin.DashboardViewer.SelectedTabPageChanged"/> and <see cref="E:DevExpress.DashboardWpf.DashboardControl.SelectedTabPageChanged"/> events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SelectedTabPageChangedEventArgs.Page">
|
|
<summary>
|
|
<para>Gets a tab page that is selected.</para>
|
|
</summary>
|
|
<value>A string that is a component name of the selected tab page.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SelectedTabPageChangedEventArgs.PrevPage">
|
|
<summary>
|
|
<para>Gets the tab page that was selected.</para>
|
|
</summary>
|
|
<value>A string that is a component name of the previously selected tab page.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SelectedTabPageChangedEventArgs.TabContainer">
|
|
<summary>
|
|
<para>Gets the name of the tab container that contains the selected tab page.</para>
|
|
</summary>
|
|
<value>A string that is a component name of the tab container containing the selected tab page.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.SelectedTabPageChangedEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SelectedTabPageChanged"/>, <see cref="E:DevExpress.DashboardWin.DashboardViewer.SelectedTabPageChanged"/> and <see cref="E:DevExpress.DashboardWpf.DashboardControl.SelectedTabPageChanged"/> events.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.DashboardCommon.SelectedTabPageChangedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.SeriesDashboardItem">
|
|
<summary>
|
|
<para>Serves as the base class for dashboard item that have the Series 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.SetInitialDashboardStateBaseEventArgs">
|
|
<summary>
|
|
<para>Base class that provides data for the platform-specific SetInitialDashboardState events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SetInitialDashboardStateBaseEventArgs.Dashboard">
|
|
<summary>
|
|
<para>A dashboard whose state can be initialized.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SetInitialDashboardStateBaseEventArgs.InitialState">
|
|
<summary>
|
|
<para>Gets or sets the dashboard initial state.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that describes the dashboard state.</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.SimpleSeries">
|
|
<summary>
|
|
<para>A Simple series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.SimpleSeries"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.SimpleSeriesType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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.SimpleSeriesType">
|
|
<summary>
|
|
<para>Lists values that specify the types of Simple series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Area">
|
|
<summary>
|
|
<para>The Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Bar">
|
|
<summary>
|
|
<para>The Bar series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedArea">
|
|
<summary>
|
|
<para>The Full-Stacked Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedBar">
|
|
<summary>
|
|
<para>The Full-Stacked Bar series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedLine">
|
|
<summary>
|
|
<para>The Full-Stacked Line series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedSplineArea">
|
|
<summary>
|
|
<para>The Full-Stacked Spline Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Line">
|
|
<summary>
|
|
<para>The Line series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Point">
|
|
<summary>
|
|
<para>The Point series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Spline">
|
|
<summary>
|
|
<para>The Spline series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.SplineArea">
|
|
<summary>
|
|
<para>The Spline Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedArea">
|
|
<summary>
|
|
<para>The Stacked Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedBar">
|
|
<summary>
|
|
<para>The Stacked Bar series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedLine">
|
|
<summary>
|
|
<para>The Stacked Line series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedSplineArea">
|
|
<summary>
|
|
<para>The Stacked Spline Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepArea">
|
|
<summary>
|
|
<para>The Step Area series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepLine">
|
|
<summary>
|
|
<para>The Step Line series.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.SingleFilterDefaultValueEventArgs">
|
|
<summary>
|
|
<para>Provides data for the SingleFilterDefaultValue 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 <see cref="T:DevExpress.DashboardCommon.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 SingleFilterDefaultValue event was raised.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that specifies the name of the dashboard item for which the SingleFilterDefaultValue 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.SingleFilterDefaultValueEventHandler">
|
|
<summary>
|
|
<para>References a method that handles the SingleFilterDefaultValue 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.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 to highlight the minimum/maximum points of a sparkline.</para>
|
|
</summary>
|
|
<value>true, to highlight the minimum/maximum points of a sparkline; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.SparklineOptions.HighlightStartEndPoints">
|
|
<summary>
|
|
<para>Gets or sets whether to highlight the start/end points of a sparkline.</para>
|
|
</summary>
|
|
<value>true, to highlight the start/end points of a sparkline; otherwise, false.</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 area.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SparklineViewType.Bar">
|
|
<summary>
|
|
<para>Sparkline data points are represented as bars.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SparklineViewType.Line">
|
|
<summary>
|
|
<para>Sparkline data points are represented as a line.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SparklineViewType.WinLoss">
|
|
<summary>
|
|
<para>Sparkline data points are represented as win and loss squares.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.SpecificWindowDefinition"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.SpecificWindowDefinition"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.SpecificWindowDefinition.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.SpecificWindowDefinition"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.SqlDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.SqlDataProvider.#ctor(DevExpress.DataAccess.DataConnection)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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="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 <see cref="T:DevExpress.DashboardCommon.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.StyleSettingsBase.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardCommon.StyleSettingsBase"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.</returns>
|
|
</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>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SummaryType.Count">
|
|
<summary>
|
|
<para>The number of values (excluding Null and DBNull 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 median of the values. A median 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 mode of the values. A mode 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>
|
|
</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>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.SummaryType.Sum">
|
|
<summary>
|
|
<para>The sum of the values.</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>
|
|
</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>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.TabContainerDashboardItem">
|
|
<summary>
|
|
<para>A tab container used to arrange dashboard items and groups within a dashboard.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.TabContainerDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.TabContainerDashboardItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.TabContainerDashboardItem.CreateTabPage">
|
|
<summary>
|
|
<para>Creates a new tab page and adds it to the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages"/> collection.</para>
|
|
</summary>
|
|
<returns>A dashboard tab page.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.TabContainerDashboardItem.ParentContainer">
|
|
<summary>
|
|
<para>Gets the container that stores the current item. Always null.</para>
|
|
</summary>
|
|
<value>Always null.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">
|
|
<summary>
|
|
<para>Provides access to the collection of tab pages stored in the tab container.</para>
|
|
</summary>
|
|
<value>A collection of tab pages in the tab container.</value>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that specifies the formatted text content of the <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the plain text content of the <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that specifies the plain text content of the <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/>.</value>
|
|
</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.Example: A, B, C, ... Z</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.TreemapDashboardItem">
|
|
<summary>
|
|
<para>A Treemap dashboard item that allows you to display large amounts of hierarchically structured (tree-structured) data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.TreemapDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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.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.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.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.Example: Europe</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.DashboardCommon.TreemapValueType.ArgumentAndValue">
|
|
<summary>
|
|
<para>The argument value and the corresponding summary value.Example: Europe : $18M</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.Example: $18M</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 <see cref="T:DevExpress.DashboardCommon.TreeViewDashboardItem"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.TreeViewDashboardItem.AutoExpandNodes">
|
|
<summary>
|
|
<para>Gets or sets whether tree view nodes are expanded by default.</para>
|
|
</summary>
|
|
<value>true, to expand tree view nodes by default; otherwise, false.</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.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 <see cref="T:DevExpress.DashboardCommon.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.UpdateExtractDataSourceConnectionParameters">
|
|
<summary>
|
|
<para>For internal use</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters"/> class with the specified file path.</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="M:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.UpdateExtractDataSourceConnectionParameters"/> class with the specified settings.</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="T:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs">
|
|
<summary>
|
|
<para>Provides data for ValidateCustomSqlQuery events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.#ctor(DevExpress.DashboardCommon.DashboardSqlDataSource,DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="M:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventArgs.#ctor(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.ValidateCustomSqlQueryEventArgs)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="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>true, if the current custom SQL query is valid; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.ValidateDashboardCustomSqlQueryEventHandler">
|
|
<summary>
|
|
<para>References a method that handles ValidateCustomSqlQuery 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.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">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.ValueMap"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ValueMap.#ctor(DevExpress.DashboardCommon.Measure)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.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="P:DevExpress.DashboardCommon.ValueMap.Palette">
|
|
<summary>
|
|
<para>Gets or sets a palette of the current <see cref="T:DevExpress.DashboardCommon.ValueMap"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.DashboardCommon.MapPalette"/> descendant that specifies the palette of the current <see cref="T:DevExpress.DashboardCommon.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="N:DevExpress.DashboardCommon.ViewerData">
|
|
<summary>
|
|
<para>Contains classes required to access a multidimensional representation of data displayed in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> / <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
|
|
</summary>
|
|
</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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/>.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> instance; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> instance; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.GetAxisPoint">
|
|
<summary>
|
|
<para>Gets the axis point from the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object.</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point from the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ViewerData.AxisPointTuple.GetAxisPoint(System.String)">
|
|
<summary>
|
|
<para>Gets the axis point from the current <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object contains axis points.</para>
|
|
</summary>
|
|
<value>true, if the current <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object does not contain axis points; otherwise, false.</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 the current axis contains only the root axis point that does not have child points.</para>
|
|
</summary>
|
|
<value>true, if the current axis contains only the root axis point; otherwise, false.</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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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.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.DeltaDescriptorCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor"/> objects.</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.ViewerData.DimensionDescriptorCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.DimensionDescriptor"/> objects.</para>
|
|
</summary>
|
|
</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.ViewerData.MeasureDescriptorCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> objects.</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(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{System.String,System.Object})">
|
|
<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.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint})">
|
|
<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.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(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.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object by the specified axis point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData.GetSlice(DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
|
|
<summary>
|
|
<para>Gets the slice of the current <see cref="T:DevExpress.DashboardCommon.ViewerData.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.GetSlice(System.String,System.Object[])">
|
|
<summary>
|
|
<para>Gets the slice of the current <see cref="T:DevExpress.DashboardCommon.ViewerData.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 <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object.</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 <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object is initialized.</para>
|
|
</summary>
|
|
<value>true, if the current <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object is empty; otherwise, false.</value>
|
|
</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.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.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 <see cref="T:DevExpress.DashboardCommon.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 <see cref="T:DevExpress.DashboardCommon.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.XpoDataSourceConnectionParameters">
|
|
<summary>
|
|
<para>Contains parameters used to establish a connection to the XPO (eXpress Persistent Objects).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.XpoDataSourceConnectionParameters.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.XpoDataSourceConnectionParameters"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XpoDataSourceConnectionParameters.ConnectionStringName">
|
|
<summary>
|
|
<para>Gets or sets a name of a connection string used to establish a connection to the XPO (eXpress Persistent Objects).</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object that is a connection name.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.XRDashboardGauge">
|
|
<summary>
|
|
<para>A printable gauge in the exported Gauge dashboard item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRDashboardGauge.DeltaIcon">
|
|
<summary>
|
|
<para>Gets a delta icon in the gauge.</para>
|
|
</summary>
|
|
<value>A Picture Box control that is used to display a delta icon in the printed document.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRDashboardGauge.Gauge">
|
|
<summary>
|
|
<para>Gets a gauge control.</para>
|
|
</summary>
|
|
<value>A Gauge control that is used to display an image in the printed document.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRDashboardGauge.MainSeriesLabel">
|
|
<summary>
|
|
<para>Gets a main series labels in the gauge.</para>
|
|
</summary>
|
|
<value>A Label control that is used to display a main series labels in the printed document.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRDashboardGauge.SecondarySeriesLabel">
|
|
<summary>
|
|
<para>Gets a secondary series labels in the gauge.</para>
|
|
</summary>
|
|
<value>A Label control that is used to display a secondary series labels in the printed document.</value>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRDashboardGauge.ValueLabel">
|
|
<summary>
|
|
<para>Gets values in the gauge.</para>
|
|
</summary>
|
|
<value>A Label control that is used to display values in the printed document.</value>
|
|
</member>
|
|
<member name="T:DevExpress.DashboardCommon.XRGaugeDashboardItem">
|
|
<summary>
|
|
<para>A panel that represents a Gauge dashboard item in the exported document.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DashboardCommon.XRGaugeDashboardItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.XRGaugeDashboardItem"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.DashboardCommon.XRGaugeDashboardItem.Gauges">
|
|
<summary>
|
|
<para>Gets a collections of printed gauges.</para>
|
|
</summary>
|
|
<value>A collections of printed gauges.</value>
|
|
</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.6/15/2009 1:45:30 PM -> 09 (en-US)</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.6/15/2009 1:45:30 PM -> 2009 (en-US)</para>
|
|
</summary>
|
|
</member>
|
|
<member name="N:DevExpress.DataAccess">
|
|
<summary>
|
|
<para>Contains classes that utilize the most popular approaches to access different data providers.</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 <see cref="T:DevExpress.DataAccess.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 <see cref="T:DevExpress.DataAccess.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.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 <see cref="T:DevExpress.DataAccess.DataConnectionCollection"/> class.</para>
|
|
</summary>
|
|
</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>true, if an item with the specified name is contained in the collection; otherwise, false.</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>true, if an item with the specified name is successfully removed from the collection; otherwise, false.</returns>
|
|
</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 <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/> class</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.AddRange(`0[])">
|
|
<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="M:DevExpress.DataAccess.NotifyingCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
|
|
<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="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 <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/> 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{`0})">
|
|
<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>true, if the collection contains an item that matches the specified predicate; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.DataAccess.NotifyingCollection`1.FindFirst(System.Predicate{`0})">
|
|
<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{`0})">
|
|
<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(`0[])">
|
|
<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.RemoveRange(System.Collections.Generic.IEnumerable{`0})">
|
|
<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.ToArray">
|
|
<summary>
|
|
<para>Returns the elements of the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/> collection as an array.</para>
|
|
</summary>
|
|
<returns>An array containing the elements of the <see cref="T:DevExpress.DataAccess.NotifyingCollection`1"/> collection.</returns>
|
|
</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(`0)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.NotifyingCollectionBeforeItemAddedEventArgs`1"/> 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.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{`0},System.Collections.Generic.IList{`0})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.NotifyingCollectionChangedEventArgs`1"/> 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.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 <see cref="T:DevExpress.DataAccess.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 <see cref="T:DevExpress.DataAccess.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 <see cref="T:DevExpress.DataAccess.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 multi-selection is enabled for the current parameter.</para>
|
|
</summary>
|
|
<value>true, to allow end-users to use the multiple parameter values; otherwise, false.</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>true, to allow end-users to pass a null value as a parameter value; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.DataAccess.Parameter.Clone">
|
|
<summary>
|
|
<para>Creates a copy of the current <see cref="T:DevExpress.DataAccess.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 all parameter values should be selected in the initial state of the Dashboard Viewer.</para>
|
|
</summary>
|
|
<value>true, to select all parameter values by default; otherwise, false.</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.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 <see cref="T:DevExpress.DataAccess.UniqueItemCollection`1"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc> |