Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Dashboard.v13.1.Core</name>
</assembly>
<members>
<member name="T:DevExpress.DashboardCommon.SimpleSeriesType">
<summary>
<para>Lists values that specify the types of <b>Simple</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Area">
<summary>
<para>The <b>Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Bar">
<summary>
<para>The <b>Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedArea">
<summary>
<para>The <b>Full-Stacked Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedBar">
<summary>
<para>The <b>Full-Stacked Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedLine">
<summary>
<para>The <b>Full-Stacked Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.FullStackedSplineArea">
<summary>
<para>The <b>Full-Stacked Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Line">
<summary>
<para>The <b>Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Point">
<summary>
<para>The <b>Point</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.Spline">
<summary>
<para>The <b>Spline</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.SplineArea">
<summary>
<para>The <b>Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedArea">
<summary>
<para>The <b>Stacked Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedBar">
<summary>
<para>The <b>Stacked Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedLine">
<summary>
<para>The <b>Stacked Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StackedSplineArea">
<summary>
<para>The <b>Stacked Spline Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepArea">
<summary>
<para>The <b>Step Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SimpleSeriesType.StepLine">
<summary>
<para>The <b>Step Line</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.RangeSeriesType">
<summary>
<para>Lists values that specify the types of <b>Range</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.RangeArea">
<summary>
<para>The <b>Range Area</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.RangeSeriesType.SideBySideRangeBar">
<summary>
<para>The <b>Range Bar</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.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.OpenHighLowCloseSeriesType">
<summary>
<para>Lists values that specify the types of <b>Open-High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.CandleStick">
<summary>
<para>The <b>Candle Stick</b> series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType.Stock">
<summary>
<para>The <b>Stock</b> series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.SummaryType">
<summary>
<para>Lists values that specify the summary function types.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Average">
<summary>
<para>The average of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Count">
<summary>
<para>The number of values (excluding <b>Null</b> and <b>DBNull</b> values).
<para>This is the only summary type that can be calculated against non-numeric data.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Max">
<summary>
<para>The largest value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Min">
<summary>
<para>The smallest value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.StdDev">
<summary>
<para>An estimate of the standard deviation of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.StdDevp">
<summary>
<para>The standard deviation of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Sum">
<summary>
<para>The sum of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Var">
<summary>
<para>An estimate of the variance of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.SummaryType.Varp">
<summary>
<para>The variance of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageVerticalAlignment">
<summary>
<para>Lists values that specify the vertical alignment of an image.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Bottom">
<summary>
<para>The image is vertically aligned at the bottom of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Center">
<summary>
<para>The image is vertically aligned in the middle of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageVerticalAlignment.Top">
<summary>
<para>The image is vertically aligned at the top of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageSizeMode">
<summary>
<para>Lists values that specify how an image is positioned within an <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Clip">
<summary>
<para>The image is placed in the upper-left corner of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. The image is clipped if it is larger than the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> which contains it.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Squeeze">
<summary>
<para>If the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>'s dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>'s dimensions.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Stretch">
<summary>
<para>The image within the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> is stretched or shrunk as appropriate to fit the size of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ImageSizeMode.Zoom">
<summary>
<para>The image is sized proportionally (without clipping), so that it best fits the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. If the ratio of height to width of the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/> is the same as the image's ratio, it will be resized to exactly fit into the <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>. Otherwise, the closest fitting side (height or width) of the image will be sized to the dashboard item and the other side (height or width) of the image is sized proportionally (leaving empty space).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ImageHorizontalAlignment">
<summary>
<para>Lists values that specify the horizontal alignment of an image.
</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.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="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 DashboardTitleAlignment enumeration value that specifies the alignment of the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.ImageData">
<summary>
<para>Gets or sets the image displayed within the DashboardTitle as a byte array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array that contains image data.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.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.Text">
<summary>
<para>Gets or sets the text displayed in the dashboard title.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the text displayed in the dashboard title.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardTitle.Visible">
<summary>
<para>Gets or sets whether the dashboard title is visible.
</para>
</summary>
<value><b>true</b>, if the dashboard title is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimeGroupInterval">
<summary>
<para>Lists values that specify the group interval for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHour">
<summary>
<para>Values are grouped by the date part with the hour value.
<para><b>Example:</b> 3/4/2012 0, 3/4/2012 1, 3/4/2012 2, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinute">
<summary>
<para>Values are grouped by the date part with the hour and minute values.
<para><b>Example:</b> 3/4/2012 0:00, 3/4/2012 0:01, 3/4/2012 0:02, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DateHourMinuteSecond">
<summary>
<para>Values are grouped by the date part with the hour, minute and second values.
<para><b>Example:</b> 3/4/2012 0:00:00, 3/4/2012 0:00:01, 3/4/2012 0:00:02, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Day">
<summary>
<para>Values are grouped by the day of the month.
<para><b>Example:</b> 1, 2, 3, ... 31</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear">
<summary>
<para>Values are grouped by the date part.
<para><b>Example:</b> 3/4/2012, 3/5/2012, 3/6/2012, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfWeek">
<summary>
<para>Values are grouped by the day of the week.
<para><b>Example:</b> Sunday, Monday, Tuesday, ... Saturday</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayOfYear">
<summary>
<para>Values are grouped by the day of the year.
<para><b>Example:</b> 1, 2, 3, ... 365 (366 in a leap year)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour">
<summary>
<para>Values are grouped by the hour.
<para><b>Example:</b> 0, 1, 2, ... 23</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Minute">
<summary>
<para>Values are grouped by the minute.
<para><b>Example:</b> 0, 1, 2, ... 59</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month">
<summary>
<para>Values are grouped by the month.
<para><b>Example:</b> January, February, March, ... December</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.MonthYear">
<summary>
<para>Values are grouped by the year and month.
<para><b>Example:</b> January 2012, February 2012, ... December 2012, January 2013, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter">
<summary>
<para>Values are grouped by the quarter.
<para><b>Example:</b> Q1, Q2, Q3, Q4</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.QuarterYear">
<summary>
<para>Values are grouped by the year and quarter.
<para><b>Example:</b> Q3 2012, Q4 2012, Q1 2013, Q2 2013, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Second">
<summary>
<para>Values are grouped by the second.
<para><b>Example:</b> 0, 1, 2, ... 59</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfMonth">
<summary>
<para>Values are grouped by the week of the month.
<para><b>Example:</b> 1, 2, 3, 4, 5</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.WeekOfYear">
<summary>
<para>Values are grouped by the week of the year.
<para><b>Example:</b> 1, 2, 3, ... 52</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year">
<summary>
<para>Values are grouped by the year.
<para><b>Example:</b> 2010, 2011, 2012</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TextGroupInterval">
<summary>
<para>Lists values that specify the group interval for string values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TextGroupInterval.Alphabetical">
<summary>
<para>Values are grouped alphabetically.
<para><b>Example:</b> A, B, C, ... Z</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TextGroupInterval.None">
<summary>
<para>No grouping. Each value is displayed individually.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions">
<summary>
<para>Contains options that control interactivity features, such as Master Filtering and drill-down.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemInteractivityOptions.IsDrillDownEnabled">
<summary>
<para>Gets or sets whether drill-down is enabled.
</para>
</summary>
<value><b>true</b>, to enable drill-down; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItemInteractivityOptions.IsMasterFilter">
<summary>
<para>Gets or sets whether this dashboard item acts as a Master Filter.
</para>
</summary>
<value><b>true</b>, if this dashboard item should act as a Master Filter; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ContentArrangementMode">
<summary>
<para>Lists values that specify how individual elements contained within the dashboard item should be arranged.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.Auto">
<summary>
<para>Dashboard item elements are arranged automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.FixedColumnCount">
<summary>
<para>Dashboard item elements are arranged in columns whose number is specified by the <b>ContentLineCount</b> property.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ContentArrangementMode.FixedRowCount">
<summary>
<para>Dashboard item elements are arranged in rows whose number is specified by the <b>ContentLineCount</b> property.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.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.YearFormat">
<summary>
<para>Lists values that specify format types for years.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Abbreviated">
<summary>
<para>The year, from 00 to 99.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 09 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Default">
<summary>
<para>The default year pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.YearFormat.Full">
<summary>
<para>The full year pattern.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 2009 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.QuarterFormat">
<summary>
<para>Lists values that specify format types for quarters.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Default">
<summary>
<para>The default quarter pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Full">
<summary>
<para>The full quarter pattern.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; Q2 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.QuarterFormat.Numeric">
<summary>
<para>The quarter, from 1 through 4.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 2 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.PieValueType">
<summary>
<para>Lists values that identify types of <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/> values and combinations of these values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Argument">
<summary>
<para>The argument value.
<para><b>Example</b>: Europe</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndPercent">
<summary>
<para>The argument value and its percentage in the total.
<para><b>Example</b>: Europe : 18.90 %</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentAndValue">
<summary>
<para>The argument value and the corresponding summary value.
<para><b>Example</b>: Europe : $18M</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ArgumentValueAndPercent">
<summary>
<para>The argument value, the corresponding summary value and its percentage in the total.
<para><b>Example</b>: Europe : $18M (18.90 %)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.None">
<summary>
<para>No value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Percent">
<summary>
<para>The percentage share of the corresponding summary value relative to the total.
<para><b>Example</b>: 18.90 %</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.Value">
<summary>
<para>The actual summary value.
<para><b>Example</b>: $18M</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.PieValueType.ValueAndPercent">
<summary>
<para>The actual summary value and its percentage of the total.
<para><b>Example</b>: $18M (18.90 %)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnBase">
<summary>
<para>Serves as the base for classes that represent grid columns.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MonthFormat">
<summary>
<para>Lists values that specify format types for months.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Abbreviated">
<summary>
<para>The abbreviated name of the month.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; Jun (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Default">
<summary>
<para>The default month pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Full">
<summary>
<para>The full name of the month.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; June (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.MonthFormat.Numeric">
<summary>
<para>The month, from 1 through 12.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 6 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaIndicationThresholdType">
<summary>
<para>Lists values that define how the comparison tolerance is specified.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationThresholdType.Absolute">
<summary>
<para>The comparison tolerance is specified as the absolute difference between the compared values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationThresholdType.Percent">
<summary>
<para>The comparison tolerance is specified as the percent difference between the compared values (the percentage of the absolute difference in the target value).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaIndicationMode">
<summary>
<para>Lists values that specify types of indication displayed within delta elements.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.GreaterIsGood">
<summary>
<para>If the actual value is greater than the target value, the <i>"Good"</i> indicator ( - in WinForms) is displayed and the delta value is painted in green.
<para>Otherwise, the <i>"Bad"</i> indicator ( - in WinForms) is shown and the delta value is painted in red.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.LessIsGood">
<summary>
<para>If the actual value is greater than the target value, the <i>"Bad"</i> indicator ( - in WinForms) is displayed and the delta value is painted in red.
<para>Otherwise, the <i>"Good"</i> indicator ( - in WinForms) is shown and the delta value is painted in green.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.NoIndication">
<summary>
<para>No special indication is shown.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.WarningIfGreater">
<summary>
<para>The <i>"Warning"</i> indicator ( - in WinForms) is shown if the actual value is greater than the target value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaIndicationMode.WarningIfLess">
<summary>
<para>The <i>"Warning"</i> indicator ( - in WinForms) is shown if the actual value is less than the target value.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DayOfWeekFormat">
<summary>
<para>Lists values that specify format types for days of the week.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Abbreviated">
<summary>
<para>The abbreviated name of the day of the week.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; Mon (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Default">
<summary>
<para>The default day-of-week pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Full">
<summary>
<para>The full name of the day of the week.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; Monday (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DayOfWeekFormat.Numeric">
<summary>
<para>The day of the week, from 1 through 7.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 2 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DateTimeFormat">
<summary>
<para>Lists values that specify format types for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Default">
<summary>
<para>The default date-time formatting.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Long">
<summary>
<para>Long date pattern, long time pattern (if applicable).
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; Monday, June 15, 2009 1:45:30 PM (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DateTimeFormat.Short">
<summary>
<para>Short date pattern, long time pattern (if applicable).
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 6@#47;15@#47;2009 1:45:30 PM (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer">
<summary>
<para>Provides localized strings for the dashboard user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the DashboardsResLocalizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.GetLocalizedString(DevExpress.DashboardCommon.Localization.DashboardStringId)">
<summary>
<para>Gets the string, localized by the current DashboardsResLocalizer, for the specified user interface element.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.DashboardCommon.Localization.DashboardStringId"/> enumeration value specifying the UI element whose caption (text) is to be localized.
</param>
<returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.Localization.DashboardsResLocalizer.Language">
<summary>
<para>Gets the name of the language currently used by this localizer object.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the language used to localize the user interface.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.WeightedSeries">
<summary>
<para>A <b>Weighted</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.WeightedSeries.#ctor">
<summary>
<para>Initializes a new instance of the WeightedSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.WeightedSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the WeightedSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the value of data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.WeightedSeries.Value"/> property.
</param>
<param name="weight">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the weight of data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.WeightedSeries.Weight"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.WeightedSeries.Value">
<summary>
<para>Gets or sets a measure that provides data used to calculate the value of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the value of series points.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.WeightedSeries.Weight">
<summary>
<para>Gets or sets a measure that provides data used to calculate the weight of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the weight of series points.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SimpleSeries">
<summary>
<para>A <b>Simple</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor">
<summary>
<para>Initializes a new instance of the SimpleSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.SimpleSeriesType)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified measure used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.Value"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.SimpleSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.SimpleSeriesType)">
<summary>
<para>Initializes a new instance of the SimpleSeries class with the specified series type and measure used to provide data.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.Value"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.SimpleSeries.SeriesType">
<summary>
<para>Gets or sets the series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SimpleSeriesType"/> enumeration member that specifies the series type.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.SimpleSeries.Value">
<summary>
<para>Gets or sets a measure that provides data used to calculate the Y-coordinate of the data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the Y-coordinate of the data points.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeSeries">
<summary>
<para>A <b>Range</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor">
<summary>
<para>Initializes a new instance of the RangeSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.RangeSeriesType)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified series type and measures used to provide data.
</para>
</summary>
<param name="value1">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value1"/> property.
</param>
<param name="value2">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value2"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="value1">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value1"/> property.
</param>
<param name="value2">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.Value2"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.RangeSeries.#ctor(DevExpress.DashboardCommon.RangeSeriesType)">
<summary>
<para>Initializes a new instance of the RangeSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.RangeSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.SeriesType">
<summary>
<para>Gets or sets the series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeSeriesType"/> enumeration member that specifies the series type.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.Value1">
<summary>
<para>Gets or sets a measure that provides data used to calculate the first series of values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the first series of values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeSeries.Value2">
<summary>
<para>Gets or sets a measure that provides data used to calculate the second series of values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data used to calculate the second series of values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.OpenHighLowCloseSeries">
<summary>
<para>An <b>Open-High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="open">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open"/> property.
</param>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.OpenHighLowCloseSeriesType)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type and measures used to provide data.
</para>
</summary>
<param name="open">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open"/> property.
</param>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close"/> property.
</param>
<param name="seriesType">
A <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.OpenHighLowCloseSeries.#ctor(DevExpress.DashboardCommon.OpenHighLowCloseSeriesType)">
<summary>
<para>Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type.
</para>
</summary>
<param name="seriesType">
An <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the series type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Close">
<summary>
<para>Gets or sets a measure that contains <b>Close</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.High">
<summary>
<para>Gets or sets a measure that contains <b>High</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Low">
<summary>
<para>Gets or sets a measure that contains <b>Low</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.Open">
<summary>
<para>Gets or sets a measure that contains <b>Open</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Open</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.OpenHighLowCloseSeries.SeriesType">
<summary>
<para>Gets or sets the type of the series.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.OpenHighLowCloseSeriesType"/> enumeration member that specifies the type of the series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ImageDashboardItem">
<summary>
<para>An image dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ImageDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ImageDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.Data">
<summary>
<para>Gets or sets the image displayed within the ImageDashboardItem as a byte array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array that contains the image displayed within the ImageDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.HorizontalAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageHorizontalAlignment"/> enumeration member that specifies the horizontal alignment of the image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.SizeMode">
<summary>
<para>Gets or sets how an image is positioned within an ImageDashboardItem.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageSizeMode"/> enumeration member that specifies how an image is positioned within an ImageDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.Url">
<summary>
<para>Gets or sets the URL used to access the image.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the URL used to access the image.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ImageDashboardItem.VerticalAlignment">
<summary>
<para>Gets or sets the vertical alignment of the image.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.ImageVerticalAlignment"/> enumeration member that specifies the vertical alignment of the image.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.HighLowCloseSeries">
<summary>
<para>A <b>High-Low-Close</b> series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.HighLowCloseSeries.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the HighLowCloseSeries class with the specified measures used to provide data.
</para>
</summary>
<param name="high">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.High"/> property.
</param>
<param name="low">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.Low"/> property.
</param>
<param name="close">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices. This object is assigned to the <see cref="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.HighLowCloseSeries.#ctor">
<summary>
<para>Initializes a new instance of the HighLowCloseSeries class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Close">
<summary>
<para>Gets or sets a measure that contains <b>Close</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Close</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.High">
<summary>
<para>Gets or sets a measure that contains <b>High</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>High</b> prices.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.HighLowCloseSeries.Low">
<summary>
<para>Gets or sets a measure that contains <b>Low</b> prices.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that contains <b>Low</b> prices.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection">
<summary>
<para>A collection of series displayed within the <see cref="T:DevExpress.DashboardCommon.RangeFilterDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterSeriesCollection.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterSeriesCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemContainer">
<summary>
<para>Serves as the base class for data item containers.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemContainer.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.GridMeasureColumn">
<summary>
<para>A <b>measure</b> column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridMeasureColumn.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the GridMeasureColumn class with the specified measure used to calculate its values.
</para>
</summary>
<param name="measure">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data used to calculate the column values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridMeasureColumn.Measure"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridMeasureColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridMeasureColumn class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of bars displayed within grid cells should always be visible.
</para>
</summary>
<value><b>true</b>, if the zero level of bars displayed within grid cells should always be visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.DisplayMode">
<summary>
<para>Gets or sets how to display cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode"/> enumeration member that specifies how to display cell values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridMeasureColumn.Measure">
<summary>
<para>Gets or sets a measure that provides data used to calculate the column values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data used to calculate the column values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridDimensionColumn">
<summary>
<para>A <b>dimension</b> column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDimensionColumn.#ctor(DevExpress.DashboardCommon.Dimension)">
<summary>
<para>Initializes a new instance of the GridDimensionColumn class with the specified dimension used to provide cell values.
</para>
</summary>
<param name="dimension">
A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides cell values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDimensionColumn.Dimension"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.GridDimensionColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridDimensionColumn class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridDimensionColumn.Dimension">
<summary>
<para>Gets or sets a dimension that provides cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object specifying a dimension that provides cell values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDimensionColumn.DisplayMode">
<summary>
<para>Gets or sets how to display cell values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode"/> enumeration member that specifies how to display cell values.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridDeltaColumn">
<summary>
<para>A <b>delta</b> column in a <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDeltaColumn.#ctor">
<summary>
<para>Initializes a new instance of the GridDeltaColumn class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDeltaColumn.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the GridDeltaColumn class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the actual value. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDeltaColumn.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the target value. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.GridDeltaColumn.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.ActualValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the actual value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object specifying a measure that provides data for calculating the actual value.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDeltaColumn.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of bars displayed within grid cells should always be visible.
</para>
</summary>
<value><b>true</b>, if the zero level of bars displayed within grid cells should always be visible; otherwise, <b>false</b>.
</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.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.GridOptions">
<summary>
<para>Contains options of the <see cref="T:DevExpress.DashboardCommon.GridDashboardItem"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.AllowCellMerge">
<summary>
<para>Gets or sets whether to merge adjacent cells with identical values.
</para>
</summary>
<value><b>true</b>, to merge adjacent cells with identical values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.EnableBandedRows">
<summary>
<para>Gets or sets whether to apply shading to alternate rows in the grid.
</para>
</summary>
<value><b>true</b>, to apply shading to alternate rows in the grid ; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.GridOptions.OptionsChanged">
<summary>
<para>Occurs after any of the GridOptions is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowColumnHeaders">
<summary>
<para>Gets or sets whether column headers should be displayed.
</para>
</summary>
<value><b>true</b>, to display column headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowHorizontalLines">
<summary>
<para>Gets or sets whether horizontal grid lines should be displayed.
</para>
</summary>
<value><b>true</b>, to display horizontal grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridOptions.ShowVerticalLines">
<summary>
<para>Gets or sets whether vertical grid lines should be displayed.
</para>
</summary>
<value><b>true</b>, to display vertical grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Gauge">
<summary>
<para>Contains measures that provide data for a gauge in the <see cref="T:DevExpress.DashboardCommon.GaugeDashboardItem"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor">
<summary>
<para>Initializes a new instance of the Gauge class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Gauge class with the specified measure used to calculate its actual value.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Gauge.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Gauge class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the gauge's target value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.TargetValue"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Gauge.Maximum">
<summary>
<para>Gets or sets the maximum value of the gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the maximum value of the gauge scale; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Gauge.Minimum">
<summary>
<para>Gets or sets the minimum value of the gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the minimum value of the gauge scale; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSeries">
<summary>
<para>Serves as the base class for chart series.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartPane">
<summary>
<para>A chart pane.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.#ctor">
<summary>
<para>Initializes a new instance of the ChartPane class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPane.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ChartPane class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the pane. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.ChartPane.Name"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.ChartPane.DefaultAxisY">
<summary>
<para>Gets the Y-axis displayed within the current pane.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartAxisY"/> object that represents the Y-axis displayed within the current pane.
</value>
</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.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.ChartAxisY">
<summary>
<para>The chart's Y-axis.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxisY.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets whether the zero level of the Y-axis should always be visible.
</para>
</summary>
<value><b>true</b>, to always show the zero level of the Y-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Card">
<summary>
<para>Contains measures that provide data for a card 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 Card class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Card.#ctor(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Card class with the specified measure used to calculate its actual value.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Card.#ctor(DevExpress.DashboardCommon.Measure,DevExpress.DashboardCommon.Measure)">
<summary>
<para>Initializes a new instance of the Card class with the specified measures used to calculate its actual and target values.
</para>
</summary>
<param name="actualValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's actual value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.ActualValue"/> property.
</param>
<param name="targetValue">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure against which the card's target value should be calculated. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.KpiElement.TargetValue"/> property.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.RangeFilterDashboardItem">
<summary>
<para>A Range Filter dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the RangeFilterDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.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="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.MaxValue">
<summary>
<para>Gets or sets the maximum value in the selected range.
</para>
</summary>
<value>Specifies the maximum value in the selected range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.MinValue">
<summary>
<para>Gets or sets the minimum value in the selected range.
</para>
</summary>
<value>Specifies the minimum value in the selected range.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.RangeFilterDashboardItem.Series">
<summary>
<para>Gets the collection of series displayed within the RangeFilterDashboardItem.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSeriesCollection"/> object that represents the collection of series displayed within the RangeFilterDashboardItem.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.RangeFilterDashboardItem.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Sets the selection to the specified range of values.
</para>
</summary>
<param name="newMin">
Specifies the minimum value in the selected range.
</param>
<param name="newMax">
Specifies the maximum value in the selected range.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.PieDashboardItem">
<summary>
<para>A pie dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the PieDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.ContentArrangementMode">
<summary>
<para>Gets or sets how pies displayed within the pie dashboard item should be arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ContentArrangementMode"/> enumeration member that specifies how pies displayed within the pie dashboard item should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.ContentLineCount">
<summary>
<para>Gets or sets the number of columns or rows in which pies should be arranged.
</para>
</summary>
<value>An integer value that specifies the number of columns or rows in which pies should be arranged.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.GetValueName(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Returns the name of the specified measure in the current PieDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure.
</param>
<returns>A <see cref="T:System.String"/> that represents the name of the specified measure in the current PieDashboardItem.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.LabelContentType">
<summary>
<para>Gets or sets which values are displayed within data labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieValueType"/> enumeration member that specifies which values are displayed within data labels.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.LegendPosition">
<summary>
<para>Gets or sets the position of the legend within the PieDashboardItem.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieLegendPosition"/> that specifies the position of the legend within the PieDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.PieType">
<summary>
<para>Gets or sets the type of the pie chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.PieType"/> enumeration member that specifies the type of the pie chart.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PieDashboardItem.SetValueName(DevExpress.DashboardCommon.Measure,System.String)">
<summary>
<para>Sets the name of the specified measure in the current PieDashboardItem to the specified value.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the specified measure in the current PieDashboardItem.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PieDashboardItem.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.GridDashboardItem">
<summary>
<para>A grid dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the GridDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.Columns">
<summary>
<para>Gets the collection of grid columns.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendants that represent grid columns.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.GridOptions">
<summary>
<para>Provides access to GridDashboardItem options.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GridOptions"/> object that contains GridDashboardItem options.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GridDashboardItem.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeDashboardItem">
<summary>
<para>A gauge dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GaugeDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the GaugeDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.Gauges">
<summary>
<para>Gets the collection of objects that provide data for calculating values displayed by gauges.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Gauge"/> objects that provide data for calculating values displayed by gauges.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.GaugeDashboardItem.ViewType">
<summary>
<para>Gets or sets how gauges displayed within this GaugeDashboardItem are painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.GaugeViewType"/> enumeration member that specifies how gauges displayed within this GaugeDashboardItem are painted.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.CardDashboardItem">
<summary>
<para>A card dashboard item.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the CardDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.CardDashboardItem.Cards">
<summary>
<para>Gets the collection of objects that provide data for calculating values displayed within cards.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Card"/> objects that provide data for calculating values displayed within cards.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartDashboardItem">
<summary>
<para>A chart dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the ChartDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.AxisX">
<summary>
<para>Provides access to the chart's X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartAxisX"/> object that represents the chart's X-axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Legend">
<summary>
<para>Provides access to a chart legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegend"/> object that represents a chart legend.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Panes">
<summary>
<para>Gets a collection of panes.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.ChartPane"/> objects that represent panes.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItem.Rotated">
<summary>
<para>Gets or sets whether the chart is rotated.
</para>
</summary>
<value><b>true</b>, to rotate the chart; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartDashboardItemBase">
<summary>
<para>Serves as the base class for chart dashboard items, such as the <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/> and <see cref="T:DevExpress.DashboardCommon.PieDashboardItem"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.Arguments">
<summary>
<para>Gets the collection of dimensions used to provide data for arguments in charts and pies.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects used to provide data for arguments in charts and pies.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartDashboardItemBase.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.SeriesDashboardItem">
<summary>
<para>Serves as the base class for dashboard items that have the <b>Series</b> data section.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.SeriesDashboardItem.SeriesDimensions">
<summary>
<para>Gets the collection of dimensions that provide data for series.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide data for series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataDashboardItem">
<summary>
<para>Serves as the base class for dashboard items that can act as Master Filters.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.ConvertToDimension(DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Converts the specified data item to a <see cref="T:DevExpress.DashboardCommon.Dimension"/>.
</para>
</summary>
<param name="dataItem">
A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that should be converted to a <see cref="T:DevExpress.DashboardCommon.Dimension"/> object.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.Dimension"/> object generated from the specified data item.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DataDashboardItem.ConvertToMeasure(DevExpress.DashboardCommon.DataItem)">
<summary>
<para>Converts the specified data item to a <see cref="T:DevExpress.DashboardCommon.Measure"/>.
</para>
</summary>
<param name="dataItem">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object generated from the specified data item.
</param>
<returns>A <see cref="T:DevExpress.DashboardCommon.DataItem"/> descendant that should be converted to a <see cref="T:DevExpress.DashboardCommon.Measure"/> object.
</returns>
</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>A <see cref="T:DevExpress.DashboardCommon.DataSource"/> object 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.HiddenDimensions">
<summary>
<para>Gets a collection of hidden dimensions.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects appended to the dashboard item but not displayed within it.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.HiddenMeasures">
<summary>
<para>Gets a collection of hidden measures.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects appended to the dashboard item but not displayed within it.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IgnoreMasterFilters">
<summary>
<para>Gets or sets whether this dashboard item ignores filtering applied by Master Filters.
</para>
</summary>
<value><b>true</b>, to ignore filtering applied by Master Filters; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IsDataReduced">
<summary>
<para>Gets whether this dashboard item displays only a part of its data in order to retain performance.
</para>
</summary>
<value><b>true</b>, if this dashboard item displays only a part of its data in order to retain performance; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataDashboardItem.IsMasterFilterCrossDataSource">
<summary>
<para>Gets or sets whether filtering applied by this Master Filter affects dashboard items that display data from other data sources.
</para>
</summary>
<value><b>true</b>, to apply filtering to dashboard items that display data from other data sources; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Measure">
<summary>
<para>A measure which is a <see cref="T:DevExpress.DashboardCommon.DataItem"/> whose values are summarized before they are used in the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor">
<summary>
<para>Initializes a new instance of the Measure class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Measure class and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,DevExpress.DashboardCommon.SummaryType)">
<summary>
<para>Initializes a new instance of the Measure class, binds it to the specified data member and sets the summary type to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the summary function type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Measure.SummaryType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,System.String,DevExpress.DashboardCommon.SummaryType)">
<summary>
<para>Initializes a new instance of the Measure class with the specified identifier, binds it to the specified data member and sets the summary type to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="summaryType">
A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the summary function type. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Measure.SummaryType"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Measure.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the Measure class with the specified identifier and binds it to the specified data member.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Measure should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Measure.SummaryType">
<summary>
<para>Gets or sets the type of summary function calculated against this Measure.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.SummaryType"/> enumeration member that specifies the type of summary function calculated against this Measure.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataSource">
<summary>
<para>A data source that provides data for the dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name for the data source.
</param>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DataSource.#ctor">
<summary>
<para>Initializes a new instance of the DataSource class.
</para>
</summary>
</member>
<member name="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.DataProvider">
<summary>
<para>For internal use.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataSource.ListSource">
<summary>
<para>Provides access to the collection of data source records.
</para>
</summary>
<value>An object that implements the <see cref="T:System.Collections.IList"/> interface. Allows you to access the collection of data source records.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItem">
<summary>
<para>Serves as the base class for data items - measures and dimensions.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.DataMember">
<summary>
<para>Gets the identifier of a corresponding data member in the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> that identifies a data member that corresponds to this 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="P:DevExpress.DashboardCommon.DataItem.GroupIndex">
<summary>
<para>Gets the index of the group which owns a corresponding data item.
</para>
</summary>
<value>An integer value that specifies the index of the group which owns the corresponding data item. <b>-1</b> if the data item does not belong to any group.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItem.ID">
<summary>
<para>Gets 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.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="T:DevExpress.DashboardCommon.Dimension">
<summary>
<para>A dimension that is a <see cref="T:DevExpress.DashboardCommon.DataItem"/> whose values are not intended to be summarized.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor">
<summary>
<para>Initializes a new instance of the Dimension class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Dimension class and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.TextGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for textual values to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="textGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for textual values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String,DevExpress.DashboardCommon.TextGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for textual values to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="textGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.TextGroupInterval"/> enumeration member that specifies the group interval for textual values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,DevExpress.DashboardCommon.DateTimeGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for date-time values to the specified value.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="dateTimeGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies the group interval for date-time values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.String,DevExpress.DashboardCommon.DateTimeGroupInterval)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for date-time values to the specified value.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> that specifies the dimension identifier. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.ID"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data item to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="dateTimeGroupInterval">
A <see cref="T:DevExpress.DashboardCommon.DateTimeGroupInterval"/> enumeration member that specifies the group interval for date-time values. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval"/> property.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.Dimension.#ctor(System.String,System.Int32)">
<summary>
<para>Initializes a new instance of the Dimension class with the specified group index and binds it to the specified data member.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> that identifies the data member to which this Dimension should be bound. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.DataMember"/> property.
</param>
<param name="groupIndex">
An integer value that specifies the index of the group which owns this Dimension. This value is assigned to the <see cref="P:DevExpress.DashboardCommon.DataItem.GroupIndex"/> property.
</param>
</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="F:DevExpress.DashboardCommon.Dimension.DefaultDateTimeGroupInterval">
<summary>
<para>The default <see cref="P:DevExpress.DashboardCommon.Dimension.DateTimeGroupInterval"/> property value.
<para><b>Value:</b> <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year"/></para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.DashboardCommon.Dimension.DefaultIsDiscreteNumericScale">
<summary>
<para>The default <see cref="P:DevExpress.DashboardCommon.Dimension.IsDiscreteNumericScale"/> property value.
<para><b>Value:</b> false</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.DashboardCommon.Dimension.DefaultTextGroupInterval">
<summary>
<para>The default <see cref="P:DevExpress.DashboardCommon.Dimension.TextGroupInterval"/> property value.
<para><b>Value:</b> <see cref="F:DevExpress.DashboardCommon.TextGroupInterval.None"/></para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.IsDiscreteNumericScale">
<summary>
<para>Gets or sets whether to treat numeric dimension values as if they were defined on a discrete or continuous scale.
</para>
</summary>
<value><b>true</b>, to treat numeric dimension values as if they were defined on a discrete scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.SortByMeasure">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.DashboardCommon.Measure"/> by which values of this data item should be sorted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies a measure by which values of this data item should be sorted.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.Dimension.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 Values 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.PivotDashboardItem">
<summary>
<para>A pivot table dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the PivotDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.AutoExpandColumnGroups">
<summary>
<para>Gets or sets whether column field values are expanded or collapsed by default in the current PivotDashboardItem.
</para>
</summary>
<value><b>true</b>, if column field values are expanded; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.AutoExpandRowGroups">
<summary>
<para>Gets or sets whether row field values are expanded or collapsed by default in the current PivotDashboardItem.
</para>
</summary>
<value><b>true</b>, if row field values are expanded; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Columns">
<summary>
<para>Gets the collection of dimensions that provide column headers in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide column headers in the current PivotDashboardItem.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.GetValueName(DevExpress.DashboardCommon.Measure)">
<summary>
<para>Returns the name of the specific measure in the current PivotDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that reprsents the measure in the current PivotDashboardItem.
</param>
<returns>A <see cref="T:System.String"/> that represents the name of the specified measure in the current PivotDashboardItem.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Rows">
<summary>
<para>Gets the collection of dimensions that provide row headers in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects that provide row headers in the current PivotDashboardItem.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.PivotDashboardItem.SetValueName(DevExpress.DashboardCommon.Measure,System.String)">
<summary>
<para>Sets the name of the specific measure in the current PivotDashboardItem.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that represents the measure in the current PivotDashboardItem.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the measure.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.PivotDashboardItem.Values">
<summary>
<para>Gets the collection of measures that provide data used to calculate cell values in the current PivotDashboardItem.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects that provide data used to calculate cell values in the current PivotDashboardItem.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericUnit">
<summary>
<para>Lists values that specify numeric units.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Auto">
<summary>
<para>The unit is selected automatically, so that there are no more than <b>three</b> digits in the resulting value's integer part.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Billions">
<summary>
<para>Values are converted to billions.
<para>12,345,678,901 -@gt; 12.34B (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>2</b>)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Millions">
<summary>
<para>Values are converted to millions.
<para>123,456,789 -@gt; 123.4M (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>1</b>)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Ones">
<summary>
<para>Values are shown "as is".
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericUnit.Thousands">
<summary>
<para>Values are converted to thousands.
<para>1,234 -@gt; 1.234K (in the <i>en-US</i> culture, provided that the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> is set to <b>3</b>)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TargetDimensions">
<summary>
<para>Lists values that specify data items for which Master Filtering and drill-down can be enabled in a Chart.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TargetDimensions.Arguments">
<summary>
<para>Master Filtering and drill-down are enabled for arguments.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.TargetDimensions.Series">
<summary>
<para>Master Filtering and drill-down are enabled for series.
</para>
</summary>
</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.CreateCopy">
<summary>
<para>Creates a copy of this dashboard item.
</para>
</summary>
<returns>A DashboardItem object, which is a copy of the current dashboard item.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.Dashboard">
<summary>
<para>Gets a dashboard that owns this dashboard item.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that specifies the dashboard that owns this item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.Name">
<summary>
<para>Gets or sets the name of the dashboard item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the dashboard item.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DashboardItem.ShowCaption">
<summary>
<para>Gets or sets whether the dashboard item's caption is displayed.
</para>
</summary>
<value><b>true</b>, to show the caption; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Dashboard">
<summary>
<para>A dashboard.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.#ctor">
<summary>
<para>Initializes a new instance of the Dashboard class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Dashboard.AddDataSource(System.String,System.Object)">
<summary>
<para>Adds a data source bound to the specified data and with the specified name to the <see cref="P:DevExpress.DashboardCommon.Dashboard.DataSources"/> collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the data source name.
</param>
<param name="data">
An object that contains data for the data source.
</param>
</member>
<member name="P:DevExpress.DashboardCommon.Dashboard.CurrencyCultureName">
<summary>
<para>Gets or sets the default currency for the Dashboard.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of a culture that defines the currency format settings.
</value>
</member>
<member name="E:DevExpress.DashboardCommon.Dashboard.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 <see cref="T:DevExpress.DashboardCommon.DataSource"/> objects that provide data for the dashboard.
</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="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.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="E:DevExpress.DashboardCommon.Dashboard.TitleChanged">
<summary>
<para>Occurs after the title settings of the dashboard have been changed.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartLegendInsidePosition">
<summary>
<para>Lists the values that specify the legend position and orientation within a chart diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomCenterHorizontal">
<summary>
<para>Legend is centered and aligned to the bottom of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomCenterVertical">
<summary>
<para>Legend is centered and aligned to the bottom of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomLeftHorizontal">
<summary>
<para>Legend is aligned to the bottom left corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomLeftVertical">
<summary>
<para>Legend is aligned to the bottom left corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomRightHorizontal">
<summary>
<para>Legend is aligned to the bottom right corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.BottomRightVertical">
<summary>
<para>Legend is aligned to the bottom right corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopCenterHorizontal">
<summary>
<para>Legend is centered and aligned to the top of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopCenterVertical">
<summary>
<para>Legend is centered and aligned to the top of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopLeftHorizontal">
<summary>
<para>Legend is aligned to the top left corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopLeftVertical">
<summary>
<para>Legend is aligned to the top left corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopRightHorizontal">
<summary>
<para>Legend is aligned to the top right corner of the diagram. Legend items are aligned horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.ChartLegendInsidePosition.TopRightVertical">
<summary>
<para>Legend is aligned to the top right corner of the diagram. Legend items are aligned vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaValueType">
<summary>
<para>Lists values that specify types of values displayed within delta elements.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.AbsoluteVariation">
<summary>
<para>The absolute difference between the actual and target values is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.ActualValue">
<summary>
<para>The actual value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.PercentOfTarget">
<summary>
<para>The percentage of the actual value in the target value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DeltaValueType.PercentVariation">
<summary>
<para>The percent variation between actual and target values is displayed (the percentage of the absolute difference in the target value).
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DeltaOptions">
<summary>
<para>Contains options that control how the difference between actual and target values should be displayed.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaOptions.#ctor">
<summary>
<para>Initializes a new instance of the DeltaOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaOptions.Assign(DevExpress.DashboardCommon.DeltaOptions)">
<summary>
<para>Assigns the specified DeltaOptions to the current object.
</para>
</summary>
<param name="deltaOptions">
A DeltaOptions object that specifies delta options that should be assigned to the current object.
</param>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaOptions.Clone">
<summary>
<para>Creates a copy of the current DeltaOptions.
</para>
</summary>
<returns>A DeltaOptions object that is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaOptions.Equals(System.Object)">
<summary>
<para>Compares the current DeltaOptions object with the specified one.
</para>
</summary>
<param name="obj">
An object that should be compared with the current DeltaOptions.
</param>
<returns><b>true</b>, if the current DeltaOptions object is equal to the specified one; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.DeltaOptions.GetHashCode">
<summary>
<para>Serves as a hash function for DeltaOptions.
</para>
</summary>
<returns>A hash code for the current DeltaOptions.
</returns>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptions.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"/> enumeration member that specifies which indication should be displayed within this delta element.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DeltaOptions.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.DeltaOptions.ResultIndicationThresholdType">
<summary>
<para>Gets or sets how the comparison tolerance (<see cref="P:DevExpress.DashboardCommon.DeltaOptions.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="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.ChartAxis">
<summary>
<para>Serves as the base class for classes that represent chart axes.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.Title">
<summary>
<para>Gets or sets the title of the chart's axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the title of the chart's axis.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.TitleVisible">
<summary>
<para>Gets or sets whether or not the title of the chart's axis is visible.
</para>
</summary>
<value><b>true</b>, if the title of the chart's axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartAxis.Visible">
<summary>
<para>Gets or sets whether or not the chart's axis is visible.
</para>
</summary>
<value><b>true</b>, if the chart's axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartAxisX">
<summary>
<para>The chart's X-axis.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartAxisX.#ctor(DevExpress.DashboardCommon.ChartDashboardItem)">
<summary>
<para>Initializes a new instance of the ChartAxisX class.
</para>
</summary>
<param name="chartDashboardItem">
A <see cref="T:DevExpress.DashboardCommon.ChartDashboardItem"/> object that represents a chart dashboard element.
</param>
</member>
<member name="T:DevExpress.DashboardCommon.HourFormat">
<summary>
<para>Lists values that specify format types for hours.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Default">
<summary>
<para>The default hour pattern.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Long">
<summary>
<para>Long hour pattern, 12-hour format.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 1:00 PM</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.HourFormat.Short">
<summary>
<para>Short hour pattern, 24-hour format.
<para>6@#47;15@#47;2009 1:45:30 PM -@gt; 13</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardStringId">
<summary>
<para>Lists values corresponding to strings that can be localized.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionClearSelection">
<summary>
<para><b>Default value</b>: Clear Selection
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionDrillUp">
<summary>
<para><b>Default value</b>: Drill Up
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActionOtherElements">
<summary>
<para><b>Default value</b>: Other {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ActualValueCaption">
<summary>
<para><b>Default value</b>: Actual
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisXNameArguments">
<summary>
<para><b>Default value</b>: Arguments
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameCount">
<summary>
<para><b>Default value</b>: Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.AxisYNameValues">
<summary>
<para><b>Default value</b>: Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.CloseCaption">
<summary>
<para><b>Default value</b>: Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DashboardNullValue">
<summary>
<para><b>Default value</b>: @nbsp;
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataEngineGrandTotal">
<summary>
<para><b>Default value</b>: Grand Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DataItemsHeader">
<summary>
<para><b>Default value</b>: DATA ITEMS
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHour">
<summary>
<para><b>Default value</b>: Date-Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinute">
<summary>
<para><b>Default value</b>: Date-Hour-Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDateHourMinuteSecond">
<summary>
<para><b>Default value</b>: Date-Hour-Minute-Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDay">
<summary>
<para><b>Default value</b>: Day
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayMonthYear">
<summary>
<para><b>Default value</b>: Day-Month-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfWeek">
<summary>
<para><b>Default value</b>: Day of Week
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalDayOfYear">
<summary>
<para><b>Default value</b>: Day of Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalHour">
<summary>
<para><b>Default value</b>: Hour
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMinute">
<summary>
<para><b>Default value</b>: Minute
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonth">
<summary>
<para><b>Default value</b>: Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalMonthYear">
<summary>
<para><b>Default value</b>: Month-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarter">
<summary>
<para><b>Default value</b>: Quarter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalQuarterYear">
<summary>
<para><b>Default value</b>: Quarter-Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalSecond">
<summary>
<para><b>Default value</b>: Second
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfMonth">
<summary>
<para><b>Default value</b>: Week of Month
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalWeekOfYear">
<summary>
<para><b>Default value</b>: Week of Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeGroupIntervalYear">
<summary>
<para><b>Default value</b>: Year
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormat">
<summary>
<para><b>Default value</b>: Q{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DateTimeQuarterFormatSpecifier">
<summary>
<para><b>Default value</b>: QQ
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultDashboardTitleText">
<summary>
<para><b>Default value</b>: Dashboard
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameCardItem">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartItem">
<summary>
<para><b>Default value</b>: Chart
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameChartPane">
<summary>
<para><b>Default value</b>: Pane
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameDataSource">
<summary>
<para><b>Default value</b>: Data Source
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGaugeItem">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameGridItem">
<summary>
<para><b>Default value</b>: Grid
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameImageItem">
<summary>
<para><b>Default value</b>: Image
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePieItem">
<summary>
<para><b>Default value</b>: Pies
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNamePivotItem">
<summary>
<para><b>Default value</b>: Pivot
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameRangeFilterItem">
<summary>
<para><b>Default value</b>: Range Filter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DefaultNameTextBoxItem">
<summary>
<para><b>Default value</b>: Text Box
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionArguments">
<summary>
<para><b>Default value</b>: Arguments
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionAxisX">
<summary>
<para><b>Default value</b>: X-axes
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionAxisY">
<summary>
<para><b>Default value</b>: Y-axes
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionCards">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionColumns">
<summary>
<para><b>Default value</b>: Columns
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionDimensions">
<summary>
<para><b>Default value</b>: Dimensions
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionGauges">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemArgument">
<summary>
<para><b>Default value</b>: Argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemColumn">
<summary>
<para><b>Default value</b>: Column
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemDimension">
<summary>
<para><b>Default value</b>: Dimension
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemMeasure">
<summary>
<para><b>Default value</b>: Measure
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemRow">
<summary>
<para><b>Default value</b>: Row
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemSeries">
<summary>
<para><b>Default value</b>: Series
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionItemValue">
<summary>
<para><b>Default value</b>: Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionMeasures">
<summary>
<para><b>Default value</b>: Measures
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionPane">
<summary>
<para><b>Default value</b>: Pane {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionRows">
<summary>
<para><b>Default value</b>: Rows
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionSeries">
<summary>
<para><b>Default value</b>: Series
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.DescriptionValues">
<summary>
<para><b>Default value</b>: Values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameCards">
<summary>
<para><b>Default value</b>: Cards
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNameGauges">
<summary>
<para><b>Default value</b>: Gauges
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ElementNamePies">
<summary>
<para><b>Default value</b>: Pies
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.EmptyColumnAliasPattern">
<summary>
<para><b>Default value</b>: Column{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ErrorValueDisplayText">
<summary>
<para><b>Default value</b>: Error
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDashboardItemCaption">
<summary>
<para><b>Default value</b>: - {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringDataItemName">
<summary>
<para><b>Default value</b>: {0} ({1})
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringKpiElementCaption">
<summary>
<para><b>Default value</b>: {0} vs {1}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.FormatStringSeriesName">
<summary>
<para><b>Default value</b>: - {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.GroupIntervalNone">
<summary>
<para><b>Default value</b>: No Grouping
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HiddenDataItemsHeader">
<summary>
<para><b>Default value</b>: HIDDEN DATA ITEMS
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.HighCaption">
<summary>
<para><b>Default value</b>: High
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.LowCaption">
<summary>
<para><b>Default value</b>: Low
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageDuplicatedDataItem">
<summary>
<para><b>Default value</b>: This instance of the '{0}' data item has already been added to '{1}'. To add a similar data item to '{1}', create a new instance of this data item.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectDataAssign">
<summary>
<para><b>Default value</b>: Data cannot be assigned if a data provider is used
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectNumericPrecision">
<summary>
<para><b>Default value</b>: The numeric value precision cannot be negative.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageIncorrectValueTopNCount">
<summary>
<para><b>Default value</b>: The TopNCount property value cannot be negative or zero.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInternalError">
<summary>
<para><b>Default value</b>: Internal error. Please contact the application vendor or your system administrator and provide the following information.\r\n\r\n{0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidCultureName">
<summary>
<para><b>Default value</b>: Cannot find a specific culture with the following name: {0}
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidFilterExpression">
<summary>
<para><b>Default value</b>: Incorrect column identifier: {0}. A valid column identifier must consist of the column name preceeded by the table name (or alias, if specified). These names must be dot-separated.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.MessageInvalidStream">
<summary>
<para><b>Default value</b>: The 'stream' parameter can't be null
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolBillions">
<summary>
<para><b>Default value</b>: B
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolMillions">
<summary>
<para><b>Default value</b>: M
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericFormatUnitSymbolThousands">
<summary>
<para><b>Default value</b>: K
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalContinuous">
<summary>
<para><b>Default value</b>: Continuous
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.NumericGroupIntervalDiscrete">
<summary>
<para><b>Default value</b>: Discrete
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.OpenCaption">
<summary>
<para><b>Default value</b>: Open
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.PivotGridTotal">
<summary>
<para><b>Default value</b>: {0} Total
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptyArgument">
<summary>
<para><b>Default value</b>: Please specify the Range Filter's argument
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterEmptySeries">
<summary>
<para><b>Default value</b>: Please specify Range Filter values
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleArgument">
<summary>
<para><b>Default value</b>: Range Filter's argument field should have Numeric, DateTime, or TimeSpan type
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleArgumentSorting">
<summary>
<para><b>Default value</b>: Range Filter's argument should not be sorted in the descending order or by another data item
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleDateTimeGroupInterval">
<summary>
<para><b>Default value</b>: Date-time argument values should identify actual calendar dates or time spans rather than grouping (i.e., they should contain a year part). Change the group interval accordingly
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleNumericScale">
<summary>
<para><b>Default value</b>: Range Filter's numeric argument values should produce a continuous axis. Set the numeric scale to Continuous
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleSeriesType">
<summary>
<para><b>Default value</b>: A Range Filter can contain Line and Area series only
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.RangeFilterIncompatibleTopN">
<summary>
<para><b>Default value</b>: Range Filter's argument does not support the Top N feature
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeArea">
<summary>
<para><b>Default value</b>: Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBar">
<summary>
<para><b>Default value</b>: Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeBubble">
<summary>
<para><b>Default value</b>: Bubble
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeCandleStick">
<summary>
<para><b>Default value</b>: Candle Stick
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedArea">
<summary>
<para><b>Default value</b>: Full-Stacked Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedBar">
<summary>
<para><b>Default value</b>: Full-Stacked Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedLine">
<summary>
<para><b>Default value</b>: Full-Stacked Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeFullStackedSplineArea">
<summary>
<para><b>Default value</b>: Full-Stacked Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupArea">
<summary>
<para><b>Default value</b>: Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBar">
<summary>
<para><b>Default value</b>: Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupBubble">
<summary>
<para><b>Default value</b>: Bubble
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupFinancial">
<summary>
<para><b>Default value</b>: Financial
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupPointLine">
<summary>
<para><b>Default value</b>: Point @#47; Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRange">
<summary>
<para><b>Default value</b>: Range
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeGroupRangeFilter">
<summary>
<para><b>Default value</b>: Range Filter
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeHighLowClose">
<summary>
<para><b>Default value</b>: High-Low-Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeLine">
<summary>
<para><b>Default value</b>: Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeOpenHighLowClose">
<summary>
<para><b>Default value</b>: Open-High-Low-Close
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypePoint">
<summary>
<para><b>Default value</b>: Point
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeRangeArea">
<summary>
<para><b>Default value</b>: Range Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideFullStackedBar">
<summary>
<para><b>Default value</b>: Full-Stacked Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideRangeBar">
<summary>
<para><b>Default value</b>: Range Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSideBySideStackedBar">
<summary>
<para><b>Default value</b>: Stacked Bar Side-by-Side
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSpline">
<summary>
<para><b>Default value</b>: Spline
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeSplineArea">
<summary>
<para><b>Default value</b>: Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedArea">
<summary>
<para><b>Default value</b>: Stacked Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedBar">
<summary>
<para><b>Default value</b>: Stacked Bar
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedLine">
<summary>
<para><b>Default value</b>: Stacked Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStackedSplineArea">
<summary>
<para><b>Default value</b>: Stacked Spline Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepArea">
<summary>
<para><b>Default value</b>: Step Area
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStepLine">
<summary>
<para><b>Default value</b>: Step Line
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SeriesTypeStock">
<summary>
<para><b>Default value</b>: Stock
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeAverage">
<summary>
<para><b>Default value</b>: Average
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeCount">
<summary>
<para><b>Default value</b>: Count
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMax">
<summary>
<para><b>Default value</b>: Max
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeMin">
<summary>
<para><b>Default value</b>: Min
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDev">
<summary>
<para><b>Default value</b>: StdDev
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeStdDevp">
<summary>
<para><b>Default value</b>: StdDevP
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeSum">
<summary>
<para><b>Default value</b>: Sum
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVar">
<summary>
<para><b>Default value</b>: Var
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.SummaryTypeVarp">
<summary>
<para><b>Default value</b>: VarP
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TargetValueCaption">
<summary>
<para><b>Default value</b>: Target
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TextGroupIntervalAlphabetical">
<summary>
<para><b>Default value</b>: Alphabetical
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.TopNOthersValue">
<summary>
<para><b>Default value</b>: Others
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value1Caption">
<summary>
<para><b>Default value</b>: Value 1
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.Value2Caption">
<summary>
<para><b>Default value</b>: Value 2
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.ValueCaption">
<summary>
<para><b>Default value</b>: Value
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.Localization.DashboardStringId.WeightCaption">
<summary>
<para><b>Default value</b>: Weight
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionTopNOptions">
<summary>
<para>Contains the Top N Values settings.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionTopNOptions.BeginUpdate">
<summary>
<para>Locks applying Top N settings until the <see cref="M:DevExpress.DashboardCommon.DimensionTopNOptions.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Count">
<summary>
<para>Gets or sets the number of top or bottom values to be displayed.
</para>
</summary>
<value>An integer value that specifies the number of top or bottom values to be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Enabled">
<summary>
<para>Gets or sets whether the Top N Values feature is enabled.
</para>
</summary>
<value><b>true</b>, to enable the Top N Values feature; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionTopNOptions.EndUpdate">
<summary>
<para>Applies changes made to Top N settings after the <see cref="M:DevExpress.DashboardCommon.DimensionTopNOptions.BeginUpdate"/> method call and unlocks further updates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Measure">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.DashboardCommon.Measure"/> by whose values the dimension values are ranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that specifies the measure by whose values the dimension values are ranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.Mode">
<summary>
<para>Gets or sets whether the smallest or largest values should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DimensionTopNMode"/> enumeration member that specifies whether the smallest or largest values should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DimensionTopNOptions.ShowOthers">
<summary>
<para>Gets or sets whether to show the "Others" value.
</para>
</summary>
<value><b>true</b>, to show the "Others" value; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericFormat">
<summary>
<para>Contains format settings for numeric values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemNumericFormat.BeginUpdate">
<summary>
<para>Locks applying format settings until the <see cref="M:DevExpress.DashboardCommon.DataItemNumericFormat.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.CurrencyCultureName">
<summary>
<para>Gets or sets the name of a culture that defines the currency symbol and format.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of a culture that defines the currency format settings.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemNumericFormat.EndUpdate">
<summary>
<para>Applies changes made to format settings after the <see cref="M:DevExpress.DashboardCommon.DataItemNumericFormat.BeginUpdate"/> method call and unlocks further updates.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.FormatType">
<summary>
<para>Gets or sets the format type for numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericFormatType"/> enumeration member that specifies the format type for numeric values.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.IncludeGroupSeparator">
<summary>
<para>Gets or sets whether separators should be inserted between digit groups.
</para>
</summary>
<value><b>true</b>, to insert separators between digit groups; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision">
<summary>
<para>Gets or sets the number of fractional digits that should be displayed.
</para>
</summary>
<value>An integer value that specifies the number of fractional digits that should be displayed.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemNumericFormat.Unit">
<summary>
<para>Gets or sets the unit to which numeric values should be converted.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DataItemNumericUnit"/> enumeration member that specifies the unit to which numeric values should be converted.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemDateTimeFormat">
<summary>
<para>Contains formatting settings for date-time values.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.BeginUpdate">
<summary>
<para>Locks applying format settings until the <see cref="M:DevExpress.DashboardCommon.DataItemDateTimeFormat.EndUpdate"/> method call.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.DateFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.DayMonthYear"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DateTimeFormat"/> 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.HourFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour"/> group interval.
</para>
</summary>
<value>An <see cref="T:DevExpress.DashboardCommon.HourFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Hour"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.MonthFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.MonthFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Month"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.QuarterFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.QuarterFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Quarter"/> group interval.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.DataItemDateTimeFormat.YearFormat">
<summary>
<para>Gets or sets the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year"/> group interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.YearFormat"/> enumeration member that specifies the format type associated with the <see cref="F:DevExpress.DashboardCommon.DateTimeGroupInterval.Year"/> group interval.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.ChartInteractivityOptions">
<summary>
<para>Contains options related to the specifics of Master Filtering and drill-down in the chart and pie dashboard items.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartInteractivityOptions.TargetDimensions">
<summary>
<para>Gets or sets whether interactivity features, such as Master Filtering or drill-down, should be enabled for arguments or series.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.TargetDimensions"/> enumeration member that specifies whether to enable interactivity features, such as Master Filtering or drill-down, for arguments or series.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode">
<summary>
<para>Lists values that specify how measure column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode.Bar">
<summary>
<para>Values are represented by bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridMeasureColumnDisplayMode.Value">
<summary>
<para>Values are displayed as text.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode">
<summary>
<para>Lists values that specify how dimension column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode.Image">
<summary>
<para>If a column contains image data, values are presented as images.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDimensionColumnDisplayMode.Text">
<summary>
<para>Values are displayed as text.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode">
<summary>
<para>Lists values that specify how delta column values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode.Bar">
<summary>
<para>Values are represented by bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.GridDeltaColumnDisplayMode.Value">
<summary>
<para>Values are displayed as text with delta indicators.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionTopNMode">
<summary>
<para>Lists values that specify whether the largest or smallest values should be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionTopNMode.Bottom">
<summary>
<para>The smallest values are displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DimensionTopNMode.Top">
<summary>
<para>The largest values are displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DataItemNumericFormatType">
<summary>
<para>Lists values that specify format types for numeric values.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Auto">
<summary>
<para>Format type is defined automatically, according to the data type and summary function (for measures).
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Currency">
<summary>
<para>Currency formatting.
<para>123.456 -@gt; $123.46 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.General">
<summary>
<para>The most compact of either fixed-point or scientific notation. Ignores the <see cref="P:DevExpress.DashboardCommon.DataItemNumericFormat.Precision"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Number">
<summary>
<para> Integral and decimal digits, group separators, and a decimal separator with an optional negative sign.
<para>1234.567 -@gt; 1,234.57 (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Percent">
<summary>
<para>Number multiplied by 100 and displayed with a percent symbol.
<para>-0.39678 -@gt; -39.7 % (en-US)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.DashboardCommon.DataItemNumericFormatType.Scientific">
<summary>
<para>Exponential notation.
<para>1052.0329112756 -@gt; 1.052033E+003 (en-US)</para>
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartLegend">
<summary>
<para>Represents a chart legend.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.InsidePosition">
<summary>
<para>Gets or sets the legend position and orientation within a chart diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegendInsidePosition"/> enumeration member that specifies the legend position and orientation within a chart diagram.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.IsInsideDiagram">
<summary>
<para>Gets or sets whether the chart's legend is placed inside the diagram.
</para>
</summary>
<value><b>true</b>, if the chart's legend is placed inside the diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.OutsidePosition">
<summary>
<para>Gets or sets the legend position and orientation outside the chart diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ChartLegendOutsidePosition"/> enumeration member that specifies the legend position and orientation outside the chart diagram.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.ChartLegend.Visible">
<summary>
<para>Gets or sets whether the chart's legend is visible.
</para>
</summary>
<value><b>true</b>, if the chart's legend is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.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.DataSourceCollection">
<summary>
<para>A collection that contains dashboard data sources.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DataSourceCollection.#ctor">
<summary>
<para>Initializes a new instance of the DataSourceCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.MeasureCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Measure"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.MeasureCollection.#ctor">
<summary>
<para>Initializes a new instance of the MeasureCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GridColumnCollection">
<summary>
<para>A collection containing <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendants that represent grid columns.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GridColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the GridColumnCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.GaugeCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Gauge"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.GaugeCollection.#ctor">
<summary>
<para>Initializes a new instance of the GaugeCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DimensionCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.Dimension"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DimensionCollection.#ctor">
<summary>
<para>Initializes a new instance of the DimensionCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.DashboardItemCollection">
<summary>
<para>A collection that contains dashboard items.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.DashboardItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the DashboardItemCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartSeriesCollection">
<summary>
<para>A collection of chart series.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartSeriesCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChartSeriesCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.ChartPaneCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.DashboardCommon.ChartPane"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.ChartPaneCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChartPaneCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.CardCollection">
<summary>
<para>A collection that contains <see cref="T:DevExpress.DashboardCommon.Card"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.CardCollection.#ctor">
<summary>
<para>Initializes a new instance of the CardCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.DashboardCommon.TextBoxDashboardItem">
<summary>
<para>A text box dashboard element.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.TextBoxDashboardItem.#ctor">
<summary>
<para>Initializes a new instance of the TextBoxDashboardItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.DocumentModel">
<summary>
<para>For internal use.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Rtf">
<summary>
<para>Gets or sets the formatted text content of the TextBoxDashboardItem.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the formatted text content of the TextBoxDashboardItem.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.TextBoxDashboardItem.Text">
<summary>
<para>Gets or sets the plain text content of the TextBoxDashboardItem.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the plain text content of the TextBoxDashboardItem.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.Localization.DashboardLocalizer">
<summary>
<para>Provides localized strings for the dashboard user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the DashboardLocalizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.Localization.DashboardLocalizer.Active">
<summary>
<para>Gets or sets a localizer object providing localization of the user interface at runtime.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.
</value>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.CreateResXLocalizer">
<summary>
<para>Returns an <b>XtraLocalizer</b> object representing resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.DashboardCommon.Localization.DashboardLocalizer.GetString(DevExpress.DashboardCommon.Localization.DashboardStringId)">
<summary>
<para>Gets the string, localized by the current DashboardLocalizer, for the specified user interface element.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.DashboardCommon.Localization.DashboardStringId"/> enumeration value specifying the UI element whose caption (text) is to be localized.
</param>
<returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.
</returns>
</member>
<member name="T:DevExpress.DashboardCommon.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.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.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.TargetValue">
<summary>
<para>Gets or sets a measure that provides data for calculating the target value.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.Measure"/> object that provides data for calculating the target value.
</value>
</member>
<member name="T:DevExpress.DashboardCommon.KpiDashboardItem`1">
<summary>
<para>Serves as the base class for dashboard items used to communicate KPI-related data.
</para>
</summary>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.ContentArrangementMode">
<summary>
<para>Gets or sets how elements displayed within the dashboard item should be arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.ContentArrangementMode"/> enumeration member that specifies how elements displayed within the dashboard item should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.ContentLineCount">
<summary>
<para>Gets or sets the number of columns or rows in which dashboard item elements should be arranged.
</para>
</summary>
<value>An integer value that specifies the number of columns or rows in which dashboard item elements should be arranged.
</value>
</member>
<member name="P:DevExpress.DashboardCommon.KpiDashboardItem`1.InteractivityOptions">
<summary>
<para>Provides access to interactivity options, such as Master Filtering and drill-down settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemInteractivityOptions"/> object that defines interactivity options.
</value>
</member>
</members>
</doc>