Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraCharts.v13.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraCharts.ControlCoordinatesVisibility">
<summary>
<para>Lists the values used to specify the point's visibility state.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ControlCoordinatesVisibility.Hidden">
<summary>
<para>The point is located outside the current diagram object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ControlCoordinatesVisibility.Undefined">
<summary>
<para>The point's location cannot be determined.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ControlCoordinatesVisibility.Visible">
<summary>
<para>The point is located within the current diagram object.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryAxisXCollection">
<summary>
<para>Represents a collection that stores individual <i>secondary</i> X-axes of a particular <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.Add(DevExpress.XtraCharts.SecondaryAxisX)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object to the current collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.AddRange(DevExpress.XtraCharts.SecondaryAxisX[])">
<summary>
<para>Appends an array of secondary axes to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.Contains(DevExpress.XtraCharts.SecondaryAxisX)">
<summary>
<para>Determines whether the collection contains the specified secondary axis.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified secondary axis; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.GetAxisByName(System.String)">
<summary>
<para>Gets an X-axis within a secondary axes collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the secondary X-axis to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object that represents the secondary X-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.Insert(System.Int32,DevExpress.XtraCharts.SecondaryAxisX)">
<summary>
<para>Inserts the specified secondary axis into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the secondary axis is to be inserted.
</param>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisXCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object which represents the secondary X-axis at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisXCollection.Remove(DevExpress.XtraCharts.SecondaryAxisX)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object from the collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisY">
<summary>
<para>Represents the <i>primary</i> Y-axis within Swift Plot charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramAxisY.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeSimpleDiagramLayout"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.StackedLineSeriesLabel">
<summary>
<para>Defines label settings for a stacked line series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedLineSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StackedLineSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisX">
<summary>
<para>Represents the <i>primary</i> X-axis within Swift Plot charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramAxisX.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.NotificationBase">
<summary>
<para>Represents the base class for classes that represent notifications in a chart control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.NotificationBase.Visible">
<summary>
<para>Specifies whether the notification is visible.
</para>
</summary>
<value><b>true</b> if the notification is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SubsetBasedIndicator">
<summary>
<para>Represents a base class for all subset-based indicators (such as the Moving Average and Envelope).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SubsetBasedIndicator.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SubsetBasedIndicator object passed as the parameter.
</para>
</summary>
<param name="obj">
A SubsetBasedIndicator object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SubsetBasedIndicator.PointsCount">
<summary>
<para>Specifies the number of data points used to calculate of the subset-based indicator.
</para>
</summary>
<value>An integer value, specifying the number of points.
</value>
</member>
<member name="T:DevExpress.XtraCharts.WeightedMovingAverage">
<summary>
<para>Represents a Weighted Moving Average indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.WeightedMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the WeightedMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.WeightedMovingAverage.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the WeightedMovingAverage class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, specifying the value level, to which the indicator corresponds.
</param>
</member>
<member name="M:DevExpress.XtraCharts.WeightedMovingAverage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the WeightedMovingAverage class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
</member>
<member name="P:DevExpress.XtraCharts.WeightedMovingAverage.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.WeightedMovingAverage.Weight">
<summary>
<para>Gets the weight value for the WeightedMovingAverage type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.TriangularMovingAverage">
<summary>
<para>Represents a Triangular Moving Average indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TriangularMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the TriangularMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TriangularMovingAverage.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the TriangularMovingAverage class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, specifying the value level, to which the indicator corresponds.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TriangularMovingAverage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the TriangularMovingAverage class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TriangularMovingAverage.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TriangularMovingAverage.Weight">
<summary>
<para>Gets the weight value for the TriangularMovingAverage type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.MovingAverageKind">
<summary>
<para>Lists the available kinds of the Moving Average and Envelope indicator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MovingAverageKind.Envelope">
<summary>
<para>Only the <b>Envelope</b> is shown.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MovingAverageKind.MovingAverage">
<summary>
<para>Only the <b>Moving Average</b> is shown.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MovingAverageKind.MovingAverageAndEnvelope">
<summary>
<para>Both the <b>Moving Average</b> and <b>Envelope</b> are shown.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ExponentialMovingAverage">
<summary>
<para>Represents an Exponential Moving Average indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ExponentialMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the ExponentialMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ExponentialMovingAverage.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the ExponentialMovingAverage class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, specifying the value level, to which the indicator corresponds.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ExponentialMovingAverage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ExponentialMovingAverage class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ExponentialMovingAverage.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value
</value>
</member>
<member name="P:DevExpress.XtraCharts.ExponentialMovingAverage.Weight">
<summary>
<para>Gets the weight value for the <see cref="T:DevExpress.XtraCharts.ExponentialMovingAverage"/> type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.MovingAverage">
<summary>
<para>Represents the base class for Moving Average and Envelope objects of various types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.MovingAverage.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the MovingAverage class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, specifying the value level, to which the indicator corresponds.
</param>
</member>
<member name="M:DevExpress.XtraCharts.MovingAverage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the MovingAverage class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
</member>
<member name="M:DevExpress.XtraCharts.MovingAverage.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the MovingAverage object passed as the parameter.
</para>
</summary>
<param name="obj">
A MovingAverage object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.MovingAverage.EnvelopeColor">
<summary>
<para>Specifies the color for the Envelope kind of the Moving Average and Envelope technical indicator.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.MovingAverage.EnvelopeLineStyle">
<summary>
<para>Specifies the line style for the Envelope kind of the Moving Average and Envelope technical indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object, specifying the line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.MovingAverage.EnvelopePercent">
<summary>
<para>Specifies the percent for the Envelope kind of the Moving Average and Envelope technical indicator.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, greater than <b>0</b> and less than or equal to <b>100</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.MovingAverage.Kind">
<summary>
<para>Determines whether to display a Moving Average, Envelope, or both.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MovingAverageKind"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PivotGridDataSourceOptions">
<summary>
<para>Provides options that determine the behavior of a Chart bound to a Pivot Grid.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PivotGridDataSourceOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PivotGridDataSourceOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A PivotGridDataSourceOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.MaxAllowedPointCountInSeries">
<summary>
<para>Limits the number of incoming points in a Chart's series that are auto-created, based on the associated Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the maximum number of points in the Chart's series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.MaxAllowedSeriesCount">
<summary>
<para>Limits the number of a Chart's series that are auto-created, based on the associated Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the maximum number of series in the Chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveColumnCustomTotals">
<summary>
<para>Specifies whether or not <i>column custom totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve column custom totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveColumnGrandTotals">
<summary>
<para>Specifies whether or not <i>column grand totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve column grand totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveColumnTotals">
<summary>
<para>Specifies whether or not <i>column totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve column totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveDataByColumns">
<summary>
<para>Specifies whether or not a Chart's series are created based on <i>columns</i> or <i>rows</i> of its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> if series should represent the Pivot Grid's columns; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveEmptyCells">
<summary>
<para>Specifies whether or not empty cells should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to process the incoming empty cells; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveRowCustomTotals">
<summary>
<para>Specifies whether or not <i>row custom totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve row custom totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveRowGrandTotals">
<summary>
<para>Specifies whether or not <i>row grand totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve row grand totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.RetrieveRowTotals">
<summary>
<para>Specifies whether or not <i>row totals</i> should be passed to a Chart from its associated Pivot Grid.
</para>
</summary>
<value><b>true</b> to retrieve row totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.SelectionOnly">
<summary>
<para>Specifies whether or not only the currently selected cells of a Pivot Grid are reflected in its associated Chart.
</para>
</summary>
<value><b>true</b> to process only the selected cells; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.SinglePageOnly">
<summary>
<para>Specifies whether or not only the data from the Pivot Grid's current page is passed to the associated Chart.
</para>
</summary>
<value><b>true</b> to pass only the data from the current page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridDataSourceOptions.UpdateDelay">
<summary>
<para>Specifies the delay (in milliseconds) that occurs before passing the changes made in a Pivot Grid to its associated Chart.
</para>
</summary>
<value>An integer value, specifying the update delay, in milliseconds.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedLine3DSeriesView">
<summary>
<para>A series view of the 3D Stacked Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedLine3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedLine3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipPosition">
<summary>
<para>The base class for all classes that define how a tooltip should be positioned within a chart.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipPosition.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the tooltip position.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX">
<summary>
<para>Represents the <i>secondary</i> X-axis within Swift Plot charts.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX.#ctor">
<summary>
<para>Initializes a new instance of the SwiftPlotDiagramSecondaryAxisX class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SwiftPlotDiagramSecondaryAxisX class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the secondary X-axis. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX.AxisID">
<summary>
<para>Specifies the secondary X-axis ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairAxisLabelElement">
<summary>
<para>Defines the appearance of the crosshair value and crosshair argument labels when custom drawing a crosshair cursor using the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelElement.AxisValue">
<summary>
<para>Gets or sets the crosshair axis label's position along an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the crosshair axis label's position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelElement.BackColor">
<summary>
<para>Gets or sets the background color of a crosshair axis label element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the crosshair axis label element's background color.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisCoordinate">
<summary>
<para>Represents the base class for classes that define axes coordinates for annotation anchor points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AxisCoordinate.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisCoordinate object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisCoordinate object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisCoordinate.AxisName">
<summary>
<para>For internal use only. Specifies the axis name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the axis name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisCoordinate.AxisValue">
<summary>
<para>Specifies the axis value for the annotation anchored to a pane.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value specifying the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisCoordinate.AxisValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.AxisCoordinate.AxisValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection">
<summary>
<para>Represents a collection that stores individual <i>secondary</i> X-axes of a particular Swift Plot Diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.Add(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX)">
<summary>
<para>Appends the specified secondary X-axis to the current collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.AddRange(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX[])">
<summary>
<para>Appends an array of secondary X-axes to the Swift Plot Diagram collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.Contains(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX)">
<summary>
<para>Determines whether the collection contains the specified secondary X-axis.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified X-axis; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.GetAxisByName(System.String)">
<summary>
<para>Gets an X-axis within a secondary axes collection of the Swift Plot by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the secondary X-axis to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object that represents the secondary Y-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.Insert(System.Int32,DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX)">
<summary>
<para>Inserts the specified secondary axis into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the secondary axis is to be inserted.
</param>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object which represents the secondary X-axis at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection.Remove(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object from the collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.PolarAxisXRange">
<summary>
<para>Contains settings that define the range displayed by the <see cref="T:DevExpress.XtraCharts.PolarAxisX"/> axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolarAxisXRange.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PolarAxisXRange object passed as the parameter.
</para>
</summary>
<param name="obj">
An PolarAxisXRange object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.Auto">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.Auto"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MaxValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MaxValueInternal">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValueInternal"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MaxValueSerializable">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValueSerializable"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MinValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MinValueInternal">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValueInternal"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisXRange.MinValueSerializable">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValueSerializable"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PolarAxisXRange.SetInternalMinMaxValues(System.Double,System.Double)">
<summary>
<para>Overrides the <see cref="M:DevExpress.XtraCharts.AxisRange.SetInternalMinMaxValues"/> method to hide it.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value.
</param>
<param name="max">
A <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PolarAxisXRange.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Overrides the <see cref="M:DevExpress.XtraCharts.AxisRange.SetMinMaxValues"/> method to hide it.
</para>
</summary>
<param name="minValue">
A <see cref="T:System.Double"/> value.
</param>
<param name="maxValue">
A <see cref="T:System.Double"/> value.
</param>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisYRange">
<summary>
<para>Contains settings that define the range displayed by the <see cref="T:DevExpress.XtraCharts.RadarAxisY"/> axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisXRange">
<summary>
<para>Contains settings that define the range displayed by the <see cref="T:DevExpress.XtraCharts.RadarAxisX"/> axis.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXRange.AlwaysShowZeroLevel">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.AlwaysShowZeroLevel"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXRange.MaxValueInternal">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValueInternal"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXRange.MinValueInternal">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValueInternal"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXRange.SideMarginsEnabled">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisRange.SideMarginsEnabled"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedBar3DSeriesLabel">
<summary>
<para>Defines label settings for Stacked Bar 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedBar3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StackedBar3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.Indent">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.BarSeriesLabel.Indent"/> property, to hide it.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.Position">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.BarSeriesLabel.Position"/> property, to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraCharts.BarSeriesLabelPosition.Top"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBar3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedBar3DSeriesView">
<summary>
<para>Represents a series view of the 3D Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedBar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedBar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideBar3DSeriesView">
<summary>
<para>Represents a series view of the 3D Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideBar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideBar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.BarDistance">
<summary>
<para>Gets or sets the variable distance value (as a fraction of <b>axis units</b>) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars as a fraction of <b>axis units</b>, where an axis unit is the distance between two major values on the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.BarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideBarDefaults">
<summary>
<para>Represents a class which stores default property values for all Side-by-Side Bars in a chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SideBySideBarDefaults.DefaultBarDistance">
<summary>
<para>Represents the default value for the <see cref="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.BarDistance"/>, <see cref="P:DevExpress.XtraCharts.SideBySideBarSeriesView.BarDistance"/>, <see cref="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.BarDistance"/> and <see cref="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.BarDistance"/> properties.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraCharts.SideBySideBarDefaults.DefaultBarDistanceFixed">
<summary>
<para>Represents the default value for the <see cref="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.BarDistanceFixed"/>, <see cref="P:DevExpress.XtraCharts.SideBySideBarSeriesView.BarDistanceFixed"/>, <see cref="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.BarDistanceFixed"/> and <see cref="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.BarDistanceFixed"/> properties.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraCharts.SideBySideBarDefaults.DefaultEqualBarWidth">
<summary>
<para>Represents the default value for the <see cref="P:DevExpress.XtraCharts.SideBySideBarSeriesView.EqualBarWidth"/>, <see cref="P:DevExpress.XtraCharts.SideBySideBar3DSeriesView.EqualBarWidth"/>, <see cref="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.EqualBarWidth"/> and <see cref="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.EqualBarWidth"/> properties.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedBar3DSeriesLabel">
<summary>
<para>Defines label settings for Full-Stacked Bar 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedBar3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedBar3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedBar3DSeriesView">
<summary>
<para>Represents a series view of the 3D Full-Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedBar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedBar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DiagramCoordinates">
<summary>
<para>Represents an object that contains descriptive information about a geometrical point within the diagram.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.ArgumentScaleType">
<summary>
<para>Gets the type of the argument scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> object, representing the scale type for the argument data of the data point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.AxisX">
<summary>
<para>Gets the X-axis of the diagram point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisBase"/> descendant, representing the axis of arguments (X-axis).
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.AxisY">
<summary>
<para>Gets the Y-axis of the diagram point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisBase"/> descendant, representing the axis of values (Y-axis).
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.DateTimeArgument">
<summary>
<para>Gets the date-time argument of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the diagram point's argument.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.DateTimeValue">
<summary>
<para>Gets the date-time value of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the diagram point's value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DiagramCoordinates.GetAxisValue(DevExpress.XtraCharts.AxisBase)">
<summary>
<para>Gets the value of the client-side axis instance.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.XtraCharts.AxisBase"/> class descendant, representing the axis that contains the requested value.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.AxisValue"/> object that contains the information about the axis scale type and value.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.IsEmpty">
<summary>
<para>Checks whether the current object represents a point outside the diagram area.
</para>
</summary>
<value><b>true</b> if the diagram coordinates correspond to a point outside the diagram area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.NumericalArgument">
<summary>
<para>Gets the numerical argument of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the diagram point's argument.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.NumericalValue">
<summary>
<para>Gets the numerical value of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the diagram point's value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.Pane">
<summary>
<para>Gets the pane of the diagram point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, representing the pane.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.QualitativeArgument">
<summary>
<para>Gets the qualitative argument of the the diagram point.
</para>
</summary>
<value>A <see cref="T:System.String"/>, representing a diagram point's qualitative argument.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DiagramCoordinates.ValueScaleType">
<summary>
<para>Gets the type of the value scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> object, representing the scale type for the value data of the data point.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeLegendEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeLegend"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomizeLegendEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomizeLegendEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeLegend"/>, or <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomizeLegend"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomizeLegendEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeLegendEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeLegend"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeLegendEventArgs.Legend">
<summary>
<para>Gets the chart's legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object, representing the chart's legend.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeLegendEventArgs.MaxHorizontalPercentage">
<summary>
<para>Specifies the legend's maximum horizontal percentage.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, specifying the legend's horizontal limit. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeLegendEventArgs.MaxHorizontalPercentage"/> property.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeLegendEventArgs.MaxVerticalPercentage">
<summary>
<para>Specifies the legend's maximum vertical percentage.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, specifying the legend's vertical limit. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeLegendEventArgs.MaxVerticalPercentage"/> property.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SimpleMovingAverage">
<summary>
<para>Represents a Simple Moving Average indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the SimpleMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMovingAverage.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the SimpleMovingAverage class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, specifying the value level for the indicator.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMovingAverage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SimpleMovingAverage class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the indicator's name.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SimpleMovingAverage.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleMovingAverage.Weight">
<summary>
<para>Gets the weight value for the SimpleMovingAverage type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SingleLevelIndicator">
<summary>
<para>Represents the base class for all single-level indicators (such as Regression Lines and Moving Average and Envelope).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SingleLevelIndicator.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SingleLevelIndicator object passed as the parameter.
</para>
</summary>
<param name="obj">
A SingleLevelIndicator object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SingleLevelIndicator.ValueLevel">
<summary>
<para>Specifies the value level to which the single-level indicator corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Doughnut3DSeriesLabel">
<summary>
<para>Defines label settings for Doughnut 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Doughnut3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DoughnutSeriesLabel">
<summary>
<para>Defines label settings for Doughnut series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the DoughnutSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Doughnut3DSeriesView">
<summary>
<para>Represents a series view of the 3D Doughnut type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Doughnut3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesView.#ctor(System.Int32[])">
<summary>
<para>Initializes a new instance of the Doughnut3DSeriesView class with the specified exploded points.
</para>
</summary>
<param name="explodedPointIds">
An array of integer values, representing the <see cref="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID"/> identifiers of exploded points.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Doughnut3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
An Doughnut3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Doughnut3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Doughnut3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Doughnut3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Doughnut3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Doughnut3DSeriesView.HoleRadiusPercent">
<summary>
<para>Gets or sets the radius of the inner circle in the Doughnut Chart.
</para>
</summary>
<value>An integer, representing the percentage of the inner radius to the outer radius of a 3D doughnut.
</value>
</member>
<member name="T:DevExpress.XtraCharts.DoughnutSeriesView">
<summary>
<para>Represents a series view of the Doughnut type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the DoughnutSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesView.#ctor(System.Int32[])">
<summary>
<para>Initializes a new instance of the DoughnutSeriesView class with the specified exploded points.
</para>
</summary>
<param name="explodedPointIds">
An array of integer values, representing the <see cref="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID"/> identifiers of exploded points.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the DoughnutSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
An DoughnutSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DoughnutSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DoughnutSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.DoughnutSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DoughnutSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DoughnutSeriesView.HoleRadiusPercent">
<summary>
<para>Gets or sets the radius of the inner circle in the Doughnut Chart.
</para>
</summary>
<value>An integer, representing the percentage of the inner radius to the outer radius of a doughnut.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesPointsExcluded"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesPointsExcluded"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventHandler.Invoke(System.Object,DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesPointsExcluded"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesPointsExcluded"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesPointsExcluded"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount">
<summary>
<para>Specifies the <i>actual</i> number of points in a series of a Chart that is associated with a Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the actual number of points in the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount">
<summary>
<para>Specifies the <i>available</i> number of points in a series of a Chart that is associated with a Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the available number of points in the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventArgs.Series">
<summary>
<para>Gets an auto-created series, for obtaining both its actual and total number of points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object, representing an auto-created series.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarTickmarksY">
<summary>
<para>Contains settings for the tickmarks of the Y-axis for the Radar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarTickmarksY.ToString">
<summary>
<para>Returns the textual representation of the tickmarks.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the tickmarks.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisYLabel">
<summary>
<para>Defines the label settings for the radial axis in the Radar Series Views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisYLabel.#ctor(DevExpress.XtraCharts.RadarAxisY)">
<summary>
<para>Initializes a new instance of the RadarAxisYLabel class with the specified owner.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.XtraCharts.RadarAxisY"/> object which specifies the owner for this axis label.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisYLabel.Angle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisLabel.Angle"/> property.
</para>
</summary>
<value>An integer value. Always returns 0.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisYLabel.Staggered">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisLabel.Staggered"/> property.
</para>
</summary>
<value>Always returns <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisYLabel.ToString">
<summary>
<para>Returns the textual representation of the radial axis label.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis label.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisXLabel">
<summary>
<para>Defines the label settings for the circular axis in the Radar Series Views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisXLabel.#ctor(DevExpress.XtraCharts.RadarAxisX)">
<summary>
<para>Initializes a new instance of the RadarAxisXLabel class with the specified owner.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.XtraCharts.RadarAxisX"/> object which specifies the owner for this axis label.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXLabel.Angle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisLabel.Angle"/> property.
</para>
</summary>
<value>An integer value. Always returns 0.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisXLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarAxisXLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An RadarAxisXLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXLabel.Staggered">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisLabel.Staggered"/> property.
</para>
</summary>
<value>Always returns <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisXLabel.TextDirection">
<summary>
<para>Gets or sets the value, representing the direction of the circular axis label's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarAxisXLabelTextDirection"/> enumeration member, specifying how the label's text is drawn.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisXLabel.ToString">
<summary>
<para>Returns the textual representation of the radial axis label.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis label.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeSimpleDiagramLayout"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs.Dimension">
<summary>
<para>Specifies the dimensions of the Simple Diagram.
</para>
</summary>
<value>An integer value, specifying the diagram's dimension. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs.Dimension"/> property.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs.LayoutDirection">
<summary>
<para>Specifies the series layout direction for the Simple Diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LayoutDirection"/> enumeration value, specifying the series layout direction. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventArgs.LayoutDirection"/> property.
</value>
</member>
<member name="T:DevExpress.XtraCharts.IndicatorCollection">
<summary>
<para>Stores all indicators that belong to an individual series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Add(DevExpress.XtraCharts.Indicator)">
<summary>
<para>Appends the specified indicator to the current collection.
</para>
</summary>
<param name="indicator">
An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.AddRange(DevExpress.XtraCharts.Indicator[])">
<summary>
<para>Appends an array of indicators to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendants to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Assign(DevExpress.XtraCharts.ChartCollectionBase)">
<summary>
<para>Copies all the settings from the IndicatorCollection object passed as the parameter.
</para>
</summary>
<param name="collection">
An IndicatorCollection object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Contains(DevExpress.XtraCharts.Indicator)">
<summary>
<para>Determines whether the collection contains the specified indicator.
</para>
</summary>
<param name="indicator">
An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified indicator; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.IndexOf(DevExpress.XtraCharts.Indicator)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="indicator">
An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Insert(System.Int32,DevExpress.XtraCharts.Indicator)">
<summary>
<para>Inserts the specified indicator into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the indicator is to be inserted.
</param>
<param name="indicator">
An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.IndicatorCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant which represents the indicator object at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Remove(DevExpress.XtraCharts.Indicator)">
<summary>
<para>Removes the specified indicator from the collection.
</para>
</summary>
<param name="indicator">
An <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendant to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.Swap(DevExpress.XtraCharts.Indicator,DevExpress.XtraCharts.Indicator)">
<summary>
<para>Swaps the two items with the specified indexes in the collection.
</para>
</summary>
<param name="indicator1">
An integer value which specifies the index of the first item to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="indicator2">
An integer value which specifies the index of the second item to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.IndicatorCollection.ToArray">
<summary>
<para>Copies the elements of the IndicatorCollection to a new array of <see cref="T:DevExpress.XtraCharts.Indicator"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.Indicator"/> class descendants containing the IndicatorCollection elements.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Indicator">
<summary>
<para>Represents a base class for all indicator types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Indicator.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Indicator object passed as the parameter.
</para>
</summary>
<param name="obj">
An Indicator object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.Color">
<summary>
<para>Specifies the indicator's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the color of the indicator.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.LineStyle">
<summary>
<para>Specifies the indicator's line style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object, storing the line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.Name">
<summary>
<para>Gets or sets the name of the indicator.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the name of the indicator.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.ShowInLegend">
<summary>
<para>Specifies whether the indicator is represented in the chart's legend.
</para>
</summary>
<value><b>true</b> if the indicator is shown in the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the indicator.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.View">
<summary>
<para>Gets the view type of the series to which the indicator belongs.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramSeriesViewBase"/> class descendant, specifying the series view type.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.Visible">
<summary>
<para>Specifies whether the indicator is visible.
</para>
</summary>
<value><b>true</b> if the indicator is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Indicator.Weight">
<summary>
<para>Gets the weight value for the Indicator type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisValue">
<summary>
<para>Contains the information about an axis value.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisValue.DateTimeValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>date-time</b>.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisValue.NumericalValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>numerical</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisValue.QualitativeValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>qualitative</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisValue.ScaleType">
<summary>
<para>Gets the axis scale type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value, specifying the axis scale type.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairElement">
<summary>
<para>Represents crosshair elements (e.g., crosshair lines, crosshair axis labels) that can be used to custom draw a crosshair cursor.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.AxisLabelElement">
<summary>
<para>Provides access to the crosshair axis label element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairAxisLabelElement"/> object, representing the crosshair axis label element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.LabelElement">
<summary>
<para>Gets the crosshair label element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairLabelElement"/> object, representing the crosshair label element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.LineElement">
<summary>
<para>Gets or sets the crosshair line element to custom draw a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairLineElement"/> object, representing the crosshair line element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.Series">
<summary>
<para>Gets a series that a crosshair element hovers over when implementing a custom draw.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object which represents the series currently being painted.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.SeriesPoint">
<summary>
<para>Gets the series point that a crosshair element hovers over when implementing a custom draw.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object, representing the series point that a crosshair element hovers over.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairElement.Visible">
<summary>
<para>Specifies whether the crosshair element is visible when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the crosshair element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarPointSeriesLabel">
<summary>
<para>Defines label settings for Radar and Polar series views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the RadarPointSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StackedArea3DSeriesLabel">
<summary>
<para>Defines label settings for Stacked Area 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedArea3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StackedArea3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StackedArea3DSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedArea3DSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedArea3DSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedArea3DSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedArea3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointKey">
<summary>
<para>Lists the values used to specify the manner in which sorting is performed within series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesPointKey.Argument">
<summary>
<para>Specifies that sorting is performed by the argument values of a series' data points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesPointKey.Value_1">
<summary>
<para>Specifies that sorting is performed by the first data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Low value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesPointKey.Value_2">
<summary>
<para>Specifies that sorting is performed by the second data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the High value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesPointKey.Value_3">
<summary>
<para>Specifies that sorting is performed by the third data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Open value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesPointKey.Value_4">
<summary>
<para>Specifies that sorting is performed by the fourth data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Close value.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointFilterCollection">
<summary>
<para>Represents a collection that stores specific filter conditions of a particular series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.Add(DevExpress.XtraCharts.SeriesPointFilter)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object to the current collection.
</para>
</summary>
<param name="filter">
A <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.AddRange(DevExpress.XtraCharts.SeriesPointFilter[])">
<summary>
<para>Appends an array of filters to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.Assign(DevExpress.XtraCharts.ChartCollectionBase)">
<summary>
<para>Copies all the elements from the SeriesPointFilterCollection object passed as the parameter.
</para>
</summary>
<param name="collection">
A SeriesPointFilterCollection object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilterCollection.ConjunctionMode">
<summary>
<para>Gets or sets the conjunction mode for filter conditions defined by the collection's items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConjunctionTypes"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesPointFilterCollection instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesPointFilterCollection instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesPointFilterCollection object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilterCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object which represents the series point filter at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilterCollection.Remove(DevExpress.XtraCharts.SeriesPointFilter)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object from the collection.
</para>
</summary>
<param name="filter">
A <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointFilter">
<summary>
<para>Defines specific filter conditions to filter series points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPointFilter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.#ctor(DevExpress.XtraCharts.SeriesPointKey,DevExpress.XtraCharts.DataFilterCondition,System.String)">
<summary>
<para>Initializes a new instance of the SeriesPointFilter class with the specified key and condition and string filter value.
</para>
</summary>
<param name="key">
A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Key"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Condition"/> property.
</param>
<param name="value">
A <see cref="T:System.String"/> which specifies the value which will be used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.#ctor(DevExpress.XtraCharts.SeriesPointKey,DevExpress.XtraCharts.DataFilterCondition,System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPointFilter class with the specified key and condition and double filter value.
</para>
</summary>
<param name="key">
A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Key"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Condition"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value which specifies the value which will be used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.#ctor(DevExpress.XtraCharts.SeriesPointKey,DevExpress.XtraCharts.DataFilterCondition,System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPointFilter class with the specified key and condition and date/time filter value.
</para>
</summary>
<param name="key">
A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Key"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Condition"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value which specifies the value which will be used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.#ctor(DevExpress.XtraCharts.SeriesPointKey,DevExpress.XtraCharts.DataFilterCondition,System.Object)">
<summary>
<para>Initializes a new instance of the SeriesPointFilter class with the specified key and condition and filter value.
</para>
</summary>
<param name="key">
A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value which specifies the series point key whose values are to be filtered according to the filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Key"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Condition"/> property.
</param>
<param name="value">
A <see cref="T:System.Object"/> which specifies the value which will be used for filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesPointFilter object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesPointFilter object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.Condition">
<summary>
<para>Gets or sets the requirement to meet when filtering the series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration member representing a logical operator.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.DateTimeValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.DoubleValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesPointFilter instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesPointFilter instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesPointFilter object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.Key">
<summary>
<para>Gets or sets the key which is compared to the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> to filter a series point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value, specifying the coordinate of a series point by which filtering is performed.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.StringValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPointFilter.Value"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointFilter.ToString">
<summary>
<para>Returns the textual representation of the filter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the filter.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointFilter.Value">
<summary>
<para>Gets or sets a value, by which series points should be filtered.
</para>
</summary>
<value>A <see cref="T:System.Object"/>, specifying a value to filter series points.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisY">
<summary>
<para>Represents the Y-axis for Radar Series Views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisY.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarAxisY object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarAxisY object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Color">
<summary>
<para>Gets or sets the color of a radial axis for the Radar type of chart.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Label">
<summary>
<para>Gets the settings of axis labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarAxisYLabel"/> object which provides axis label settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Thickness">
<summary>
<para>Gets or sets the line width of the radial axis for the Radar chart.
</para>
</summary>
<value>An integer value which specifies the thickness of the axis, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Tickmarks">
<summary>
<para>Gets the tickmark settings of a radial axis for the Radar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarTickmarksY"/> object which provides the tickmark settings of a radial axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.TopLevel">
<summary>
<para>Specifies whether the radial axis should be drawn on the front of a diagram above all series.
</para>
</summary>
<value><b>true</b> if the <see cref="P:DevExpress.XtraCharts.RadarDiagram.AxisY"/> is positioned above all series on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisY.ToString">
<summary>
<para>Returns the textual representation of the axis.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisY.Visible">
<summary>
<para>Specifies whether the axis is visible.
</para>
</summary>
<value><b>true</b> if the axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisX">
<summary>
<para>Represents the X-axis within Radar charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisX.Label">
<summary>
<para>Gets the settings of axis labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarAxisXLabel"/> object which provides axis label settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxisX.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxisX.ToString">
<summary>
<para>Returns the textual representation of the axis.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxis">
<summary>
<para>Represents the base class for classes that provide axes functionality for Radar and Polar series views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAxis.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarAxis object passed as the parameter.
</para>
</summary>
<param name="obj">
An RadarAxis object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAxis.InterlacedFillStyle">
<summary>
<para>Gets the fill style of a diagram's background within a view of a Radar Series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the diagram's background.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesPointExplodedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PieSeriesPointExploded"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PieSeriesPointExploded"/> and <see cref="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesPointExplodedEventHandler.Invoke(System.Object,DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PieSeriesPointExploded"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PieSeriesPointExploded"/> and <see cref="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies either the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.PieSeriesPointExploded"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PieSeriesPointExploded"/> and <see cref="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs.Dragged">
<summary>
<para>Indicates whether the series point (pie slice) has been dragged with a mouse.
</para>
</summary>
<value><b>true</b> if a series point is dragged; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs.Exploded">
<summary>
<para>Indicates whether the series point (pie slice) is exploded.
</para>
</summary>
<value><b>true</b> if a series point is drawn as an exploded pie slice; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs.Point">
<summary>
<para>Provides access to the series point that has changed its state to or from exploded.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object representing a series point (pie slice) which is moved to or from the pie.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesPointExplodedEventArgs.Series">
<summary>
<para>Gets a chart series to which the moved point belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object representing the chart series of a moved point.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ExplodedSeriesPointCollection">
<summary>
<para>Represents a collection of exploded series points within a Pie Chart.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.#ctor(DevExpress.XtraCharts.PieSeriesViewBase)">
<summary>
<para>Initializes a new instance of the ExplodedSeriesPointCollection class with the specified owner.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraCharts.PieSeriesViewBase"/> object, representing the owner of the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.Add(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to the current collection.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.Assign(DevExpress.XtraCharts.ChartCollectionBase)">
<summary>
<para>Copies all the elements from the ExplodedSeriesPointCollection object passed as the parameter.
</para>
</summary>
<param name="collection">
An ExplodedSeriesPointCollection object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current ExplodedSeriesPointCollection instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current ExplodedSeriesPointCollection instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current ExplodedSeriesPointCollection object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ExplodedSeriesPointCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which represents the series point at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.Remove(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object from the collection.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ExplodedSeriesPointCollection.ToggleExplodedState(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Toggles the exploded state of the specified series point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which specifies the series point whose exploded state should be changed.
</param>
</member>
<member name="T:DevExpress.XtraCharts.BoundDataChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.BoundDataChanged"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.BoundDataChanged"/> and <see cref="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BoundDataChangedEventHandler.Invoke(System.Object,System.EventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.BoundDataChanged"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.BoundDataChanged"/> and <see cref="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies either the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control which raised the event.
</param>
<param name="e">
A <see cref="T:System.EventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.RadarDiagramRotationDirection">
<summary>
<para>Lists the values which specify the direction in which the radar axes are drawn for the Radar chart types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarDiagramRotationDirection.Clockwise">
<summary>
<para>A diagram is rotated clockwise.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarDiagramRotationDirection.Counterclockwise">
<summary>
<para>A diagram is rotated counterclockwise.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisXLabelTextDirection">
<summary>
<para>Lists the values used to specify the text direction of axis X labels for the Radar chart types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarAxisXLabelTextDirection.BottomToTop">
<summary>
<para>Label text is arranged from bottom to top.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarAxisXLabelTextDirection.LeftToRight">
<summary>
<para>Label text is arranged from left to right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarAxisXLabelTextDirection.Radial">
<summary>
<para>Label text is arranged along radial grid lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarAxisXLabelTextDirection.Tangent">
<summary>
<para>Label text is arranged tangentially to radial grid lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarAxisXLabelTextDirection.TopToBottom">
<summary>
<para>Label text is arranged from top to bottom.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RadarPointSeriesView">
<summary>
<para>Represents a series view of the Radar Point type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RadarPointSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarPointSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarPointSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RadarPointSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RadarPointSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RadarPointSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarPointSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the RadarPointSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the RadarPointSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarPointSeriesView.PointMarkerOptions">
<summary>
<para>Gets the specific settings of data point markers displayed by a series of the Radar Point view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SimpleMarker"/> object that contains the specific marker settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarSeriesViewBase">
<summary>
<para>Represents the base class for series views of the Radar and Polar types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarSeriesViewBase.#ctor">
<summary>
<para>Initializes a new instance of the RadarSeriesViewBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarSeriesViewBase.ColorEach">
<summary>
<para>Gets or sets a value that specifies whether each data point of a series is shown in a different color.
</para>
</summary>
<value><b>true</b> to specify that each data point in a series has a different color; <b>false</b> to use the same color for all the series' data points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarSeriesViewBase.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RadarSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RadarSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RadarSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarSeriesViewBase.Shadow">
<summary>
<para>Gets the shadow settings for the Radar and Polar series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the series shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarLineSeriesView">
<summary>
<para>Represents a series view of the Radar Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RadarLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarLineSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarLineSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarLineSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarLineSeriesView.Closed">
<summary>
<para>Specifies whether the last point in a series is joined with the first point to form a closed polygon.
</para>
</summary>
<value><b>true</b> if the start and end point are joined with line; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarLineSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RadarLineSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RadarLineSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarLineSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RadarLineSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarLineSeriesView.LineMarkerOptions">
<summary>
<para>Gets the specific settings of the data point markers displayed by a series of the Radar Line view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains the specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarLineSeriesView.LineStyle">
<summary>
<para>Gets the line style settings of a series of the Radar Line type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarLineSeriesView.MarkerVisibility">
<summary>
<para>Specifies whether the series point markers are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarLineSeriesView.PointMarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RadarPointSeriesView.PointMarkerOptions"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SimpleMarker"/> object that contains the specific marker settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarAreaSeriesView">
<summary>
<para>Represents a series view of the Radar Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RadarAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarAreaSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.Border">
<summary>
<para>Provides access to the border settings for the radar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object containing settings that define the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.Closed">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RadarLineSeriesView.Closed"/> property.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAreaSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RadarAreaSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RadarAreaSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.FillStyle">
<summary>
<para>Gets the fill style of area series within a view of an Radar Area Chart type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the area.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarAreaSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RadarAreaSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.LineMarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RadarLineSeriesView.LineMarkerOptions"/> property.
</para>
</summary>
<value>Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RadarLineSeriesView.LineStyle"/> property to hide it.
</para>
</summary>
<value>Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.MarkerOptions">
<summary>
<para>Gets the specific settings of the data point markers displayed by a series of the Radar Area Series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarAreaSeriesView.Transparency">
<summary>
<para>Gets or sets the transparency (0-255) to use for displaying the filled color areas.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.PolarPointSeriesView">
<summary>
<para>Represents a series view of the Polar Point type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolarPointSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the PolarPointSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PolarPointSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PolarLineSeriesView">
<summary>
<para>Represents a series view of the Polar Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolarLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the PolarLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PolarLineSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RadarDiagram">
<summary>
<para>Represents a diagram that is used to plot series of the Radar view types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.#ctor">
<summary>
<para>Initializes a new instance of the RadarDiagram class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RadarDiagram object passed as the parameter.
</para>
</summary>
<param name="obj">
A RadarDiagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.AxisX">
<summary>
<para>Gets the axis that surrounds the radar diagram (circular axis).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarAxisX"/> class instance, representing the circular axis for a radar chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.AxisY">
<summary>
<para>Gets the axis that radiates out from the center of a radar chart (radial axis).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarAxisY"/> class instance, representing the radial axis of a radar chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.BackColor">
<summary>
<para>Gets or sets the diagram's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the diagram's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.BackImage">
<summary>
<para>Gets the background image settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the diagram's background image.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.BorderColor">
<summary>
<para>Gets or sets the diagram's border color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the diagram's border color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.BorderVisible">
<summary>
<para>Gets or sets whether the diagram's border is visible.
</para>
</summary>
<value><b>true</b> if the border is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.DateTime,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.Double,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.DateTime,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.Double,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.String,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.DiagramToPoint(System.String,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.DrawingStyle">
<summary>
<para>Gets or sets the shape style of a grid used to plot a Radar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarDiagramDrawingStyle"/> enumeration member, specifying the shape of a radar diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.FillStyle">
<summary>
<para>Gets the diagram's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.Margins">
<summary>
<para>Specifies the indent between the diagram's edge and other chart elements (e.g. legend and chart titles), in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the diagram's outer indents, measured in pixels. The default is <b>5</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RadarDiagram.PointToDiagram(System.Drawing.Point)">
<summary>
<para>Converts the screen coordinates of a point into a Radar (Polar) Diagram coordinates object.
</para>
</summary>
<param name="p">
A <see cref="T:System.Drawing.Point"/> object, representing a location on a chart's display area.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.DiagramCoordinates"/> object, containing information about the point's argument and value, their scale types, associated axes and pane.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.RotationDirection">
<summary>
<para>Gets or sets the direction in which the <see cref="T:DevExpress.XtraCharts.RadarAxisX"/> is drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RadarDiagramRotationDirection"/> enumeration member specifying the AxisX rotation direction.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.Shadow">
<summary>
<para>Gets the diagram's shadow settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the diagram's shadow.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RadarDiagram.StartAngleInDegrees">
<summary>
<para>Specifies the angle for the radial axis to start drawing.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value (in degrees, from -360 to 360).
</value>
</member>
<member name="T:DevExpress.XtraCharts.PolarDiagram">
<summary>
<para>Represents a diagram that is used to plot series of the Polar view types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolarDiagram.#ctor">
<summary>
<para>Initializes a new instance of the PolarDiagram class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PolarAreaSeriesView">
<summary>
<para>Represents a series view of the Polar Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolarAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the PolarAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PolarAreaSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PolarAxisX">
<summary>
<para>Represents the X-axis within Polar charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisX.GridSpacing">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisBase.GridSpacing"/> property. Setting this value is not supported.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, always equal to 30.0
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisX.GridSpacingAuto">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisBase.GridSpacingAuto"/> property.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisX.Logarithmic">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisBase.Logarithmic"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisX.LogarithmicBase">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisBase.LogarithmicBase"/> property to hide it.
</para>
</summary>
<value>Always <b>10</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PolarAxisX.Range">
<summary>
<para>Gets the settings that specify the range of the axis coordinates.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolarAxisXRange"/> object which contains the common range settings of the axis coordinates.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PolarAxisX.ToString">
<summary>
<para>Returns the textual representation of the axis.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.RadarDiagramDrawingStyle">
<summary>
<para>Lists the values used to specify the shape of the Radar chart area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarDiagramDrawingStyle.Circle">
<summary>
<para>A circular diagram is drawn as a circle.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RadarDiagramDrawingStyle.Polygon">
<summary>
<para>A circular diagram is drawn as a polygon.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PieExplodeMode">
<summary>
<para>Lists the values used to specify the conditions to meet for a series to be represented as a spread apart pie slice(s).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.All">
<summary>
<para>All pie slices are exploded.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.MaxValue">
<summary>
<para>A pie slice for the series point with the maximum value (represented as the first item in a series point's <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> collection) is exploded. If there are several pie slices with the same maximum value, all of them are exploded.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.MinValue">
<summary>
<para>A pie slice for the series point with the minimum value (represented as the first item in a series point's <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> collection) is exploded. If there are several pie slices with the same minimum value, all of them are exploded.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.None">
<summary>
<para>No pie slices are exploded.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.Others">
<summary>
<para>A pie slice showing the <b>Others</b> category is exploded. Note that this category is displayed if the <see cref="P:DevExpress.XtraCharts.TopNOptions.Enabled"/> and the <see cref="P:DevExpress.XtraCharts.TopNOptions.ShowOthers"/> properties are set to <b>true</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.UseFilters">
<summary>
<para>Pie slices to be exploded are specified via the collection of filters returned by the <see cref="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPointsFilters"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieExplodeMode.UsePoints">
<summary>
<para>Pie slices to be exploded are contained in the collection of series points returned by the <see cref="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPoints"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StackedArea3DSeriesView">
<summary>
<para>Represents a series view of the 3D Stacked Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedArea3DSeriesView">
<summary>
<para>Represents a series view of the 3D Full-Stacked Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedArea3DSeriesLabel">
<summary>
<para>Defines label settings for Full Stacked Area 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedArea3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedArea3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Area3DSeriesView">
<summary>
<para>Represents a series view of the 3D Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Area3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Area3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Area3DSeriesView.AreaWidth">
<summary>
<para>Gets or sets the depth of a slice that represents the 3D area series (the extent of the area series along the Z-axis).
</para>
</summary>
<value>A <see cref="T:System.Double "/>value (measured in fractions of Z-axis units). This value should be greater than 0.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Area3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Area3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
An Area3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Area3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Area3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Area3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Area3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Area3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Area3DSeriesView.LineThickness">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.Line3DSeriesView.LineThickness"/> property.
</para>
</summary>
<value>An integer value. Always returns 0.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Area3DSeriesView.LineWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.Line3DSeriesView.LineWidth"/> property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value. Always returns 0.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Area3DSeriesLabel">
<summary>
<para>Defines label settings for Area 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Area3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Area3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Area3DDrawOptions">
<summary>
<para>Contains settings for custom drawing 3D area series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StepArea3DSeriesView">
<summary>
<para>A series view of the 3D Step Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StepArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepArea3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StepArea3DSeriesView object passed as a parameter.
</para>
</summary>
<param name="obj">
A StepArea3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StepArea3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StepArea3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StepArea3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StepArea3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StepArea3DSeriesView object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StepArea3DSeriesView.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which a step area connects data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are used to connect markers.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesLabelBase">
<summary>
<para>Represents a base class for different types of series labels.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Antialiasing">
<summary>
<para>Gets or sets whether antialising is applied to the label's contents.
</para>
</summary>
<value><b>true</b> to apply antialising (smoothing) to the label's contents; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesLabelBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesLabelBase object passed as the parameter.
</para>
</summary>
<param name="obj">
An SeriesLabelBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.BackColor">
<summary>
<para>Gets or sets the label's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the label's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Border">
<summary>
<para>Gets the label's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.FillStyle">
<summary>
<para>Gets the label's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Font">
<summary>
<para>Gets or sets the font used to display the label's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the label's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.HiddenSerializableString">
<summary>
<para>Gets or sets the string value used to support serialization in a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor">
<summary>
<para>Gets or sets the color of series labels' connection lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the line color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength">
<summary>
<para>Gets or sets the length of series labels' connection lines.
</para>
</summary>
<value>An integer value that specifies the length of the connection lines, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle">
<summary>
<para>Gets the style settings for the connection lines of series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible">
<summary>
<para>Gets or sets a value which specifies whether the connection lines of series labels are visible.
</para>
</summary>
<value><b>true</b> if the connection lines are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.MaxLineCount">
<summary>
<para>Gets or sets the number of lines to which a label's text is allowed to wrap.
</para>
</summary>
<value>An integer value which is the number of text lines. Should be greater than or equal to <b>0</b> and less than or equal to <b>20</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.MaxWidth">
<summary>
<para>Gets or sets the maximum width allowed for series labels.
</para>
</summary>
<value>An integer value that specifies the maximum label width. By default, it is set to <b>0</b>, which means that label width is unlimited.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.PointOptions">
<summary>
<para>Gets or sets the common appearance settings for series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PointOptions"/> object that contains the common settings for series labels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.PointOptionsSerializable">
<summary>
<para>Gets the string value used to support serialization of the series label options.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.ResolveOverlappingMinIndent">
<summary>
<para>Gets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them.
</para>
</summary>
<value>An integer value, which specifies the minimum indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.ResolveOverlappingMode">
<summary>
<para>Gets or sets a value specifying the mode to resolve overlapping of series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ResolveOverlappingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow">
<summary>
<para>Gets the label's shadow settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the label's shadow.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Text">
<summary>
<para>Gets or sets the common text for all data point labels.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the common data point label text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.TextAlignment">
<summary>
<para>Specifies the alignment of the series labels text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringAlignment"/> enumeration value specifying the alignment of the label text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.TextColor">
<summary>
<para>Gets or sets the label's text color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the label's text color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.TextOrientation">
<summary>
<para>Specifies the direction of text within the series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TextOrientation"/> enumeration value, specifying the text direction for the series labels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the series label type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.ValueType">
<summary>
<para>Gets or sets a value that specifies which values should be displayed as the contents of series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesLabelValueType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesLabelBase.Visible">
<summary>
<para>Specifies whether the simple series label is visible.
</para>
</summary>
<value><b>true</b> if the simple series label is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PaletteScaleMode">
<summary>
<para>Lists the values used to specify how palette colors are used for repeating colors.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaletteScaleMode.Extrapolate">
<summary>
<para>If the number of series points exceeds the number of palette color, the colors are extrapolated for first and last series points, just like Microsoft Office 2007 does.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaletteScaleMode.Repeat">
<summary>
<para>If the number of series points exceeds the number of palette color, the colors are repeated for last series points.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeXAxisLabelsEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeXAxisLabels"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomizeXAxisLabelsEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeXAxisLabels"/>, or <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomizeXAxisLabels"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeXAxisLabels"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs.Axis">
<summary>
<para>Gets the X-axis, whose labels are being customized.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.AxisBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs.Staggered">
<summary>
<para>Specifies whether the X-axis labels should be staggered.
</para>
</summary>
<value><b>true</b> to stagger the X-axis labels; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeXAxisLabelsEventArgs.Staggered"/> property.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeResolveOverlappingMode"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeResolveOverlappingMode"/>, or <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomizeResolveOverlappingMode"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeResolveOverlappingMode"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventArgs.ResolveOverlappingMode">
<summary>
<para>Specifies the resolve overlapping mode for the series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ResolveOverlappingMode"/> enumeration value, specifying the behavior of series labels. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventArgs.ResolveOverlappingMode"/> property.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomizeAutoBindingSettingsEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeAutoBindingSettings"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomizeAutoBindingSettingsEventHandler.Invoke(System.Object,System.EventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomizeAutoBindingSettings"/>, or <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomizeAutoBindingSettings"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> which raised the event.
</param>
<param name="e">
Always <see cref="T:System.EventArgs.Empty"/>.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomPaintEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomPaint"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomPaint"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomPaintEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomPaintEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomPaint"/>, <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomPaint"/>, or <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomPaint"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/>, <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> or <see cref="T:DevExpress.XtraReports.UI.XRChart"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomPaintEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomPaintEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomPaint"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomPaint"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomPaintEventArgs.Bounds">
<summary>
<para>Gets the bounds of a custom graphic object.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure, that describes the location and size of the bounds rectangle.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomPaintEventArgs.Graphics">
<summary>
<para>Gets the custom graphic object.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object, encapsulating a GDI+ drawing surface.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartZoomEventType">
<summary>
<para>Lists the values used to specify the zoom type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartZoomEventType.ZoomIn">
<summary>
<para>A chart's area was zoomed into.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartZoomEventType.ZoomOut">
<summary>
<para>A chart's area was zoomed out.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartZoomEventType.ZoomUndo">
<summary>
<para>The previos zoom state was restored by pressing the CTRL+Z key combination.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartScrollOrientation">
<summary>
<para>Lists the values used to specify the scroll orientation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollOrientation.AxisXScroll">
<summary>
<para>A chart is scrolled along the X-axis (e.g. when it's scrolled using its X-axis scrollbar).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollOrientation.AxisYScroll">
<summary>
<para>A chart is scrolled along the Y-axis (e.g. when it's scrolled using its Y-axis scrollbar).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollOrientation.BothAxesScroll">
<summary>
<para>A chart is scrolled both along the X and Y axes (e.g. when it's scrolled using the mouse pointer).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartScrollEventType">
<summary>
<para>Lists the values used to specify the scroll type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.ArrowKeys">
<summary>
<para>The chart was scrolled by arrow keys (LEFT, UP, RIGHT and DOWN).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.Gesture">
<summary>
<para>The chart was scrolled by a gesture.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.LargeDecrement">
<summary>
<para>The scroll box was moved a large distance. The user clicked the scroll bar to the left (horizontal) or above (vertical) the scroll box.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.LargeIncrement">
<summary>
<para>The scroll box was moved a large distance. The user clicked the scroll bar to the right (horizontal) or below (vertical) the scroll box.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.LeftButtonMouseDrag">
<summary>
<para>The chart was scrolled by dragging via the mouse with the left mouse button clicked.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.MiddleButtonMouseDrag">
<summary>
<para>The chart was scrolled by dragging via the mouse with the middle mouse button clicked.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.SmallDecrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the left (horizontal) or top (vertical) scroll arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.SmallIncrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the right (horizontal) or bottom (vertical) scroll arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollEventType.ThumbPosition">
<summary>
<para>The scroll box was moved.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartZoomEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartZoomEventHandler.Invoke(System.Object,DevExpress.XtraCharts.ChartZoomEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.ChartZoomEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ChartZoomEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoomEventArgs.NewAxisXRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoomEventArgs.NewAxisYRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoomEventArgs.OldAxisXRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoomEventArgs.OldAxisYRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoomEventArgs.Type">
<summary>
<para>Gets the zoom type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartZoomEventType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartScrollEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartScrollEventHandler.Invoke(System.Object,DevExpress.XtraCharts.ChartScrollEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.ChartScrollEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ChartScrollEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.NewAxisXRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.NewAxisYRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.OldAxisXRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.OldAxisYRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.XtraCharts.AxisBase.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which represents the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.ScrollOrientation">
<summary>
<para>Gets the scrolling orientation, i.e. along which axes scrolling is performed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartScrollOrientation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScrollEventArgs.Type">
<summary>
<para>Gets the scrolling type, which specifies scrolling characteristics.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartScrollEventType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesViewBase">
<summary>
<para>Represents the base class for series views of the Pie types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesViewBase.#ctor">
<summary>
<para>Initializes a new instance of the PieSeriesViewBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesViewBase.#ctor(System.Int32[])">
<summary>
<para>Initializes a new instance of the PieSeriesViewBase class with the specified exploded points.
</para>
</summary>
<param name="explodedPointIds">
An array of integer values, representing the <see cref="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID"/> identifiers of exploded points.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PieSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A PieSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PieSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PieSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedDistancePercentage">
<summary>
<para>Gets or sets the offset distance of slice from the pie center measured by a percentage of the pie radius.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value. It should be more than 1.0.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPointIdsSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPoints"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPoints">
<summary>
<para>Provides access to the collection of points which are displayed spread apart from the pie ("exploded").
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ExplodedSeriesPointCollection"/> class instance containing the exploded points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPointsFilters">
<summary>
<para>Provides access to a collection of <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> objects, which specifies conditions for the points to be plotted as exploded pie slices.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointFilterCollection"/> object, which contains filters for exploded points selection.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodedPointsFiltersConjuctionMode">
<summary>
<para>Gets or sets the logical operation to perform when applying several <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> conditions to select points to be plotted as spread apart slices.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConjunctionTypes"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.ExplodeMode">
<summary>
<para>Gets or sets the value used to specify which series should be represented as slices offset from the pie.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PieExplodeMode"/> enumeration member, that determines the exploded series.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (the number) that corresponds to the value of the current PieSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesViewBase.SizeAsPercentage">
<summary>
<para>Gets or sets a value that specifies the size of the pie chart compared to the size of the chart control as a percentage.
</para>
</summary>
<value>A floating point value that specifies the size of the chart relative to the chart control as a percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScrollBarAlignment">
<summary>
<para>Lists the values used to specify the alignment of a scrollbar relative to an XY-diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScrollBarAlignment.Far">
<summary>
<para>A scroll bar is painted either at the bottom or on the left of an XY-diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScrollBarAlignment.Near">
<summary>
<para>A scroll bar is painted either at the top or on the right of an XY-diagram.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ScrollBarOptions">
<summary>
<para>Provides options which define how scroll bars are painted.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScrollBarOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScrollBarOptions object passed as a parameter.
</para>
</summary>
<param name="obj">
A ScrollBarOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.BackColor">
<summary>
<para>Gets or sets the background color of scroll bars.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the background color of scroll bars.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.BarColor">
<summary>
<para>Gets or sets the bar's color in a scroll bar.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the bar's color in a scroll bar.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.BarThickness">
<summary>
<para>Gets or sets the thickness of scroll bars.
</para>
</summary>
<value>An integer value which specifies the scroll bars' thickness, in pixels. This value can't be less than <b>3</b>, or greater than <b>25</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.BorderColor">
<summary>
<para>Gets or sets the border color of scroll bars.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the border color of scroll bars.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.XAxisScrollBarAlignment">
<summary>
<para>Specifies the alignment of the X-axis scroll bar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollBarAlignment"/> enumeration value which specifies the position of a scroll bar relative to an XY-diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.XAxisScrollBarVisible">
<summary>
<para>Gets or sets the visibility of the X-axis scroll bar.
</para>
</summary>
<value><b>true</b> to show the X-axis scroll bar; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.YAxisScrollBarAlignment">
<summary>
<para>Specifies the alignment of the Y-axis scroll bar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollBarAlignment"/> enumeration value which specifies the position of a scroll bar relative to an XY-diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollBarOptions.YAxisScrollBarVisible">
<summary>
<para>Gets or sets the visibility of the Y-axis scroll bar.
</para>
</summary>
<value><b>true</b> to show the Y-axis scroll bar; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Printing.ChartOptionsPrint">
<summary>
<para>Provides print options for the chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartOptionsPrint.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the ChartOptionsPrint object passed as a parameter.
</para>
</summary>
<param name="options">
A ChartOptionsPrint object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then this method does nothing.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartOptionsPrint.ImageFormat">
<summary>
<para>Specifies the image format for a chart's representation in a Print Preview form.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.PrintImageFormat"/> enumeration value, specifying the image format for the chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartOptionsPrint.SizeMode">
<summary>
<para>Gets or sets a value which specifies the size mode used to print the chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartOptionsPrint.ToString">
<summary>
<para>Returns the textual representation of print options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of print options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.StepLine3DSeriesView">
<summary>
<para>Represents a series view of the 3D Step Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepLine3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StepLine3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepLine3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StepLine3DSeriesView object passed as a parameter.
</para>
</summary>
<param name="obj">
A StepLine3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StepLine3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StepLine3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StepLine3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StepLine3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (the number) that corresponds to the value of the current StepLine3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StepLine3DSeriesView.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which step lines connect data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are use to connect markers.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Line3DSeriesLabel">
<summary>
<para>Defines label settings for Line 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Line3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides settings used to paint the label's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Line3DDrawOptions">
<summary>
<para>Contains settings for custom drawing 3D line series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Line3DDrawOptions.MarkerLineColor">
<summary>
<para>Gets or sets the marker line color of the Line 3D Chart when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies a color for the marker line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DDrawOptions.MarkerLineStyle">
<summary>
<para>Gets the marker line style of the Line 3D Chart when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object which specifies the style for the marker line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DDrawOptions.MarkerLineVisible">
<summary>
<para>Gets or sets the marker line visibility of the Line 3D Chart when implementing custom draw in the chart control.
</para>
</summary>
<value><b>true</b> if the marker line is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Line3DSeriesView">
<summary>
<para>Represents a series view of the 3D Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Line3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Line3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A Line3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Line3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Line3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (the number) that corresponds to the value of the current Line3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Line3DSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the Line3DSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the Line3DSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.LineThickness">
<summary>
<para>Gets or sets the thickness of the line.
</para>
</summary>
<value>An integer value which specifies the line's thickness, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.LineWidth">
<summary>
<para>Gets or sets the width of a line (the extent of the line along the Z-axis) in the 3D Line Chart.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, measured in fractions of X-axis units, where an axis unit is the distance between two major X-axis values. This value should be greater than 0.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.MarkerLineColor">
<summary>
<para>Gets or sets the color of a marker line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.MarkerLineStyle">
<summary>
<para>Gets the object that provides access to marker line style attributes for modification.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Line3DSeriesView.MarkerLineVisible">
<summary>
<para>Gets or sets the visibility of a marker line.
</para>
</summary>
<value><b>true</b> if the marker line is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StepAreaSeriesView">
<summary>
<para>A series view of the Step Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StepAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StepAreaSeriesView object passed as a parameter.
</para>
</summary>
<param name="obj">
A StepAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StepAreaSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StepAreaSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StepAreaSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StepAreaSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StepAreaSeriesView object.
</para>
</summary>
<returns>An integer value that is the the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StepAreaSeriesView.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which a step area connects data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are used to connect markers.
</value>
</member>
<member name="T:DevExpress.XtraCharts.KnownDate">
<summary>
<para>Represents an individual date.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.#ctor">
<summary>
<para>Initializes a new instance of the KnownDate class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.#ctor(System.String,System.DateTime)">
<summary>
<para>Initializes a new instance of the KnownDate class with the specified name and date.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the date name.
</param>
<param name="date">
A <see cref="T:System.DateTime"/> value specifying the date.
</param>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.#ctor(DevExpress.Schedule.Holiday)">
<summary>
<para>Initializes a new instance of the KnownDate class with the specified holiday date.
</para>
</summary>
<param name="holiday">
A <see cref="T:DevExpress.Schedule.Holiday"/> value specifying the holiday date.
</param>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the KnownDate object passed as the parameter.
</para>
</summary>
<param name="obj">
A KnownDate object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.KnownDate.Date">
<summary>
<para>Specifies the date for the known date object.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, specifying the date.
</value>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current KnownDate instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current KnownDate instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current KnownDate object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.KnownDate.ToString">
<summary>
<para>Returns the textual representation of the date object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the date object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.KnownDateCollection">
<summary>
<para>Represents the collection of dates.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.KnownDateCollection.Add(DevExpress.XtraCharts.KnownDate)">
<summary>
<para>Appends the specified date to the current collection.
</para>
</summary>
<param name="date">
A <see cref="T:DevExpress.XtraCharts.KnownDate"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.KnownDateCollection.AddRange(DevExpress.XtraCharts.KnownDate[])">
<summary>
<para>Appends an array of dates to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.KnownDate"/> objects to append to the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.KnownDateCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.KnownDate"/> object which represents the date object at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.KnownDateCollection.Remove(DevExpress.XtraCharts.KnownDate)">
<summary>
<para>Removes the specified date from the collection.
</para>
</summary>
<param name="date">
A <see cref="T:DevExpress.XtraCharts.KnownDate"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.WorkdaysOptions">
<summary>
<para>Contains settings that specify holidays and workdays for the date-time axis scale.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.WorkdaysOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the WorkdaysOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A WorkdaysOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.WorkdaysOptions.ExactWorkdays">
<summary>
<para>Specifies strict workdays that don't depend on the <see cref="P:DevExpress.XtraCharts.WorkdaysOptions.Holidays"/> and <see cref="P:DevExpress.XtraCharts.WorkdaysOptions.Workdays"/> properties settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.KnownDateCollection"/> object, that stores the information about strict workdays.
</value>
</member>
<member name="P:DevExpress.XtraCharts.WorkdaysOptions.Holidays">
<summary>
<para>Specifies holidays for excluding them from the date-time axis scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.KnownDateCollection"/> object, that stores the information about holidays.
</value>
</member>
<member name="M:DevExpress.XtraCharts.WorkdaysOptions.LoadHolidays(System.String,System.String)">
<summary>
<para>Imports holidays from the specified file for the selected location.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value, specifying the file name.
</param>
<param name="location">
A <see cref="T:System.String"/> value, specifying the location.
</param>
</member>
<member name="M:DevExpress.XtraCharts.WorkdaysOptions.LoadHolidays(System.String)">
<summary>
<para>Imports holidays from the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value, specifying the file name.
</param>
</member>
<member name="P:DevExpress.XtraCharts.WorkdaysOptions.Workdays">
<summary>
<para>Specifies which days of the week are the workdays.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Weekday"/> enumeration value(s), specifying the workdays for the week.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Weekday">
<summary>
<para>Lists the days of week.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Friday">
<summary>
<para>Identifies Friday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Monday">
<summary>
<para>Identifies Monday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Saturday">
<summary>
<para>Identifies Saturday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Sunday">
<summary>
<para>Identifies Sunday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Thursday">
<summary>
<para>Identifies Thursday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Tuesday">
<summary>
<para>Identifies Tuesday.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Weekday.Wednesday">
<summary>
<para>Identifies Wednesday.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ControlCoordinates">
<summary>
<para>Represents an object that stores information about a geometrical point, its visibility state and the pane where it is drawn.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ControlCoordinates.Pane">
<summary>
<para>Gets the point's pane.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, representing the pane where the point resides.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ControlCoordinates.Point">
<summary>
<para>Gets the point's coordinates.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure, representing the point's integer X- and Y-coordinates.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ControlCoordinates.Visibility">
<summary>
<para>Gets a value, specifying whether the point's location can be determined, and if so - whether it is located within the diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ControlCoordinatesVisibility"/> enumeration value, specifying the point's visibility state.
</value>
</member>
<member name="T:DevExpress.XtraCharts.GanttAxisX">
<summary>
<para>Represents the X-axis within Gantt charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.GanttAxisX.DateTimeScaleMode">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AxisXBase.DateTimeScaleMode"/> property to allow only the <see cref="F:DevExpress.XtraCharts.DateTimeScaleMode.Manual"/> date-time scale mode.
</para>
</summary>
<value>Always the <see cref="F:DevExpress.XtraCharts.DateTimeScaleMode.Manual"/> date-time scale mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.GanttDrawOptions">
<summary>
<para>Contains settings to custom draw Gantt series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.GanttDrawOptions.LinkOptions">
<summary>
<para>Gets the Gantt series view's task link options when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TaskLinkOptions"/> object which represents options used to draw task links in the Gantt series view.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryAxisCollection">
<summary>
<para>Represents a base class for collections of secondary axes in an <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisCollection.AddRange(DevExpress.XtraCharts.Axis[])">
<summary>
<para>Appends an array of secondary axes to the collection.
</para>
</summary>
<param name="coll">
An array of axes to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisCollection.Contains(DevExpress.XtraCharts.Axis)">
<summary>
<para>Determines whether the collection contains the specified axis.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.Axis"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified axis; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisCollection.GetAxisByName(System.String)">
<summary>
<para>Gets an axis within a secondary axes collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the axis to be found.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.Axis"/> object that represents the axis with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> object which represents the secondary axis at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisCollection.Remove(DevExpress.XtraCharts.Axis)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.Axis"/> object from the collection.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.XtraCharts.Axis"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.TaskLinkColorSource">
<summary>
<para>Lists the values that specify what color should be used for painting the Task Link
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkColorSource.ChildBorderColor">
<summary>
<para>The task link is painted with the color of the child bar's border in the <see cref="T:DevExpress.XtraCharts.TaskLink"/> relation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkColorSource.ChildColor">
<summary>
<para>The task link is painted with the color of the child bar in the <see cref="T:DevExpress.XtraCharts.TaskLink"/> relation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkColorSource.OwnColor">
<summary>
<para>The task link is painted with the color specified by the <see cref="P:DevExpress.XtraCharts.TaskLinkOptions.Color"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkColorSource.ParentBorderColor">
<summary>
<para>The task link is painted with the color of the parent bar's border in the <see cref="T:DevExpress.XtraCharts.TaskLink"/> relation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkColorSource.ParentColor">
<summary>
<para>The task link is painted with the color of the parent bar in the <see cref="T:DevExpress.XtraCharts.TaskLink"/> relation.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedAreaPointOptions">
<summary>
<para>Contains settings that specify the data points appearance within full-stacked area series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedAreaPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedAreaPointOptions class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedPointOptions">
<summary>
<para>Contains settings that specify the data points appearance within full-stacked bar series and full-stacked area series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedPointOptions class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedPointOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FullStackedPointOptions object passed as a parameter.
</para>
</summary>
<param name="obj">
A FullStackedPointOptions object (which is a <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedPointOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FullStackedPointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FullStackedPointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedPointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FullStackedPointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedPointOptions.PercentOptions">
<summary>
<para>Gets the settings that relate to presenting point values as percents.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PercentOptions"/> object that contains the related settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedAreaSeriesLabel">
<summary>
<para>Defines label settings for full stacked area series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedAreaSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedAreaSeriesLabel class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Padding">
<summary>
<para>Represents a class that contains indentation values to place an <see cref="T:DevExpress.XtraCharts.XYDiagram"/> object within a chart.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointRelationCollection">
<summary>
<para>Represents a collection that stores <see cref="T:DevExpress.XtraCharts.Relation"/> objects for an individual <see cref="T:DevExpress.XtraCharts.SeriesPoint"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Add(DevExpress.XtraCharts.Relation)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.Relation"/> object to the current collection.
</para>
</summary>
<param name="relation">
A <see cref="T:DevExpress.XtraCharts.Relation"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Add(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraCharts.TaskLink"/> object with the specified child point and adds it to the current collection.
</para>
</summary>
<param name="childPoint">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object specifying the child point for the relation being created.
</param>
<returns>An integer value indicating the position at which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Add(DevExpress.XtraCharts.SeriesPoint,DevExpress.XtraCharts.TaskLinkType)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraCharts.TaskLink"/> object with the specified child point and task link type and adds it to the current collection.
</para>
</summary>
<param name="childPoint">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object specifying the child point of the task link being created.
</param>
<param name="linkType">
A <see cref="T:DevExpress.XtraCharts.TaskLinkType"/> object specifying the link type.
</param>
<returns>An integer value indicating the position at which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Add(DevExpress.XtraCharts.TaskLink)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.TaskLink"/> object to the current collection.
</para>
</summary>
<param name="relation">
A <see cref="T:DevExpress.XtraCharts.TaskLink"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.AddRange(DevExpress.XtraCharts.Relation[])">
<summary>
<para>Appends an array of relations to the collection.
</para>
</summary>
<param name="relations">
An array of <see cref="T:DevExpress.XtraCharts.Relation"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Contains(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Determines whether the collection contains a relation to the specified child series point.
</para>
</summary>
<param name="childPoint">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object that represents the child point for which a relation should be searched for in the collection.
</param>
<returns><b>true</b> if the collection contains a relation to the specified child series point; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.GetByChildSeriesPoint(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Gets a relation within a SeriesPointRelationCollection by its child point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.Relation"/> object that includes a given point as a child point.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointRelationCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Relation"/> object which represents the relation at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Remove(DevExpress.XtraCharts.Relation)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.Relation"/> object from the collection.
</para>
</summary>
<param name="relation">
A <see cref="T:DevExpress.XtraCharts.Relation"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointRelationCollection.Remove(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Removes the <see cref="T:DevExpress.XtraCharts.Relation"/> to the specified <i>child point</i> from the collection.
</para>
</summary>
<param name="childPoint">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object specifying the <i>child point</i>, the relation to which should be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.TaskLinkOptions">
<summary>
<para>Contains settings that specify the appearance of a <see cref="T:DevExpress.XtraCharts.TaskLink"/> object in a diagram of the Gantt Series type.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.ArrowHeight">
<summary>
<para>Gets or sets the arrowhead length in pixels.
</para>
</summary>
<value>An integer value that specifies the length of the arrowhead (in pixels). The default value is <b>5</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.ArrowWidth">
<summary>
<para>Gets or sets the arrowhead width in pixels.
</para>
</summary>
<value>An integer value that specifies the width of the arrowhead (in pixels). Note that only odd values are permitted for this property. The default value is <b>7</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TaskLinkOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all settings from the TaskLinkOptions object passed as a parameter.
</para>
</summary>
<param name="obj">
A TaskLinkOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.Color">
<summary>
<para>Gets the color which is used to draw the task link if the <see cref="P:DevExpress.XtraCharts.TaskLinkOptions.ColorSource"/> property value is <see cref="F:DevExpress.XtraCharts.TaskLinkColorSource.OwnColor"/>.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of the link.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.ColorSource">
<summary>
<para>Gets or sets the value indicating which color should be used when painting a task link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TaskLinkColorSource"/> enumeration value that specifies the source of the color to use for painting a task link.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TaskLinkOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.TaskLinkOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current TaskLinkOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.MinIndent">
<summary>
<para>Gets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels).
</para>
</summary>
<value>An integer value which specifies the indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.Thickness">
<summary>
<para>Gets or sets the thickness (in pixels) of the line which is used to draw the task link.
</para>
</summary>
<value>An integer value specifying the line thickness, in pixels. The default value is <b>3</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TaskLinkOptions.ToString">
<summary>
<para>Returns the textual representation of the TaskLinkOptions object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the TaskLinkOptions.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.TaskLinkOptions.Visible">
<summary>
<para>Specifies whether task links are visible.
</para>
</summary>
<value><b>true</b> if task links are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.TimeSpanFormat">
<summary>
<para>Lists the measurement units and formats used to express the date-time range value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.Standard">
<summary>
<para>Specifies a standard format for a time span representation. It is a string of the following form: "[-][d.]hh:mm:ss[.ff]"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.TotalDays">
<summary>
<para>Specifies the time span value expressed in whole and fractional days.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.TotalHours">
<summary>
<para>Specifies the time span value expressed in whole and fractional hours.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.TotalMilliseconds">
<summary>
<para>Specifies the time span value expressed in whole and fractional milliseconds.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.TotalMinutes">
<summary>
<para>Specifies the time span value expressed in whole and fractional minutes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TimeSpanFormat.TotalSeconds">
<summary>
<para>Specifies the time span value expressed in whole and fractional seconds.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.TaskLinkType">
<summary>
<para>Lists the values used to specify the type of link for a <see cref="T:DevExpress.XtraCharts.TaskLink"/> object. Visually it defines connection points of arrowed lines representing task links in the <see cref="T:DevExpress.XtraCharts.GanttDiagram"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkType.FinishToFinish">
<summary>
<para><para>The parent task isn't finished until the child is finished.</para>
<para>The end of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkType.FinishToStart">
<summary>
<para><para>The parent task doesn't start until the child task is finished. This is the default task link type.</para>
<para>The end of the child bar is connected to the starting point of the parent bar. The arrow points to the parent bar.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkType.StartToFinish">
<summary>
<para><para>The parent task isn't finished until the child task starts.</para>
<para>The starting point of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TaskLinkType.StartToStart">
<summary>
<para><para>The parent task doesn't start until the child task starts </para>
<para>The starting point of the child bar is connected to the start of the parent bar. The arrow points to the parent bar.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SelectionState">
<summary>
<para>Enumerates available selection states for chart series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SelectionState.HotTracked">
<summary>
<para><para>The appearance of a chart's series point corresponds to the hot-tracked state.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SelectionState.Normal">
<summary>
<para><para>The appearance of a chart's series point corresponds to the unselected state.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SelectionState.Selected">
<summary>
<para><para>The appearance of a chart's series point corresponds to the selected state. </para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Relation">
<summary>
<para>Represents a base class for <see cref="T:DevExpress.XtraCharts.TaskLink"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Relation.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Relation object passed as a parameter.
</para>
</summary>
<param name="obj">
A Relation object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Relation.ChildPoint">
<summary>
<para>Gets or sets a child point of the relation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object, denoted as a child point in the relation.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Relation.ChildPointID">
<summary>
<para>Gets or sets the ID of the child point in the relation.
</para>
</summary>
<value>An integer value which specifies the ID of the relation's child point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Relation.ParentPoint">
<summary>
<para>Provides access to a parent point in the relation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object, denoted as a parent point in the relation.
</value>
</member>
<member name="T:DevExpress.XtraCharts.GridLinesYBase">
<summary>
<para>Represents the base class for classes that provide the grid line functionality for axis derived from <see cref="T:DevExpress.XtraCharts.AxisYBase"/> and <see cref="T:DevExpress.XtraCharts.AxisY3D"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.GridLinesXBase">
<summary>
<para>Represents the base class for classes that provide the grid line functionality for axis derived from <see cref="T:DevExpress.XtraCharts.AxisXBase"/> and <see cref="T:DevExpress.XtraCharts.AxisX3D"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisYBase">
<summary>
<para>Represents the base class for classes that provide the common Y-axis functionality in 2D series views, except for the Swift Plot.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisXBase">
<summary>
<para>Represents the base class for classes that provide the common X-axis functionality in 2D series views, except for the Swift Plot.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisXBase.DateTimeScaleMode">
<summary>
<para>Gets or sets the date-time scale mode for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeScaleMode"/> enumeration value which represents the axis' date-time scale mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AreaDrawOptions">
<summary>
<para>Contains settings for custom drawing 2D area series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AreaDrawOptions.Border">
<summary>
<para>Gets the border settings for the area series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AreaDrawOptions.FillStyle">
<summary>
<para>Gets the fill style settings of the area series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the area.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedAreaSeriesView">
<summary>
<para>Represents a series view of the Full-Stacked Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaSeriesView.Border">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaSeriesViewBase.Border"/> property.
</para>
</summary>
<value>Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedAreaSeriesView">
<summary>
<para>Represents a series view of the Stacked Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StackedAreaSeriesView.ColorEach">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesViewColorEachSupportBase.ColorEach"/> property.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedAreaSeriesView.MarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaSeriesViewBase.MarkerOptions"/> property.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="T:DevExpress.XtraCharts.AreaSeriesView">
<summary>
<para>Represents a series view of the Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the AreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AreaSeriesViewBase">
<summary>
<para>Represents the base class for series views of the area, stacked area, and full stacked area types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AreaSeriesViewBase.#ctor">
<summary>
<para>Initializes a new instance of the AreaSeriesViewBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AreaSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AreaSeriesViewBase object passed as a parameter.
</para>
</summary>
<param name="obj">
A AreaSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.Border">
<summary>
<para>Gets the settings of a border that bounds the polygon representing the area series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object that specifies the border style.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AreaSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current AreaSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to be compared with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current AreaSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.FillStyle">
<summary>
<para>Gets the fill style of area series within a view of an area type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the area.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AreaSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.LineMarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.LineSeriesView.LineMarkerOptions"/> property.
</para>
</summary>
<value>Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.LineSeriesView.LineStyle"/> property.
</para>
</summary>
<value>Always returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.MarkerOptions">
<summary>
<para>Gets the specific settings of the data point markers displayed by a series of the Area Series type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AreaSeriesViewBase.Transparency">
<summary>
<para>Gets or sets the transparency (0-255) to use for displaying the filled color areas.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryGridLinesX">
<summary>
<para>Defines the settings of grid lines which belong to the secondary X-axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryGridLinesY">
<summary>
<para>Defines the settings of grid lines which belong to the secondary Y-axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisAlignment">
<summary>
<para>Lists the values used to specify the position of an axis relative to another axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisAlignment.Far">
<summary>
<para><para>An axis is displayed at the right or top side of the diagram, depending on its type and orientation. </para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisAlignment.Near">
<summary>
<para><para>An axis is displayed at the left or bottom side of the diagram, depending on its type and orientation. </para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisAlignment.Zero">
<summary>
<para><para>An axis intercepts another primary axis at the zero level. </para>
This alignment type is applicable to primary axes only.
<para>For an axis of (Y) values, the zero level is its zero line.</para>
<para>For an axis of (X) arguments, the zero level depends upon a series' <see cref="P:DevExpress.XtraCharts.SeriesBase.ScaleType"/> property value:</para>
<para>- for the <see cref="F:DevExpress.XtraCharts.ScaleType.Qualitative"/> scale, the zero level is specified by the first point's argument,</para>
<para>- for the <see cref="F:DevExpress.XtraCharts.ScaleType.Numerical"/> scale, the zero level equals the zero value,</para>
<para>- for the <see cref="F:DevExpress.XtraCharts.ScaleType.DateTime"/> scale, the zero level is equal to the earliest date.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryAxisYCollection">
<summary>
<para>Represents a collection that stores individual <i>secondary</i> Y-axes of a particular <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.Add(DevExpress.XtraCharts.SecondaryAxisY)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object to the current collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.AddRange(DevExpress.XtraCharts.SecondaryAxisY[])">
<summary>
<para>Appends an array of secondary axes to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.Contains(DevExpress.XtraCharts.SecondaryAxisY)">
<summary>
<para>Determines whether the collection contains the specified secondary axis.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified secondary axis; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.GetAxisByName(System.String)">
<summary>
<para>Gets a Y-axis within a secondary axes collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the secondary Y-axis to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object that represents the secondary Y-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.Insert(System.Int32,DevExpress.XtraCharts.SecondaryAxisY)">
<summary>
<para>Inserts the specified secondary axis into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the secondary axis is to be inserted.
</param>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisYCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object which represents the secondary Y-axis at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisYCollection.Remove(DevExpress.XtraCharts.SecondaryAxisY)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object from the collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryAxisY">
<summary>
<para>Represents the <i>secondary</i> Y-axis within a chart control in 2D series, except for the Swift Plot.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisY.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisY class with the default settings. Do not use it.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisY.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SecondaryAxisY class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the secondary axis. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisY.AxisID">
<summary>
<para>Gets or sets an axis' ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SecondaryAxisX">
<summary>
<para>Represents the <i>secondary</i> X-axis within a chart control in 2D series, except for the Swift Plot.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisX.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisX class with the default settings. Do not use it.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SecondaryAxisX.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SecondaryAxisX class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the secondary axis. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisX.AxisID">
<summary>
<para>Gets or sets an axis' ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SecondaryAxisX.DateTimeScaleMode">
<summary>
<para>Gets or sets the date-time scale mode for a secondary X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeScaleMode"/> enumeration value which represents the axis' date-time scale mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Printing.PrintSizeMode">
<summary>
<para>Lists the values used to specify how a chart should be resized when being printed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Printing.PrintSizeMode.None">
<summary>
<para>A chart is printed with its size identical to that shown on the form.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch">
<summary>
<para>A chart is stretched or shrunk to fit the page on which it is printed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom">
<summary>
<para>A chart is resized proportionally (without clipping), so that it best fits the page on which it is printed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabel3DPosition">
<summary>
<para>Lists the values used to specify the position of axis labels in 3D series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisLabel3DPosition.Auto">
<summary>
<para>The axis label's position is automatically determined by the chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisLabel3DPosition.Bottom">
<summary>
<para><para>The axis label is painted at the bottom of the axis point value.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisLabel3DPosition.Left">
<summary>
<para><para>The axis label is painted on the left of the axis point value.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisLabel3DPosition.Right">
<summary>
<para><para>The axis label is painted on the right of the axis point value.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AxisLabel3DPosition.Top">
<summary>
<para><para>The axis label is painted at the top of the axis point value.
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabel3D">
<summary>
<para>Defines the settings of an axis' labels in a 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabel3D.#ctor(DevExpress.XtraCharts.Axis3D)">
<summary>
<para>Initializes a new instance of the AxisLabel3D class with the specified owner.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.XtraCharts.Axis3D"/> object which specifies the owner for this axis label.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabel3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisLabel3D object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisLabel3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel3D.Position">
<summary>
<para>Gets or sets a value that specifies the position of axis labels relative to the axis in 3D series.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabel3DPosition"/> enumeration value which specifies the position of labels relative to the axis.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabel3D.ToString">
<summary>
<para>Returns the textual representation of the axis label.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis label.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.IXYDiagram2D">
<summary>
<para>Provides access to axes for 2D XY-Diagrams.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.IXYDiagram2D.AxisX">
<summary>
<para>If implemented by a class, gets the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, which represents the X-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.IXYDiagram2D.AxisY">
<summary>
<para>If implemented by a class, gets the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, which represents the Y-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.IXYDiagram2D.SecondaryAxesX">
<summary>
<para>If implemented by a class, gets the diagram's collection of secondary X-axes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisXCollection"/> object, that is a collection of secondary X-axes.
</value>
</member>
<member name="P:DevExpress.XtraCharts.IXYDiagram2D.SecondaryAxesY">
<summary>
<para>If implemented by a class, gets the diagram's collection of secondary Y-axes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisYCollection"/> object, that is a collection of secondary Y-axes.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawCrosshairEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair"/>) event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomDrawCrosshairEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomDrawCrosshairEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomDrawCrosshairEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.RotationOrder">
<summary>
<para>Specifies the order the <b>AngleX</b>, <b>AngleY</b> and <b>AngleZ</b> values are applied to rotate the 3D chart diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.XYZ">
<summary>
<para>The chart is first rotated around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value, then around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value, and then around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.XZY">
<summary>
<para>The chart is first rotated around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value, then around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value, and then around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.YXZ">
<summary>
<para>The chart is first rotated around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value, then around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value, and then around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.YZX">
<summary>
<para>The chart is first rotated around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value, then around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value, and then around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.ZXY">
<summary>
<para>The chart is first rotated around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value, then around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value, and then around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationOrder.ZYX">
<summary>
<para>The chart is first rotated around the Z-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> value, then around the Y-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> value, and then around the X-axis by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/> value.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RectangleFillStyle3D">
<summary>
<para>Defines a filling style for rectangular chart elements in 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RectangleFillStyle3D.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RectangleFillStyle3D instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RectangleFillStyle3D instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RectangleFillStyle3D.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RectangleFillStyle3D object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.PolygonFillStyle3D">
<summary>
<para>Defines a filling style for polygon chart elements in 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolygonFillStyle3D.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PolygonFillStyle3D instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PolygonFillStyle3D instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PolygonFillStyle3D.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PolygonFillStyle3D object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.SeriesView3DColorEachSupportBase">
<summary>
<para>Represents the base class for all 3D series view objects which use the <b>color each</b> filling for their series points (Bar 3D Series).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesView3DColorEachSupportBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesView3DColorEachSupportBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesView3DColorEachSupportBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesView3DColorEachSupportBase.ColorEach">
<summary>
<para>Gets or sets a value that specifies whether each data point of a series is shown in a different color.
</para>
</summary>
<value><b>true</b> to specify that each data point in a series has a different color; <b>false</b> to use the same color for all the series' data points.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesView3DColorEachSupportBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesView3DColorEachSupportBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesView3DColorEachSupportBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesView3DColorEachSupportBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesView3DColorEachSupportBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.SimpleDiagramSeriesViewBase">
<summary>
<para>Represents the base class for series view types which use the <see cref="T:DevExpress.XtraCharts.SimpleDiagram"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagramSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SimpleDiagramSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="element">
A SimpleDiagramSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagramSeriesViewBase.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the SimpleDiagramSeriesViewBase type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the SimpleDiagramSeriesViewBase type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagramSeriesViewBase.Titles">
<summary>
<para>Provides access to a collection of series titles, which are displayed for the current series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesTitleCollection"/> object that represents the collection of series titles.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagramSeriesViewBase">
<summary>
<para>Represents the base class for series view types which use the <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagramSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
An XYDiagramSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramSeriesViewBase.AxisX">
<summary>
<para>Specifies the X-axis, that is used to plot the current series on a <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisX"/> or a <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object, that is the X-axis for the current series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramSeriesViewBase.AxisY">
<summary>
<para>Specifies the Y-axis, that is used to plot the current series on a <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisY"/> or an <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object, that is the Y-axis for the current series.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current XYDiagramSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current XYDiagramSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current XYDiagramSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramSeriesViewBase.Pane">
<summary>
<para>Gets or sets the pane, used to plot the current series on an <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramDefaultPane"/> or an <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object, representing the pane for the current series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramSeriesViewBase.Shadow">
<summary>
<para>Gets the shadow settings for the 2D XY-series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the series shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagram3DSeriesViewBase">
<summary>
<para>Represents the base class for series view types which use the <see cref="T:DevExpress.XtraCharts.XYDiagram3D"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram3DSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagram3DSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
An XYDiagram3DSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram3DSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current XYDiagram3DSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current XYDiagram3DSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram3DSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current XYDiagram3DSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3DSeriesViewBase.Transparency">
<summary>
<para>Gets or sets the transparency (0-255) to use for displaying XY 3D charts.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.Pie3DDrawOptions">
<summary>
<para>Contains settings for custom drawing pie 3D series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DDrawOptions.FillStyle">
<summary>
<para>Gets the fill style settings of the Pie 3D Series View when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle3D"/> object which specifies the fill style for the background of a 3D Pie.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Bar3DDrawOptions">
<summary>
<para>Contains settings for custom drawing Bar 3D Series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DDrawOptions.FillStyle">
<summary>
<para>Gets the fill style settings of the Bar 3D Series View when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle3D"/> object which specifies the fill style for the background of 3D Bars.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Pie3DSeriesView">
<summary>
<para>Represents a series view of the 3D Pie type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Pie3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesView.#ctor(System.Int32[])">
<summary>
<para>Initializes a new instance of the Pie3DSeriesView class with the specified exploded points.
</para>
</summary>
<param name="explodedPointIds">
An array of integer values, representing the <see cref="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID"/> identifiers of exploded points.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Pie3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A Pie3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DSeriesView.Color">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesViewBase.Color"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.Drawing.Color.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DSeriesView.Depth">
<summary>
<para>Gets or sets the thickness of the entire pie in 3D Pie Chart.
</para>
</summary>
<value>An integer value. It should be more than <b>0</b> and less or equal <b>100</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Pie3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Pie3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Pie3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DSeriesView.PieFillStyle">
<summary>
<para>Gets the fill style of the entire pie in a series view of a Pie 3D type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle3D"/> object which specifies the fill style for the background of a pie.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Pie3DSeriesLabel">
<summary>
<para>Defines label settings for Pie 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Pie3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Pie3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Pie3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides settings used to paint the label's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Bar3DSeriesLabel">
<summary>
<para>Defines label settings for Bar 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Bar3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesLabel.Indent">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.BarSeriesLabel.Indent"/> property, to hide it.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesLabel.Position">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.BarSeriesLabel.Position"/> property, to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraCharts.BarSeriesLabelPosition.Top"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides settings used to paint the label's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Bar3DSeriesView">
<summary>
<para>Represents the base class for series views of the 3D Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Bar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Bar3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A Bar3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.BarDepth">
<summary>
<para>Gets or sets the depth of bars (the extent of the bar along the Z-axis) in 3D Bar series.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value (measured in fractions of X-axis units) where an axis unit is a distance between two major X-axis values. This value should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.BarDepthAuto">
<summary>
<para>Gets or sets a value which indicates whether the <see cref="P:DevExpress.XtraCharts.Bar3DSeriesView.BarDepth"/> should be calculated automatically.
</para>
</summary>
<value><b>false</b> if the bar depth should be specified, <b>true</b> if it is calculated automatically. The default is <b>true</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.BarWidth">
<summary>
<para>Gets or sets the width of bars in 3D Bar series.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value (measured in fractions of X-axis units) where an axis unit is a distance between two major values on the X-axis. This value should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Bar3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Bar3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.FillStyle">
<summary>
<para>Gets the fill style of a bar(s) within a series view of a Bar 3D type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle3D"/> object which specifies the fill style for the background of bars.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Bar3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Bar3DSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the Bar3DSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the Bar3DSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.Model">
<summary>
<para>Specifies the 3D model used to draw series points of a Bar 3D series.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.Bar3DModel"/> enumeration value, which specifies the series model.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Bar3DSeriesView.ShowFacet">
<summary>
<para>Specifies whether the top facet should be visible for flat-top models of Bar 3D series.
</para>
</summary>
<value><b>true</b> to enable the top facet; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisY3D">
<summary>
<para>Represents the Y axis within a chart control in 3D series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisX3D">
<summary>
<para>Represents the X axis within a chart control in 3D series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Axis3D">
<summary>
<para>Represents the base class for classes that provide axes functionality for a chart control in 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Axis3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Axis3D object passed as the parameter.
</para>
</summary>
<param name="obj">
An Axis3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Axis3D.InterlacedFillStyle">
<summary>
<para>Gets the interlaced fill style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle3D"/> object which specifies the interlaced fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis3D.Label">
<summary>
<para>Gets the settings of axis labels in 3D series.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabel3D"/> object which provides axis label settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis3D.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Axis3D.ToString">
<summary>
<para>Returns the textual representation of the axis.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.AxisBase">
<summary>
<para>Represents the base class for classes that provide axes functionality for a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AxisBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A AxisBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.DateTimeGridAlignment">
<summary>
<para>Gets or sets the date-time measurement unit to which the beginning of a diagram's gridlines and labels should be aligned.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeMeasurementUnit"/> enumeration value which represents the measurement unit to which the beginning of a diagram's gridlines and labels should be aligned.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.DateTimeMeasureUnit">
<summary>
<para>Gets or sets the detail level for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeMeasurementUnit"/> enumeration value which represents the axis' detail level.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.DateTimeOptions">
<summary>
<para>Provides access to the settings that define how date-time values should be displayed within axis labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.DateTimeScaleOptions">
<summary>
<para>Provides access to the options that define the behavior of a scale when its type is date-time.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeScaleOptions"/> object.
</value>
</member>
<member name="F:DevExpress.XtraCharts.AxisBase.DefaultDateTimeMeasurementUnit">
<summary>
<para>Identifies the default value to which the <see cref="P:DevExpress.XtraCharts.AxisBase.DateTimeMeasureUnit"/> property is reset, if the <see cref="P:DevExpress.XtraCharts.AxisXBase.DateTimeScaleMode"/> becomes <b>Manual</b>.
</para>
</summary>
<returns>Always <see cref="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Day"/>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AxisBase.GetScaleInternalValue(System.String)">
<summary>
<para>Converts the specified <i>qualitative</i> value to an internal <i>numeric</i> format of the current axis scale.
</para>
</summary>
<param name="qualitativeValue">
A <see cref="T:System.String"/> which specifies a qualitative value to convert.
</param>
<returns>A <see cref="T:System.Double"/> value which represents an axis value in the internal format; if the string value doesn't exist, returns <b>System.Double.NaN</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AxisBase.GetScaleInternalValue(System.DateTime)">
<summary>
<para>Converts the specified <i>date-time</i> value to an internal <i>numeric</i> format of the current X-axis scale.
</para>
</summary>
<param name="dateTimeValue">
A <see cref="T:System.DateTime"/> value which specifies a date-time value to convert.
</param>
<returns>A <see cref="T:System.Double"/> value which represents an X-axis value in the internal format.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AxisBase.GetScaleValueFromInternal(System.Double)">
<summary>
<para>Converts the specified internal value of the current X-axis scale to a scale value.
</para>
</summary>
<param name="internalValue">
A <see cref="T:System.Double"/> value which specifies an internal value to convert.
</param>
<returns>A <see cref="T:System.Object"/> value that represents a scale value.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.GridLines">
<summary>
<para>Gets the grid lines settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.GridLines"/> object which provides the grid lines settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.GridSpacing">
<summary>
<para>Gets or sets a numeric interval between the axis' grid lines.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the interval between grid lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.GridSpacingAuto">
<summary>
<para>Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis.
</para>
</summary>
<value><b>true</b> if grid spacing is performed automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.Interlaced">
<summary>
<para>Gets or sets whether interlacing is applied to the axis.
</para>
</summary>
<value><b>true</b> to apply interlacing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.InterlacedColor">
<summary>
<para>Gets or sets the interlaced color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the interlaced color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.Label">
<summary>
<para>Gets the settings of axis labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabel"/> object which provides axis label settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.Logarithmic">
<summary>
<para>Gets or sets whether the axis should display its numerical values using a logarithmic scale.
</para>
</summary>
<value><b>true</b> if the logarithmic scale should be used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.LogarithmicBase">
<summary>
<para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.XtraCharts.AxisBase.Logarithmic"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the logarithmic base.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.MinorCount">
<summary>
<para>Gets or sets the number of minor tickmarks and grid lines.
</para>
</summary>
<value>An integer value which specifies the number of minor tickmarks between two major tickmarks. The same value specifies the number of grid lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.NumericOptions">
<summary>
<para>Gets the numeric options of the axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.NumericOptions"/> object which provides the numeric options of the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.Range">
<summary>
<para>Gets the settings that specify the range of the axis coordinates.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisRange"/> object which contains the common range settings of the axis coordinates.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.WorkdaysOnly">
<summary>
<para>Specifies whether holidays and non-working days should be excluded from the axis scale.
</para>
</summary>
<value><b>true</b> to exclude non-working days from the axis scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisBase.WorkdaysOptions">
<summary>
<para>Provides access to the information about non-working days, to adjust the date-time axis scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.WorkdaysOptions"/> object that contains the information about non-working days.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FillStyle3D">
<summary>
<para>Represents the base class for objects which define filling styles in 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FillStyle3D object passed as the parameter.
</para>
</summary>
<param name="obj">
A FillStyle3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle3D.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FillStyle3D instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FillStyle3D instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FillStyle3D.FillMode">
<summary>
<para>Gets or sets the filling mode for an element's surface.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FillMode3D"/> enumeration value which specifies how an element's surface is filled.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle3D.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FillStyle3D object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FillStyle2D">
<summary>
<para>Represents the base class for objects which define filling styles in 2D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle2D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FillStyle2D object passed as the parameter.
</para>
</summary>
<param name="obj">
A FillStyle2D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle2D.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FillStyle2D instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FillStyle2D instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FillStyle2D.FillMode">
<summary>
<para>Gets or sets the filling mode for an element's surface.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FillMode"/> enumeration value which specifies how an element's surface is filled.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FillStyle2D.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FillStyle2D object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagram3D">
<summary>
<para>Represents a diagram that is used to plot all 3D series except for the Pie 3D type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram3D.#ctor">
<summary>
<para>Initializes a new instance of the XYDiagram3D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagram3D object passed as the parameter.
</para>
</summary>
<param name="obj">
A XYDiagram3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.AxisX">
<summary>
<para>Gets the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisX3D"/> object which represents the X Axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.AxisY">
<summary>
<para>Gets the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisY3D"/> object which represents the Y Axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.BackColor">
<summary>
<para>Gets or sets the 3D diagram's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the 3D diagram's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.BackImage">
<summary>
<para>Gets the background image settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the diagram's background image.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.FillStyle">
<summary>
<para>Gets the diagram's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle3D"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.PlaneDepthFixed">
<summary>
<para>Gets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels.
</para>
</summary>
<value>An integer value that specifies the coordinate plane thickness, in diagram pixels. It should be more than <b>0</b>. The default is <b>15</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.SeriesDistance">
<summary>
<para>Specifies the distance between Manhattan Bar series, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, measured in fractions of X-axis units. An axis unit is a distance between two major values on the X-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.SeriesDistanceFixed">
<summary>
<para>Specifies the distance between Manhattan Bar series, in pixels.
</para>
</summary>
<value>An integer value, specifying the distance between 3D series, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram3D.SeriesIndentFixed">
<summary>
<para>Gets or sets the distance between series and argument coordinate planes (front and back). The units of measurement are specific diagram pixels.
</para>
</summary>
<value>An integer value, that specifies the space between series and coordinate planes. The default value is <b>10</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SimpleDiagram3D">
<summary>
<para>Represents a diagram that is used to plot series of the Pie 3D view type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagram3D.#ctor">
<summary>
<para>Initializes a new instance of the SimpleDiagram3D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagram3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SimpleDiagram3D object passed as the parameter.
</para>
</summary>
<param name="obj">
A SimpleDiagram3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram3D.Dimension">
<summary>
<para>Gets or sets the number of 3D Pie Charts that can be displayed in one line (row or column).
</para>
</summary>
<value>A positive integer that specifies the number of pie charts in one line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram3D.LayoutDirection">
<summary>
<para>Gets or sets a value that specifies the manner in which multiple 3D Pie Charts are positioned within a chart control's diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LayoutDirection"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FillMode3D">
<summary>
<para>Lists the values that specify the filling mode for an element's surface.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode3D.Empty">
<summary>
<para>Specifies that an element's surface should be filled using the fill mode settings which are specified by the appearance currently used in a chart (it can be obtained via the <see cref="P:DevExpress.XtraCharts.ChartControl.AppearanceName"/> property).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode3D.Gradient">
<summary>
<para>Specifies that an element's surface should be filled in gradient mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode3D.Solid">
<summary>
<para>Specifies that an element's surface should be filled in the solid mode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Diagram3D">
<summary>
<para>Represents the base class for classes that provide diagram functionality for a chart control in 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Diagram3D.#ctor">
<summary>
<para>Initializes a new instance of the Diagram3D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Diagram3D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Diagram3D object passed as the parameter.
</para>
</summary>
<param name="obj">
A Diagram3D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="F:DevExpress.XtraCharts.Diagram3D.DefaultScrollPercent">
<summary>
<para>Represents a static constant that stores the default value for the <see cref="P:DevExpress.XtraCharts.Diagram3D.HorizontalScrollPercent"/> and <see cref="P:DevExpress.XtraCharts.Diagram3D.VerticalScrollPercent"/> properties.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraCharts.Diagram3D.DefaultZoomPercent">
<summary>
<para>Represents a static constant that stores the default value for the <see cref="P:DevExpress.XtraCharts.Diagram3D.ZoomPercent"/> property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.HorizontalScrollPercent">
<summary>
<para>Gets or sets the amount by which to scroll a diagram horizontally.
</para>
</summary>
<value>A <see cref="T:System.Double"/> that represents a scroll percentage. It should be within the range <b>-100</b>;<b>100</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.PerspectiveAngle">
<summary>
<para>Gets or sets the perspective angle for a 3D diagram in a perspective projection (when <see cref="P:DevExpress.XtraCharts.Diagram3D.PerspectiveEnabled"/> is <b>true</b>).
</para>
</summary>
<value>An integer value that may be <b>0</b> and more, but less than <b>180</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.PerspectiveEnabled">
<summary>
<para>Gets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by <see cref="P:DevExpress.XtraCharts.Diagram3D.PerspectiveAngle"/>.
</para>
</summary>
<value><b>true</b> if a 3D object is shown in a perspective projection, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX">
<summary>
<para>Gets or sets the value (in degrees) at which the diagram should be rotated around the X-axis.
</para>
</summary>
<value>An integer value which specifies the rotation angle (in degrees).
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY">
<summary>
<para>Gets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis.
</para>
</summary>
<value>An integer value which specifies the rotation angle (in degrees).
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ">
<summary>
<para>Gets or sets the value (in degrees) at which the diagram should be rotated around the Z-axis.
</para>
</summary>
<value>An integer value which specifies the rotation angle (in degrees).
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationMatrix">
<summary>
<para>Gets or sets a matrix used to rotate a diagram around X, Y and Z axes.
</para>
</summary>
<value>An array of <see cref="T:System.Double"/> values.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationMatrixSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationMatrix"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationOptions">
<summary>
<para>Provides access to the options specifying the ways in which rotation can be performed for 3D Diagrams.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RotationOptions"/> object containing rotation options.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationOrder">
<summary>
<para>Gets or sets a value which determines the order of rotation around the X, Y and Z axes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RotationOrder"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RotationType">
<summary>
<para>Gets or sets the rotation type, that determines whether the chart is rotated by specified angle values or it conforms to mouse movements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RotationType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RuntimeRotation">
<summary>
<para>Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer or using rotation gestures (if the device supports touchscreen).
</para>
</summary>
<value><b>true</b> if a chart can be rotated at runtime; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RuntimeScrolling">
<summary>
<para>Gets or sets a value indicating if the 3D Chart's diagram can be scrolled by end-users at runtime.
</para>
</summary>
<value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.RuntimeZooming">
<summary>
<para>Gets or sets a value indicating if the 3D Chart's diagram can be zoomed in and out at runtime.
</para>
</summary>
<value><b>true</b> if zooming is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.ScrollingOptions">
<summary>
<para>Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollingOptions"/> object, representing scrolling options.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.VerticalScrollPercent">
<summary>
<para>Gets or sets the amount by which to scroll vertically.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents a scroll percentage. Should be within the range -100;100.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.ZoomingOptions">
<summary>
<para>Provides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ZoomingOptions"/> object, representing zooming options.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram3D.ZoomPercent">
<summary>
<para>Gets or sets the magnification amount applied to the chart, as a percentage.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the zooming percentage. Should be within the range <b>1;500</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.GanttDiagram">
<summary>
<para>Represents a diagram that is used to plot series of the side-by-side gantt series and overlapped gantt series view types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GanttDiagram.#ctor">
<summary>
<para>Initializes a new instance of the GanttDiagram class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GanttDiagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the GanttDiagram object passed as the parameter.
</para>
</summary>
<param name="obj">
A GanttDiagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.GanttDiagram.Rotated">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.XYDiagram.Rotated"/> property.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.OverlappedRangeBarSeriesView">
<summary>
<para>Represents a series view of the Overlapped Range Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.OverlappedRangeBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the OverlappedRangeBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.OverlappedGanttSeriesView">
<summary>
<para>Represents a series view of the Overlapped Gantt type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.OverlappedGanttSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the OverlappedGanttSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.GanttSeriesView">
<summary>
<para>Represents the base class for series views of the Gantt type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GanttSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the GanttSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GanttSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the GanttSeriesView object passed as a parameter.
</para>
</summary>
<param name="obj">
A GanttSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.GanttSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.GanttSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current GanttSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current GanttSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.GanttSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current GanttSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.GanttSeriesView.LinkOptions">
<summary>
<para>Gets the task link options which specify the appearance of task links within a Gantt series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TaskLinkOptions"/> object which contains appearance settings for task links.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideRangeBarSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Range Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideRangeBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.BarDistance">
<summary>
<para>Gets or sets the variable distance value (as a fraction of <b>axis units</b>) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars as a fraction of <b>axis units</b>, where an axis unit is the distance between two major values on the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.BarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideRangeBarSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarPointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within Range Bar and Gantt series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the RangeBarPointOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarDrawOptions">
<summary>
<para>Contains settings for custom drawing Range Bar and Gantt series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarDrawOptions.MaxValueMarker">
<summary>
<para>Gets the marker settings of the maximum value in the range bar series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object which represents the marker shown within the maximum value of series points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarDrawOptions.MaxValueMarkerVisible">
<summary>
<para>Gets or sets whether the marker of the maximum value is visible in the Range Bar chart when implementing a custom draw.
</para>
</summary>
<value><b>true</b>, if the marker of the maximum value is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarDrawOptions.MinValueMarker">
<summary>
<para>Gets the marker settings of the minimum value in the range bar series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object which represents the marker shown within the minimum value of series points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarDrawOptions.MinValueMarkerVisible">
<summary>
<para>Gets or sets whether the marker of the minimum value is visible in the Range Bar chart when implementing a custom draw.
</para>
</summary>
<value><b>true</b>, if the marker of the minimum value is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarSeriesLabel">
<summary>
<para>Defines label settings for Range Bar and Gantt series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the RangeBarSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangeBarSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
A RangeBarSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.Indent">
<summary>
<para>Gets or sets by how much the series label is indented from the range bar's border.
</para>
</summary>
<value>An integer value which specifies the indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.Kind">
<summary>
<para>Gets or sets the kind of labels in Range Bar and Gantt series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RangeBarLabelKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesLabel.Position">
<summary>
<para>Gets or sets a value that specifies the position of series labels relative to the corresponding range bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RangeBarLabelPosition"/> enumeration value which specifies the position of labels relative to each range bar.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarSeriesView">
<summary>
<para>Represents the base class for series views of the Range Bar and Gantt type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RangeBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangeBarSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A RangeBarSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RangeBarSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RangeBarSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RangeBarSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RangeBarSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesView.MaxValueMarker">
<summary>
<para>Gets the specific data point marker's settings for the maximum value of every range bar displayed by a series of the range bar view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains the specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesView.MaxValueMarkerVisibility">
<summary>
<para>Specifies whether the series point markers for the maximum value of every range bar are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) for the maximum value of every range bar is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesView.MinValueMarker">
<summary>
<para>Gets the specific data point marker's settings for the minimum value of every range bar displayed by a series of the range bar view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains the specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeBarSeriesView.MinValueMarkerVisibility">
<summary>
<para>Specifies whether the series point markers for the minimum value of every range bar are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) for the minimum value of every range bar is automatically determined according to the type of diagram currently displayed on a chart; <b>True</b> - the markers are visible; <b>False</b> - the markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideGanttSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Gantt type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideGanttSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideGanttSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.BarDistance">
<summary>
<para>Gets or sets the variable distance value (as a fraction of <b>axis units</b>) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars as a fraction of <b>axis units</b>, where an axis unit is the distance between two major values on the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.BarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideGanttSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RotationType">
<summary>
<para>Specifies the way a 3D chart diagram is rotated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationType.UseAngles">
<summary>
<para>The 3D chart is rotated around the X, Y and Z axes by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleX"/>, <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleY"/> and <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationAngleZ"/> values in the order defined by the <see cref="P:DevExpress.XtraCharts.Diagram3D.RotationOrder"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationType.UseMouseAdvanced">
<summary>
<para><para>The 3D chart is rotated at design time with the <b>Ctrl+mouse pointer</b> (at runtime only the <b>mouse pointer</b> should be used); and the rotation is based upon the <i>advanced</i> rotation algorithm. In this instance the chart diagram is rotated around the axes which have the same directions as the X-axis and Y-axis of the screen.</para>
<para>For instance, to start rotating a 3D chart at design time, you need to press the Ctrl button, then left-click the chart's diagram and start moving the mouse pointer.</para>
<para>To start rotating a 3D chart at runtime, you need to simply left-click the chart's diagram and start moving the mouse pointer. Note that in this instance, the <see cref="P:DevExpress.XtraCharts.ChartControl.RuntimeRotation"/> property must be set to <b>true</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RotationType.UseMouseStandard">
<summary>
<para><para>The 3D chart is rotated at design time with the <b>Ctrl+mouse pointer</b> (at runtime only the <b>mouse pointer</b> should be used); and the rotation is based upon the <i>standard</i> rotation algorithm. In this instance the chart diagram is rotated around the X-axis and Y-axis of the chart's diagram.</para>
<para>For instance, to start rotating a 3D chart at design time you need to press the Ctrl button, then left-click the chart's diagram and start moving the mouse pointer.</para>
<para>To start rotating a 3D chart at runtime, you need to simply left-click the chart's diagram and start moving the mouse pointer. Note that in this instance, the <see cref="P:DevExpress.XtraCharts.ChartControl.RuntimeRotation"/> property must be set to <b>true</b>.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.EmptyChartText">
<summary>
<para>Contains options of the text which is to be displayed at runtime when a chart has no data to display.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarLabelPosition">
<summary>
<para>Lists the values used to specify the position of Range Bar and Gantt labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelPosition.Center">
<summary>
<para>The label is painted in the center of the range bar's edge.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelPosition.Inside">
<summary>
<para>The label is painted inside the range bar, near its edge.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelPosition.Outside">
<summary>
<para>The label is painted outside the range bar, near its edge.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RangeBarLabelKind">
<summary>
<para>Lists the values specifying which range bar values (minimum, maximum, or both) should be displayed within series labels in the Range Bar and Gantt view types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelKind.MaxValueLabel">
<summary>
<para>Show only the label for the maximum value of the range bar.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelKind.MinValueLabel">
<summary>
<para>Show only the label for the minimum value of the range bar.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelKind.OneLabel">
<summary>
<para>Show one label in the center of the range bar with both maximum and minimum values. Note that in this instance the <see cref="P:DevExpress.XtraCharts.RangeBarSeriesLabel.Position"/> property has no effect.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeBarLabelKind.TwoLabels">
<summary>
<para>Show both labels with maximum and minimum values of the range bar.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawCrosshairEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawCrosshairEventArgs.CrosshairAxisLabelElements">
<summary>
<para>Gets the settings of crosshair axis label elements to customize their appearance.
</para>
</summary>
<value>
An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of the <see cref="T:DevExpress.XtraCharts.CrosshairAxisLabelElement"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawCrosshairEventArgs.CrosshairElements">
<summary>
<para>Gets the settings of crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) to customize their appearance.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of <see cref="T:DevExpress.XtraCharts.CrosshairElement"/>s.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawCrosshairEventArgs.CrosshairLineElement">
<summary>
<para>Gets the settings of a crosshair line element to customize its appearance (color, line style).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairLineElement"/> object representing the crosshair line element to custom draw.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartHitInfo">
<summary>
<para>Contains information about a specific point within a chart.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Annotation">
<summary>
<para>Gets an annotation which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which represents the annotation located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Axis">
<summary>
<para>Gets an axis which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisBase"/> descendant, specifying the axis located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.AxisLabelItem">
<summary>
<para>Gets an axis label item which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabelItem"/> object which represents the axis label item located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.AxisTitle">
<summary>
<para>Gets an axis title which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisTitle"/> object which represents the axis title located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Chart">
<summary>
<para>Gets a chart which is located under the test point.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraCharts.Native.IChartContainer"/> interface (e.g., <see cref="T:DevExpress.XtraCharts.ChartControl"/> or <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>) which represents the chart located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.ChartTitle">
<summary>
<para>Gets a chart title which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object which represents the chart title located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.ConstantLine">
<summary>
<para>Gets a constant line which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object which represents the constant line located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Diagram">
<summary>
<para>Gets a diagram which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object which represents the diagram located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.FibonacciIndicator">
<summary>
<para>Gets a Fibonacci Indicator which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.HitObject">
<summary>
<para>Gets an object which represents the topmost visual element located under the test point.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the topmost element under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.HitObjects">
<summary>
<para>Gets a collection of objects which represent all the visual elements located under the test point.
</para>
</summary>
<value>A collection of <see cref="T:System.Object"/>s which represent all the chart elements under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.HitPoint">
<summary>
<para>Gets the test point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure specifying test point coordinates relative to the chart's top-left corner.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.HitTest">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartHitTest"/> enumeration value which identifies the type of the visual element that contains the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InAnnotation">
<summary>
<para>Gets a value indicating whether the test point is within the annotation.
</para>
</summary>
<value><b>true</b> if the test point is within an annotation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InAxis">
<summary>
<para>Gets a value indicating whether the test point is within the axis.
</para>
</summary>
<value><b>true</b> if the test point is within an axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InChart">
<summary>
<para>Gets a value indicating whether the test point is within the chart.
</para>
</summary>
<value><b>true</b> if the test point is within a chart; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InChartTitle">
<summary>
<para>Gets a value indicating whether the test point is within the chart title.
</para>
</summary>
<value><b>true</b> if the test point is within a chart title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InConstantLine">
<summary>
<para>Gets a value indicating whether the test point is within the constant line.
</para>
</summary>
<value><b>true</b> if the test point is within a constant line; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InDiagram">
<summary>
<para>Gets a value indicating whether the test point is within the diagram.
</para>
</summary>
<value><b>true</b> if the test point is within a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Indicator">
<summary>
<para>Gets an indicator which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Indicator"/> descendant, specifying the indicator located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InFibonacciIndicator">
<summary>
<para>Gets a value indicating whether the test point is within the Fibonacci Indicator.
</para>
</summary>
<value><b>true</b> if the test point is within a Fibonacci Indicator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InIndicator">
<summary>
<para>Gets a value indicating whether the test point is within an indicator.
</para>
</summary>
<value><b>true</b> if the test point is within an indicator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InLegend">
<summary>
<para>Gets a value indicating whether the test point is within the legend.
</para>
</summary>
<value><b>true</b> if the test point is within a legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InNonDefaultPane">
<summary>
<para>Gets a value indicating whether the test point is within the <see cref="P:DevExpress.XtraCharts.ChartHitInfo.NonDefaultPane"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a non-default pane; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InRegressionLine">
<summary>
<para>Gets a value indicating whether the test point is within the regression line.
</para>
</summary>
<value><b>true</b> if the test point is within a regression line; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InSeries">
<summary>
<para>Gets a value indicating whether the test point is within the series.
</para>
</summary>
<value><b>true</b> if the test point is within a series; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InSeriesLabel">
<summary>
<para>Gets a value indicating whether the test point is within the series label.
</para>
</summary>
<value><b>true</b> if the test point is within a series label; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InSeriesTitle">
<summary>
<para>Gets a value indicating whether the test point is within the series title.
</para>
</summary>
<value><b>true</b> if the test point is within a series title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.InTrendLine">
<summary>
<para>Gets a value indicating whether the test point is within the trendline.
</para>
</summary>
<value><b>true</b> if the test point is within a trendline; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Legend">
<summary>
<para>Gets a legend which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object which represents the legend located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.NonDefaultPane">
<summary>
<para>Gets a non-default pane which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object which represents the pane located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.RegressionLine">
<summary>
<para>Gets a regression line which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RegressionLine"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.Series">
<summary>
<para>Gets an object which represents the topmost series located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesBase"/> object which represents the topmost series under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.SeriesLabel">
<summary>
<para>Gets an object which represents the topmost Series Labels located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesLabelBase"/> object which represents a topmost Series Labels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.SeriesPoint">
<summary>
<para>Gets an object which represents the topmost series point located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which represents the topmost series point under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.SeriesTitle">
<summary>
<para>Gets a series title which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object which represents the series title located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartHitInfo.TrendLine">
<summary>
<para>Gets a Trend Line which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TrendLine"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartHitTest">
<summary>
<para>Lists the values that identify a chart's elements.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Annotation">
<summary>
<para>The test point belongs to an annotation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Axis">
<summary>
<para>The test point belongs to an axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Chart">
<summary>
<para>The test point belongs to a chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.ChartTitle">
<summary>
<para>The test point belongs to a chart title.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.ConstantLine">
<summary>
<para>The test point belongs to a constant line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Diagram">
<summary>
<para>The test point belongs to a diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.FibonacciIndicator">
<summary>
<para>The test point belongs to a Fibonacci Indicator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Indicator">
<summary>
<para>The test point belongs to an indicator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Legend">
<summary>
<para>The test point belongs to a legend.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.NonDefaultPane">
<summary>
<para>The test point belongs to a non-default pane.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.None">
<summary>
<para>The test point does not belong to any visual element or is outside the chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.RegressionLine">
<summary>
<para>The test point belongs to a regression line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.Series">
<summary>
<para>The test point belongs to a series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.SeriesLabel">
<summary>
<para>The test point belongs to a series label.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.SeriesTitle">
<summary>
<para>The test point belongs to a series title.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartHitTest.TrendLine">
<summary>
<para>The test point belongs to a trend line.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesBase">
<summary>
<para>Represents a base class for series objects and contains template settings for data bound series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.#ctor(DevExpress.XtraCharts.ViewType)">
<summary>
<para>Initializes a new instance of the SeriesBase class with the specified type of view used to represent this series.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value that specifies the type of the view. A view of this type will then be assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.View"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.#ctor">
<summary>
<para>Initializes a new instance of the SeriesBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ActualArgumentScaleType">
<summary>
<para>Gets the actual scale type used for series arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ActualLabelsVisibility">
<summary>
<para>Gets the actual value specifying whether labels are visible for a particular series.
</para>
</summary>
<value><b>true</b>, if labels are visible for a series; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the arguments of the series' points.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ArgumentScaleType">
<summary>
<para>Gets or sets a value that specifies the scale type for the argument data of the series' data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.ChangeView(DevExpress.XtraCharts.ViewType)">
<summary>
<para>Changes the series' view type by specifying its type.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.CrosshairEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for this series.
</para>
</summary>
<value><b>Default</b> - the <b>CrosshairEnabled</b> property value is obtained from the parent chart's <see cref="P:DevExpress.XtraCharts.ChartControl.CrosshairEnabled"/> (<see cref="P:DevExpress.XtraCharts.Web.WebChartControl.CrosshairEnabled"/>) property; <b>True</b> - a crosshair cursor is enabled for a series; <b>False</b> - a crosshair cursor is disabled.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.CrosshairHighlightPoints">
<summary>
<para>Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
</para>
</summary>
<value><b>Default</b> - the <b>CrosshairHighlightPoints</b> property value is obtained from the parent <see cref="P:DevExpress.XtraCharts.CrosshairOptions.HighlightPoints"/> property; <b>true</b> - the series points are highlighted when the crosshair cursor hovers over them; <b>false</b> - the series points are not highlighted.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.CrosshairLabelPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current <see cref="T:DevExpress.XtraCharts.Series"/> type.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents a crosshair label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.CrosshairLabelVisibility">
<summary>
<para>Specifies whether to show a crosshair label on a diagram for a particular 2D <see cref="T:DevExpress.XtraCharts.Series"/>.
</para>
</summary>
<value><b>Default</b> - the <b>CrosshairLabelVisibility</b> property value is obtained from the parent's <see cref="P:DevExpress.XtraCharts.CrosshairOptions.ShowCrosshairLabels"/> property; <b>True</b> to show crosshair labels for a series; otherwise, <b>False</b> - crosshair labels are hidden.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.DataFilters">
<summary>
<para>Gets a collection of data filter conditions which can be applied to the series' data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DataFilterCollection"/> object that represents the collection of filter conditions.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.DataFiltersConjunctionMode">
<summary>
<para>Gets or sets the logical operator used to combine individual data filter conditions defined for the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConjunctionTypes"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.Label">
<summary>
<para>Gets the settings of series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesLabelBase"/> object which provides the series label settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LabelSerializable">
<summary>
<para>Gets the string value used to support serialization of the series labels.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LabelsVisibility">
<summary>
<para>Specifies whether to show labels for a series.
</para>
</summary>
<value><b>Default</b> - series labels are automatically hidden; <b>true</b> to show series labels; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LabelTypeName">
<summary>
<para>Gets or sets the string value used to support serialization of the label's type in web applications.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions">
<summary>
<para>Provides access to the settings which specify the type of information displayed in the chart's legend, and its format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PointOptions"/> class object, representing the settings for the legend display.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptionsSerializable">
<summary>
<para>Gets the string value used to support serialization of the legend point options.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.LegendText">
<summary>
<para>Gets or sets the text that identifies the series within the legend of a chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the series' legend text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.PointOptions">
<summary>
<para>Gets or sets the common appearance settings for data points within the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PointOptions"/> object that contains the common settings for data points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.PointOptionsSerializable">
<summary>
<para>Gets the string value used to support serialization of the series point options.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.PointOptionsTypeName">
<summary>
<para>Gets or sets the string value used to support point options serialization in a SeriesBase.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.PointsSorting">
<summary>
<para>Gets or sets the sort order of the series' points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.PointsSortingKey">
<summary>
<para>Gets or sets a value that specifies the values of the data points that the series should be sorted by.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SortingKey"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.ResetLegendPointOptions">
<summary>
<para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions"/> for a specific series, and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesBase.PointOptions"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ScaleType">
<summary>
<para>Gets or sets a value that specifies the scale type for the argument data of the series' data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.SeriesPointsSorting">
<summary>
<para>Gets or sets the sort order of the series' points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.SeriesPointsSortingKey">
<summary>
<para>Gets or sets a value that specifies the values of the data points that the series should be sorted by.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointKey"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.SeriesViewTypeName">
<summary>
<para>Gets or sets the string value used to support serialization of the series view's type in web applications.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ShowInLegend">
<summary>
<para>Gets or sets a value that specifies whether the data series is represented in the chart control's legend.
</para>
</summary>
<value><b>true</b> to represent the data series in the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.SummaryFunction">
<summary>
<para>Specifies the summary function which should calculate data point values.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the name of a summary function.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.SynchronizePointOptions">
<summary>
<para>This property is intended for internal use only, and indicates whether legend point options are synchronized with point options.
</para>
</summary>
<value><b>true</b> if legend point options are synchronized; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ToolTipEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a tooltip is enabled for a series.
</para>
</summary>
<value><b>Default</b> - the <b>ToolTipEnabled</b> property value is obtained from the parent chart's <see cref="P:DevExpress.XtraCharts.ChartControl.ToolTipEnabled"/> (<see cref="P:DevExpress.XtraCharts.Web.WebChartControl.ToolTipEnabled"/>) property; <b>True</b> - a tooltip is enabled for a series; <b>False</b> - a tooltip is disabled.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ToolTipHintDataMember">
<summary>
<para>Gets or sets a value that points to a data field containing hints for series points tooltips.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field to obtain hints for chart tooltips.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ToolTipPointPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the tooltip pattern.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ToolTipSeriesPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the tooltip pattern.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.TopNOptions">
<summary>
<para>Provides access to settings that indicate whether it is required to show only the Top N series points in a series and define the rule to determine the Top N points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TopNOptions"/> object, which contains settings of the "Top N" feature.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesBase.ToString">
<summary>
<para>Returns the textual representation of the series template.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the series template.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers">
<summary>
<para>Gets a collection of the names of the data fields that contain information on the data values of the series' points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ValueDataMemberCollection"/> object that represents the collection of data field names.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembersSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ValueScaleType">
<summary>
<para>Gets or sets a value that specifies the scale type for the value data of the series' data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.View">
<summary>
<para>Gets or sets the view type of the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/>-derived object that represents the view type of the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.ViewSerializable">
<summary>
<para>Gets the string value used to support serialization of the series view.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesBase.Visible">
<summary>
<para>Specifies whether the series is visible.
</para>
</summary>
<value><b>true</b> if the series is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeScaleMode">
<summary>
<para>Lists the values that specify the date-time scale mode to be applied to the X-axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeScaleMode.AutomaticAverage">
<summary>
<para>Identifies the automatic integral date-time scale mode, meaning that data is averaged by an automatically chosen date-time interval.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral">
<summary>
<para>Identifies the automatic integral date-time scale mode, meaning that data is summarized by an automatically chosen date-time interval.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeScaleMode.Manual">
<summary>
<para>Identifies the manual date-time scale mode, meaning that the <see cref="P:DevExpress.XtraCharts.AxisBase.DateTimeGridAlignment"/> and <see cref="P:DevExpress.XtraCharts.AxisBase.DateTimeMeasureUnit"/> properties are in effect, and they should be manually defined.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PolygonGradientMode">
<summary>
<para>Lists the values that specify the direction of a gradient within a polygon element.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.BottomLeftToTopRight">
<summary>
<para> Specifies a gradient from lower left to upper right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.BottomRightToTopLeft">
<summary>
<para> Specifies a gradient from lower right to upper left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.BottomToTop">
<summary>
<para> Specifies a gradient from bottom to top.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.FromCenter">
<summary>
<para> Specifies a gradient that starts from the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.LeftToRight">
<summary>
<para> Specifies a gradient from left to right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.RightToLeft">
<summary>
<para> Specifies a gradient from right to left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.ToCenter">
<summary>
<para> Specifies a gradient that ends at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.TopLeftToBottomRight">
<summary>
<para> Specifies a gradient from upper left to lower right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.TopRightToBottomLeft">
<summary>
<para> Specifies a gradient from upper right to lower left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PolygonGradientMode.TopToBottom">
<summary>
<para> Specifies a gradient from top to bottom.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesViewColorEachSupportBase">
<summary>
<para>Represents the base class for all series view objects which use the <b>color each</b> filling for their series points (Bar Series, Point and Line Series, Range Bar Series and Gantt Series).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewColorEachSupportBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesViewColorEachSupportBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesViewColorEachSupportBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewColorEachSupportBase.ColorEach">
<summary>
<para>Gets or sets a value that specifies whether each data point of a series is shown in a different color.
</para>
</summary>
<value><b>true</b> to specify that each data point in a series has a different color; <b>false</b> to use the same color for all the series' data points.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewColorEachSupportBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesViewColorEachSupportBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesViewColorEachSupportBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewColorEachSupportBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesViewColorEachSupportBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.PolygonGradientFillOptions">
<summary>
<para>Defines the settings of the gradient filling style.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolygonGradientFillOptions.#ctor">
<summary>
<para>Initializes a new instance of the PolygonGradientFillOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolygonGradientFillOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PolygonGradientFillOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A PolygonGradientFillOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PolygonGradientFillOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PolygonGradientFillOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PolygonGradientFillOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PolygonGradientFillOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PolygonGradientFillOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PolygonGradientFillOptions.GradientMode">
<summary>
<para>Gets or sets the background gradient's direction.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonGradientMode"/> enumeration value which specifies the gradient's direction.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PaletteListBase">
<summary>
<para>Represents the base class for the palette repository.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteListBase.#ctor">
<summary>
<para>Initializes a new instance of the PaletteListBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteListBase.GetPaletteNames">
<summary>
<para>Returns an array of strings that are the names of <b>custom</b> palettes within the chart.
</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values that are palettes names.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PaletteListBase.Item(System.String)">
<summary>
<para>Provides access to individual palettes in the list by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the palette to get.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Palette"/> object which represents the palette with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PaletteEntry">
<summary>
<para>Represents a single element in the <see cref="T:DevExpress.XtraCharts.Palette"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteEntry.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the PaletteEntry class with the color.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the first color of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color"/> property.
</param>
<param name="color2">
A <see cref="T:System.Drawing.Color"/> value that specifies the second color of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color2"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PaletteEntry.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the PaletteEntry class with the specified color.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the first color of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PaletteEntry.#ctor">
<summary>
<para>Initializes a new instance of the PaletteEntry class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteEntry.Assign(DevExpress.XtraCharts.PaletteEntry)">
<summary>
<para>Copies the colors from the PaletteEntry object passed as the parameter.
</para>
</summary>
<param name="entry">
A PaletteEntry object whose colors are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PaletteEntry.Clone">
<summary>
<para>Creates a copy of the current PaletteEntry object.
</para>
</summary>
<returns>A PaletteEntry object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PaletteEntry.Color">
<summary>
<para>Gets or sets the first color of the palette entry.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the first color of the palette entry.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaletteEntry.Color2">
<summary>
<para>Gets or sets the second color of the palette entry.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the second color of the palette entry.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaletteEntry.IsEmpty">
<summary>
<para>Gets a value specifying whether a single element in the <see cref="T:DevExpress.XtraCharts.Palette"/> is empty.
</para>
</summary>
<value><b>true</b> if the palette entry is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FillOptionsColor2Base">
<summary>
<para>Represents the base class for objects which define specific filling options using the second color.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsColor2Base.#ctor">
<summary>
<para>Initializes a new instance of the FillOptionsColor2Base class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsColor2Base.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FillOptionsColor2Base object passed as the parameter.
</para>
</summary>
<param name="obj">
A FillOptionsColor2Base object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FillOptionsColor2Base.Color2">
<summary>
<para>Gets or sets the second color used in specific filling modes.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the second filling color.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsColor2Base.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FillOptionsColor2Base instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FillOptionsColor2Base instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsColor2Base.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FillOptionsColor2Base object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.SmallChartText">
<summary>
<para>Contains options of the text which is to be displayed in a chart, when it's too small for its diagram to be drawn.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.IndicatorsPalettes">
<summary>
<para>Represents a class used to store the palettes for painting a chart's indicators.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.IndicatorsPalettes.Default">
<summary>
<para>Represents the <b>Default</b> palette, which is used to paint the chart's indicators.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraCharts.DockCorner">
<summary>
<para>Lists the values used to specify the dock corner of an annotation's shape.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DockCorner.LeftBottom">
<summary>
<para>The annotation's shape is docked to the left bottom corner.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DockCorner.LeftTop">
<summary>
<para>The annotation's shape is docked to the left top corner.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DockCorner.RightBottom">
<summary>
<para>The annotation's shape is docked to the right bottom corner.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DockCorner.RightTop">
<summary>
<para>The annotation's shape is docked to the right top corner.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ZoomingOptions">
<summary>
<para>Provides settings that specify the ways in which zooming can be performed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ZoomingOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ZoomingOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A ZoomingOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ZoomingOptions.UseKeyboard">
<summary>
<para>Specifies whether zooming can be performed using the keyboard.
</para>
</summary>
<value><b>true</b> to allow using the keyboard; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomingOptions.UseKeyboardWithMouse">
<summary>
<para>Specifies whether zooming can be performed using the keydoard and mouse combinations.
</para>
</summary>
<value><b>true</b> to allow using the keyboard and mouse combinations; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomingOptions.UseMouseWheel">
<summary>
<para>Specifies whether zooming can be performed using the mouse wheel.
</para>
</summary>
<value><b>true</b> to allow using the mouse wheel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomingOptions.UseTouchDevice">
<summary>
<para>Specifies whether zooming can be performed using the touch device.
</para>
</summary>
<value><b>true</b> to allow using the touch device; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScrollingOptions">
<summary>
<para>Provides settings that specify the ways in which scrolling can be performed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScrollingOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScrollingOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A ScrollingOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingOptions.UseKeyboard">
<summary>
<para>Specifies whether scrolling can be performed using the keyboard.
</para>
</summary>
<value><b>true</b> to allow using the keyboard; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingOptions.UseMouse">
<summary>
<para>Specifies whether scrolling can be performed using the mouse.
</para>
</summary>
<value><b>true</b> to allow using the mouse; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RelativePosition">
<summary>
<para>Provides settings for positioning of annotation objects in relation to their anchor points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RelativePosition.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the RelativePosition class with the specified rotation angle and connector length.
</para>
</summary>
<param name="angle">
A <see cref="T:System.Double"/> value specifying the angle by which the annotation is rotated around its anchor point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.RelativePosition.Angle"/> property.
</param>
<param name="connectorLength">
A <see cref="T:System.Double"/> value specifying the length of the line which connects the annotation with its anchor point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.RelativePosition.ConnectorLength"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RelativePosition.#ctor">
<summary>
<para>Initializes a new instance of the RelativePosition class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RelativePosition.Angle">
<summary>
<para>Specifies the angle by which the annotation is rotated around its anchor point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the annotation's angle around its anchor point.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RelativePosition.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RelativePosition object passed as the parameter.
</para>
</summary>
<param name="obj">
A RelativePosition object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RelativePosition.ConnectorLength">
<summary>
<para>Specifies the length of the line connecting the annotation with its anchor point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the annotation's connector length.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FreePosition">
<summary>
<para>Provides settings for free positioning of annotation objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FreePosition.#ctor">
<summary>
<para>Initializes a new instance of the FreePosition class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FreePosition.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FreePosition object passed as the parameter.
</para>
</summary>
<param name="obj">
A FreePosition object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FreePosition.DockCorner">
<summary>
<para>Specifies the corner of the annotation's parent element, to which the annotation is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DockCorner"/> object that represent's the dock corner of the annotation's parent element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FreePosition.DockTarget">
<summary>
<para>Specifies the element (chart or pane), to which the annotation's shape is docked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartElement"/> class descendant representing the dock target for the annotation's shape.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FreePosition.DockTargetName">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraCharts.FreePosition.DockTarget"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FreePosition.InnerIndents">
<summary>
<para>Specifies the inner indents between the edges of the annotation and its container element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> objects specifying the inner indents for the annotation's parent element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FreePosition.OuterIndents">
<summary>
<para>Specifies the outer indents between the edges of the annotation and its container element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, specifying the inner indents for the annotation's parent element.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RectangularBorder">
<summary>
<para>Contains border settings of rectangular elements within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RectangularBorder.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RectangularBorder.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.OutsideRectangularBorder">
<summary>
<para>Contains the outside border settings of rectangular elements within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.OutsideRectangularBorder.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.OutsideRectangularBorder.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.InsideRectangularBorder">
<summary>
<para>Contains the inside border settings of rectangular elements within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.InsideRectangularBorder.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.InsideRectangularBorder.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Palettes">
<summary>
<para>Represents a class used to store the standard palettes shipped with <b>XtraCharts</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Apex">
<summary>
<para><para>Identifies the <b>Apex</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Aspect">
<summary>
<para><para>Identifies the <b>Aspect</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.BlackAndWhite">
<summary>
<para><para>Identifies the <b>BlackAndWhite</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Chameleon">
<summary>
<para><para>Identifies the <b>Chameleon</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Civic">
<summary>
<para><para>Identifies the <b>Civic</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Concourse">
<summary>
<para><para>Identifies the <b>Concourse</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Default">
<summary>
<para><para>Identifies the <b>Default</b> palette of colors. </para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Equity">
<summary>
<para><para>Identifies the <b>Equity</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Flow">
<summary>
<para><para>Identifies the <b>Flow</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Foundry">
<summary>
<para><para>Identifies the <b>Foundry</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Grayscale">
<summary>
<para><para>Identifies the <b>Grayscale</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.InAFog">
<summary>
<para><para>Identifies the <b>InAFog</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Median">
<summary>
<para><para>Identifies the <b>Median</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Metro">
<summary>
<para><para>Identifies the <b>Metro</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Mixed">
<summary>
<para><para>Identifies the <b>Mixed</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Module">
<summary>
<para><para>Identifies the <b>Module</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.NatureColors">
<summary>
<para><para>Identifies the <b>NatureColors</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.NorthernLights">
<summary>
<para><para>Identifies the <b>NorthernLights</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Office">
<summary>
<para><para>Identifies the <b>Office</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Opulent">
<summary>
<para><para>Identifies the <b>Opulent</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Oriel">
<summary>
<para><para>Identifies the <b>Oriel</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Origin">
<summary>
<para><para>Identifies the <b>Origin</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Paper">
<summary>
<para><para>Identifies the <b>Paper</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.PastelKit">
<summary>
<para><para>Identifies the <b>PastelKit</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Solstice">
<summary>
<para><para>Identifies the <b>Solstice</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Technic">
<summary>
<para><para>Identifies the <b>Technic</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.TerracottaPie">
<summary>
<para><para>Identifies the <b>TerracottaPie</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.TheTrees">
<summary>
<para><para>Identifies the <b>TheTrees</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Trek">
<summary>
<para><para>Identifies the <b>Trek</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Urban">
<summary>
<para><para>Identifies the <b>Urban</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraCharts.Palettes.Verve">
<summary>
<para><para>Identifies the <b>Verve</b> palette of colors.</para>
</para>
</summary>
<returns>$
</returns>
</member>
<member name="T:DevExpress.XtraCharts.PaletteRepository">
<summary>
<para>Represents the repository used to store the palettes that are used to draw the elements of a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteRepository.#ctor">
<summary>
<para>Initializes a new instance of the PaletteRepository class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaletteRepository.Add(System.String,DevExpress.XtraCharts.Palette)">
<summary>
<para>Adds the palette with the specified name to the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/>, specifying the palette's name.
</param>
<param name="palette">
A <see cref="T:DevExpress.XtraCharts.Palette"/> object to add.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PaletteRepository.Item(System.String)">
<summary>
<para>Provides access to individual palettes in the repository by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the palette to get.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Palette"/> object which represents the palette with the specified name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaletteRepository.PaletteNames">
<summary>
<para>Gets an array of available palette names.
</para>
</summary>
<value>A <see cref="T:System.String"/> array of palette names.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PaletteRepository.RegisterPalette(System.String,DevExpress.XtraCharts.Palette)">
<summary>
<para>Adds the specified palette with the specified name to the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the palette to register.
</param>
<param name="palette">
The <see cref="T:DevExpress.XtraCharts.Palette"/> object to add.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PaletteRepository.RegisterPalette(DevExpress.XtraCharts.Palette)">
<summary>
<para>Performs a check and adds the specified palette to the repository.
</para>
</summary>
<param name="palette">
A <see cref="T:DevExpress.XtraCharts.Palette"/> object to register.
</param>
</member>
<member name="T:DevExpress.XtraCharts.PaletteException">
<summary>
<para>An exception that is thrown if an error occur when processing the palettes in a chart control.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.GridLinesY">
<summary>
<para>Defines the settings of grid lines which belong to the Y axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.GridLinesX">
<summary>
<para>Defines the settings of grid lines which belong to the X axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CustomBorder">
<summary>
<para>Contains border settings for elements which have custom shapes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomBorder.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.CustomBorder.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairAxisLabelOptions">
<summary>
<para>Contains settings that define the appearance of crosshair axis labels.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.ActualBackColor">
<summary>
<para>Gets the actual back color used to fill a crosshair axis label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual back fill color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.ActualFont">
<summary>
<para>Gets the actual font that is used to display a crosshair axis label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> value that is the actual font.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.ActualPattern">
<summary>
<para>Gets the actual pattern of the crosshair axis label.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the actual pattern.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.ActualTextColor">
<summary>
<para>Gets the text actual color used to fill a crosshair axis label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that represents the actual text color of a crosshair axis label.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.ActualVisibility">
<summary>
<para>Gets the actual value that specifies whether the crosshair axis labels are visible.
</para>
</summary>
<value><b>true</b> if crosshair axis labels are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairAxisLabelOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the CrosshairAxisLabelOptions object passed as a parameter.
</para>
</summary>
<param name="obj">
An CrosshairAxisLabelOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.BackColor">
<summary>
<para>Gets or sets the background color of crosshair axis labels.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the background color of crosshair axis labels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.Font">
<summary>
<para>Gets or sets the font used to display the crosshair axis label's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the crosshair axis label's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.Pattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the crosshair axis label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.TextColor">
<summary>
<para>Gets or sets the text color of crosshair axis labels.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of a crosshair axis label's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairAxisLabelOptions.Visibility">
<summary>
<para>Specifies whether to show crosshair axis labels for a diagram.
</para>
</summary>
<value><b>Default</b> - the <b>Visibility</b> property value is obtained from the parent's <see cref="P:DevExpress.XtraCharts.CrosshairOptions.ShowArgumentLabels"/> and/ or <see cref="P:DevExpress.XtraCharts.CrosshairOptions.ShowValueLabels"/> properties depending on an axis; <b>True</b> - crosshair axis labels are visible on a diagram; <b>False</b> - crosshair axis labels are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisYCoordinate">
<summary>
<para>Provides settings that define the Y-axis coordinate for an annotation's anchor point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AxisYCoordinate.#ctor(DevExpress.XtraCharts.PaneAnchorPoint)">
<summary>
<para>Initializes a new instance of the AxisYCoordinate class with the specified owner.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraCharts.PaneAnchorPoint"/> object.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisYCoordinate.Axis">
<summary>
<para>Specifies the Y-axis, to which the Y-coordinate of the annotation's anchor point corresponds.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> object representing the Y-axis.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisXCoordinate">
<summary>
<para>Provides settings that define the X-axis coordinate for an annotation's anchor point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AxisXCoordinate.#ctor(DevExpress.XtraCharts.PaneAnchorPoint)">
<summary>
<para>Initializes a new instance of the AxisXCoordinate class with the specified owner.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraCharts.PaneAnchorPoint"/> object.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisXCoordinate.Axis">
<summary>
<para>Specifies the X-axis, to which the X-coordinate of the annotation's anchor point corresponds.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> object representing the X-axis.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CursorType">
<summary>
<para>Lists the values used to specify the cursor type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.Grab">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.Hand">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.Move">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.None">
<summary>
<para>No cursor is being shown.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.Rotate">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.RotateDrag">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.SizeAll">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.SizeNESW">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.SizeNS">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.SizeNWSE">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.SizeWE">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.ZoomIn">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.ZoomLimit">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CursorType.ZoomOut">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.MultilineTitle">
<summary>
<para>Represents the base class for multi-line titles.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.MultilineTitle.Lines">
<summary>
<para>Gets or sets the lines of text within a multiline title.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> objects containing the text of a multiline title.
</value>
</member>
<member name="T:DevExpress.XtraCharts.MinStripLimit">
<summary>
<para>Contains settings that define the minimum limiting value of a strip.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.MaxStripLimit">
<summary>
<para>Contains settings that define the maximum limiting value of a strip.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DrawOptions">
<summary>
<para>Represents a base for classes that contain settings for custom drawing series of different view types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DrawOptions.ActualColor2">
<summary>
<para>Gets the actual second color of a series or its point, when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that represents the actual second color of a series or its point.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DrawOptions.Clone">
<summary>
<para>Creates a copy of the current DrawOptions object.
</para>
</summary>
<returns>A DrawOptions object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DrawOptions.Color">
<summary>
<para>Gets or sets the series view or series view point color when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that represents the color of either the series view or series view point.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PointDrawOptions">
<summary>
<para>Contains settings for custom drawing point series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PointDrawOptions.Marker">
<summary>
<para>Gets the point series view's marker settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SimpleMarker"/> object which represents the marker shown within the series points and legend for this point series view.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PieDrawOptions">
<summary>
<para>Contains settings for custom drawing pie series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PieDrawOptions.Border">
<summary>
<para>Gets the pie series view's border settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieDrawOptions.FillStyle">
<summary>
<para>Gets the pie series view's fill style settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the background of a pie.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CandleStickDrawOptions">
<summary>
<para>Contains settings for custom drawing candle stick series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StockDrawOptions">
<summary>
<para>Contains settings for custom drawing stock series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StockDrawOptions.ShowOpenClose">
<summary>
<para>Gets or sets a value which indicates if "open" and "close" values should be shown in the Stock Series View when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.StockType"/> enumeration value which indicates the mode used to show "open" and "close" values.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Title">
<summary>
<para>Represents the base class for title objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Title.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Title object passed as the parameter.
</para>
</summary>
<param name="obj">
An Title object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Title.Text">
<summary>
<para>Gets or sets the title's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the title's text.
</value>
</member>
<member name="T:DevExpress.XtraCharts.LineDrawOptions">
<summary>
<para>Contains settings for custom drawing Line Chart.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.LineDrawOptions.LineStyle">
<summary>
<para>Gets the line series view's line style settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object which represents the line style options for the line series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.LineDrawOptions.Marker">
<summary>
<para>Gets the line series view's marker settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object which represents the marker shown within the series points and legend for this line series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.LineDrawOptions.MarkerVisible">
<summary>
<para>Gets or sets whether the marker is visible in the Line Chart when implementing a custom draw.
</para>
</summary>
<value><b>true</b>, if the marker is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FinancialDrawOptions">
<summary>
<para>Contains settings for custom drawing financial series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FinancialDrawOptions.LevelLineLength">
<summary>
<para>Gets or sets the financial series view's level line length (in fractions of a distance between two major values on the axis) when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the level line length in the financial series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialDrawOptions.LineThickness">
<summary>
<para>Gets or sets the financial series view's line thickness value when implementing custom drawing in the chart control.
</para>
</summary>
<value>An integer value which represents the line thickness in the financial series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialDrawOptions.ReductionOptions">
<summary>
<para>Gets the financial series view's reduction stock options when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ReductionStockOptions"/> object which represents the options used to draw stock values in the financial series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialDrawOptions.Shadow">
<summary>
<para>Gets the financial series view's shadow settings when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the series view's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeAreaPointOptions">
<summary>
<para>Contains settings that specify data point appearance within a range area series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the RangeAreaPointOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeriesPoint"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs.LabelText">
<summary>
<para>Gets or sets the text of a label for the point currently being painted.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a label's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs.SecondLabelText">
<summary>
<para>Gets or sets the text of a second label for the point currently being painted for specific series views.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a second label's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs.SelectionState">
<summary>
<para>Specifies the selection state mode for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SelectionState"/> enumeration value, representing the series point selection mode.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs.SeriesPoint">
<summary>
<para>Gets the series point currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which represents the series point currently being painted.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawSeriesEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeries"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomDrawSeriesEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomDrawSeriesEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeries"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies either the <see cref="T:DevExpress.XtraCharts.ChartControl"/> or <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomDrawSeriesEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawSeriesEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeries"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.DisposeLegendFont">
<summary>
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendFont"/> property value should be disposed when drawing is finished.
</para>
</summary>
<value><b>true</b> to dispose of the legend font settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.DisposeLegendMarkerImage">
<summary>
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendMarkerImage"/> property value should be disposed when drawing is finished.
</para>
</summary>
<value><b>true</b> to dispose of the legend marker image settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendDrawOptions">
<summary>
<para>Gets the settings for custom drawing the legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DrawOptions"/> object descendant which represents the draw options for custom drawing the legend.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendFont">
<summary>
<para>Specifies the font of the legend marker text for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the legend's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendMarkerImage">
<summary>
<para>Specifies the legend marker image for the series whose points are currently being painted.
</para>
</summary>
<value>An <see cref="T:System.Drawing.Image"/> object to be used as the legend item's marker.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendMarkerImageSizeMode">
<summary>
<para>Specifies the legend marker image size mode for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartImageSizeMode"/> enumeration value, representing the marker image size mode.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendMarkerSize">
<summary>
<para>Specifies the legend marker size for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> object, composed of a pair of integers, representing the width and the height of the marker.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendMarkerVisible">
<summary>
<para>Specifies the legend marker visibility for the series whose points are currently being painted.
</para>
</summary>
<value><b>true</b> to show the legend marker; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendText">
<summary>
<para>Specifies the legend's text for the series whose points are currently being painted.
</para>
</summary>
<value>A string, representing the text of the legend for the series currently being painted.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendTextColor">
<summary>
<para>Specifies the legend text color for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that represents the legend text color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.LegendTextVisible">
<summary>
<para>Specifies the legend text visibility for the series whose points are currently being painted.
</para>
</summary>
<value><b>true</b> to show the text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.Series">
<summary>
<para>Gets the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object which represents the series currently being painted.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawSeriesEventArgs.SeriesDrawOptions">
<summary>
<para>Gets the settings for custom drawing series of different view types.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DrawOptions"/> object descendant which represents the draw options for this custom draw event.
</value>
</member>
<member name="T:DevExpress.XtraCharts.BarDrawOptions">
<summary>
<para>Contains settings for custom drawing bar series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.BarDrawOptions.Border">
<summary>
<para>Gets the bar series view's border settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarDrawOptions.FillStyle">
<summary>
<para>Gets the Bar series view's fill style settings when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the fill style for the background of bars.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarDrawOptions.Shadow">
<summary>
<para>Gets the bar series view's shadow settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the series view's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ImageAnnotation">
<summary>
<para>Represents an image annotation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ImageAnnotation.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ImageAnnotation class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the annotation's name. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ImageAnnotation.#ctor">
<summary>
<para>Initializes a new instance of the ImageAnnotation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ImageAnnotation.#ctor(System.String,System.Drawing.Image)">
<summary>
<para>Initializes a new instance of the ImageAnnotation class with the specified name and image.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the annotation's name. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="image">
An <see cref="T:System.Drawing.Image"/> object representing the annotation's image.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ImageAnnotation.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ImageAnnotation class with the specified name and image URL.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the annotation's name. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="imageUrl">
A <see cref="T:System.String"/> value which specifies an URL to the annotation's image.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ImageAnnotation.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ImageAnnotation object passed as the parameter.
</para>
</summary>
<param name="obj">
An ImageAnnotation object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ImageAnnotation.Image">
<summary>
<para>Provides access to the image settings of an <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartImage"/> object which provides an image or a URL to it.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ImageAnnotation.SizeMode">
<summary>
<para>Specifies the image size mode for the annotation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartImageSizeMode"/> enumeration value that represents the annotation's image size mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.QueryCursorEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.QueryCursor"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.QueryCursorEventHandler.Invoke(System.Object,DevExpress.XtraCharts.QueryCursorEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.QueryCursor"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.QueryCursorEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.QueryCursorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.QueryCursor"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.QueryCursorEventArgs.Cursor">
<summary>
<para>Gets or sets the mouse cursor currently being shown for the chart.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Cursor"/> object representing the cursor.
</value>
</member>
<member name="P:DevExpress.XtraCharts.QueryCursorEventArgs.CursorType">
<summary>
<para>Gets the cursor type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CursorType"/> enumeration value specifying the cursor type.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScaleOptionsBase">
<summary>
<para>The base for classes that contain different scale options.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ScaleOptionsBase.AggregateFunction">
<summary>
<para>Gets or sets the function that is used to aggregate axis data when its <see cref="P:DevExpress.XtraCharts.ScaleOptionsBase.ScaleMode"/> is <see cref="F:DevExpress.XtraCharts.ScaleMode.Automatic"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AggregateFunction"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ScaleOptionsBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScaleOptionsBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A ScaleOptionsBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScaleOptionsBase.ScaleMode">
<summary>
<para>Gets or sets the date-time scale mode for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleMode"/> which represents the axis' date-time scale mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeScaleOptions">
<summary>
<para>Contains settings for an axis scale when its data type is date-time.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeScaleOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the DateTimeScaleOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A DateTimeScaleOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeScaleOptions.DefaultGridAlignment">
<summary>
<para>Identifies the default value for the <see cref="P:DevExpress.XtraCharts.DateTimeScaleOptions.GridAlignment"/> property. Always <see cref="F:DevExpress.XtraCharts.DateTimeGridAlignment.Day"/>.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeScaleOptions.DefaultMeasureUnit">
<summary>
<para>Identifies the default value for the <see cref="P:DevExpress.XtraCharts.DateTimeScaleOptions.MeasureUnit"/> property. Always <see cref="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Day"/>.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeScaleOptions.GridAlignment">
<summary>
<para>Gets the grid alignment which is currently being auto-calculated for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeGridAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeScaleOptions.MeasureUnit">
<summary>
<para>Gets the measure unit which is currently being auto-calculated for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeMeasureUnit"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeScaleOptions.WorkdaysOnly">
<summary>
<para>Specifies whether holidays and non-working days should be excluded from the axis scale.
</para>
</summary>
<value><b>true</b>, to exclude non-working days from the axis scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeScaleOptions.WorkdaysOptions">
<summary>
<para>Provides access to the information about non-working days to adjust the date-time axis scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.WorkdaysOptions"/> object that contains the information about non-working days.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScaleMode">
<summary>
<para>Lists the values that specify the scale mode for an axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleMode.Automatic">
<summary>
<para>Identifies the automatic date-time scale mode, meaning that data is automatically aggregated according to the chosen <see cref="P:DevExpress.XtraCharts.ScaleOptionsBase.AggregateFunction"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleMode.Manual">
<summary>
<para>Identifies the manual date-time scale mode, meaning that the <see cref="P:DevExpress.XtraCharts.DateTimeScaleOptions.GridAlignment"/> and <see cref="P:DevExpress.XtraCharts.DateTimeScaleOptions.MeasureUnit"/> properties are in effect, and they should be manually defined.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeMeasureUnit">
<summary>
<para>Lists the values that specify the detail level for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Day">
<summary>
<para>Specifies a <b>day</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Hour">
<summary>
<para>Specifies an <b>hour</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Millisecond">
<summary>
<para>Specifies a <b>millisecond</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Minute">
<summary>
<para>Specifies a <b>minute</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Month">
<summary>
<para>Specifies a <b>month</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Quarter">
<summary>
<para>Specifies a <b>quarter of a year</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Second">
<summary>
<para>Specifies a <b>second</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Week">
<summary>
<para>Specifies a <b>week</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasureUnit.Year">
<summary>
<para>Specifies a <b>year</b> as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeGridAlignment">
<summary>
<para>Lists the values that specify the date-time measurement unit, to which the beginning of a diagram's gridlines and labels should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Day">
<summary>
<para>Specifies a <b>day</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Hour">
<summary>
<para>Specifies an <b>hour</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Millisecond">
<summary>
<para>Specifies a <b>millisecond</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Minute">
<summary>
<para>Specifies a <b>minute</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Month">
<summary>
<para>Specifies a <b>month</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Quarter">
<summary>
<para>Specifies a <b>quarter of a year</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Second">
<summary>
<para>Specifies a <b>second</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Week">
<summary>
<para>Specifies a <b>week</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeGridAlignment.Year">
<summary>
<para>Specifies a <b>year</b> as the date-time unit to which axis gridlines should be aligned.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AggregateFunction">
<summary>
<para>Lists the values that specify the aggregate function used for an axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AggregateFunction.Average">
<summary>
<para>Aggregates data by calculating the average value for a chosen date-time interval.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AggregateFunction.Sum">
<summary>
<para>Aggregates data by calculating the summary for a chosen date-time interval.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.GradientFillOptionsBase">
<summary>
<para>Represents the base class for objects which define specific gradient filling options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GradientFillOptionsBase.ToString">
<summary>
<para>Returns the textual representation of the gradient fill options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the gradient fill options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartImage">
<summary>
<para>Represents the base class for classes which provide the image options for a chart or its elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartImage.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ChartImage object passed as the parameter.
</para>
</summary>
<param name="obj">
A ChartImage object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartImage.Clear">
<summary>
<para>Removes all images from the <see cref="T:DevExpress.XtraCharts.ChartImage"/> object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartImage.Image">
<summary>
<para>Specifies an image to be loaded to the chart control.
</para>
</summary>
<value>An <see cref="T:System.Drawing.Image"/> object for upload.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartImage.ImageUrl">
<summary>
<para>Specifies the URL of an image used in the chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying an image URL.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartImage.ToString">
<summary>
<para>Returns the textual representation of the image.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the image.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.AnnotationConnectorStyle">
<summary>
<para>Lists the values used to specify a connector style of an annotation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AnnotationConnectorStyle.Arrow">
<summary>
<para><para>Represents the arrow annotation connector style.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AnnotationConnectorStyle.Line">
<summary>
<para><para>Represents the line annotation connector style.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AnnotationConnectorStyle.None">
<summary>
<para><para>The annotation connector is disabled.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AnnotationConnectorStyle.NotchedArrow">
<summary>
<para><para>Represents the notched arrow annotation connector style.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.AnnotationConnectorStyle.Tail">
<summary>
<para><para>Represents the tail annotation connector style.</para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AnnotationRepository">
<summary>
<para>Represents a collection that stores all annotations that are present in a chart control for any of its element.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.Add(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Appends the specified annotation to the current collection.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> class descendant to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.AddRange(DevExpress.XtraCharts.Annotation[])">
<summary>
<para>Appends an array of annotations to the collection.
</para>
</summary>
<param name="coll">
An array of the <see cref="T:DevExpress.XtraCharts.Annotation"/> class descendants to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.Contains(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Determines whether the collection contains the specified <see cref="T:DevExpress.XtraCharts.Annotation"/> object.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified annotation; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.IndexOf(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.Insert(System.Int32,DevExpress.XtraCharts.Annotation)">
<summary>
<para>Inserts the specified annotation into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the chart title is to be inserted.
</param>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AnnotationRepository.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which represents the annotation at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.Remove(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Removes the specified annotation from the collection.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.Swap(DevExpress.XtraCharts.Annotation,DevExpress.XtraCharts.Annotation)">
<summary>
<para>Swaps the two specified annotations within the collection.
</para>
</summary>
<param name="annotation1">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which specifies the first annotation to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified annotation doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
<param name="annotation2">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which specifies the second annotation to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified annotation doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationRepository.ToArray">
<summary>
<para>Copies the elements of the AnnotationRepository to a new array of <see cref="T:DevExpress.XtraCharts.ChartElement"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.Annotation"/> objects containing the copies of the elements of the AnnotationRepository.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedBarSeriesView">
<summary>
<para>Represents a series view of the Full-Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ScrollingOptions2D">
<summary>
<para>Provides the scrolling options for the XY-Diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScrollingOptions2D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScrollingOptions2D object passed as the parameter.
</para>
</summary>
<param name="obj">
A ScrollingOptions2D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingOptions2D.UseScrollBars">
<summary>
<para>Specifies whether scrolling can be performed using the scroll bars.
</para>
</summary>
<value><b>true</b> to allow using scroll bars; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingOptions2D.UseTouchDevice">
<summary>
<para>Specifies whether scrolling can be performed using the touch device.
</para>
</summary>
<value><b>true</b> to allow using the touch device; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideStackedBarSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideStackedBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SideBySideStackedBarSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SideBySideStackedBarSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.BarDistance">
<summary>
<para>Specifies the distance between two bars of different series shown at the same axis value, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars, as a fraction of <b>axis units</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.BarDistanceFixed">
<summary>
<para>Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SideBySideStackedBarSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SideBySideStackedBarSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SideBySideStackedBarSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.StackedGroupSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SideBySideStackedBarSeriesView.StackedGroup"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SolidFillOptions">
<summary>
<para>Defines the settings of the solid filling style.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SolidFillOptions.#ctor">
<summary>
<para>Initializes a new instance of the SolidFillOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SolidFillOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SolidFillOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SolidFillOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SolidFillOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SolidFillOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SolidFillOptions.ToString">
<summary>
<para>Returns the textual representation of the solid fill options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the solid fill options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartElementNamedCollection">
<summary>
<para>Represents a base class for collections of named chart elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamedCollection.GenerateName">
<summary>
<para>Returns a unique name for the new element in the collection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> which represents the unique name for the new element.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamedCollection.GenerateName(System.String)">
<summary>
<para>Generates a name for the chart element based on the specified prefix.
</para>
</summary>
<param name="namePrefix">
A <see cref="T:System.String"/> value specifying the prefix element's name.
</param>
<returns>A <see cref="T:System.String"/> value that represents the element's name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamedCollection.GetElementByName(System.String)">
<summary>
<para>Gets an element within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the element to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartElementNamed"/> object that represents the element with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamedCollection.ToArray">
<summary>
<para>Copies the elements of the ChartElementNamedCollection to a new array of <see cref="T:DevExpress.XtraCharts.ChartElementNamed"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.ChartElementNamed"/> objects containing the copies of the elements of the ChartElementNamedCollection.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartElementNamed">
<summary>
<para>Represents a base class for named chart elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamed.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ChartElementNamed object passed as the parameter.
</para>
</summary>
<param name="obj">
A ChartElementNamed object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartElementNamed.Name">
<summary>
<para>Gets or sets the name of the chart element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the name of the chart element.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartElementNamed.ToString">
<summary>
<para>Returns the textual representation of the named chart element.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the named chart element.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartElement">
<summary>
<para>Represents the base class for most of the elements of a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartElement.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ChartElement object passed as the parameter.
</para>
</summary>
<param name="obj">
A ChartElement object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then the <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartElement.Clone">
<summary>
<para>Creates a copy of the current ChartElement object.
</para>
</summary>
<returns>A ChartElement object which is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartElement.Dispose">
<summary>
<para>Disposes of the ChartElement object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartElement.IsDisposed">
<summary>
<para>Gets a value indicating whether the control has been disposed of.
</para>
</summary>
<value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartElement.ToString">
<summary>
<para>Returns the textual representation of the chart element.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the chart element.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartTitleDockStyle">
<summary>
<para>Lists the values used to specify the edge of the chart control which a title is docked to.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartTitleDockStyle.Bottom">
<summary>
<para>A title is positioned at the bottom of the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartTitleDockStyle.Left">
<summary>
<para>A title is positioned to the left of the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartTitleDockStyle.Right">
<summary>
<para>A title is positioned to the right of the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartTitleDockStyle.Top">
<summary>
<para>A title is positioned at the top of the chart control.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ConjunctionTypes">
<summary>
<para>Lists the values that specify the conjunction type for logical operations.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ConjunctionTypes.And">
<summary>
<para>Identifies the AND conjunction operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ConjunctionTypes.Or">
<summary>
<para>Identifies the OR conjunction operator.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeMeasurementUnit">
<summary>
<para>Lists the values that specify the unit of measurement for date-time values within a chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Day">
<summary>
<para>Specifies a day as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Hour">
<summary>
<para>Specifies an hour as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Millisecond">
<summary>
<para>Specifies a millisecond as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Minute">
<summary>
<para>Specifies a minute as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Month">
<summary>
<para>Specifies a month as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Quarter">
<summary>
<para>Specifies a quarter of a year as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Second">
<summary>
<para>Specifies a second as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Week">
<summary>
<para>Specifies a week as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeMeasurementUnit.Year">
<summary>
<para>Specifies a year as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SortingMode">
<summary>
<para>Lists the values used to specify how series or points can be sorted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingMode.Ascending">
<summary>
<para>The values are sorted in ascending order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingMode.Descending">
<summary>
<para>The values are sorted in descending order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingMode.None">
<summary>
<para>The values are not sorted.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SortingKey">
<summary>
<para>Lists the values used to specify the manner in which sorting is performed within a series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingKey.Argument">
<summary>
<para>Specifies that sorting is performed by the argument values of a series' data points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingKey.Value_1">
<summary>
<para>Specifies that sorting is performed by the first data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Low value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingKey.Value_2">
<summary>
<para>Specifies that sorting is performed by the second data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the High value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingKey.Value_3">
<summary>
<para>Specifies that sorting is performed by the third data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Open value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SortingKey.Value_4">
<summary>
<para>Specifies that sorting is performed by the fourth data value within the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array of a series's data points. For financial data this indicates the Close value.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagram">
<summary>
<para>Represents a diagram that is used to plot all 2D XY series, except for the Gantt and Radar and Polar series views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram.#ctor">
<summary>
<para>Initializes a new instance of the XYDiagram class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagram object passed as the parameter.
</para>
</summary>
<param name="obj">
An XYDiagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram.AxisX">
<summary>
<para>Gets the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisX"/> object which represents the X Axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram.AxisY">
<summary>
<para>Gets the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisY"/> object which represents the Y Axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram.Rotated">
<summary>
<para>Gets or sets whether the diagram is rotated.
</para>
</summary>
<value><b>true</b> to rotate the diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram.SecondaryAxesX">
<summary>
<para>Provides access to a collection of secondary X-axes for a given <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisXCollection"/> object, that is a collection of secondary X-axes.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram.SecondaryAxesY">
<summary>
<para>Provides access to a collection of secondary Y-axes for a given <see cref="T:DevExpress.XtraCharts.XYDiagram"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SecondaryAxisYCollection"/> object, that is a collection of secondary Y-axes.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ValueDataMemberCollection">
<summary>
<para>Represents a collection that stores the names of the data fields that hold point data values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ValueDataMemberCollection.AddRange(System.String[])">
<summary>
<para>Appends an array of value data members to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:System.String"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ValueDataMemberCollection.Assign(DevExpress.XtraCharts.ValueDataMemberCollection)">
<summary>
<para>Copies all the elements from the ValueDataMemberCollection object passed as the parameter.
</para>
</summary>
<param name="collection">
A ValueDataMemberCollection object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ValueDataMemberCollection.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current object; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ValueDataMemberCollection.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ValueDataMemberCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:System.String"/> object which represents the value data member at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ValueDataMemberCollection.ToString">
<summary>
<para>Returns the textual representation of the collection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the collection.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.TitleBase">
<summary>
<para>Represents the base class for all title objects.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.TitleBase.Antialiasing">
<summary>
<para>Gets or sets whether antialising is applied to the title's contents.
</para>
</summary>
<value><b>true</b> to apply antialising (smoothing) to the title's contents; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TitleBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the TitleBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A TitleBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TitleBase.Font">
<summary>
<para>Gets or sets the font used to display the title's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the title's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TitleBase.TextColor">
<summary>
<para>Gets or sets a title's text color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of a title's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TitleBase.Visible">
<summary>
<para>Specifies whether the title is visible.
</para>
</summary>
<value><b>true</b> if the title is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.TickmarksY">
<summary>
<para>Contains settings of the Y axis's tickmarks.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.TickmarksX">
<summary>
<para>Contains settings of the X axis's tickmarks.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Tickmarks">
<summary>
<para>Contains specific settings which define the tickmarks appearance for a chart control's axes
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Tickmarks.ToString">
<summary>
<para>Returns the textual representation of the tickmarks.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the tickmarks.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.StripLimit">
<summary>
<para>Contains settings that define the limiting values of strips.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StripLimit.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StripLimit object passed as the parameter.
</para>
</summary>
<param name="obj">
A StripLimit object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.StripLimit.AxisValue">
<summary>
<para>Gets or sets the strip's position (either minimum or maximum) along an axis.
</para>
</summary>
<value>A floating point value that specifies the strip's position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StripLimit.AxisValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StripLimit.Enabled">
<summary>
<para>Gets or sets a value that specifies whether the current strip limit is enabled.
</para>
</summary>
<value><b>true</b> if the strip limit is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.StripLimit.ToString">
<summary>
<para>Returns the textual representation of the strip limit.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the strip limit.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StripLimit.Value">
<summary>
<para>Gets or sets the strip's position (either the minimum or maximum) along the axis.
</para>
</summary>
<value>A floating point value that specifies the strip's position.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StripCollection">
<summary>
<para>Represents a collection that stores the strips of a particualr axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StripCollection.Add(DevExpress.XtraCharts.Strip)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.Strip"/> object to the current collection.
</para>
</summary>
<param name="strip">
A <see cref="T:DevExpress.XtraCharts.Strip"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StripCollection.AddRange(DevExpress.XtraCharts.Strip[])">
<summary>
<para>Appends an array of strips to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.Strip"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StripCollection.Contains(DevExpress.XtraCharts.Strip)">
<summary>
<para>Determines whether the collection contains the specified strip.
</para>
</summary>
<param name="strip">
A <see cref="T:DevExpress.XtraCharts.Strip"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified strip; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StripCollection.GetStripByName(System.String)">
<summary>
<para>Gets a strip within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the strip to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.Strip"/> object that represents the strip with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StripCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Strip"/> object which represents the strip at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.StripCollection.Remove(DevExpress.XtraCharts.Strip)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.Strip"/> object from the collection.
</para>
</summary>
<param name="strip">
A <see cref="T:DevExpress.XtraCharts.Strip"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.Strip">
<summary>
<para>Represents a strip line within a chart control's diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor(System.String,System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="minValue">
A <see cref="T:System.Double"/> value that specifies the minimum numeric value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MinLimit"/> property.
</param>
<param name="maxValue">
A <see cref="T:System.Double"/> value that specifies the maximum numeric value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Strip class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor">
<summary>
<para>Initializes a new instance of the Strip class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor(System.String,System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the Strip class with the specified name, and minimum and maximum date time values.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="minValue">
A <see cref="T:System.DateTime"/> value that specifies the minimum date-time value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MinLimit"/> property.
</param>
<param name="maxValue">
A <see cref="T:System.DateTime"/> value that specifies the maximum date-time value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="minValue">
A <see cref="T:System.String"/> value that specifies the minimum qualitative value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MinLimit"/> property.
</param>
<param name="maxValue">
A <see cref="T:System.String"/> value that specifies the maximum qualitative value of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Strip.#ctor(System.String,System.Object,System.Object)">
<summary>
<para>Initializes a new instance of the Strip class with the specified name, minimum and maximum values.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the strip. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="minValue">
A <see cref="T:System.Object"/> value, specifying the minimum strip value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MinLimit"/> property.
</param>
<param name="maxValue">
A <see cref="T:System.Object"/> value, specifying the maximum strip value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.StripLimit.AxisValue"/> property of the object returned by the <see cref="P:DevExpress.XtraCharts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Strip.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Strip object passed as the parameter.
</para>
</summary>
<param name="obj">
A Strip object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Strip.AxisLabelText">
<summary>
<para>Gets or sets the text for an axis label that identifies the strip within its axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text of the strip's axis label.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.Color">
<summary>
<para>Gets or sets a strip's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of a strip.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.FillStyle">
<summary>
<para>Gets the fill style settings of the strip.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the fill style for the strip's background.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.LegendText">
<summary>
<para>Gets or sets the text that identifies the strip within the legend of a chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the strip's legend text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.MaxLimit">
<summary>
<para>Gets the settings that define the maximum limiting value of the strip along an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MaxStripLimit"/> object that contains the settings for the strip's maximum limiting value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.MinLimit">
<summary>
<para>Gets the settings that define the minimum limiting value of the strip along an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MinStripLimit"/> object that contains settings for the strip's minimum limiting value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.ShowAxisLabel">
<summary>
<para>Gets or sets a value that specifies whether the strip is labeled within its axis.
</para>
</summary>
<value><b>true</b> if the strip's axis label is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.ShowInLegend">
<summary>
<para>Gets or sets a value that specifies whether the strip is represented in the chart control's legend.
</para>
</summary>
<value><b>true</b> to represent the strip in the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Strip.Visible">
<summary>
<para>Specifies whether the strip is visible.
</para>
</summary>
<value><b>true</b> if the strip is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StockSeriesView">
<summary>
<para>Represents a series view of the Stock type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StockSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StockSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StockSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StockSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A StockSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StockSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StockSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StockSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StockSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StockSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StockSeriesView.ShowOpenClose">
<summary>
<para>Gets or sets a value that specifies whether Open and Close markers are displayed within the stock series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.StockType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StockSeriesLabel">
<summary>
<para>Defines label settings for financial series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StockSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StockSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StockSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StockSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StockSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StockSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StockPointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within stock series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StockPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the StockPointOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StockPointOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StockPointOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A StockPointOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StockPointOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current StockPointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StockPointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StockPointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StockPointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StockPointOptions.ValueLevel">
<summary>
<para>Specifies which price value is indicated by series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.StockLevel"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StepLineSeriesView">
<summary>
<para>Represents a series view of the Step Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StepLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StepLineSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StepLineSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A StepLineSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StepLineSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StepLineSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StepLineSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StepLineSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StepLineSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StepLineSeriesView.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which step lines connect data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are use to connect markers.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedBarSeriesView">
<summary>
<para>Represents a series view of the Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedBarSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the StackedBarSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the StackedBarSeriesView type.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.StackedBarSeriesLabel">
<summary>
<para>Defines label settings for stacked bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedBarSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StackedBarSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.StackedBarSeriesLabel.LineColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineColor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBarSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBarSeriesLabel.LineStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineStyle"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.StackedBarSeriesLabel.LineVisible">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineVisible"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ISimpleDiagramPanel">
<summary>
<para>Represents the diagram panel that can contain pie (doughnut) series to provide its custom layout.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ISimpleDiagramPanel.Arrange(System.Collections.Generic.IList`1,System.Drawing.Rectangle)">
<summary>
<para>Arranges pie (doughnut) series on a diagram panel in the order specified in the series list.
</para>
</summary>
<param name="seriesList">
The list of pie (doughnut) <see cref="T:DevExpress.XtraCharts.Series"/> objects to arrange.
</param>
<param name="diagramBounds">
A <see cref="T:System.Drawing.Rectangle"/> structure, that describes the location and size of the diagram's bounds.
</param>
<returns>The list of <see cref="T:System.Drawing.Rectangle"/> objects that contain bounds for each arranged series on a diagram panel.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.SimpleMarker">
<summary>
<para>Contains the common settings of data point markers displayed by point or line series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMarker.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SimpleMarker object passed as the parameter.
</para>
</summary>
<param name="obj">
A SimpleMarker object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMarker.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SimpleMarker instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SimpleMarker instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SimpleMarker.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SimpleMarker object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SimpleMarker.Size">
<summary>
<para>Gets or sets the size of a simple marker(s).
</para>
</summary>
<value>An integer value which specifies the height and width of the plotting area of a marker(s), in pixels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SimpleDiagram">
<summary>
<para>Represents a diagram that is used to plot series of the pie view type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagram.#ctor">
<summary>
<para>Initializes a new instance of the SimpleDiagram class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimpleDiagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SimpleDiagram object passed as the parameter.
</para>
</summary>
<param name="obj">
A SimpleDiagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram.CustomPanel">
<summary>
<para>Gets or sets a custom panel that is used to arrange pie (doughnut) series on a chart diagram.
</para>
</summary>
<value> An object that implements the <see cref="T:DevExpress.XtraCharts.ISimpleDiagramPanel"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram.Dimension">
<summary>
<para>Gets or sets the number of pie charts that can be displayed in one line (row or column).
</para>
</summary>
<value>A positive integer that specifies the number of pie charts in one line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram.EqualPieSize">
<summary>
<para>Gets or sets a value that specifies whether pies in a chart are equal in size.
</para>
</summary>
<value><b>true</b>, if the size of pies is equal in a chart; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram.LayoutDirection">
<summary>
<para>Gets or sets a value that specifies the manner in which multiple pie charts are positioned within a chart control's diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LayoutDirection"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimpleDiagram.Margins">
<summary>
<para>Specifies the indent between the diagram's edge and other chart elements (e.g. legend and chart titles), in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the diagram's outer indents, measured in pixels. The default is <b>5</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideBarSeriesView">
<summary>
<para>Represents a series view of the Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBarSeriesView.BarDistance">
<summary>
<para>Gets or sets the variable distance value (as a fraction of <b>axis units</b>) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars as a fraction of <b>axis units</b>, where an axis unit is the distance between two major values on the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBarSeriesView.BarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideBarSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideBarSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the SideBySideBarSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the SideBySideBarSeriesView type.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Shadow">
<summary>
<para>Defines the shadow settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Shadow.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Shadow object passed as the parameter.
</para>
</summary>
<param name="obj">
A Shadow object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Shadow.Color">
<summary>
<para>Gets or sets the shadow's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the shadow's color.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Shadow.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Shadow instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Shadow instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Shadow.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Shadow object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Shadow.Size">
<summary>
<para>Gets or sets the shadow's thickness.
</para>
</summary>
<value>An integer value which specifies the shadow's thickness, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Shadow.Visible">
<summary>
<para>Specifies whether the shadow is visible.
</para>
</summary>
<value><b>true</b> if the shadow is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesViewBase">
<summary>
<para>Represents the base class for all series view objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="element">
A SeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewBase.Color">
<summary>
<para>Gets or sets the color of the series.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewBase.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewBase.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the SeriesViewBase type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the SeriesViewBase type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewBase.HiddenObject">
<summary>
<para>Gets or sets an object used to support serialization in a SeriesViewBase.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewBase.HiddenSerializableString">
<summary>
<para>Gets or sets the string value used to support serialization in a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesViewBase.ToString">
<summary>
<para>Returns the textual representation of the series view.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the series view.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesViewBase.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the series view type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointCollection">
<summary>
<para>Represents a collection that stores the data points of an individual series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Add(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to the current collection.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.AddRange(DevExpress.XtraCharts.SeriesPoint[])">
<summary>
<para>Appends an array of series points to the collection.
</para>
</summary>
<param name="points">
An array of <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.IndexOf(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Insert(System.Int32,DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Adds the specified series point to the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the series point should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown.
</param>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object representing the series point to insert.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which represents the series point at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Move(System.Int32,System.Int32)">
<summary>
<para>Moves a specific item to another position within the collection.
</para>
</summary>
<param name="oldIndex">
An integer value specifying the zero-based index of an item to be moved.
</param>
<param name="newIndex">
An integer value specifying the zero-based destination index of the moved item.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointCollection.Owner">
<summary>
<para>Gets the series that owns the current point collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object which the point collection belongs to.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Remove(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object from the collection.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the element at the specified index of the SeriesPointCollection instance.
</para>
</summary>
<param name="index">
A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.RemoveRange(System.Int32,System.Int32)">
<summary>
<para>Removes the specified range of series points from the collection.
</para>
</summary>
<param name="index">
An integer specifying the starting index for the series points range to be removed.
</param>
<param name="count">
An integer specifying the number of series points to be removed.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Swap(DevExpress.XtraCharts.SeriesPoint,DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Swaps the two specified series within the series collection.
</para>
</summary>
<param name="point1">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which specifies the first series point to swap. If <b>null</b>, then a <see cref="T:System.ArgumentNullException"/> will be raised. If the specified series point doesn't belong to the collection, then a <see cref="T:System.ArgumentException"/> will be raised.
</param>
<param name="point2">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which specifies the second series point to swap. If <b>null</b>, then a <see cref="T:System.ArgumentNullException"/> will be raised. If the specified series point doesn't belong to the collection, then a <see cref="T:System.ArgumentException"/> will be raised.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.ToArray">
<summary>
<para>Copies the elements of the SeriesPointCollection to a new array of <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> objects containing copies of the elements of the SeriesPointCollection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointCollection.Validate">
<summary>
<para>Validates the collection of series points.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPoint">
<summary>
<para>Represents an individual series point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.String,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified string argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> which specifies the string argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Object,System.Object[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Object"/> value which specifies the argument of the series point. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.DateTime,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.DateTimeArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Double,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified Double argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the Double argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPoint class with default settings. For internal use only.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.DateTime,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.DateTimeArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Double,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the Double argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.String,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> which specifies the string argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Object,System.Object[],System.Int32)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Object"/> value which specifies a series point argument. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Object"/> values which specifies series point values for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property. If a <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueScaleType"/> is <see cref="F:DevExpress.XtraCharts.ScaleType.DateTime"/> then this array of <see cref="T:System.DateTime"/> values can be accessed by the <see cref="P:DevExpress.XtraCharts.SeriesPoint.DateTimeValues"/> property.
</param>
<param name="id">
An integer value which specifies the ID of the point.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.DateTimeArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Object"/> value which specifies the argument of the series point. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified string argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> which specifies the string argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the Double argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Decimal,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Decimal"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Decimal,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Decimal"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Decimal)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Decimal"/> value which specifies the numeric argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
An integer value which specifies the numeric argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Single,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Single"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Single,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Single"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Single)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Single"/> value which specifies the numeric argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int16,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int16"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int16,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int16"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int16)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int16"/> value which specifies the numeric argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int64,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int64"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int64,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int64"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int64)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Int64"/> value which specifies the numeric argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int32,System.DateTime[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
</para>
</summary>
<param name="argument">
An integer value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.DateTime"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.#ctor(System.Int32,System.Double[])">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
</para>
</summary>
<param name="argument">
An integer value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="values">
An array of <see cref="T:System.Double"/> values which specifies the values of the series point for the specified <i>argument</i>. An individual item of these values can be accessed via the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Annotations">
<summary>
<para>Provides access to the annotations collection of the series point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the series point's collection of annotations.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Argument">
<summary>
<para>Gets the point's argument value.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data point's argument.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.ArgumentSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesPoint object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesPoint object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.CreateSeriesPointWithId(System.Object,System.Int32)">
<summary>
<para>For internal use only. Creates a new instance of SeriesPoint with the specified argument and ID.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Object"/> value which specifies the argument of the series point. This value is converted to a <see cref="T:System.String"/>, and then assigned to the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property. Note that if the <i>argument</i> is <b>null</b> (<b>Nothing</b> in Visual Basic) or <see cref="F:System.String.Empty"/>, then a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="id">
An integer value which specifies the ID of the point.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which represents the series point with the specified ID.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.DateTimeArgument">
<summary>
<para>Gets the point's argument value of the date-time type.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that represents the date-time argument of the series data point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.DateTimeValues">
<summary>
<para>Gets or sets the point's data value(s) of the date-time type.
</para>
</summary>
<value>An array of <see cref="T:System.DateTime"/> values that represent the date-time value(s) of the series data point.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SeriesPoint instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SeriesPoint instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SeriesPoint object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPoint.GetValueString(System.Int32)">
<summary>
<para>Gets a string value for the SeriesPoint object.
</para>
</summary>
<param name="index">
A zero-based integer index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the string for the series point.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.IsEmpty">
<summary>
<para>Gets or sets whether the current point is empty.
</para>
</summary>
<value><b>true</b> if the current point is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual values at this series point.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired value's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:System.Double"/> value at the specified position within the collection of values at this series point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Length">
<summary>
<para>Gets the length of an array which contains the series point's values.
</para>
</summary>
<value>An integer value which specifies the length of the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> array.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.NumericalArgument">
<summary>
<para>Gets the point's argument value of the numerical type.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the numerical argument of the series data point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Relations">
<summary>
<para>Provides access to the collection of relations for a series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointRelationCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID">
<summary>
<para>Gets or sets the ID of a point.
</para>
</summary>
<value>An integer value which specifies the ID of a point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Tag">
<summary>
<para>Gets or sets the object that contains data related to this series point.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that contains data about the series point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.ToolTipHint">
<summary>
<para>Gets or sets a value to be shown as a hint in a series point's tooltip.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the tooltip hint.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.Values">
<summary>
<para>Gets or sets the point's data value(s).
</para>
</summary>
<value>An array of floating-point values that represent the data value(s) of the series data point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPoint.ValuesSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> collection.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesNameTemplate">
<summary>
<para>Contains settings that define the common prefix and postfix for the names of data bound series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesNameTemplate.#ctor">
<summary>
<para>Initializes a new instance of the SeriesNameTemplate class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesNameTemplate.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesNameTemplate object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesNameTemplate object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesNameTemplate.BeginText">
<summary>
<para>Gets or sets a prefix for the names of data bound series objects.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a common prefix for data bound series' names.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesNameTemplate.EndText">
<summary>
<para>Gets or sets a postfix for the names of data bound series objects.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a common postfix for data bound series' names.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesNameTemplate.ToString">
<summary>
<para>Returns the textual representation of the series name template.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the series name template.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.SeriesCollection">
<summary>
<para>Represents a collection that stores individual series within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Add(DevExpress.XtraCharts.Series)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.Series"/> object to the current collection.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Add(System.String,DevExpress.XtraCharts.ViewType)">
<summary>
<para>Appends a new series with the specified name and view type to the collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Series.Name"/> property.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value that specifies the view type of the series. The newly created <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> object of the specified type is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.View"/> property.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.AddRange(DevExpress.XtraCharts.Series[])">
<summary>
<para>Appends an array of series to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Contains(DevExpress.XtraCharts.Series)">
<summary>
<para>Determines whether the collection contains the specified series.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified series; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.GenerateName">
<summary>
<para>Returns a unique name for the new series in the collection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> which represents the unique name for the new series.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.IndexOf(DevExpress.XtraCharts.Series)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Insert(System.Int32,DevExpress.XtraCharts.Series)">
<summary>
<para>Inserts the specified series into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the series is to be inserted.
</param>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object that specifies the series to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object which represents the series at the specified position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesCollection.Item(System.String)">
<summary>
<para>Provides access to individual series in the collection by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the series to get.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.Series"/> object which represents the series with the specified name.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Remove(DevExpress.XtraCharts.Series)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.Series"/> object from the collection.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.Swap(DevExpress.XtraCharts.Series,DevExpress.XtraCharts.Series)">
<summary>
<para>Swaps the two specified series within the series collection.
</para>
</summary>
<param name="series1">
A <see cref="T:DevExpress.XtraCharts.Series"/> object which specifies the first series to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified series doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
<param name="series2">
A <see cref="T:DevExpress.XtraCharts.Series"/> object which specifies the second series to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified series doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesCollection.ToArray">
<summary>
<para>Copies the elements of the SeriesCollection to a new array of <see cref="T:DevExpress.XtraCharts.Series"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects containing the copies of the elements of the SeriesCollection.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Series">
<summary>
<para>Represents an individual series within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Series.#ctor(System.String,DevExpress.XtraCharts.ViewType)">
<summary>
<para>Initializes a new instance of the Series class with the specified series name and view type used to represent this series.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Series.Name"/> property.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value which specifies the type of the view. A view of this type will then be assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.View"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Series.#ctor">
<summary>
<para>For internal use only. Initializes a new instance of the Series class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Series.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Series object passed as the parameter.
</para>
</summary>
<param name="obj">
A Series object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Series.BindToData(System.Object,System.String,System.String[])">
<summary>
<para>Binds a series to data.
</para>
</summary>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the datasource for a series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Series.DataSource"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a series.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a series.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Series.DataSource">
<summary>
<para>Gets or sets the series' data source.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the series' data source.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Series.IsAutoCreated">
<summary>
<para>Returns a value specifying whether or not a series is auto created.
</para>
</summary>
<value><b>true</b> if a series is auto created; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Series.IsCompatible(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Checks if the specified point is compatible with the current series scale type.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object which specifies the series point to compare. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be raised.
</param>
<returns><b>true</b> if the series point is compatible with the current series scale type; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Series.Name">
<summary>
<para>Gets or sets the name of the series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the name of the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Series.Points">
<summary>
<para>Gets the series' collection of data points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPointCollection"/> object that represents the data point collection of the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Series.SeriesID">
<summary>
<para>Specifies the series ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Series.Tag">
<summary>
<para>Gets or sets the object that contains data related to this series.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that contains data about the series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Series.ToolTipImage">
<summary>
<para>Specifies an image to be displayed in series tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartImage"/> object that contains an image to display in a tooltip.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Series.ToString">
<summary>
<para>Returns the textual representation of the series.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the series.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ReductionStockOptions">
<summary>
<para>Contains settings which relate to price reduction indication within the financial series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ReductionStockOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ReductionStockOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A ReductionStockOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ReductionStockOptions.Color">
<summary>
<para>Gets or sets the color of the price reduction.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the price reduction's color.
</value>
</member>
<member name="F:DevExpress.XtraCharts.ReductionStockOptions.DefaultColor">
<summary>
<para>The default color of the price reduction.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ReductionStockOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current ReductionStockOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current ReductionStockOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ReductionStockOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current ReductionStockOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ReductionStockOptions.Level">
<summary>
<para>Gets or sets a particular price value (open, close, high or low) which the analysis of the price action is performed by.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.StockLevel"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ReductionStockOptions.ToString">
<summary>
<para>Returns the textual representation of the reduction stock options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the reduction stock options.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ReductionStockOptions.Visible">
<summary>
<para>Specifies whether price reductions are indicated within a series.
</para>
</summary>
<value><b>true</b> if price reductions are indicated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RectangleGradientFillOptions">
<summary>
<para>Defines the settings of the gradient filling style.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RectangleGradientFillOptions.#ctor">
<summary>
<para>Initializes a new instance of the RectangleGradientFillOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RectangleGradientFillOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RectangleGradientFillOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A RectangleGradientFillOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RectangleGradientFillOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RectangleGradientFillOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RectangleGradientFillOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RectangleGradientFillOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RectangleGradientFillOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RectangleGradientFillOptions.GradientMode">
<summary>
<para>Gets or sets the background gradient's direction.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleGradientMode"/> enumeration value which specifies the linear gradient's direction.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RectangleFillStyle">
<summary>
<para>Defines a filling style for rectangular chart elements in 2D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RectangleFillStyle.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RectangleFillStyle instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RectangleFillStyle instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RectangleFillStyle.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RectangleFillStyle object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.PointSeriesView">
<summary>
<para>Represents a series view of the Point type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the PointSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the PointSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the PointSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PointSeriesView.PointMarkerOptions">
<summary>
<para>Gets the specific settings of data point markers displayed by a series of the point view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SimpleMarker"/> object that contains the specific marker settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PointSeriesLabel">
<summary>
<para>Defines label settings for point and line series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the PointSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PointSeriesLabel.Angle">
<summary>
<para>Gets or sets the angle which controls the position of data point labels.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, for the position of data point labels.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PointSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
A PointSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="T:DevExpress.XtraCharts.PointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within a series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointOptions.#ctor">
<summary>
<para>Initializes a new instance of the PointOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.ArgumentDateTimeOptions">
<summary>
<para>Gets an object that defines the display representation of date-time arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.ArgumentNumericOptions">
<summary>
<para>Gets the settings which define how to display numeric argument values of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.NumericOptions"/> object that contains specific settings for displaying the numeric values of point arguments.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PointOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PointOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A PointOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PointOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current PointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.HiddenSerializableString">
<summary>
<para>Gets or sets the string value used to support serialization in a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.Pattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the pattern.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.PointView">
<summary>
<para>Gets or sets a value that specifies which information should be displayed within series labels and legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PointView"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the point options type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.ValueDateTimeOptions">
<summary>
<para>Gets an object that defines the representation of date-time value(s) of a data point for display purposes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointOptions.ValueNumericOptions">
<summary>
<para>Gets the settings which define how to display numeric data values of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.NumericOptions"/> object that contains specific settings for displaying numeric values.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesView">
<summary>
<para>Represents a series view of the Pie type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the PieSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesView.#ctor(System.Int32[])">
<summary>
<para>Initializes a new instance of the PieSeriesView class with the specified exploded points.
</para>
</summary>
<param name="explodedPointIds">
An array of integer values, representing the <see cref="P:DevExpress.XtraCharts.SeriesPoint.SeriesPointID"/> identifiers of exploded points.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PieSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A PieSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.Border">
<summary>
<para>Gets the pie series view's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.Color">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesViewBase.Color"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.Drawing.Color.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PieSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PieSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.FillStyle">
<summary>
<para>Gets the fill style of the entire pie in a series view of a pie type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the background of a pie.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PieSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.HeightToWidthRatio">
<summary>
<para>Gets or sets a value that specifies the ratio of the pie chart's height to its width.
</para>
</summary>
<value>A floating point value that specifies the height to width ratio of the chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.MinAllowedSizePercentage">
<summary>
<para>Gets or sets a value that specifies the minimum allowed size of the pie chart inside its boundaries, as a percentage.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the minimum allowed size of the pie chart inside its boundaries expressed as a percentage.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.Rotation">
<summary>
<para>Gets or sets the angle which the pie is rotated by relative to its default appearance.
</para>
</summary>
<value>An integer value that specifies the angle, in degrees, by which the pie is rotated.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesView.RuntimeExploding">
<summary>
<para>Specifies whether the slices, representing the series points, can be dragged with the mouse from the pie center at runtime.
</para>
</summary>
<value><b>true</b> to enable the user to drag the pie slices; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesLabel">
<summary>
<para>Defines label settings for pie series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the PieSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PieSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PieSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
A PieSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesLabel.ColumnIndent">
<summary>
<para>Gets or sets by how much a column of labels is indented from the pie chart.
</para>
</summary>
<value>An integer value which specifies the indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesLabel.Position">
<summary>
<para>Gets or sets the position of labels relative to each other and the pie diagram.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.PieSeriesLabelPosition"/> enumeration value which specifies the position of labels relative to each other and to the pie diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PieSeriesLabel.TextOrientation">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.TextOrientation"/> property, to hide it.
</para>
</summary>
<value>Always <b>Horizontal</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PiePointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within pie series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PiePointOptions.#ctor">
<summary>
<para>Initializes a new instance of the PiePointOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PiePointOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PiePointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PiePointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PiePointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PiePointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.PercentOptions">
<summary>
<para>Provides settings for presenting point values as percents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PercentOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PercentOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A PercentOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.PercentOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PercentOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PercentOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PercentOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PercentOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.PercentOptions.PercentageAccuracy">
<summary>
<para>Gets or sets the percentage accuracy, when the <see cref="P:DevExpress.XtraCharts.PercentOptions.ValueAsPercent"/> property is enabled.
</para>
</summary>
<value>An integer value which specifies the number of decimal places used in the percentage display.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PercentOptions.ValueAsPercent">
<summary>
<para>Gets or sets a value that specifies whether point values are presented as a percentage.
</para>
</summary>
<value><b>true</b> if point values are presented as a percentage; <b>false</b> if they are represented as is.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Palette">
<summary>
<para>Represents a palette (collection of entries with two colors) used to draw a chart using the current appearance settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor">
<summary>
<para>Initializes a new instance of the Palette class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor(DevExpress.XtraCharts.PaletteEntry[])">
<summary>
<para>Initializes a new instance of the Palette class with the specified array of palette entries.
</para>
</summary>
<param name="entries">
An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> values which specifies the palette entries for the palette. An individual item of these entries can be accessed via the <see cref="P:DevExpress.XtraCharts.Palette.Item"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor(System.String,DevExpress.XtraCharts.PaletteScaleMode)">
<summary>
<para>Initializes a new instance of the Palette class with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the palette.
</param>
<param name="scaleMode">
A <see cref="T:DevExpress.XtraCharts.PaletteScaleMode"/> enumeration value, specifying how the color set is extended.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor(System.String,DevExpress.XtraCharts.PaletteScaleMode,DevExpress.XtraCharts.PaletteEntry[])">
<summary>
<para>Initializes a new instance of the Palette class with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the palette.
</param>
<param name="scaleMode">
A <see cref="T:DevExpress.XtraCharts.PaletteScaleMode"/> enumeration value, specifying how the color set is extended.
</param>
<param name="entries">
An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects, representing colors in a palette.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Palette class with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the palette.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.#ctor(System.String,DevExpress.XtraCharts.PaletteEntry[])">
<summary>
<para>Initializes a new instance of the Palette class with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the palette.
</param>
<param name="entries">
An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects, representing the colors in a palette.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.Add(System.Drawing.Color)">
<summary>
<para>Appends a new palette entry with the specified color to the current palette.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object that specifies the first and second colors of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color"/> property.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Palette.Add(DevExpress.XtraCharts.PaletteEntry)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> object to the current palette.
</para>
</summary>
<param name="entry">
A <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> object to append to the palette.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Palette.Add(System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Appends a new palette entry with the specified first and second colors to the current palette.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object that specifies the first color of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color"/> property.
</param>
<param name="color2">
A <see cref="T:System.Drawing.Color"/> object that specifies the second color of the palette entry. This value is assigned to the <see cref="P:DevExpress.XtraCharts.PaletteEntry.Color2"/> property.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Palette.Assign(DevExpress.XtraCharts.Palette)">
<summary>
<para>Copies all the elements from the Palette object passed as the parameter.
</para>
</summary>
<param name="palette">
A Palette object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Palette.Clone">
<summary>
<para>Creates a copy of the current Palette object.
</para>
</summary>
<returns>A Palette object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Palette.DisplayName">
<summary>
<para>Returns a localized name for built-in palettes or the <see cref="P:DevExpress.XtraCharts.Palette.Name"/> property value for custom palettes.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is a palette's localized name.
</value>
</member>
<member name="F:DevExpress.XtraCharts.Palette.EmptyPaletteColor">
<summary>
<para>Identifies the color of the empty palette.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraCharts.Palette.IsEmpty">
<summary>
<para>Gets a value specifying whether a palette (a collection of entries with two colors) is empty.
</para>
</summary>
<value><b>true</b> if the current palette is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the palette.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the palette. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> object which represents the palette entry at the specified position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.Name">
<summary>
<para>Gets the name of the palette.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing a palette's name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.NameSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.Palette.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.Predefined">
<summary>
<para>Reports whether the palette is user-defined or built-in.
</para>
</summary>
<value><b>true</b> if the palette is built-in; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.ScaleMode">
<summary>
<para>Gets the value used to specify the method for extending the color set of the palette.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteScaleMode"/> enumeration member..
</value>
</member>
<member name="P:DevExpress.XtraCharts.Palette.ScaleModeSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.Palette.ScaleMode"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteScaleMode"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Palette.ToString">
<summary>
<para>Returns the textual representation of the palette.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the palette.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.NumericOptions">
<summary>
<para>Contains specific settings which define the representation of numeric values for display purposes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.NumericOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the NumericOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A NumericOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.NumericOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current NumericOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current NumericOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.NumericOptions.Format">
<summary>
<para>Gets or sets a value that specifies the formatting applied to numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.NumericFormat"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.NumericOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current NumericOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.NumericOptions.Precision">
<summary>
<para>Gets or sets the maximum number of digits displayed to the right of the decimal point.
</para>
</summary>
<value>An integer value that specifies the maximum number of digits displayed in the fractional part of the value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.NumericOptions.ToString">
<summary>
<para>Returns the textual representation of the numeric options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the numeric options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Marker">
<summary>
<para>Contains settings of data point markers displayed by series of the point and line types, and also of the area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Marker.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Marker object passed as the parameter.
</para>
</summary>
<param name="obj">
A Marker object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Marker.Color">
<summary>
<para>Gets or sets the color of data point markers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of markers.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Marker.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Marker instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Marker instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Marker.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Marker object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Marker.Visible">
<summary>
<para>Specifies whether the series point markers are visible.
</para>
</summary>
<value><b>true</b> if markers are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.LineStyle">
<summary>
<para>Defines line style settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.LineStyle.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the LineStyle object passed as the parameter.
</para>
</summary>
<param name="obj">
A LineStyle object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.LineStyle.DashStyle">
<summary>
<para>Gets or sets the dash style used to paint the line.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DashStyle"/> enumeration that represents the style used to paint the line.
</value>
</member>
<member name="M:DevExpress.XtraCharts.LineStyle.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current LineStyle instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current LineStyle instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.LineStyle.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current LineStyle object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.LineStyle.Thickness">
<summary>
<para>Gets or sets the line's thickness.
</para>
</summary>
<value>An integer value which specifies the line's thickness, in pixels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.LineSeriesView">
<summary>
<para>Represents a series view of the Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.LineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the LineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.LineSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the LineSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A LineSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.LineSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current LineSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current LineSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.LineSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current LineSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.LineSeriesView.LineMarkerOptions">
<summary>
<para>Gets the specific settings of the data point markers displayed by a series of the line view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains the specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.LineSeriesView.LineStyle">
<summary>
<para>Gets the line style settings of a series of the line type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.LineSeriesView.MarkerVisibility">
<summary>
<para>Specifies whether the series point markers are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.LineSeriesView.PointMarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.PointSeriesView.PointMarkerOptions"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SimpleMarker"/> object that contains the specific marker settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Legend">
<summary>
<para>Represents a chart's legend.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Legend.AlignmentHorizontal">
<summary>
<para>Gets or sets the legend's horizontal alignment within the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LegendAlignmentHorizontal"/> enumeration member which specifies the legend's horizontal alignment within the chart control.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.AlignmentVertical">
<summary>
<para>Gets or sets the legend's vertical alignment within the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LegendAlignmentVertical"/> enumeration member which specifies the legend's vertical alignment within the chart control.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Antialiasing">
<summary>
<para>Gets or sets whether antialising is applied to the legend's contents.
</para>
</summary>
<value><b>true</b> to apply antialising (smoothing) to the legend's contents; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Legend.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Legend object passed as the parameter.
</para>
</summary>
<param name="obj">
A Legend object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Legend.BackColor">
<summary>
<para>Gets or sets the legend's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the legend's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.BackImage">
<summary>
<para>Gets the background image settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the legend's background image.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Border">
<summary>
<para>Gets the legend's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Direction">
<summary>
<para>Gets or sets the direction in which the names of the series are displayed within the legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LegendDirection"/> enumeration value specifying the direction in which the names of the series are displayed within the legend.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.EquallySpacedItems">
<summary>
<para>Gets or sets a value indicating whether the legend items are arranged in left-aligned columns.
</para>
</summary>
<value><b>true</b> if the legend items are arranged in left-aligned columns; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.FillStyle">
<summary>
<para>Gets the legend's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Font">
<summary>
<para>Gets or sets the font used to display the legend's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the legend's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.HorizontalIndent">
<summary>
<para>Specifies the horizontal indent between legend items.
</para>
</summary>
<value>An integer value, specifying the horizontal indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Margins">
<summary>
<para>Specifies the indent between the legend's edge and other chart elements (e.g. diagram and chart titles), in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the legend's outer indents, measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.MarkerSize">
<summary>
<para>Gets or sets the marker's height and width.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure which specifies the marker's height and width, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.MarkerVisible">
<summary>
<para>Specifies whether the legend markers are visible.
</para>
</summary>
<value><b>true</b> to display legend markers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.MaxHorizontalPercentage">
<summary>
<para>Gets or sets the legend's maximum possible width (in percents).
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the maximum width of a legend (in percents).
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.MaxVerticalPercentage">
<summary>
<para>Gets or sets the legend's maximum possible height (in percents).
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the maximum height of a legend (in percents).
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Padding">
<summary>
<para>Specifies the internal space between the legend's content and its edge, in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the legend's inner indents, measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Shadow">
<summary>
<para>Gets the legend's shadow settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the legend's shadow.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.SpacingHorizontal">
<summary>
<para>Gets or sets the horizontal spacing between the legend's elements.
</para>
</summary>
<value>An integer value which specifies the horizontal spacing between the legend's elements, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.SpacingVertical">
<summary>
<para>Gets or sets the vertical spacing between the legend's elements.
</para>
</summary>
<value>An integer value which specifies the vertical spacing between the legend's elements, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.TextColor">
<summary>
<para>Gets or sets the legend's text color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the legend's text color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.TextOffset">
<summary>
<para>Specifies the indent between legend markers and their text.
</para>
</summary>
<value>An integer value, specifying the indent between a legend marker and its text, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.TextVisible">
<summary>
<para>Specifies whether the legend items' text is visible.
</para>
</summary>
<value><b>true</b> to display legend text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.VerticalIndent">
<summary>
<para>Specifies the vertical indent between legend items.
</para>
</summary>
<value>An integer value, specifying the vertical indent, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Legend.Visible">
<summary>
<para>Specifies whether the legend is visible.
</para>
</summary>
<value><b>true</b> if the legend is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.HotTrackEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectSelected"/> and <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectHotTracked"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.HotTrackEventHandler.Invoke(System.Object,DevExpress.XtraCharts.HotTrackEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectSelected"/> and <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectHotTracked"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.HotTrackEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.HotTrackEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectHotTracked"/> and <see cref="E:DevExpress.XtraCharts.ChartControl.ObjectSelected"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.HotTrackEventArgs.AdditionalObject">
<summary>
<para>Provides access to an object related to the object being hit. The returned value depends on the <see cref="P:DevExpress.XtraCharts.HotTrackEventArgs.Object"/> type and hit point location.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value representing an additional object that relates to the one being hit.
</value>
</member>
<member name="P:DevExpress.XtraCharts.HotTrackEventArgs.Cancel">
<summary>
<para>Gets or sets whether the hot-tracking should be cancelled.
</para>
</summary>
<value><b>true</b> to cancel the hot-tracking of an object; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.HotTrackEventArgs.HitInfo">
<summary>
<para>Gets details on the chart elements located at the point where an end-user has clicked when hot-tracking or selecting a chart element at runtime.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the point where an end-user has clicked.
</value>
</member>
<member name="P:DevExpress.XtraCharts.HotTrackEventArgs.Object">
<summary>
<para>Gets the chart element, for which the event was raised.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the chart element for which the event was raised.
</value>
</member>
<member name="T:DevExpress.XtraCharts.HatchFillOptions">
<summary>
<para>Defines the settings of the hatch filling style.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.HatchFillOptions.#ctor">
<summary>
<para>Initializes a new instance of the HatchFillOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.HatchFillOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the HatchFillOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A HatchFillOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.HatchFillOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current HatchFillOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current HatchFillOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.HatchFillOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current HatchFillOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.HatchFillOptions.HatchStyle">
<summary>
<para>Gets or sets the hatch style used for background filling.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Drawing2D.HatchStyle"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.HatchFillOptions.ToString">
<summary>
<para>Returns the textual representation of the hatch fill options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the hatch fill options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.GridLines">
<summary>
<para>Defines the settings of grid lines.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.GridLines.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the GridLines object passed as the parameter.
</para>
</summary>
<param name="obj">
A GridLines object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.Color">
<summary>
<para>Gets or sets the color of major grid lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of major grid lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.LineStyle">
<summary>
<para>Gets the style settings of the major grid lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.MinorColor">
<summary>
<para>Gets or sets the color of minor grid lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of minor grid lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.MinorLineStyle">
<summary>
<para>Gets the style settings of the minor grid lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.MinorVisible">
<summary>
<para>Gets or sets a value indicating whether the minor grid lines are displayed by an axis.
</para>
</summary>
<value><b>true</b> if the minor grid lines are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.GridLines.ToString">
<summary>
<para>Returns the textual representation of the grid lines.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the grid lines.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.GridLines.Visible">
<summary>
<para>Specifies whether the grid lines are visible.
</para>
</summary>
<value><b>true</b> if the grid lines are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Printing.PrintImageFormat">
<summary>
<para>Lists the values used to specify an image format to be maintained for a chart in its Print Preview.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Printing.PrintImageFormat.Bitmap">
<summary>
<para>Represents the bitmap image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Printing.PrintImageFormat.Metafile">
<summary>
<para>Represents the metafile image format.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.TextAnnotation">
<summary>
<para>Represents a text annotation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TextAnnotation.#ctor">
<summary>
<para>Initializes a new instance of the TextAnnotation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TextAnnotation.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the TextAnnotation class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the text annotation. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TextAnnotation.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the TextAnnotation class with the specified name and text.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the annotation's name. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> value specifying the annotation's text. This value is assigned to the <see cref="P:DevExpress.XtraCharts.TextAnnotation.Text"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.Antialiasing">
<summary>
<para>Gets or sets whether anti-aliasing is applied to the annotation's text.
</para>
</summary>
<value><b>true</b> to apply anti-aliasing (smoothing) to the annotation's text; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TextAnnotation.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the TextAnnotation object passed as the parameter.
</para>
</summary>
<param name="obj">
A TextAnnotation object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.AutoSize">
<summary>
<para>Specifies whether the annotation should be auto-resized to fit its text.
</para>
</summary>
<value><b>true</b> to enable the automatic size correction; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the annotation's text.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the annotation's text; <b>False</b> to disable anti-aliasing; <b>Default</b> to automatically determine whether or not anti-aliasing is required.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.Font">
<summary>
<para>Gets or sets the font used to display the annotation's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the annotation's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.Lines">
<summary>
<para>Gets or sets the lines of text within a multiline annotation.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> objects containing the text of the annotation.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.Text">
<summary>
<para>Gets or sets the annotation's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the annotation's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.TextAlignment">
<summary>
<para>Specifies the alignment of the annotation's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringAlignment"/> enumeration value specifying the alignment of the annotation's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TextAnnotation.TextColor">
<summary>
<para>Gets or sets the annotation's text color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of the annotation's text.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedBarSeriesLabel">
<summary>
<para>Defines label settings for full-stacked bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedBarSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedBarSeriesLabel class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedBarPointOptions">
<summary>
<para>Contains settings that specify the data points appearance within full-stacked bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedBarPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedBarPointOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FinancialSeriesViewBase">
<summary>
<para>Represents the base class for series views of the financial type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FinancialSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FinancialSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A FinancialSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FinancialSeriesViewBase.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FinancialSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FinancialSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FinancialSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FinancialSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FinancialSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FinancialSeriesViewBase.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the FinancialSeriesViewBase type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the FinancialSeriesViewBase type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FinancialSeriesViewBase.LevelLineLength">
<summary>
<para>Gets or sets a value specifying the length (in axis units) of the level line in financial series.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the length of a level line in <b>axis units</b>, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialSeriesViewBase.LineThickness">
<summary>
<para>Gets or sets the thickness of the lines used to draw stocks or candle sticks within the financial view.
</para>
</summary>
<value>An integer value that specifies the line thickness.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialSeriesViewBase.ReductionOptions">
<summary>
<para>Gets the settings which relate to price reduction indication within the financial series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ReductionStockOptions"/> object that contains the price reduction indication settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FillStyleBase">
<summary>
<para>Represents the base class for objects which define filling styles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillStyleBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FillStyleBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A FillStyleBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FillStyleBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FillStyleBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FillStyleBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FillStyleBase.FillOptionsTypeName">
<summary>
<para>Gets or sets the string value used to support serialization of the fill options' type in web applications.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FillStyleBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FillStyleBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FillStyleBase.Options">
<summary>
<para>Gets the specific settings of the corresponding filling style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FillOptionsBase"/> object that contains the filling style's settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FillStyleBase.OptionsSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the fill options.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FillStyleBase.ToString">
<summary>
<para>Returns the textual representation of the fill style.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the fill style.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FillOptionsBase">
<summary>
<para>Represents the base class for objects which define specific fill options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FillOptionsBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FillOptionsBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FillOptionsBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FillOptionsBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FillOptionsBase.HiddenSerializableString">
<summary>
<para>Gets or sets the string value used to support serialization in a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FillOptionsBase.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the fill options type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Diagram">
<summary>
<para>Represents the base class for classes that provide diagram functionality for a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Diagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Diagram object passed as the parameter.
</para>
</summary>
<param name="obj">
An Diagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Diagram.AxisLabelsResolveOverlappingMinIndent">
<summary>
<para>This property is hidden, and it is intended for serialization purposes only.
</para>
</summary>
<value>An integer value specifying the indent between adjacent axis labels, for which overlapping resolving is enabled, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram.HiddenObject">
<summary>
<para>Gets or sets an object used to support serialization in a Diagram.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram.LabelsResolveOverlappingMinIndent">
<summary>
<para>This property is hidden, and it is intended for serialization purposes only.
</para>
</summary>
<value>An integer value specifying the indent between adjacent labels of a chart's series, for which an overlapping resolving is enabled, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Diagram.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeOptions">
<summary>
<para>Contains specific settings which define the representation of date-time values for display purposes within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the DateTimeOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A DateTimeOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DateTimeOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DateTimeOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeOptions.Format">
<summary>
<para>Gets or sets a value that specifies the form of date-time values' representation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeFormat"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeOptions.FormatString">
<summary>
<para>Gets or sets the pattern for formatting date-time values.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the format pattern.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeOptions.ToString">
<summary>
<para>Returns the textual representation of the date time options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the date time options.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.DataFilterCollection">
<summary>
<para>Represents a collection that stores specific filter conditions of a particular series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DataFilterCollection.Add(DevExpress.XtraCharts.DataFilter)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.DataFilter"/> object to the current collection.
</para>
</summary>
<param name="filter">
A <see cref="T:DevExpress.XtraCharts.DataFilter"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.DataFilterCollection.Add(System.String,System.String,DevExpress.XtraCharts.DataFilterCondition,System.Object)">
<summary>
<para>Appends a new <see cref="T:DevExpress.XtraCharts.DataFilter"/> object with the specified column name and data type name, condition and filter value.
</para>
</summary>
<param name="columnName">
A <see cref="T:System.String"/> which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.ColumnName"/> property.
</param>
<param name="dataTypeName">
A <see cref="T:System.String"/> which specifies the type name of the data stored in the <b>columnName</b> data column. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.DataType"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for data filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.Condition"/> property.
</param>
<param name="val">
An <see cref="T:System.Object"/> which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the <b>dataTypeName</b> parameter. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.Value"/> property.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.DataFilterCollection.AddRange(DevExpress.XtraCharts.DataFilter[])">
<summary>
<para>Appends an array of data filters to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.DataFilter"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DataFilterCollection.ClearAndAddRange(DevExpress.XtraCharts.DataFilter[])">
<summary>
<para>Removes all elements from the DataFilterCollection, and then appends an array of specified data filters to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.DataFilter"/> objects to append to the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.DataFilterCollection.ConjunctionMode">
<summary>
<para>Gets or sets the conjunction mode for filter conditions defined by the collection's items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConjunctionTypes"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilterCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.DataFilter"/> object which represents the data filter at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DataFilterCollection.Remove(DevExpress.XtraCharts.DataFilter)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.DataFilter"/> object from the collection.
</para>
</summary>
<param name="filter">
A <see cref="T:DevExpress.XtraCharts.DataFilter"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.DataFilter">
<summary>
<para>Defines specific filter conditions of a particular series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DataFilter.#ctor(System.String,System.String,DevExpress.XtraCharts.DataFilterCondition,System.Object)">
<summary>
<para>Initializes a new instance of the DataFilter class with the specified column name and data type name, condition and filter value.
</para>
</summary>
<param name="columnName">
A <see cref="T:System.String"/> which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.ColumnName"/> property.
</param>
<param name="dataTypeName">
A <see cref="T:System.String"/> which specifies the type name of the data stored in the <b>columnName</b> data column. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.DataType"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value which specifies the condition used for data filtering. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.Condition"/> property.
</param>
<param name="val">
An <see cref="T:System.Object"/> which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the <b>dataTypeName</b> parameter. This value is assigned to the <see cref="P:DevExpress.XtraCharts.DataFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DataFilter.#ctor">
<summary>
<para>Initializes a new instance of the DataFilter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DataFilter.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the DataFilter object passed as the parameter.
</para>
</summary>
<param name="obj">
A DataFilter object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.DataFilter.Clone">
<summary>
<para>Creates a copy of the current DataFilter object.
</para>
</summary>
<returns>A DataFilter object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.ColumnName">
<summary>
<para>Gets or sets the name of the data field which the filter condition is applied to.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the corresponding data field.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.Condition">
<summary>
<para>Gets or sets the comparison operator used to filter the data points within a series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DataFilterCondition"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.DataType">
<summary>
<para>Gets or sets the data type of the value associated with the current data filter object.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that represents the value data type.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.DataTypeSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.DataFilter.DataType"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.InvariantValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.DataFilter.Value"/> property using the invariant culture.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DataFilter.ToString">
<summary>
<para>Returns the textual representation of the data filter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the data filter.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.Value">
<summary>
<para>Gets or sets the filter value represented by the current data filter item.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the value by which the series data is filtered.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DataFilter.ValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.DataFilter.Value"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomAxisLabelCollection">
<summary>
<para>Represents a collection that stores the custom labels of a particular axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabelCollection.Add(DevExpress.XtraCharts.CustomAxisLabel)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object to the current collection.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabelCollection.AddRange(DevExpress.XtraCharts.CustomAxisLabel[])">
<summary>
<para>Appends an array of custom axis labels to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabelCollection.Contains(DevExpress.XtraCharts.CustomAxisLabel)">
<summary>
<para>Determines whether the collection contains the specified custom axis label.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified custom axis label; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabelCollection.GetAxisLabelByName(System.String)">
<summary>
<para>Gets a custom axis label within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the axis label to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object that represents the custom axis label with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.CustomAxisLabelCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object which represents the custom axis label at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabelCollection.Remove(DevExpress.XtraCharts.CustomAxisLabel)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object from the collection.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomAxisLabel">
<summary>
<para>Represents an individual custom label of an axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor(System.String,System.Double)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value that specifies the numeric value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor(System.String,System.DateTime)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified name and date time value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value that specifies the date time value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified name and qualitative value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.String"/> value that specifies the qualitative value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified name and value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the custom axis label's name.
</param>
<param name="value">
A <see cref="T:System.Object"/> value, specifying the value for the custom axis label.
</param>
</member>
<member name="M:DevExpress.XtraCharts.CustomAxisLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the CustomAxisLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
A CustomAxisLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValue">
<summary>
<para>Gets or sets the custom label's position along an axis.
</para>
</summary>
<value>A floating point value that specifies the custom label's position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.CustomAxisLabel.AxisValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CustomAxisLabel.Visible">
<summary>
<para>Specifies whether the custom axis label is visible.
</para>
</summary>
<value><b>true</b> if the custom axis label is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ConstantLineTitle">
<summary>
<para>Defines settings for a constant line title.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLineTitle.Alignment">
<summary>
<para>Gets or sets the alignment of a constant line's title.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConstantLineTitleAlignment"/> enumeration value which specifies the alignment of a constant line's title.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineTitle.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ConstantLineTitle object passed as the parameter.
</para>
</summary>
<param name="obj">
A ConstantLineTitle object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLineTitle.ShowBelowLine">
<summary>
<para>Gets or sets a value that specifies whether a constant line's title is displayed below or above the line.
</para>
</summary>
<value><b>true</b> if the title is displayed below the constant line; <b>false</b> if the title is displayed above the line.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ConstantLineCollection">
<summary>
<para>Represents a collection that stores the constant lines of a particular axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineCollection.Add(DevExpress.XtraCharts.ConstantLine)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object to the current collection.
</para>
</summary>
<param name="constantLine">
A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineCollection.AddRange(DevExpress.XtraCharts.ConstantLine[])">
<summary>
<para>Appends an array of constant lines to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.ConstantLine"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineCollection.Contains(DevExpress.XtraCharts.ConstantLine)">
<summary>
<para>Determines whether the collection contains the specified constant line.
</para>
</summary>
<param name="constantLine">
A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified constant line; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineCollection.GetConstantLineByName(System.String)">
<summary>
<para>Gets a constant line within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the constant line to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object that represents the constant line with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLineCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object which represents the constant line at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLineCollection.Remove(DevExpress.XtraCharts.ConstantLine)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object from the collection.
</para>
</summary>
<param name="constantLine">
A <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ConstantLine">
<summary>
<para>Represents a constant line within an axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor(System.String,System.Double)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified name and numeric value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the constant line. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value that specifies the numeric value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ConstantLine.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the constant line. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor">
<summary>
<para>Initializes a new instance of the ConstantLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified name and qualitative value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the constant line. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.String"/> value that specifies the qualitative value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ConstantLine.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor(System.String,System.DateTime)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified name and date time value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the constant line. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value that specifies the date time value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ConstantLine.AxisValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified constant line's name and axis value.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the constant line's name.
</param>
<param name="axisValue">
A <see cref="T:System.Object"/> value, specifying the axis value for the constant line.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ConstantLine.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ConstantLine object passed as the parameter.
</para>
</summary>
<param name="obj">
A ConstantLine object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.AxisValue">
<summary>
<para>Gets or sets the constant line's position along an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the constant line's position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.AxisValueSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ConstantLine.AxisValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.Color">
<summary>
<para>Gets or sets the color of a constant line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the color of the constant line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.LegendText">
<summary>
<para>Gets or sets the text that identifies the constant line within the legend of a chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the constant line's legend text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.LineStyle">
<summary>
<para>Gets the constant line's style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.ShowBehind">
<summary>
<para>Gets or sets a value that specifies whether the constant line is displayed behind the other chart elements on the diagram.
</para>
</summary>
<value><b>true</b> if the constant line is displayed behind the other chart elements; <b>false</b> if the constant line is displayed in front of the other chart elements.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.ShowInLegend">
<summary>
<para>Gets or sets a value that specifies whether the constant line is represented in the chart control's legend.
</para>
</summary>
<value><b>true</b> to represent the constant line in the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.Title">
<summary>
<para>Gets the constant line title's settings.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.ConstantLineTitle"/> object which provides the constant line title's settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.Value">
<summary>
<para>Gets or sets the constant line's position along the axis.
</para>
</summary>
<value>A floating point value that specifies the constant line's position.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ConstantLine.Visible">
<summary>
<para>Specifies whether the constant line is visible.
</para>
</summary>
<value><b>true</b> if the constant line is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ShapeKind">
<summary>
<para>Lists the values used to specify a shape kind of an annotation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ShapeKind.Ellipse">
<summary>
<para><para>Represents the ellipse annotation shape kind.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ShapeKind.Rectangle">
<summary>
<para><para>Represents the rectangle annotation shape kind.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ShapeKind.RoundedRectangle">
<summary>
<para><para>Represents the rounded rectangle annotation shape kind.</para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartTitleCollection">
<summary>
<para>Represents a collection of chart titles within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitleCollection.Add(DevExpress.XtraCharts.ChartTitle)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object to the current collection.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitleCollection.AddRange(DevExpress.XtraCharts.ChartTitle[])">
<summary>
<para>Appends an array of chart titles to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.ChartTitle"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitleCollection.Contains(DevExpress.XtraCharts.ChartTitle)">
<summary>
<para>Determines whether the collection contains the specified chart title.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified chart title; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitleCollection.Insert(System.Int32,DevExpress.XtraCharts.ChartTitle)">
<summary>
<para>Inserts the specified chart title into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the chart title is to be inserted.
</param>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> that specifies the chart title to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartTitleCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object which represents the chart title at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitleCollection.Remove(DevExpress.XtraCharts.ChartTitle)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object from the collection.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ChartTitle">
<summary>
<para>Represents an individual chart title.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartTitle.#ctor">
<summary>
<para>Initializes a new instance of the ChartTitle class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AnnotationCollection">
<summary>
<para>Represents a collection that stores annotations of a chart, pane or series point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddImageAnnotation">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object to the current collection.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object representing the image annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddImageAnnotation(System.String,System.Drawing.Image)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object to the current collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value which specifies the name of the annotation.
</param>
<param name="image">
An <see cref="T:System.Drawing.Image"/> object representing the annotation's image.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object representing the image annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddImageAnnotation(System.String,System.String)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object to the current collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value which specifies the name of the annotation.
</param>
<param name="imageUrl">
A <see cref="T:System.String"/> value which specifies an URL to the annotation's image.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object representing the image annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddImageAnnotation(System.String)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object to the current collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value which specifies the name of the annotation.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object representing the image annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddTextAnnotation">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object to the current collection.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object representing the text annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddTextAnnotation(System.String)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object to the current collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value which specifies the name of the annotation.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object representing the text annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.AddTextAnnotation(System.String,System.String)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object to the current collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value which specifies the name of the annotation.
</param>
<param name="text">
A <see cref="T:System.String"/> value which specifies the text of the annotation.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object representing the text annotation to be added.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.Contains(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Determines whether the collection contains the specified <see cref="T:DevExpress.XtraCharts.Annotation"/> object.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified annotation; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.IndexOf(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.AnnotationCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which represents the annotation at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.Remove(DevExpress.XtraCharts.Annotation)">
<summary>
<para>Removes the specified annotation from the collection.
</para>
</summary>
<param name="annotation">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.Swap(System.Int32,System.Int32)">
<summary>
<para>Swaps the two annotations with the specified indexes in the collection.
</para>
</summary>
<param name="index1">
An integer value which specifies the index of the first annotation to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="index2">
An integer value which specifies the index of the second annotation to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.Swap(DevExpress.XtraCharts.Annotation,DevExpress.XtraCharts.Annotation)">
<summary>
<para>Swaps the two specified annotations within the collection.
</para>
</summary>
<param name="annotation1">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which specifies the first annotation to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified annotation doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
<param name="annotation2">
An <see cref="T:DevExpress.XtraCharts.Annotation"/> object which specifies the second annotation to swap. If <b>null</b>, then the <see cref="T:System.ArgumentNullException"/> will be raised. If the specified annotation doesn't belong to the collection, then the <see cref="T:System.ArgumentException"/> will be raised.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AnnotationCollection.ToArray">
<summary>
<para>Copies the elements of the AnnotationCollection to a new array of <see cref="T:DevExpress.XtraCharts.ChartElement"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.Annotation"/> objects containing the copies of the elements of the AnnotationCollection.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.ChartCollectionBase">
<summary>
<para>Defines the base type for collections used in a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.Assign(DevExpress.XtraCharts.ChartCollectionBase)">
<summary>
<para>Copies all the elements from the ChartCollectionBase object passed as the parameter.
</para>
</summary>
<param name="collection">
A ChartCollectionBase object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.BeginUpdate">
<summary>
<para>Prevents the collection from being updated until the <see cref="M:DevExpress.XtraCharts.ChartCollectionBase.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.CancelUpdate">
<summary>
<para>Unlocks the collection after a call to the <see cref="M:DevExpress.XtraCharts.ChartCollectionBase.BeginUpdate"/> method and causes an immediate update without raising any notification events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.Contains(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Determines whether the collection contains the specified chart element.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraCharts.ChartElement"/> class descendant to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified chart element; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.Dispose">
<summary>
<para>Disposes of the ChartCollectionBase object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.EndUpdate">
<summary>
<para>Unlocks the collection after a call to the <see cref="M:DevExpress.XtraCharts.ChartCollectionBase.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.GetElementByIndex(System.Int32)">
<summary>
<para>Gets a chart element within the collection by its index.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartElement"/> object which represents the chart element at the specified position.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.IndexOf(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Returns the specified object's position within the collection.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraCharts.ChartElement"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.Remove(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.ChartElement"/> object from the collection.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraCharts.ChartElement"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.Swap(System.Int32,System.Int32)">
<summary>
<para>Swaps the two items with the specified indexes in the collection.
</para>
</summary>
<param name="index1">
An integer value which specifies the index of the first item to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
<param name="index2">
An integer value which specifies the index of the second item to swap in the collection. Note that if the index is less than <b>0</b>, or more than the <see cref="P:System.Collections.CollectionBase.Count"/> value, a <see cref="T:System.ArgumentException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartCollectionBase.ToArray">
<summary>
<para>Copies the elements of the ChartCollectionBase to a new array of <see cref="T:DevExpress.XtraCharts.ChartElement"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.ChartElement"/> objects containing the copies of the elements of the ChartCollectionBase.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.CandleStickSeriesView">
<summary>
<para>Represents a series view of the Candle Stick type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CandleStickSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the CandleStickSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.BorderBase">
<summary>
<para>Represents the base class for all border objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BorderBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BorderBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A BorderBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BorderBase.Color">
<summary>
<para>Gets or sets the border color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the border color.
</value>
</member>
<member name="M:DevExpress.XtraCharts.BorderBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current BorderBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current BorderBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.BorderBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current BorderBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.BorderBase.Thickness">
<summary>
<para>Gets or sets the border's thickness.
</para>
</summary>
<value>An integer value which specifies the border's thickness, in pixels.
</value>
</member>
<member name="M:DevExpress.XtraCharts.BorderBase.ToString">
<summary>
<para>Returns the textual representation of the border.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the border.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.BorderBase.Visible">
<summary>
<para>Specifies whether the border is visible.
</para>
</summary>
<value><b>true</b> if the border is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.BarSeriesView">
<summary>
<para>Represents the base class for series views of the Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the BarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BarSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BarSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A BarSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesView.BarWidth">
<summary>
<para>Specifies the width of bars in Bar series, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the bar's width in fractions of <b>axis units</b>, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesView.Border">
<summary>
<para>Gets the series view's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.BarSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current BarSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current BarSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesView.FillStyle">
<summary>
<para>Gets the fill style of bar(s) within a series view of a bar type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the fill style for the background of bars.
</value>
</member>
<member name="M:DevExpress.XtraCharts.BarSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current BarSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesView.Transparency">
<summary>
<para>Gets or sets the transparency (0-255) to use for displaying the filled color areas.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.BackgroundImage">
<summary>
<para>Represents a background image within either a chart control or its elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BackgroundImage.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BackgroundImage object passed as the parameter.
</para>
</summary>
<param name="obj">
A BackgroundImage object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BackgroundImage.Stretch">
<summary>
<para>Gets or sets whether the background image is stretched in order to fit within the element (e.g. legend).
</para>
</summary>
<value><b>true</b> to stretch an image in order to fit within the element; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisYRange">
<summary>
<para>Contains the settings that define the range displayed by the Y axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisY">
<summary>
<para>Represents the <i>primary</i> Y-axis within a chart control in 2D series, except for the Swift Plot.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisY.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisXRange">
<summary>
<para>Contains the settings that define the range displayed by the X axis.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisX">
<summary>
<para>Represents the <i>primary</i> X-axis within a chart control in 2D series, except for the Swift Plot.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisX.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisTitleY">
<summary>
<para>Defines the settings of the Y axis's title.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisTitleX">
<summary>
<para>Defines the settings of the X axis's title.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisTitle">
<summary>
<para>Defines the common settings of an axis's title.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisTitle.Alignment">
<summary>
<para>Gets or sets the alignment of the axis title.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringAlignment"/> enumeration value which specifies the alignment of the axis title.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisTitle.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisTitle object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisTitle object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AxisTitle.ToString">
<summary>
<para>Returns the textual representation of the axis title.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis title.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.AxisRange">
<summary>
<para>Contains the common settings that define the range displayed by an axis.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.AlwaysShowZeroLevel">
<summary>
<para>Gets or sets a value which indicates whether the Y-axis range should be automatically recalculated to make the zero level constantly visible.
</para>
</summary>
<value><b>true</b> if the zero level should always be visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisRange.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisRange object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisRange object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.Auto">
<summary>
<para>Gets or sets a value that specifies whether the minimum and maximum axis values are calculated automatically based upon the series being drawn.
</para>
</summary>
<value><b>true</b> if the minimum and maximum axis values are calculated automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MaxValue">
<summary>
<para>Gets or sets the maximum value to display on an Axis. This may not be the same as the maximum value of the series associated with this axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the maximum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MaxValueInternal">
<summary>
<para>Gets or sets the internal float representation of the range maximum value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the internal representation of the range maximum value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MaxValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.AxisRange.MaxValue"/> property in an invariant locale.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MinValue">
<summary>
<para>Gets or sets the minimum value to display on an Axis. This may not be the same as the minimum value of the series associated with this axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the minimum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MinValueInternal">
<summary>
<para>Gets or sets the internal float representation of the range minimum value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the internal representation of the range minimum value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.MinValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.AxisRange.MinValue"/> property in an invariant locale.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.ScrollingRange">
<summary>
<para>Gets the range through which it's possible to scroll an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollingRange"/> object representing the scrolling range settings of an axis.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisRange.SetInternalMinMaxValues(System.Double,System.Double)">
<summary>
<para>Sets both minimum and maximum internal values of an axis range.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value which specifies the minimum internal value to be set.
</param>
<param name="max">
A <see cref="T:System.Double"/> value which specifies the maximum internal value to be set.
</param>
</member>
<member name="M:DevExpress.XtraCharts.AxisRange.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Sets both minimum and maximum values of an axis range.
</para>
</summary>
<param name="minValue">
A <see cref="T:System.Object"/> which specifies the minimum set value. The type of an object depends on the axis scale type.
</param>
<param name="maxValue">
A <see cref="T:System.Object"/> which specifies the maximum set value. The type of an object depends on the axis scale type.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisRange.SideMarginsEnabled">
<summary>
<para>Specifies whether a space should be left between the outermost series point and the diagram's edge.
</para>
</summary>
<value><b>true</b> if the axis range is automatically widened; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabel">
<summary>
<para>Defines the settings of an axis's labels or custom labels.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.Angle">
<summary>
<para>Gets or sets the angle by which the axis label's text is rotated.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, by which the axis label's text is rotated.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.Antialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the axis label's text.
</para>
</summary>
<value><b>true</b> to apply anti-aliasing to the axis label's text; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.BeginText">
<summary>
<para>Gets or sets the prefix for labels which will be displayed within the corresponding axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the common prefix for labels within an axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.DateTimeOptions">
<summary>
<para>Provides access to the options that define the appearance of a label when it displays date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the axis label's text.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the axis label's text; <b>False</b> to disable anti-aliasing; <b>Default</b> to automatically determine whether or not anti-aliasing is required.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.EndText">
<summary>
<para>Gets or sets the postfix for labels which will be displayed within the corresponding axis.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the common postfix for labels within an axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.MaxLineCount">
<summary>
<para>Gets or sets the number of lines to which a label's text is allowed to wrap.
</para>
</summary>
<value>An integer value which is the number of text lines. Should be greater than or equal to <b>0</b> and less than or equal to <b>20</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.MaxWidth">
<summary>
<para>Gets or sets the maximum width allowed for axis labels.
</para>
</summary>
<value>An integer value that specifies the maximum label width. By default, it is set to <b>0</b>, which means that label width is unlimited.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.NumericOptions">
<summary>
<para>Provides access to the options that define the appearance of a label when it displays numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.NumericOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.ResolveOverlappingOptions">
<summary>
<para>Provides access to the options that define how to resolve overlapping axis labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.Staggered">
<summary>
<para>Gets or sets a value indicating whether axis labels/axis custom labels are positioned in staggered order.
</para>
</summary>
<value><b>true</b> if axis labels are positioned in staggered order; <b>false</b> if labels are displayed in a single line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel.TextAlignment">
<summary>
<para>Specifies the alignment of the axis labels text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringAlignment"/> enumeration value specifying the alignment of the labels text.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabel.ToString">
<summary>
<para>Returns the textual representation of the axis label.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the axis label.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Axis">
<summary>
<para>Represents the base class for classes that provide axes functionality for 2D XY-series views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Axis.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Axis object passed as the parameter.
</para>
</summary>
<param name="obj">
An Axis object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Axis.AutoScaleBreaks">
<summary>
<para>Provides access to the settings of automatic scale breaks.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AutoScaleBreaks"/> object, which contains settings of automatic scale breaks.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis.Reverse">
<summary>
<para>Gets or sets whether the axis is reversed.
</para>
</summary>
<value><b>true</b> to reverse the axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis.ScaleBreakOptions">
<summary>
<para>Provides access to the appearance settings of the axis' scale breaks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleBreakOptions"/> object that contains the appearance settings of scale breaks.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis.ScaleBreaks">
<summary>
<para>Provides access to the axis' collection of scale breaks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleBreakCollection"/> object containing an axis' scale breaks.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ViewType">
<summary>
<para>Lists the values used to specify the view type of a series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Area">
<summary>
<para>Specifies a series view of the Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.AreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Area3D">
<summary>
<para>Specifies a series view of the Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Area3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Bar">
<summary>
<para>Specifies a series view of the Side-by-Side Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Bar3D">
<summary>
<para>Specifies a series view of the Side-by-Side Bar 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideBar3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Bubble">
<summary>
<para>Specifies a series view of the Bubble type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.BubbleSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.CandleStick">
<summary>
<para>Specifies a series view of the Candle Stick type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.CandleStickSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Doughnut">
<summary>
<para>Specifies a series view of the Doughnut type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.DoughnutSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Doughnut3D">
<summary>
<para>Specifies a series view of the Doughnut 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Doughnut3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedArea">
<summary>
<para>Specifies a series view of the Full Stacked Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedArea3D">
<summary>
<para>Specifies a series view of the Full-Stacked Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedBar">
<summary>
<para>Specifies a series view of the Full-Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedBar3D">
<summary>
<para>Specifies a series view of the Full-Stacked Bar 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedBar3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedLine">
<summary>
<para>Specifies a series view of the Full-Stacked Line type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.FullStackedLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedLine3D">
<summary>
<para>Specifies a series view of the Full-Stacked Line 3D type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.FullStackedLine3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedSplineArea">
<summary>
<para>Specifies a series view of the Full-Stacked Spline Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.FullStackedSplineArea3D">
<summary>
<para>Specifies a series view of the Full-Stacked Spline Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Funnel">
<summary>
<para>Specifies a series view of the Funnel type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.FunnelSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Funnel3D">
<summary>
<para>Specifies a series view of the Funnel 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Funnel3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Gantt">
<summary>
<para>Specifies a series view of the Gantt type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.GanttSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Line">
<summary>
<para>Specifies a series view of the Line type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.LineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Line3D">
<summary>
<para>Specifies a series view of the Line 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Line3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.ManhattanBar">
<summary>
<para>Specifies a series view of the Manhattan Bar 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.ManhattanBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Pie">
<summary>
<para>Specifies a series view of the Pie type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.PieSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Pie3D">
<summary>
<para>Specifies a series view of the Pie 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Pie3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Point">
<summary>
<para>Specifies a series view of the Point type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.PointSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.PolarArea">
<summary>
<para>Specifies a series view of the Polar Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.PolarAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.PolarLine">
<summary>
<para>Specifies a series view of the Polar Line type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.PolarLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.PolarPoint">
<summary>
<para>Specifies a series view of the Polar Point type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.PolarPointSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RadarArea">
<summary>
<para>Specifies a series view of the Radar Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.RadarAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RadarLine">
<summary>
<para>Specifies a series view of the Radar Line type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.RadarLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RadarPoint">
<summary>
<para>Specifies a series view of the Radar Point type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.RadarPointSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RangeArea">
<summary>
<para>Specifies a series view of the Range Area type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.RangeAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RangeArea3D">
<summary>
<para>Specifies a series view of the Range Area 3D type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.RangeArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.RangeBar">
<summary>
<para>Specifies a series view of the Range Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.RangeBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.ScatterLine">
<summary>
<para>Specifies a series view of the Scatter Line type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.ScatterLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideFullStackedBar">
<summary>
<para>Specifies a series view of the Side-by-Side Full-Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideFullStackedBar3D">
<summary>
<para>Specifies a series view of the 3D Side-by-Side Full-Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideGantt">
<summary>
<para>Specifies a series view of the Side-by-Side Gantt type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideGanttSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideRangeBar">
<summary>
<para>Specifies a series view of the Side-by-Side Range Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideRangeBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideStackedBar">
<summary>
<para>Specifies a series view of the Side-by-Side Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideStackedBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SideBySideStackedBar3D">
<summary>
<para>Specifies a series view of the 3D Side-by-Side Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Spline">
<summary>
<para>Specifies a series view of the Spline type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SplineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Spline3D">
<summary>
<para>Specifies a series view of the Spline 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.Spline3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SplineArea">
<summary>
<para>Specifies a series view of the Spline Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SplineAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SplineArea3D">
<summary>
<para>Specifies a series view of the Spline Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SplineArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedArea">
<summary>
<para>Specifies a series view of the Stacked Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedArea3D">
<summary>
<para>Specifies a series view of the Stacked Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedBar">
<summary>
<para>Specifies a series view of the Stacked Bar type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedBarSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedBar3D">
<summary>
<para>Specifies a series view of the Stacked Bar 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedBar3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedLine">
<summary>
<para>Specifies a series view of the Stacked Line type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.StackedLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedLine3D">
<summary>
<para>Specifies a series view of the Stacked Line 3D type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.StackedLine3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedSplineArea">
<summary>
<para>Specifies a series view of the Stacked Spline Area type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedSplineAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StackedSplineArea3D">
<summary>
<para>Specifies a series view of the Stacked Spline Area 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StackedSplineArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StepArea">
<summary>
<para>Specifies a series view of the Step Area type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.StepAreaSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StepArea3D">
<summary>
<para>Specifies a series view of the Step Area 3D type. This view type is specified by a <see cref="T:DevExpress.XtraCharts.StepArea3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StepLine">
<summary>
<para>Specifies a series view of the Step Line type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StepLineSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.StepLine3D">
<summary>
<para>Specifies a series view of the Step Line 3D type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StepLine3DSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.Stock">
<summary>
<para>Specifies a series view of the Stock type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.StockSeriesView"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ViewType.SwiftPlot">
<summary>
<para>Specifies a series view of the Swift Plot type. This view type is represented by a <see cref="T:DevExpress.XtraCharts.SwiftPlotSeriesView"/> object.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StockType">
<summary>
<para>Lists the values used to specify whether Open and Close markers are displayed within a series view of the stock type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockType.Both">
<summary>
<para>Specifies that both Open and Close price values are displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockType.Close">
<summary>
<para>Specifies that only Close price values are displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockType.Open">
<summary>
<para>Specifies that only Open price values are displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StockLevel">
<summary>
<para>Lists the values used to identify the levels of price data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockLevel.Close">
<summary>
<para>Specifies the Close level of price data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockLevel.High">
<summary>
<para>Specifies the High level of price data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockLevel.Low">
<summary>
<para>Specifies the Low level of price data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.StockLevel.Open">
<summary>
<para>Specifies the Open level of price data.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesLabelValueType">
<summary>
<para>Lists the values used to specify the contents of series labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesLabelValueType.Points">
<summary>
<para>Specifies that series labels display data values of the corresponding series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.SeriesLabelValueType.SeriesName">
<summary>
<para>Specifies that series labels display the name of the corresponding series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ScaleType">
<summary>
<para>Contains the values used to specify the scale type for the argument and value data of data points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleType.Auto">
<summary>
<para>The scale type is automatically determined according to the real type of underlying data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleType.DateTime">
<summary>
<para>Identifies the <b>DateTime</b> data scale. This means that data provided for the <see cref="P:DevExpress.XtraCharts.Series.Points"/> will be treated as <b>DateTime</b> values and will be shown on the axis as <b>DateTime</b> values (e.g., <b>January, 2003</b>, <b>January, 2004</b>, and <b>January, 2005</b>). Note that in this case the <see cref="P:DevExpress.XtraCharts.AxisBase.DateTimeOptions"/> property is used to define the output format of <b>DateTime</b> values shown on the axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleType.Numerical">
<summary>
<para>Identifies the <b>Numerical</b> data scale. This means that data provided for the <see cref="P:DevExpress.XtraCharts.Series.Points"/> will be treated as numerical values and will be shown on the axis as numbers (e.g., <b>100</b>, <b>200</b>, and <b>300</b>). Note that in this case the <see cref="P:DevExpress.XtraCharts.AxisBase.NumericOptions"/> property is used to define the output format of numerical values shown on the axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleType.Qualitative">
<summary>
<para>Identifies the <b>Qualitative</b> data scale. This means that data provided for the <see cref="P:DevExpress.XtraCharts.Series.Points"/> will be treated as qualitative values and will be shown on the axis as textual representations (e.g., <b>A</b>, <b>B</b>, and <b>C</b>).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RectangleGradientMode">
<summary>
<para>Lists the values that specify the direction of a linear gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.BottomLeftToTopRight">
<summary>
<para> Specifies a gradient from lower left to upper right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.BottomRightToTopLeft">
<summary>
<para> Specifies a gradient from lower right to upper left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.BottomToTop">
<summary>
<para> Specifies a gradient from bottom to top.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.FromCenterHorizontal">
<summary>
<para> Specifies a horizontal gradient that starts from the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.FromCenterVertical">
<summary>
<para> Specifies a vertical gradient that starts from the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.LeftToRight">
<summary>
<para> Specifies a gradient from left to right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.RightToLeft">
<summary>
<para> Specifies a gradient from right to left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.ToCenterHorizontal">
<summary>
<para> Specifies a horizontal gradient that ends at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.ToCenterVertical">
<summary>
<para> Specifies a vertical gradient that ends at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.TopLeftToBottomRight">
<summary>
<para> Specifies a gradient from upper left to lower right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.TopRightToBottomLeft">
<summary>
<para> Specifies a gradient from upper right to lower left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RectangleGradientMode.TopToBottom">
<summary>
<para> Specifies a gradient from top to bottom.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PointView">
<summary>
<para>Lists the values used to specify how data point information is represented within series labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PointView.Argument">
<summary>
<para><para>Specifies that series labels identify series points by their argument values (which can be taken from the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> property).</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PointView.ArgumentAndValues">
<summary>
<para><para>Specifies that series labels reflect both <i>arguments</i> and <i>values</i> for the corresponding series points. In this case, the resulting label content is composed of the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Argument"/> and <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> property values, based on the specified <see cref="P:DevExpress.XtraCharts.PointOptions.Pattern"/>.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PointView.SeriesName">
<summary>
<para><para>Specifies that series labels identify series points by the name of their series (which can be taken from the <see cref="P:DevExpress.XtraCharts.Series.Name"/> property).</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PointView.Undefined">
<summary>
<para>This means the the <see cref="P:DevExpress.XtraCharts.PointOptions.PointView"/> property value is ignored, and the text of series labels is determined by the <see cref="P:DevExpress.XtraCharts.PointOptions.Pattern"/> property value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PointView.Values">
<summary>
<para><para>Specifies that series labels identify data points by their values (which can be taken from the <see cref="P:DevExpress.XtraCharts.SeriesPoint.Values"/> property).</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PieSeriesLabelPosition">
<summary>
<para>Lists the values used to specify the position of pie slice labels relative to each other and the pie diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieSeriesLabelPosition.Inside">
<summary>
<para>Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieSeriesLabelPosition.Outside">
<summary>
<para>Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieSeriesLabelPosition.Radial">
<summary>
<para>Specifies that point labels should be painted radially on the corresponding slices of a Pie chart.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieSeriesLabelPosition.Tangent">
<summary>
<para>Specifies that point labels should be painted tangentially on the corresponding slices of a Pie chart.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns">
<summary>
<para>Specifies that point labels should be painted outside a Pie chart and organized into two columns on the left and right of the Pie chart.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.NumericFormat">
<summary>
<para>Lists the values used to specify the formatting applied to numeric values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.Currency">
<summary>
<para>Displays numbers as currency, using the currency format specified in your computer's regional settings.
<para>Example: <b>$100</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.FixedPoint">
<summary>
<para>Displays numbers as real numeric values with the specified number of digits for the fractional part. How many digits is specified by the <see cref="P:DevExpress.XtraCharts.NumericOptions.Precision"/> property, and the decimal separator is based upon your computer's regional settings.
<para>Example: <b>100.00</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.General">
<summary>
<para>Displays numbers without any specific formatting applied to them. Integer and fractional parts are separated using the decimal symbol specified in your computer's regional settings.
<para>Example: <b>100</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.Number">
<summary>
<para>Displays numbers as numeric values, using the number format specified in your computer's regional settings.
<para>Example: <b>100.00</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.Percent">
<summary>
<para>Displays numbers multiplied by 100 with a percent sign (%) appended to the right; displays two digits to the right of the symbol specified in your computer's regional settings.
<para>Example: <b>100 %</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.NumericFormat.Scientific">
<summary>
<para>Displays numbers using the standard scientific notation. This format is determined by your computer's regional settings.
<para>Example: <b>1.00E+002</b>.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.MarkerKind">
<summary>
<para>Lists the values that specify the shape of simple markers which can be displayed by a series view of the point type and within the chart control's legend.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Circle">
<summary>
<para>Specifies a circular marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Cross">
<summary>
<para>Specifies a cross-shaped marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Diamond">
<summary>
<para>Specifies a dimaond-shaped marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Hexagon">
<summary>
<para>Specifies a hexagonal marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.InvertedTriangle">
<summary>
<para>Specifies an inverted triangle marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Pentagon">
<summary>
<para>Specifies a pentagonal marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Plus">
<summary>
<para>Specifies a plus-shaped marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Square">
<summary>
<para>Specifies a square marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Star">
<summary>
<para>Specifies a star-shaped marker.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.MarkerKind.Triangle">
<summary>
<para>Specifies a triangular marker.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.LegendDirection">
<summary>
<para>Lists the values that specify the layout of legend entries associated with the series in the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendDirection.BottomToTop">
<summary>
<para>Specifies that legend entries are positioned vertically from the bottom to the top of the legend according to the indexes of the corresponding series within the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection. The lower index that a series object has in the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection, the lower position its legend entry has within the legend.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendDirection.LeftToRight">
<summary>
<para>Speifies that legend entries are positioned horizontally from the left to the right of the legend according to the indexes of the corresponding series within the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection. The lower index that a series object has in the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection, the closer to the left bound its legend entry is positioned within the legend.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendDirection.RightToLeft">
<summary>
<para>Speifies that legend entries are positioned horizontally from the right to the left of the legend according to the indexes of the corresponding series within the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection. The lower index a series object has in the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection, the closer to the right bound its legend entry is positioned within the legend.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendDirection.TopToBottom">
<summary>
<para>Speifies that legend entries are positioned vertically from the top to the bottom of the legend according to the indexes of the corresponding series within the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection. The lower the index that a series object has in the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> collection, the higher position its legend entry has within the legend.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.LegendAlignmentVertical">
<summary>
<para>Lists the values that specify the legend's vertical alignment within the Chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentVertical.Bottom">
<summary>
<para><para>The legend is positioned level with the bottom of the Diagram.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside">
<summary>
<para><para>The legend is positioned at the bottom of the Chart control.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentVertical.Center">
<summary>
<para><para>The legend is centered vertically.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentVertical.Top">
<summary>
<para><para>The legend is positioned level with the top of the Diagram.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside">
<summary>
<para><para>The legend is positioned at the top of the Chart control.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.LegendAlignmentHorizontal">
<summary>
<para>Lists the values that specify the legend's horizontal alignment within the Chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentHorizontal.Center">
<summary>
<para><para>Centers a legend horizontally within the Chart control.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentHorizontal.Left">
<summary>
<para><para>The legend is positioned on the left side of the Diagram.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside">
<summary>
<para><para>The legend is positioned to the left of the Chart control.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentHorizontal.Right">
<summary>
<para><para>The legend is positioned on the right side of the Diagram.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LegendAlignmentHorizontal.RightOutside">
<summary>
<para><para>The legend is positioned on the right side of the Chart control.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.LayoutDirection">
<summary>
<para>Lists the values used to specify the manner in which multiple series are positioned within a 2D or 3D Simple Diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LayoutDirection.Horizontal">
<summary>
<para>Specifies that pie charts are positioned horizontally (by rows) within a chart control's diagram. The number of pie charts within a single row is specified by the diagram's <see cref="P:DevExpress.XtraCharts.SimpleDiagram.Dimension"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.LayoutDirection.Vertical">
<summary>
<para>Specifies that pie charts are positioned vertically (by columns) within a chart control's diagram. The number of pie charts within a single column is specified by the diagram's <see cref="P:DevExpress.XtraCharts.SimpleDiagram.Dimension"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FillMode">
<summary>
<para>Lists the values that specify the filling mode for an element's surface.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode.Empty">
<summary>
<para>Specifies that an element's surface should not be filled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode.Gradient">
<summary>
<para>Specifies that an element's surface should be filled in gradient mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode.Hatch">
<summary>
<para>Specifies that an element's surface should be filled in hatch mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FillMode.Solid">
<summary>
<para>Specifies that an element's surface should be filled in the solid mode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeFormat">
<summary>
<para>Lists the values used to specify the formatting applied to date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.Custom">
<summary>
<para>The format string specified by the <see cref="P:DevExpress.XtraCharts.DateTimeOptions.FormatString"/> property will be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.General">
<summary>
<para>Displays a date and time using the general date-time settings determined by your computer's regional settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.LongDate">
<summary>
<para>Displays a date using the long-date format specified in your computer's regional settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.LongTime">
<summary>
<para>Displays a time using the long-time format specified in your computer's regional settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.MonthAndDay">
<summary>
<para>Displays a date as a month name and day number using your computer's regional settings (e.g., <b>February 11</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.MonthAndYear">
<summary>
<para>Displays a date as a month name and year number using your computer's regional settings (e.g., <b>February, 2006</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.QuarterAndYear">
<summary>
<para><para>Displays a date as a quarter value and year number using your computer's regional settings (e.g., <b>Q2 2006</b>).</para>
<para>Note that you can apply formatting to the quarter's value. To do this, set the <see cref="P:DevExpress.XtraCharts.DateTimeOptions.Format"/> property to <b>Custom</b>, and define one of the following values for the <see cref="P:DevExpress.XtraCharts.DateTimeOptions.FormatString"/> property:</para>
<para><b>q</b> - Changes format to Roman numerals (e.g., <b>IV</b>);</para>
<para><b>qq</b> - Changes format to Roman numerals with the <b>Q</b> prefix (e.g., <b>QIV</b>);</para>
<para><b>Q</b> - Changes format to Arabic numerals (e.g., <b>4</b>);</para>
<para><b>QQ</b> - Changes format to Arabic numerals with the <b>Q</b> prefix (e.g., <b>Q4</b>).</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.ShortDate">
<summary>
<para>Displays a date using the short-date format specified in your computer's regional settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DateTimeFormat.ShortTime">
<summary>
<para>Displays a time using the short-time format specified in your computer's regional settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DataFilterCondition">
<summary>
<para>Lists the values that specify comparison operators used to filter data points within a series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.Equal">
<summary>
<para>Specifies the "equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.GreaterThan">
<summary>
<para>Specifies the "greater than" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.GreaterThanOrEqual">
<summary>
<para>Specifies the "greater than or equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.LessThan">
<summary>
<para>Specifies the "less than" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.LessThanOrEqual">
<summary>
<para>Specifies the "less than or equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DataFilterCondition.NotEqual">
<summary>
<para>Specifies the "not equal to" comparison operator.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DashStyle">
<summary>
<para>Lists the values that specify the dash style used to paint a line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.Dash">
<summary>
<para>Specifies a line consisting of dashes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.DashDot">
<summary>
<para>Specifies a line consisting of a repeating pattern of dash-dot.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.DashDotDot">
<summary>
<para>Specifies a line consisting of a repeating pattern of dash-dot-dot.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.Dot">
<summary>
<para>Specifies a line consisting of dots.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.Empty">
<summary>
<para>Specifies that an element's should be filled using the current appearance settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.DashStyle.Solid">
<summary>
<para>Specifies a solid line.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ConstantLineTitleAlignment">
<summary>
<para>Lists the values used to specify the alignment of a constant line's title relative to the corresponding axis.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ConstantLineTitleAlignment.Far">
<summary>
<para>Specifies that a constant line title is aligned far from the axis which it belongs to.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ConstantLineTitleAlignment.Near">
<summary>
<para>Specifies that a constant line title is aligned near to the axis which it belongs to.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.BarSeriesLabelPosition">
<summary>
<para>Lists the values used to specify the position of Bar labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BarSeriesLabelPosition.BottomInside">
<summary>
<para>Labels are displayed inside Bars, at the bottom.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BarSeriesLabelPosition.Center">
<summary>
<para>Labels are displayed in the center of Bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BarSeriesLabelPosition.Top">
<summary>
<para>Labels are displayed above Bars.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BarSeriesLabelPosition.TopInside">
<summary>
<para>Labels are displayed inside Bars, at the top.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideStackedBar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SideBySideStackedBar3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SideBySideStackedBar3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.BarDistance">
<summary>
<para>Specifies the distance between two bars of different series shown at the same axis value, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars, as a fraction of <b>axis units</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.BarDistanceFixed">
<summary>
<para>Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SideBySideStackedBar3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SideBySideStackedBar3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SideBySideStackedBar3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.StackedGroupSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView.StackedGroup"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Annotation">
<summary>
<para>Represents a base class for classes representing text and image annotations.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Annotation.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the Annotation class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the text annotation. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.AnchorPoint">
<summary>
<para>Specifies the type of the annotation's anchor point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationAnchorPoint"/> class descendant representing the annotation's anchor point type.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.AnchorPointSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the anchor point.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Angle">
<summary>
<para>Specifies the angle by which the annotation's shape is rotated.
</para>
</summary>
<value>An integer value specifying the rotation angle, in degrees. The default is <b>0</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Annotation.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Annotation object passed as the parameter.
</para>
</summary>
<param name="obj">
An Annotation object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.BackColor">
<summary>
<para>Specifies the annotation's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the annotation's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Border">
<summary>
<para>Gets the annotation's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ConnectorStyle">
<summary>
<para>Specifies the connector style of the annotation.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationConnectorStyle"/> enumeration value representing the connector style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.FillStyle">
<summary>
<para>Gets the annotation's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Height">
<summary>
<para>Specifies the height (in pixels) of the annotation.
</para>
</summary>
<value>An integer value specifying the annotation's height, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.LabelMode">
<summary>
<para>Specifies whether the annotation should be cut off if it doesn't fit into the diagram's dimensions.
</para>
</summary>
<value><b>true</b> to always draw the annotation entirely; otherwise, <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Padding">
<summary>
<para>Specifies the internal space between the annotation's content and its edge, in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the annotation's inner indents, measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.RuntimeAnchoring">
<summary>
<para>Specifies whether it's allowed to re-locate the annotation's anchor point at runtime.
</para>
</summary>
<value><b>true</b> to allow runtime anchoring of the annotation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.RuntimeMoving">
<summary>
<para>Specifies whether it's allowed to re-locate the annotation at runtime.
</para>
</summary>
<value><b>true</b> to allow runtime re-location of the annotation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.RuntimeResizing">
<summary>
<para>Specifies whether it's allowed to resize the annotation at runtime.
</para>
</summary>
<value><b>true</b> to allow runtime resizing of the annotation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.RuntimeRotation">
<summary>
<para>Specifies whether it's allowed to rotate the annotation at runtime.
</para>
</summary>
<value><b>true</b> to allow runtime rotation of the annotation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Shadow">
<summary>
<para>Gets the annotation's shadow settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the legend's shadow.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ShapeFillet">
<summary>
<para>Specifies the fillet when the annotation's shape is <b>RoundedRectangle</b>.
</para>
</summary>
<value>An integer value specifying the annotation shape's fillet.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ShapeKind">
<summary>
<para>Specifies the shape kind of the annotation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ShapeKind"/> enumeration value representing the annotation shape kind.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ShapePosition">
<summary>
<para>Specifies how the annotation's position is defined - relative to its container corners, or to its anchor point.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationShapePosition"/> class descendant representing the shape position type.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ShapePositionSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the shape position.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the annotation type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Visible">
<summary>
<para>Specifies whether the annotation is visible.
</para>
</summary>
<value><b>true</b> if the annotation is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.Width">
<summary>
<para>Specifies the width (in pixels) of the annotation.
</para>
</summary>
<value>An integer value specifying the annotation's width, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Annotation.ZOrder">
<summary>
<para>Gets or sets the Z-Order of the annotation.
</para>
</summary>
<value>An integer value that specifies the Z-Order. Objects with higher Z-Orders overlap objects with lower Z-Orders. The default is <b>0</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeAreaSeriesLabel">
<summary>
<para>Defines label settings for range area series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the RangeAreaSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangeAreaSeriesLabel object passed as a parameter.
</para>
</summary>
<param name="obj">
A RangeAreaSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesLabel.Kind">
<summary>
<para>Gets or sets the kind of labels in 2D Range Area and 3D Range Area series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RangeAreaLabelKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesLabel.MaxValueAngle">
<summary>
<para>Gets or sets the angle between the point line and the label, which shows the maximum value of a series point in a Range Area series view.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, to position series labels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesLabel.MinValueAngle">
<summary>
<para>Gets or sets the angle between the point line and the label, which shows the minimum value of a series point in a Range Area series view.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, to position series labels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairLabelElement">
<summary>
<para>Defines the appearance of a crosshair label element when custom drawing a crosshair cursor using the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.FooterText">
<summary>
<para>Gets or sets a footer text that is displayed in the crosshair cursor label.
</para>
</summary>
<value>A string value that specifies the footer text of a crosshair cursor label.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.HeaderText">
<summary>
<para>Gets or sets a header text that shows in the crosshair cursor label.
</para>
</summary>
<value>A string value that specifies the header text of a crosshair cursor label.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.MarkerColor">
<summary>
<para>Gets or sets the color of a crosshair label's marker when implementing custom drawing of a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.MarkerImage">
<summary>
<para>Specifies the marker image of a crosshair cursor label when implementing custom draw in the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object to be used as the crosshair label item's marker.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.MarkerImageSizeMode">
<summary>
<para>Specifies the marker image size mode of a crosshair label when implementing custom draw in the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartImageSizeMode"/> enumeration value, representing the marker image size mode.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.MarkerSize">
<summary>
<para>Gets or sets the height and width of a crosshair label marker.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure which specifies the crosshair label marker's height and width, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.MarkerVisible">
<summary>
<para>Gets or sets the marker visibility of the crosshair label element when implementing a custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the marker is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelElement.TextVisible">
<summary>
<para>Specifies whether the crosshair label's text is visible when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b> to display crosshair label item's text; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Full-Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideFullStackedBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SideBySideFullStackedBarSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SideBySideFullStackedBarSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.BarDistance">
<summary>
<para>Specifies the distance between two bars of different series shown at the same axis value, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars, as a fraction of <b>axis units</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.BarDistanceFixed">
<summary>
<para>Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SideBySideFullStackedBarSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SideBySideFullStackedBarSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SideBySideFullStackedBarSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.StackedGroupSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView.StackedGroup"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY">
<summary>
<para>Represents the <i>secondary</i> Y-axis within Swift Plot charts.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY.#ctor">
<summary>
<para>Initializes a new instance of the SwiftPlotDiagramSecondaryAxisY class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SwiftPlotDiagramSecondaryAxisY class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that specifies the name of the secondary Y-axis. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY.AxisID">
<summary>
<para>Specifies the secondary Y-axis ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisXBase">
<summary>
<para>Represents the base class for classes that provide the common X-axes functionality in Swift Plot charts.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisYBase">
<summary>
<para>Represents the base class for classes that provide the common Y-axes functionality in Swift Plot charts.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection">
<summary>
<para>Represents a collection that stores individual <i>secondary</i> Y-axes of a particular Swift Plot Diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.Add(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY)">
<summary>
<para>Appends the specified secondary Y-axis to the current collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.AddRange(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[])">
<summary>
<para>Appends an array of secondary Y-axes to the Swift Plot Diagram collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.Contains(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY)">
<summary>
<para>Determines whether the collection contains the specified secondary Y-axis.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified Y-axis; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.GetAxisByName(System.String)">
<summary>
<para>Gets a Y-axis within a secondary axes collection of the Swift Plot by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the secondary Y-axis to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object that represents the secondary Y-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.Insert(System.Int32,DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY)">
<summary>
<para>Inserts the specified secondary axis into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the secondary axis is to be inserted.
</param>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object which represents the secondary Y-axis at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection.Remove(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object from the collection.
</para>
</summary>
<param name="axis">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDrawOptions">
<summary>
<para>Contains settings for custom drawing Swift Plot series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDrawOptions.#ctor(DevExpress.XtraCharts.SwiftPlotSeriesView)">
<summary>
<para>Initializes a new instance of the SwiftPlotDrawOptions class with the specified Swift Plot series.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraCharts.SwiftPlotSeriesView"/> object, representing the Swift Plot series.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDrawOptions.LineStyle">
<summary>
<para>Gets the Swift Plot series view's line style settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object which represents the line style options for the Swift Plot series view.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagramAxis">
<summary>
<para>Represents the base class for classes that provide axes functionality for Swift Plot series views.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotSeriesViewBase">
<summary>
<para>Represents the base class for series of the Swift Plot view type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SwiftPlotSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A SwiftPlotSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.AxisX">
<summary>
<para>Specifies the X-axis, that is used to plot the current series on a Swift Plot diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisX"/> or a <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object, that is the X-axis for the current series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.AxisY">
<summary>
<para>Specifies the Y-axis, that is used to plot the current series on a Swift Plot diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisY"/> or a <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object, that is the Y-axis for the current series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the SwiftPlotSeriesViewBase type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the SwiftPlotSeriesViewBase type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesViewBase.Pane">
<summary>
<para>Gets or sets the pane used to plot the current series on a <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagram"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramDefaultPane"/> or an <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object, representing the pane for the current Swift Plot series.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotSeriesView">
<summary>
<para>Represents a series view of the Swift Plot type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SwiftPlotSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesView.Antialiasing">
<summary>
<para>Specifies whether antialiasing is applied to the Swift Plot series.
</para>
</summary>
<value><b>true</b> to enable antialiasing; otherwise, <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SwiftPlotSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SwiftPlotSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SwiftPlotSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SwiftPlotSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SwiftPlotSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotSeriesView.LineStyle">
<summary>
<para>Gets the style settings of the Swift Plot series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SwiftPlotDiagram">
<summary>
<para>Represents a diagram that is used to plot the Swift Plot series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagram.#ctor">
<summary>
<para>Initializes a new instance of the SwiftPlotDiagram class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SwiftPlotDiagram.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SwiftPlotDiagram object passed as the parameter.
</para>
</summary>
<param name="obj">
A SwiftPlotDiagram object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagram.AxisX">
<summary>
<para>Provides access to the X-axis of the Swift Plot diagram.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisX"/> object, that represents the X-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagram.AxisY">
<summary>
<para>Provides access to the Y-axis of the Swift Plot diagram.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramAxisY"/> object, that represents the Y-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagram.SecondaryAxesX">
<summary>
<para>Provides access to the collection of secondary X-axes of a Swift Plot diagram.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection"/> object, representing the diagram's collection of secondary X-axes.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SwiftPlotDiagram.SecondaryAxesY">
<summary>
<para>Provides access to the collection of secondary Y-axes of a Swift Plot diagram.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection"/> object, representing the diagram's collection of secondary Y-axes.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase">
<summary>
<para>Represents the base class for series view types which use the <see cref="T:DevExpress.XtraCharts.XYDiagram2D"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagram2DSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A XYDiagram2DSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.AxisXName">
<summary>
<para>For internal use only. Specifies the X-axis name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.AxisYName">
<summary>
<para>For internal use only. Specifies the Y-axis name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.FinancialIndicators">
<summary>
<para>Provides access to the financial indicators available for the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FinancialIndicators"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.Indicators">
<summary>
<para>Provides access to the collection of indicators that belong to the current series.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.IndicatorCollection"/> object, representing the series' collection of indicators.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.PaneName">
<summary>
<para>Specifies the name of the diagram's pane.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the pane's name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.RangeControlOptions">
<summary>
<para>Provides access to the options that define how a series should be displayed in a Range Control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RangeControlOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.RegressionLines">
<summary>
<para>Provides access to the series collection of Regression Lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RegressionLines"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagram2D">
<summary>
<para>Represents the diagram type that is used to construct 2D XY chart types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagram2D object passed as the parameter.
</para>
</summary>
<param name="obj">
A XYDiagram2D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.DefaultPane">
<summary>
<para>Provides access to a default pane object.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramDefaultPane"/> object which represents the default pane of a chart.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.Double,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.DiagramToPoint(System.String,System.Double,DevExpress.XtraCharts.Axis2D,DevExpress.XtraCharts.Axis2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.EnableAxisXScrolling">
<summary>
<para>Specifies whether scrolling is allowed for the diagram's panes along their X-axes.
</para>
</summary>
<value><b>true</b> to allow X-axes scrolling; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.EnableAxisXZooming">
<summary>
<para>Specifies whether zooming is allowed for the diagram's panes along their X-axes.
</para>
</summary>
<value><b>true</b> to allow X-axes zooming; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.EnableAxisYScrolling">
<summary>
<para>Specifies whether scrolling is allowed for the diagram's panes along their Y-axes.
</para>
</summary>
<value><b>true</b> to allow Y-axes scrolling; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.EnableAxisYZooming">
<summary>
<para>Specifies whether zooming is allowed for the diagram's panes along their Y-axes.
</para>
</summary>
<value><b>true</b> to allow Y-axes zooming; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.FindAxisXByName(System.String)">
<summary>
<para>Gets an X-axis within the chart's axis collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the X-axis to find.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> object that represents the X-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.FindAxisYByName(System.String)">
<summary>
<para>Gets an Y-axis within the chart's axis collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the Y-axis to find.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> object that represents the Y-axis with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.FindPaneByName(System.String)">
<summary>
<para>Gets a pane within the chart's pane collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the pane to find.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> object that represents the pane with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.GetAllAxesX">
<summary>
<para>Returns an aggregated collection of all X-Axis (primary and secondary axes) chart elements placed on a diagram.
</para>
</summary>
<returns>A list of <see cref="T:DevExpress.XtraCharts.Axis2D"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.GetAllAxesY">
<summary>
<para>Returns an aggregated collection of all Y-Axis (primary and secondary axes) placed on a diagram.
</para>
</summary>
<returns>A list of <see cref="T:DevExpress.XtraCharts.Axis2D"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.GetAllPanes">
<summary>
<para>Returns an aggregated collection of all Panes (default and custom panes) placed on a diagram.
</para>
</summary>
<returns>A list of <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.IsScrollingEnabled">
<summary>
<para>Gets a value specifying whether scrolling is enabled for a chart's diagram.
</para>
</summary>
<value><b>true</b>, if scrolling is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.IsZoomingEnabled">
<summary>
<para>Gets a value specifying whether zooming is enabled for a chart's diagram.
</para>
</summary>
<value><b>true</b>, if zooming is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.Margins">
<summary>
<para>Specifies the indent between the diagram's edge and other chart elements (e.g. legend and chart titles), in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the diagram's outer indents, measured in pixels. The default is <b>5</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.PaneDistance">
<summary>
<para>Specifies the distance between a diagram's panes.
</para>
</summary>
<value>An integer value which specifies the distance between panes, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.PaneLayoutDirection">
<summary>
<para>Specifies the layout direction of a diagram's panes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaneLayoutDirection"/> object representing the direction in which panes are aligned.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.Panes">
<summary>
<para>Provides access to the diagram's collection of panes.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneCollection"/> object which represents the collection of a diagram's panes.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagram2D.PointToDiagram(System.Drawing.Point)">
<summary>
<para>Converts the screen coordinates of a point into an XY-Diagram coordinates object.
</para>
</summary>
<param name="p">
A <see cref="T:System.Drawing.Point"/> object, representing a location on a chart's display area.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.DiagramCoordinates"/> object, containing information about the point's argument and value, their scale types, associated axes and pane.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.ScrollingOptions">
<summary>
<para>Provides access to the options specifying the ways in which scrolling can be performed for a 2D XY-Diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollingOptions2D"/> object, representing 2D scrolling options.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagram2D.ZoomingOptions">
<summary>
<para>Provides access to the options specifying the ways in which zooming can be performed for a 2D XY-Diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ZoomingOptions"/> object, representing zooming options.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ISupportTransparency">
<summary>
<para>Represents the interface which provides the transparency functionality for series which support it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ISupportTransparency.Transparency">
<summary>
<para>Specifies the series transparency level.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.Axis2D">
<summary>
<para>Represents the base class for classes that provide axes functionality for a chart control in 2D series views.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Alignment">
<summary>
<para>Specifies the position of an axis relative to another primary axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisAlignment"/> enumeration value which specifies the relative position of the current axis.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Axis2D.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Axis2D object passed as the parameter.
</para>
</summary>
<param name="obj">
An Axis2D object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Color">
<summary>
<para>Specifies the axis color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the axis color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.ConstantLines">
<summary>
<para>Gets the axis collection of constant lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ConstantLineCollection"/> object which represents the collection of constant lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.CrosshairAxisLabelOptions">
<summary>
<para>Gets the crosshair axis label settings allowing you to specify its appearance on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairAxisLabelOptions"/> object which represents crosshair axis label options on a diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.CrosshairLabelPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the crosshair axis label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.CrosshairLabelVisibility">
<summary>
<para>Specifies whether to show crosshair axis labels for a diagram.
</para>
</summary>
<value><b>Default</b> - the <b>CrosshairLabelVisibility</b> property value is obtained from the parent's <see cref="P:DevExpress.XtraCharts.CrosshairOptions.ShowArgumentLabels"/> and/ or <see cref="P:DevExpress.XtraCharts.CrosshairOptions.ShowValueLabels"/> properties depending on an axis; <b>True</b> - crosshair axis labels are visible on a diagram; <b>False</b> - crosshair axis labels are hidden.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.CustomLabels">
<summary>
<para>Gets the axis collection of custom labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomAxisLabelCollection"/> object which represents the collection of custom labels.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Axis2D.GetVisibilityInPane(DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Returns a value that specifies whether or not an axis is visible on the panes.
</para>
</summary>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> class descendant that represents a pane object.
</param>
<returns> Returns a value indicating whether or not an axis is visible in the specified pane.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.InterlacedFillStyle">
<summary>
<para>Gets the interlaced fill style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the interlaced fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Label">
<summary>
<para>Gets the settings of axis labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabel"/> object which provides axis label settings.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Axis2D.SetVisibilityInPane(System.Boolean,DevExpress.XtraCharts.XYDiagramPaneBase)">
<summary>
<para>Specifies panes in which an axis should be visible.
</para>
</summary>
<param name="visible">
<b>true</b> if the axis should be visible in the pane; otherwise, <b>false</b>.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> class descendant, that represents a pane object.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Strips">
<summary>
<para>Gets an object that represents the collection of axis strips.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.StripCollection"/> object which represents the collection of axis strips.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Thickness">
<summary>
<para>Specifies the thickness (in pixels) of the axis.
</para>
</summary>
<value>An integer value which specifies the thickness of the axis, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Tickmarks">
<summary>
<para>Gets the tickmark settings of an axis for 2D Charts.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Tickmarks"/> object which provides the tickmark settings of a 2D axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Title">
<summary>
<para>Gets the title settings of an axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisTitle"/> object which provides the axis title settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.VisibilityInPanes">
<summary>
<para>Gets a list of panes in which to display the current axis.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.IDictionary"/> interface that is a collection of panes in which an axis should be visible.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.Visible">
<summary>
<para>Specifies whether the axis is visible.
</para>
</summary>
<value><b>true</b> if the axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Axis2D.VisibleInPanesSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.Axis2D.VisibilityInPanes"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Bar3DModel">
<summary>
<para>Lists the values that specify models for Bar 3D series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Bar3DModel.Box">
<summary>
<para>Represents the <b>Box</b> 3D model.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Bar3DModel.Cone">
<summary>
<para>Represents the <b>Cone</b> 3D model.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Bar3DModel.Cylinder">
<summary>
<para>Represents the <b>Cylinder</b> 3D model.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.Bar3DModel.Pyramid">
<summary>
<para>Represents the <b>Pyramid</b> 3D model.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SeriesPointAnchorPoint">
<summary>
<para>The annotation is anchored to a series point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointAnchorPoint.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPointAnchorPoint class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointAnchorPoint.#ctor(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Initializes a new instance of the SeriesPointAnchorPoint class with the specified series point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object representing the series point to which to be anchored.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesPointAnchorPoint.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SeriesPointAnchorPoint object passed as the parameter.
</para>
</summary>
<param name="obj">
A SeriesPointAnchorPoint object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointAnchorPoint.SeriesID">
<summary>
<para>Specifies the series ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointAnchorPoint.SeriesPoint">
<summary>
<para>Specifies the series point to which the annotation is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object, representing the series point to which the annotation is anchored.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SeriesPointAnchorPoint.SeriesPointID">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraCharts.SeriesPointAnchorPoint.SeriesPoint"/> property.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideBarSeriesLabel">
<summary>
<para>Defines label settings for Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideBarSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideBarSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RectangleIndents">
<summary>
<para>Represents the base class for rectangular indents within a chart (margins and paddings).
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RectangleIndents.All">
<summary>
<para>Specifies all indents simultaneously.
</para>
</summary>
<value>An integer value, specifying general indents.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RectangleIndents.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RectangleIndents object passed as the parameter.
</para>
</summary>
<param name="obj">
A RectangleIndents object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RectangleIndents.Bottom">
<summary>
<para>Specifies the bottom indent.
</para>
</summary>
<value>An integer value, specifying the bottom indent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RectangleIndents.Left">
<summary>
<para>Specifies the left indent.
</para>
</summary>
<value>An integer value, specifying the left indent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RectangleIndents.Right">
<summary>
<para>Specifies the right indent.
</para>
</summary>
<value>An integer value, specifying the right indent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RectangleIndents.Top">
<summary>
<para>Specifies the top indent.
</para>
</summary>
<value>An integer value, specifying the top indent.
</value>
</member>
<member name="F:DevExpress.XtraCharts.RectangleIndents.Undefined">
<summary>
<para>Always returns <b>-1</b>. This value is returned by the <see cref="P:DevExpress.XtraCharts.RectangleIndents.All"/> property if <see cref="P:DevExpress.XtraCharts.RectangleIndents.Left"/>, <see cref="P:DevExpress.XtraCharts.RectangleIndents.Right"/>, <see cref="P:DevExpress.XtraCharts.RectangleIndents.Top"/> and <see cref="P:DevExpress.XtraCharts.RectangleIndents.Bottom"/> property values are not equal.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraCharts.FunnelDiagram3D">
<summary>
<para>Represents a diagram that is used to plot series of the Funnel 3D view type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelDiagram3D.#ctor">
<summary>
<para>For internal use only. Initializes a new instance of the FunnelDiagram3D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AutoScaleBreaks">
<summary>
<para>Represents the options of the axis' automatic scale breaks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AutoScaleBreaks.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AutoScaleBreaks object passed as the parameter.
</para>
</summary>
<param name="obj">
An AutoScaleBreaks object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AutoScaleBreaks.Enabled">
<summary>
<para>Gets or sets a value indicating whether automatic scale breaks are enabled.
</para>
</summary>
<value><b>true</b> if automatic scale breaks are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AutoScaleBreaks.MaxCount">
<summary>
<para>Gets or sets the maximum number of automatic scale breaks.
</para>
</summary>
<value>An integer value, which specifies the maximum number of automatic scale breaks.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Printing.ChartPrinter">
<summary>
<para>Represents the facility for chart printing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.#ctor(DevExpress.XtraCharts.Native.IChartContainer)">
<summary>
<para>Initializes a new instance of the ChartPrinter class for the specified chart control.
</para>
</summary>
<param name="control">
An object representing the chart control.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Assign(DevExpress.XtraCharts.Printing.ChartPrinter)">
<summary>
<para>Copies all the settings from the ChartPrinter object passed as the parameter.
</para>
</summary>
<param name="printer">
A ChartPrinter object whose elements are copied to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Clone">
<summary>
<para>Creates a copy of the current ChartPrinter object.
</para>
</summary>
<returns>A ChartPrinter object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartPrinter.ComponentPrinter">
<summary>
<para>Provides access to the component printer to print a chart.
</para>
</summary>
<value>A <b>ComponentExporter</b> object.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.CreateArea(System.String,DevExpress.XtraPrinting.IBrickGraphics)">
<summary>
<para>Creates the document elements (bricks) for a specific area.
</para>
</summary>
<param name="areaName">
The name of the document area (section) for which elements should be created.
</param>
<param name="graph">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickGraphics"/> interface, which is a graphical surface on which document elements will be drawn.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.CreateComponentPrinter">
<summary>
<para>Creates a component printer to print a chart.
</para>
</summary>
<returns>A <b>ComponentExporter</b> object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.CreateDetail(DevExpress.XtraPrinting.IBrickGraphics)">
<summary>
<para>Creates the document elements (bricks) for the document's Detail area.
</para>
</summary>
<param name="graph">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickGraphics"/> interface, which is a graphical surface on which document elements will be drawn.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Dispose">
<summary>
<para>Disposes of the ChartPrinter object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current ChartPrinter instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current ChartPrinter instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current ChartPrinter object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartPrinter.ImageFormat">
<summary>
<para>Specifies the chart's print image format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.PrintImageFormat"/> enumeration value, specifying the image format for the chart.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Initialize(DevExpress.XtraPrinting.IPrintingSystem,DevExpress.XtraPrinting.ILink)">
<summary>
<para>Initializes the chart control for document creation before displaying its Print Preview.
</para>
</summary>
<param name="ps">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintingSystem"/> interface used to print a control.
</param>
<param name="lnk">
An object implementing the <see cref="T:DevExpress.XtraPrinting.ILink"/> interface which refers to a control.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartPrinter.IsPrintingAvailable">
<summary>
<para>Indicates whether or not the chart can be printed and exported.
</para>
</summary>
<value><b>true</b> if the chart can be printed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.PerformPrintingAction(DevExpress.Utils.Action0,DevExpress.XtraCharts.Printing.PrintSizeMode)">
<summary>
<para>Performs the specified printing action with the specified size mode.
</para>
</summary>
<param name="action">
A <see cref="T:DevExpress.Utils.Action0"/> object.
</param>
<param name="sizeMode">
A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.PerformPrintingAction(DevExpress.Utils.Action0)">
<summary>
<para>Performs the specified printing action.
</para>
</summary>
<param name="action">
A <see cref="T:DevExpress.Utils.Action0"/> object.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Printing.ChartPrinter.Release">
<summary>
<para>Finalizes the document creation via the <see cref="T:DevExpress.XtraCharts.Printing.ChartPrinter"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Printing.ChartPrinter.SizeMode">
<summary>
<para>Specifies the printing size mode for the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value, representing the chart's size mode.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView">
<summary>
<para>Represents a series view of the Side-by-Side Full-Stacked Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SideBySideFullStackedBar3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SideBySideFullStackedBar3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SideBySideFullStackedBar3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.BarDistance">
<summary>
<para>Specifies the distance between two bars of different series shown at the same axis value, as a fraction of <b>axis units</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars, as a fraction of <b>axis units</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.BarDistanceFixed">
<summary>
<para>Specifies the fixed distance between two bars of different series shown at the same axis value, in pixels.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths, if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SideBySideFullStackedBar3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SideBySideFullStackedBar3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SideBySideFullStackedBar3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.StackedGroupSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView.StackedGroup"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairMousePosition">
<summary>
<para>Specifies a crosshair label position near the mouse pointer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairMousePosition.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairMousePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairFreePosition">
<summary>
<para>Specifies a free position of a crosshair label within a chart (defined by the dock target, dock corner and offset from this corner).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairFreePosition.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairFreePosition class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairFreePosition.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the CrosshairFreePosition object passed as the parameter.
</para>
</summary>
<param name="obj">
A CrosshairFreePosition object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairFreePosition.DockCorner">
<summary>
<para>Specifies the corner of the crosshair's parent element to which the crosshair label is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DockCorner"/> enumeration value that represents the dock corner of the crosshair's parent element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairFreePosition.DockTarget">
<summary>
<para>Specifies the element (chart or pane), to which the crosshair label's shape is docked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartElement"/> object representing the dock target for the crosshair label's shape.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairFreePosition.DockTargetName">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraCharts.CrosshairFreePosition.DockTarget"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PaneAnchorPoint">
<summary>
<para>The annotation is anchored to a pane.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaneAnchorPoint.#ctor">
<summary>
<para>Initializes a new instance of the PaneAnchorPoint class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PaneAnchorPoint.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PaneAnchorPoint object passed as the parameter.
</para>
</summary>
<param name="obj">
A PaneAnchorPoint object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PaneAnchorPoint.AxisXCoordinate">
<summary>
<para>Specifies the X-axis coordinate for the annotation's <see cref="T:DevExpress.XtraCharts.PaneAnchorPoint"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisXCoordinate"/> object that defines the annotation anchor point's X-axis coordinate.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaneAnchorPoint.AxisYCoordinate">
<summary>
<para>Specifies the Y-axis coordinate for the annotation's <see cref="T:DevExpress.XtraCharts.PaneAnchorPoint"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisYCoordinate"/> object that defines the annotation anchor point's Y-axis coordinate.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaneAnchorPoint.Pane">
<summary>
<para>Specifies the pane to which the annotation is anchored.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> class descendant representing the pane to which the annotation is anchored.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PaneAnchorPoint.PaneName">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraCharts.PaneAnchorPoint.Pane"/> property.
</para>
</summary>
<value>An <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairLabelPosition">
<summary>
<para>The base class for all classes that define how a crosshair label should be positioned on a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairLabelPosition.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the CrosshairLabelPosition object passed as the parameter.
</para>
</summary>
<param name="obj">
A CrosshairLabelPosition object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelPosition.OffsetX">
<summary>
<para>Gets or sets the horizontal offset.
</para>
</summary>
<value>An integer value that is the X-offset.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelPosition.OffsetY">
<summary>
<para>Gets or sets the vertical offset.
</para>
</summary>
<value>An integer value that is the Y-offset.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLabelPosition.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the crosshair label position.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions">
<summary>
<para>Contains settings that define how to resolve overlapping axis labels.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions.AllowHide">
<summary>
<para>Gets or sets a value indicating whether or not to hide axis labels when resolving any overlap.
</para>
</summary>
<value><b>true</b> if hiding axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions.AllowRotate">
<summary>
<para>Gets or sets a value indicating whether or not to rotate axis labels when resolving overlapping labels.
</para>
</summary>
<value><b>true</b> if rotating axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions.AllowStagger">
<summary>
<para>Gets or sets a value indicating whether or not to stagger axis labels when resolving overlapping labels.
</para>
</summary>
<value><b>true</b> if staggering axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the AxisLabelResolveOverlappingOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
An AxisLabelResolveOverlappingOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelResolveOverlappingOptions.MinIndent">
<summary>
<para>Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them.
</para>
</summary>
<value>An integer value, which specifies the minimum indent, in pixels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairLabelMode">
<summary>
<para>Lists the values used to specify how many crosshair labels should be displayed when a chart contains several series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CrosshairLabelMode.ShowCommonForAllSeries">
<summary>
<para>A crosshair label is shown common to all series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CrosshairLabelMode.ShowForEachSeries">
<summary>
<para>A crosshair label is shown for each series.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CrosshairLabelMode.ShowForNearestSeries">
<summary>
<para>A crosshair label is shown for the nearest series.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartZoom3DEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom3D"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartZoom3DEventHandler.Invoke(System.Object,DevExpress.XtraCharts.ChartZoom3DEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom3D"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.ChartZoom3DEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.TaskLink">
<summary>
<para>Represents a Task Link object that is specific to a Gantt Chart diagram type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.#ctor">
<summary>
<para>Initializes a new instance of the TaskLink class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.#ctor(DevExpress.XtraCharts.SeriesPoint)">
<summary>
<para>Initializes a new instance of the TaskLink class, specifying the relation to the child point and the <see cref="F:DevExpress.XtraCharts.TaskLinkType.FinishToStart"/> (default) link type.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object specifying the child point for the relation being created.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.#ctor(DevExpress.XtraCharts.SeriesPoint,DevExpress.XtraCharts.TaskLinkType)">
<summary>
<para>Initializes a new instance of the TaskLink class, specifying the relation to the child point and the link type.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> object specifying the child point for the relation being created.
</param>
<param name="linkType">
A <see cref="T:DevExpress.XtraCharts.TaskLinkType"/> object specifying the link type.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.#ctor(System.Int32,DevExpress.XtraCharts.TaskLinkType)">
<summary>
<para>Initializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the link type.
</para>
</summary>
<param name="childPointID">
An integer value which specifies the ID of the relation's child point.
</param>
<param name="linkType">
A <see cref="T:DevExpress.XtraCharts.TaskLinkType"/> object specifying the link type.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the <see cref="F:DevExpress.XtraCharts.TaskLinkType.FinishToStart"/> (default) link type.
</para>
</summary>
<param name="childPointID">
An integer value which specifies the ID of the relation's child point.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TaskLink.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all settings from the TaskLink object passed as a parameter.
</para>
</summary>
<param name="obj">
A TaskLink object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TaskLink.LinkType">
<summary>
<para><para>Gets or sets the value specifying the connection order of child and parent bars.</para>
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TaskLinkType"/> enumeration value which represents the connection type.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeControlOptions">
<summary>
<para>Contains settings that define how a series is represented in a Range Control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeControlOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangeControlOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A RangeControlOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RangeControlOptions.SeriesTransparency">
<summary>
<para>Gets or sets the transparency (0-255) to apply to a series displayed in a Range control.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeControlOptions.ValueLevel">
<summary>
<para>Specifies which level of data points should be used to represent a <see cref="T:DevExpress.XtraCharts.FinancialIndicator"/> series in a Range Control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeControlOptions.ViewType">
<summary>
<para>Gets or sets a value that specifies which view type (either Line or Area) should be used to represent an <see cref="T:DevExpress.XtraCharts.XYDiagram2D"/> series in a Range Control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RangeControlViewType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeControlOptions.Visible">
<summary>
<para>Gets or sets a value indicating whether or not this series should be displayed in a Range Control.
</para>
</summary>
<value><b>true</b> to show the current series in a Range Control; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeControlViewType">
<summary>
<para>Lists the values used to specify how a series should be represented in a Range Control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeControlViewType.Area">
<summary>
<para>A series is represented in a Range Control using the Area series view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeControlViewType.Line">
<summary>
<para>A series is represented in a Range Control using the Line series view.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartZoom3DEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.Zoom3D"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoom3DEventArgs.NewZoomPercent">
<summary>
<para>Gets the new zoom percent.
</para>
</summary>
<value>An integer value, representing the new zoom percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoom3DEventArgs.OldZoomPercent">
<summary>
<para>Gets the old zoom percent.
</para>
</summary>
<value>An integer value, representing the old zoom percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartZoom3DEventArgs.Type">
<summary>
<para>Gets the zoom event type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartZoomEventType"/> enumeration value, specifying the zoom event type.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipOptions">
<summary>
<para>Contains settings that define how to display tooltips within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipOptions.#ctor(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Initializes a new instance of the ToolTipOptions class with the specified owner.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraCharts.ChartElement"/> class descendant.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipOptions.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ToolTipOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A ToolTipOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipOptions.ShowForPoints">
<summary>
<para>Specifies whether to show tooltip for a series point.
</para>
</summary>
<value><b>true</b> to show tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipOptions.ShowForSeries">
<summary>
<para>Specifies whether to show a tooltip for a particular series.
</para>
</summary>
<value><b>true</b> to show tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipOptions.ToolTipPosition">
<summary>
<para>Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ToolTipPosition"/> class descendant that specifies the tooltip position type.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipOptions.ToolTipPositionSerializable">
<summary>
<para>Gets the string value used to support serialization of the tooltip options.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipDockCorner">
<summary>
<para>Lists the values used to specify the corner to which a tooltip should be docked.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ToolTipDockCorner.BottomLeft">
<summary>
<para>A tooltip is positioned at the bottom left of a container object (specified via the <see cref="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget"/> property).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ToolTipDockCorner.BottomRight">
<summary>
<para>A tooltip is positioned at the bottom right of a container object (specified via the <see cref="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget"/> property).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ToolTipDockCorner.TopLeft">
<summary>
<para>A tooltip is positioned at the top left of a container object (specified via the <see cref="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget"/> property).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ToolTipDockCorner.TopRight">
<summary>
<para>A tooltip is positioned at the top right of a container object (specified via the <see cref="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget"/> property).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairSnapMode">
<summary>
<para>Lists the values used to specify how a crosshair cursor should detect a series point to which to snap.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CrosshairSnapMode.NearestArgument">
<summary>
<para>A crosshair cursor is shown for the nearest point argument.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.CrosshairSnapMode.NearestValue">
<summary>
<para>A crosshair cursor is shown for the nearest point value.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisYLabelItem">
<summary>
<para>Represents an individual axis label item of the Y-axis in the Radar Series Views.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RadarAxisXLabelItem">
<summary>
<para>Represents an individual axis label item of the X-axis in the Radar Series Views.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabel3DItem">
<summary>
<para>Represents an individual axis label item within 3D chart types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel3DItem.Angle">
<summary>
<para>Gets or sets the angle by which the text of a 3D XY-Diagram's axis label item is rotated.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, by which the axis label item's text is rotated.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabel3DItem.TextPosition">
<summary>
<para>Gets or sets a value that specifies the position of axis label items relative to the axis in 3D series.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisLabel3DPosition"/> enumeration value, which specifies the position of axis label items relative to the axis.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabelItem">
<summary>
<para>Represents an individual axis label item.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItem.Angle">
<summary>
<para>Gets or sets the angle by which the axis label item's text is rotated.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, by which the axis label item's text is rotated.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AxisLabelItemBase">
<summary>
<para>Represents the base class for classes that provide functionality for axis label items.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.Antialiasing">
<summary>
<para>Gets or sets whether antialiasing is applied to the axis label item's contents.
</para>
</summary>
<value><b>true</b> to apply antialaising (smoothing) to the axis label item's contents; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.Axis">
<summary>
<para>Provides access to the axis to which an axis label item belongs.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisBase"/> descendant, which identifies the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.AxisValue">
<summary>
<para>Provides access to the axis value to which an axis label item corresponds.
</para>
</summary>
<value>An object that specifies the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.AxisValueInternal">
<summary>
<para>Provides access to the internal representation of the axis value to which an axis label item corresponds.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the internal representation of the axis value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.EnableAntialiasing">
<summary>
<para>Gets or sets whether antialiasing is applied to the axis label item's contents.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the axis label's text; <b>False</b> to disable anti-aliasing; <b>Default</b> to automatically determine whether or not anti-aliasing is required.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.Font">
<summary>
<para>Gets or sets the font used to display the axis label item's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object which specifies the font used to display the axis label item's contents.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.Text">
<summary>
<para>Gets or sets the text for an axis label item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the text for an axis label item.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AxisLabelItemBase.TextColor">
<summary>
<para>Gets or sets an axis label item's text color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the axis label item's text color.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RegressionLine">
<summary>
<para>Represents a Regression Line indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RegressionLine.#ctor">
<summary>
<para>Initializes a new instance of the RegressionLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RegressionLine.#ctor(DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the RegressionLine class with the specified value level.
</para>
</summary>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SingleLevelIndicator.ValueLevel"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RegressionLine.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the RegressionLine class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/>value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Indicator.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RegressionLine.#ctor(System.String,DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Initializes a new instance of the RegressionLine class with the specified name and value level.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/>value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.Indicator.Name"/> property.
</param>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SingleLevelIndicator.ValueLevel"/> property.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RegressionLine.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RegressionLine.Weight">
<summary>
<para>Gets the weight value for the RegressionLine type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RegressionLines">
<summary>
<para>Represents the collection of regression lines of a specific series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RegressionLines.#ctor(DevExpress.XtraCharts.XYDiagram2DSeriesViewBase)">
<summary>
<para>Initializes a new instance of the RegressionLines class for the specified series view.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase"/> descendant, representing the series view.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RegressionLines.Item(DevExpress.XtraCharts.ValueLevel)">
<summary>
<para>Provides access to individual Regression Lines in the collection, by their value levels.
</para>
</summary>
<param name="valueLevel">
A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, identifying the Regression Line.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.RegressionLine"/> object which represents the Regression Line.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RegressionLines.LinesSerializable">
<summary>
<para>Gets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.XYDiagram2DSeriesViewBase.RegressionLines"/> property.
</para>
</summary>
<value>A <b>List@#60;RegressionLine@#62;</b> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SimpleDiagramDrawOptionsBase">
<summary>
<para>Represents the base class for objects which define custom drawing options of Funnel, 3D Funnel, Pie and 3D Pie series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.SimplePointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within a Pie, Doughnut or Funnel series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SimplePointOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SimplePointOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
An SimplePointOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SimplePointOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current SimplePointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SimplePointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SimplePointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SimplePointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SimplePointOptions.PercentOptions">
<summary>
<para>Gets the settings that relate to presenting point values as percents.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PercentOptions"/> object that contains the related settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SimplePointOptions.ValueDateTimeOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.PointOptions.ValueDateTimeOptions"/> property to hide it.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScaleBreak">
<summary>
<para>Represents an individual scale break within the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.#ctor">
<summary>
<para>Initializes a new instance of the ScaleBreak class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.#ctor(System.String,System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the ScaleBreak class with the specified name and Double edges (suitable for an axis whose scale type is <b>numeric</b>).
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the scale break. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="edge1">
A <see cref="T:System.Double"/> value which specifies the numeric value along the axis, which corresponds to the scale break's first edge.
</param>
<param name="edge2">
A <see cref="T:System.Double"/> value which specifies the numeric value along the axis, which corresponds to the scale break's second edge.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the ScaleBreak class with the specified name and String edges (suitable for an axis whose scale type is <b>qualitative</b>).
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the scale break. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="edge1">
A <see cref="T:System.String"/> value which specifies the qualitative value along the axis, which corresponds to the scale break's first edge.
</param>
<param name="edge2">
A <see cref="T:System.String"/> value which specifies the qualitative value along the axis, which corresponds to the scale break's second edge.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ScaleBreak class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the scale break. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.#ctor(System.String,System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the ScaleBreak class with the specified name and Date-Time edges (suitable for an axis whose scale type is <b>date-time</b>).
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the scale break. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
<param name="edge1">
A <see cref="T:System.DateTime"/> value which specifies the date-time value along the axis, which corresponds to the scale break's first edge.
</param>
<param name="edge2">
A <see cref="T:System.DateTime"/> value which specifies the date-time value along the axis, which corresponds to the scale break's second edge.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreak.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScaleBreak object passed as the parameter.
</para>
</summary>
<param name="obj">
An ScaleBreak object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreak.Edge1">
<summary>
<para>Gets or sets the first edge of a scale break.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the scale break's first edge.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreak.Edge1Serializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ScaleBreak.Edge1"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.ScaleBreak.Edge1"/> property in an invariant locale.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreak.Edge2">
<summary>
<para>Gets or sets the second edge of a scale break.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the scale break's second edge.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreak.Edge2Serializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ScaleBreak.Edge2"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.ScaleBreak.Edge2"/> property in an invariant locale.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreak.Visible">
<summary>
<para>Specifies whether the scale break is visible.
</para>
</summary>
<value><b>true</b> if the scale break is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScaleBreakCollection">
<summary>
<para>Represents a collection that stores the manually created scale breaks of a particular axis.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreakCollection.Add(DevExpress.XtraCharts.ScaleBreak)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> object to the current collection.
</para>
</summary>
<param name="scaleBreak">
A <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreakCollection.AddRange(DevExpress.XtraCharts.ScaleBreak[])">
<summary>
<para>Appends an array of scale breaks to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreakCollection.Contains(DevExpress.XtraCharts.ScaleBreak)">
<summary>
<para>Determines whether the collection contains the specified scale break.
</para>
</summary>
<param name="scaleBreak">
A <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified scale break; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreakCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> object which represents the scale break at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreakCollection.Remove(DevExpress.XtraCharts.ScaleBreak)">
<summary>
<para>Removes the specified scale break element from the collection.
</para>
</summary>
<param name="scaleBreak">
A <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> element to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ScaleBreakOptions">
<summary>
<para>Represents the common appearance settings of the axis' scale breaks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScaleBreakOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScaleBreakOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
An ScaleBreakOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreakOptions.Color">
<summary>
<para>Gets or sets the color of the axis' scale breaks.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the color of the axis' scale breaks.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreakOptions.SizeInPixels">
<summary>
<para>Gets or sets the size of scale breaks.
</para>
</summary>
<value>An integer, representing the distance between the edges of scale breaks, in pixels. It should be greater than or equal to <b>-1</b> and less than <b>50</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScaleBreakOptions.Style">
<summary>
<para>Gets or sets a style in which scale breaks' edges are drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleBreakStyle"/> object, which represents the scale break edge style.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScatterLineSeriesView">
<summary>
<para>Represents a series view of the Scatter Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ScatterLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the ScatterLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Funnel3DDrawOptions">
<summary>
<para>Contains settings for custom drawing funnel 3D series.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FunnelDrawOptions">
<summary>
<para>Contains settings for custom drawing funnel series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FunnelDrawOptions.Border">
<summary>
<para>Gets the Funnel series view's border settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FunnelDrawOptions.FillStyle">
<summary>
<para>Gets the Funnel series view's fill style settings when implementing custom draw in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the background of funnels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FunnelPointOptions">
<summary>
<para>Contains settings that specify the appearance of data points within funnel series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelPointOptions.#ctor">
<summary>
<para>Initializes a new instance of the FunnelPointOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelPointOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FunnelPointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FunnelPointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FunnelPointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FunnelPointOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.Funnel3DSeriesLabel">
<summary>
<para>Defines label settings for funnel 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Funnel3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the Funnel3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Funnel3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FunnelSeriesLabel">
<summary>
<para>Defines label settings for funnel series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the FunnelSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FunnelSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An FunnelSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesLabel.Position">
<summary>
<para>Gets or sets the position of labels relative to each other and the funnel diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FunnelSeriesLabelPosition"/> enumeration value determining the position of a label against the corresponding series point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesLabel.TextOrientation">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.TextOrientation"/> property, to hide it.
</para>
</summary>
<value>Always <b>Horizontal</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FunnelSeriesViewBase">
<summary>
<para>Represents the base class for series views of the Funnel type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FunnelSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
An FunnelSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FunnelSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to be compared with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FunnelSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FunnelSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesViewBase.HeightToWidthRatio">
<summary>
<para>Gets or sets a value that specifies the height-to-width ratio of a Funnel series, as a percentage.
</para>
</summary>
<value>A floating point value that specifies the height-to-width ratio of a funnel. It should be within the range <b>0.1</b>-<b>1</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesViewBase.PointDistance">
<summary>
<para>Gets or sets the distance between points of a Funnel series.
</para>
</summary>
<value>An integer, representing the distance between points of a Funnel series, in pixels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FunnelSeriesView">
<summary>
<para>Represents a series view of the Funnel type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FunnelSeriesView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.AlignToCenter">
<summary>
<para>Gets or sets a value indicating whether a Funnel series should be center-aligned within a diagram, when series labels are visible.
</para>
</summary>
<value><b>true</b> if a the funnel series should be center-aligned; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FunnelSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
An FunnelSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.Border">
<summary>
<para>Gets the Funnel series view's border settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.Color">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesViewBase.Color"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.Drawing.Color.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FunnelSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FunnelSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.FillStyle">
<summary>
<para>Gets the fill style of the entire funnel in a series view of the Funnel type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the fill style for the background of a funnel.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FunnelSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FunnelSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FunnelSeriesView.HeightToWidthRatioAuto">
<summary>
<para>Gets or sets a value which indicates whether the height-to-width ratio of a Funnel series should be auto-calculated.
</para>
</summary>
<value><b>true</b> if the height-to-width ratio should be auto-calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Funnel3DSeriesView">
<summary>
<para>Represents a series view of the Funnel 3D type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Funnel3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Funnel3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Funnel3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Funnel3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
An Funnel3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.Funnel3DSeriesView.Color">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesViewBase.Color"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.Drawing.Color.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.Funnel3DSeriesView.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.Funnel3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current Funnel3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Funnel3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Funnel3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Funnel3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Funnel3DSeriesView.HoleRadiusPercent">
<summary>
<para>Gets or sets the radius of the inner circle in the Funnel 3D series.
</para>
</summary>
<value>An integer, representing the percentage of the inner radius to the outer radius of a 3D funnel. Should be greater than or equal to <b>0</b> and less than or equal to <b>100</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.DateTimeMeasurementUnitsCalculated"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.DateTimeMeasurementUnitsCalculated"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventHandler.Invoke(System.Object,DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.DateTimeMeasurementUnitsCalculated"/> (or <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.DateTimeMeasurementUnitsCalculated"/>) event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> (or <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>) which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs"/> object which contains the event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.XtraCharts.ChartControl.DateTimeMeasurementUnitsCalculated"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.DateTimeMeasurementUnitsCalculated"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs.Axis">
<summary>
<para>Gets the axis whose date-time grid alignment and measure unit are currently being auto-calculated.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AxisBase"/> object which represents the axis whose date-time options are currently being calculated.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs.GridAlignment">
<summary>
<para>Gets the grid alignment which is currently being auto-calculated for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeGridAlignment"/> object whose value specifies the date-time unit of measurement for the axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DateTimeMeasurementUnitsCalculatedEventArgs.MeasureUnit">
<summary>
<para>Gets the measure unit which is currently being auto-calculated for an axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.DateTimeMeasureUnit"/> object whose value specifies the date-time unit of measurement for the axis.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawAxisLabel"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomDrawAxisLabelEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawAxisLabel"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies either the <see cref="T:DevExpress.XtraCharts.ChartControl"/> or <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomDrawAxisLabelEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawAxisLabelEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawAxisLabel"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CustomDrawAxisLabelEventArgs.Item">
<summary>
<para>Provides access to individual axis label items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.AxisLabelItem"/> object which represents the axis label item.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScaleBreakStyle">
<summary>
<para>Lists the values that specify the style of scale breaks' edges.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleBreakStyle.Ragged">
<summary>
<para><para>Indentifies the ragged style of scale breaks edges.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleBreakStyle.Straight">
<summary>
<para><para>Indentifies the straight style of scale breaks edges.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ScaleBreakStyle.Waved">
<summary>
<para><para>Indentifies the wavy style of scale breaks edges.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FunnelSeriesLabelPosition">
<summary>
<para>Lists the values used to specify the position of funnel labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FunnelSeriesLabelPosition.Center">
<summary>
<para><para>The labels are displayed in the center of the funnel series points.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FunnelSeriesLabelPosition.Left">
<summary>
<para><para>The labels are displayed on the left of the funnel series points.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FunnelSeriesLabelPosition.LeftColumn">
<summary>
<para><para>The labels are organized into a straight column on the left of the funnel series points.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FunnelSeriesLabelPosition.Right">
<summary>
<para><para>The labels are displayed on the right of the funnel series points.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FunnelSeriesLabelPosition.RightColumn">
<summary>
<para><para>The labels are organized into a straight column on the right of the funnel series points.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartScroll3DEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll3D"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartScroll3DEventHandler.Invoke(System.Object,DevExpress.XtraCharts.ChartScroll3DEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll3D"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.ChartScroll3DEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipRelativePosition">
<summary>
<para>Specifies a tooltip position near the chart element, for which this tooltip is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipRelativePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipRelativePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipPositionWithOffset">
<summary>
<para>The base class for positions that require defining an offset.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipPositionWithOffset.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ToolTipPositionWithOffset object passed as the parameter.
</para>
</summary>
<param name="obj">
A ToolTipPositionWithOffset object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipPositionWithOffset.OffsetX">
<summary>
<para>Gets or sets the horizontal offset.
</para>
</summary>
<value>An integer value that is the X-offset.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipPositionWithOffset.OffsetY">
<summary>
<para>Gets or sets the vertical offset.
</para>
</summary>
<value>An integer value that is the Y-offset.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipMousePosition">
<summary>
<para>Specifies a tooltip position near the mouse pointer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipMousePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipMousePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ToolTipFreePosition">
<summary>
<para>Specifies a free position of a tooltip within a chart (defined by the dock target, dock corner and offset from this corner).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipFreePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipFreePosition class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ToolTipFreePosition.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ToolTipFreePosition object passed as the parameter.
</para>
</summary>
<param name="obj">
A ToolTipFreePosition object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipFreePosition.DockCorner">
<summary>
<para>Specifies the corner of the tooltip's parent element to which the tooltip is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ToolTipDockCorner"/> enumeration value that represents the dock corner of the tooltip's parent element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget">
<summary>
<para>Specifies the element (chart or pane), to which the tooltip's shape is docked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartElement"/> object representing the dock target for the tooltip's shape.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTargetName">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraCharts.ToolTipFreePosition.DockTarget"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the name of a dock target.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairOptions">
<summary>
<para>Contains settings that define how to draw a crosshair cursor on a chart.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ArgumentLineColor">
<summary>
<para>Gets or sets the color of crosshair argument lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the argument line color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ArgumentLineStyle">
<summary>
<para>Gets the argument line style settings of the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="M:DevExpress.XtraCharts.CrosshairOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the CrosshairOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A CrosshairOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.CommonLabelPosition">
<summary>
<para>Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairLabelPosition"/> class descendant that specifies the crosshair label position on a diagram.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.CommonLabelPositionSerializable">
<summary>
<para>Gets the string value used to support serialization of the common label position.
</para>
</summary>
<value>An object supporting the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.CrosshairLabelMode">
<summary>
<para>Specifies the way in which the crosshair label is shown for a series on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairLabelMode"/> enumeration member that specifies how the crosshair label is shown for a series.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.GroupHeaderPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the group header text to be displayed within the crosshair label.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the group header's pattern.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.HighlightPoints">
<summary>
<para>Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
</para>
</summary>
<value><b>true</b>, if the series points are highlighted when the crosshair cursor hovers over them; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowArgumentLabels">
<summary>
<para>Gets or sets a value that specifies whether to show an argument label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display an argument label indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowArgumentLine">
<summary>
<para>Specifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display an argument line indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowCrosshairLabels">
<summary>
<para>Specifies whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display a crosshair label indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowGroupHeaders">
<summary>
<para>Specifies whether to show a header for each series group in crosshair cursor labels.
</para>
</summary>
<value><b>true</b>, to show a group header in crosshair cursor labels; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowOnlyInFocusedPane">
<summary>
<para>Gets or sets a value that specifies whether to show a crosshair cursor in a focused pane only.
</para>
</summary>
<value><b>true</b> to display a crosshair cursor in a focused pane; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowValueLabels">
<summary>
<para>Gets or sets a value that specifies whether to show a value label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> - to display a value label indicated by a crosshair cursor on a diagram; otherwise - <b>false</b>;
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ShowValueLine">
<summary>
<para>Specifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display a value line indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.SnapMode">
<summary>
<para>Specifies the current snap mode of a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CrosshairSnapMode"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ValueLineColor">
<summary>
<para>Gets or sets the color of crosshair value lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the value line color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairOptions.ValueLineStyle">
<summary>
<para>Gets the value line style settings of the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeArea3DSeriesLabel">
<summary>
<para>Defines label settings for a range area 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeArea3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the RangeArea3DSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RangeArea3DSeriesLabel.MaxValueAngle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RangeAreaSeriesLabel.MaxValueAngle"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeArea3DSeriesLabel.MinValueAngle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.RangeAreaSeriesLabel.MinValueAngle"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeArea3DSeriesLabel.Shadow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.Shadow"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ZoomRectangle">
<summary>
<para>Contains settings that define the appearance of the zoom rectangle.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.ActualBorderColor">
<summary>
<para>Gets the actual color of a zoom rectangle's borders.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual border color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.ActualColor">
<summary>
<para>Gets the actual color used to fill a zoom rectangle.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual fill color.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ZoomRectangle.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ZoomRectangle object passed as a parameter.
</para>
</summary>
<param name="obj">
An ZoomRectangle object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.BorderColor">
<summary>
<para>Gets or sets the color of zoom rectangle borders.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.BorderLineStyle">
<summary>
<para>Provides access to the line style of zoom rectangle borders.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.BorderVisible">
<summary>
<para>Gets or sets the visibility of zoom rectangle borders.
</para>
</summary>
<value><b>true</b> to show borders around the zoom rectangle; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ZoomRectangle.Color">
<summary>
<para>Gets or sets a color that fills a zoom rectangle.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartAnchorPoint">
<summary>
<para>The annotation is anchored to the chart.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartAnchorPoint.#ctor">
<summary>
<para>Initializes a new instance of the ChartAnchorPoint class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartAnchorPoint.#ctor(System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the ChartAnchorPoint class with the specified coordinates.
</para>
</summary>
<param name="x">
An integer value specifying the anchor point's X-coordinate, in pixels. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartAnchorPoint.X"/> property.
</param>
<param name="y">
An integer value specifying the anchor point's Y-coordinate, in pixels. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartAnchorPoint.Y"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartAnchorPoint.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ChartAnchorPoint object passed as the parameter.
</para>
</summary>
<param name="obj">
A ChartAnchorPoint object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartAnchorPoint.X">
<summary>
<para>Specifies the X-coordinate for the annotation's anchor point.
</para>
</summary>
<value>An integer value specifying the anchor point's X-coordinate, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartAnchorPoint.Y">
<summary>
<para>Specifies the Y-coordinate for the annotation's anchor point.
</para>
</summary>
<value>An integer value specifying the anchor point's Y-coordinate, in pixels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AnnotationShapePosition">
<summary>
<para>Represents a base class for classes representing the shape position of annotations.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AnnotationShapePosition.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the annotation shape position type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.TickmarksBase">
<summary>
<para>Represents the base class for classes that provide tickmarks functionality for a chart control's axes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TickmarksBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the TickmarksBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A TickmarksBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.CrossAxis">
<summary>
<para>Gets or sets a value indicating whether tickmarks should be shown across an axis.
</para>
</summary>
<value><b>true</b> if tickmarks should be shown across an axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.Length">
<summary>
<para>Gets or sets the length of major tickmarks.
</para>
</summary>
<value>An integer value which specifies the length of the major tickmarks, in pixels. It should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.MinorLength">
<summary>
<para>Gets or sets the length of the minor tickmarks.
</para>
</summary>
<value>An integer value which specifies the length of the minor tickmarks, in pixels. It should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.MinorThickness">
<summary>
<para>Gets or sets the thickness of the minor tickmarks.
</para>
</summary>
<value>An integer value which specifies the thickness of the minor tickmarks, in pixels. It should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.MinorVisible">
<summary>
<para>Gets or sets a value indicating whether the minor tickmarks are displayed by an axis.
</para>
</summary>
<value><b>true</b> if the minor tickmarks are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.Thickness">
<summary>
<para>Gets or sets the thickness of the major tickmarks.
</para>
</summary>
<value>An integer value which specifies the thickness of the major tickmarks, in pixels. It should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TickmarksBase.Visible">
<summary>
<para>Gets or sets a value indicating whether tickmarks are displayed on an axis.
</para>
</summary>
<value><b>true</b> if tickmarks are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.AnnotationAnchorPoint">
<summary>
<para>Represents a base class for classes representing annotation anchor point types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.AnnotationAnchorPoint.TypeNameSerializable">
<summary>
<para>Gets the string value used to support serialization of the annotation anchor point type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PolygonFillStyle">
<summary>
<para>Defines a filling style for polygon chart elements in 2D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PolygonFillStyle.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PolygonFillStyle instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PolygonFillStyle instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PolygonFillStyle.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PolygonFillStyle object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FibonacciIndicatorLabel">
<summary>
<para>Represents a Fibonacci Indicator's label.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FibonacciIndicatorLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An FibonacciIndicatorLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicatorLabel.BaseLevelTextColor">
<summary>
<para>Gets or sets a value defining the text color of the Fibonacci Indicator's base levels labels (<b>0%</b> or <b>100%</b> depending on the indicator kind).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the color of the indicator's base level's labels.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ScrollingRange">
<summary>
<para>Contains the settings that define the range through which it's possible to scroll an axis.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.AlwaysShowZeroLevel">
<summary>
<para>Always returns <b>true</b>, to make the Y-axis zero level constantly visible, when the diagram's scrolling is enabled.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ScrollingRange.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the ScrollingRange object passed as the parameter.
</para>
</summary>
<param name="obj">
An ScrollingRange object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.Auto">
<summary>
<para>Gets or sets a value indicating whether the scrolling range options should be customized automatically or manually.
</para>
</summary>
<value><b>true</b> if the scrolling range options should be set automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MaxValue">
<summary>
<para>Gets or sets the maximum value to display on an Axis, when the diagram is scrolled.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the maximum value to display on an axis, when the diagram is scrolled.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MaxValueInternal">
<summary>
<para>Gets or sets the internal float representation of the scrolling range maximum value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the internal representation of the scrolling range maximum value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MaxValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ScrollingRange.MaxValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.ScrollingRange.MaxValue"/> property in an invariant locale.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MinValue">
<summary>
<para>Gets or sets the minimum value to display on an Axis, when the diagram is scrolled.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the minimum value to display on an axis, when the diagram is scrolled.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MinValueInternal">
<summary>
<para>Gets or sets the internal float representation of the axis scrolling range minimum value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the internal representation of the scrolling range minimum value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.MinValueSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ScrollingRange.MinValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing an equivalent of the <see cref="P:DevExpress.XtraCharts.ScrollingRange.MinValue"/> property in an invariant locale.
</value>
</member>
<member name="M:DevExpress.XtraCharts.ScrollingRange.SetInternalMinMaxValues(System.Double,System.Double)">
<summary>
<para>Sets both minimum and maximum values (in internal numeric measurement units) of an axis scrolling range.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value which specifies the minimum internal value to be set.
</param>
<param name="max">
A <see cref="T:System.Double"/> value which specifies the maximum internal value to be set.
</param>
</member>
<member name="M:DevExpress.XtraCharts.ScrollingRange.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Sets both minimum and maximum values of a scrolling range.
</para>
</summary>
<param name="minValue">
A <see cref="T:System.Object"/> which specifies the minimum set value. The type of an object depends on the axis scale type.
</param>
<param name="maxValue">
A <see cref="T:System.Object"/> which specifies the maximum set value. The type of an object depends on the axis scale type.
</param>
</member>
<member name="P:DevExpress.XtraCharts.ScrollingRange.SideMarginsEnabled">
<summary>
<para>Specifies whether a space should be left between the outermost series point and the diagram's edge, when it is scrolled.
</para>
</summary>
<value><b>true</b> if the series are plotted with indents; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PointDrawOptionsBase">
<summary>
<para>Represents the base class for objects which define drawing options for point, line and area charts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PointDrawOptionsBase.Marker">
<summary>
<para>Gets the Point, Bubble, Line or Area series view's marker settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MarkerBase"/> object which represents the marker shown within the series points and legend for this Point or Bubble series view.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PointDrawOptionsBase.Shadow">
<summary>
<para>Gets the Point, Bubble, Line or Area series view's shadow settings when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the series view's shadow.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PointSeriesViewBase">
<summary>
<para>Represents the base class for series views of the point, bubble, line, spline and area types.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesViewBase.#ctor">
<summary>
<para>Initializes a new instance of the PointSeriesViewBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesViewBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the PointSeriesViewBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A PointSeriesViewBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.PointSeriesViewBase.DiagramType">
<summary>
<para>Gets a value of the diagram type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesViewBase.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current PointSeriesViewBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PointSeriesViewBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.PointSeriesViewBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PointSeriesViewBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.MarkerBase">
<summary>
<para>Represents a base class containing the common settings of data point markers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.MarkerBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the MarkerBase object passed as the parameter.
</para>
</summary>
<param name="obj">
A MarkerBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.MarkerBase.BorderColor">
<summary>
<para>Gets or sets the border color of a marker(s).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the border color of a marker(s).
</value>
</member>
<member name="P:DevExpress.XtraCharts.MarkerBase.BorderVisible">
<summary>
<para>Gets or sets whether the border of a marker(s) is visible.
</para>
</summary>
<value><b>true</b> if the border(s) is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.MarkerBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MarkerBase instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current MarkerBase instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.MarkerBase.FillStyle">
<summary>
<para>Gets the marker's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PolygonFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="M:DevExpress.XtraCharts.MarkerBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current MarkerBase object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.MarkerBase.Kind">
<summary>
<para>Gets or sets the shape of markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MarkerKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.MarkerBase.StarPointCount">
<summary>
<para>Gets or sets the number of points that star-shaped marker(s) have.
</para>
</summary>
<value>An integer value that specifies the number of points for star-shaped marker(s).
</value>
</member>
<member name="M:DevExpress.XtraCharts.MarkerBase.ToString">
<summary>
<para>Returns the textual representation of the marker.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the marker.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FibonacciIndicatorKind">
<summary>
<para>Lists the values used to specify the kind of the Fibonacci Indicator.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FibonacciIndicatorKind.FibonacciArcs">
<summary>
<para>Identifies the Arcs kind of the Fibonacci Indicators.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FibonacciIndicatorKind.FibonacciFans">
<summary>
<para>Identifies the Fans kind of the Fibonacci Indicators.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.FibonacciIndicatorKind.FibonacciRetracement">
<summary>
<para>Identifies the Retracement kind of the Fibonacci Indicators.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FibonacciIndicatorCollection">
<summary>
<para>Represents a collection of Fibonacci Indicators of a specific series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.Add(DevExpress.XtraCharts.FibonacciIndicator)">
<summary>
<para>Appends the specified Fibonacci Indicator to the current collection.
</para>
</summary>
<param name="fibonacciIndicator">
A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.AddRange(DevExpress.XtraCharts.FibonacciIndicator[])">
<summary>
<para>Appends an array of the Fibonacci Indicators to the current collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.Clear">
<summary>
<para>Removes all items from the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.Contains(DevExpress.XtraCharts.FibonacciIndicator)">
<summary>
<para>Determines whether the collection contains the specified Fibonacci Indicator.
</para>
</summary>
<param name="fibonacciIndicator">
A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified Fibonacci indicator; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.GetFibonacciIndicatorByName(System.String)">
<summary>
<para>Gets a Fibonacci Indicator within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the indicator to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object that represents the indicator with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicatorCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual Fibonacci Indicators in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired value's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object which represents the indicator at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.Remove(DevExpress.XtraCharts.FibonacciIndicator)">
<summary>
<para>Removes the specified Fibonacci Indicator element from the collection.
</para>
</summary>
<param name="fibonacciIndicator">
A <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> element to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicatorCollection.ToArray">
<summary>
<para>Copies the elements of the FibonacciIndicatorCollection to a new array of Fibonacci Indicator objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> objects containing the copies of the elements of the FibonacciIndicatorCollection.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FibonacciIndicator">
<summary>
<para>Represents an individual Fibonacci Indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicator.#ctor">
<summary>
<para>Initializes a new instance of the FibonacciIndicator class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicator.#ctor(DevExpress.XtraCharts.FibonacciIndicatorKind)">
<summary>
<para>Initializes a new instance of the FibonacciIndicator class with the specified kind.
</para>
</summary>
<param name="kind">
A <see cref="T:DevExpress.XtraCharts.FibonacciIndicatorKind"/> enumeration value that specifies the kind of the Fibonacci Indicator. This value is assigned to the <see cref="P:DevExpress.XtraCharts.FibonacciIndicator.Kind"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicator.#ctor(DevExpress.XtraCharts.FibonacciIndicatorKind,System.String)">
<summary>
<para>Initializes a new instance of the FibonacciIndicator class with the specified kind and name.
</para>
</summary>
<param name="kind">
A <see cref="T:DevExpress.XtraCharts.FibonacciIndicatorKind"/> enumeration value that specifies the kind of the Fibonacci Indicator. This value is assigned to the <see cref="P:DevExpress.XtraCharts.FibonacciIndicator.Kind"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the Fibonacci Indicator. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FibonacciIndicator.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FibonacciIndicator object passed as the parameter.
</para>
</summary>
<param name="obj">
A FibonacciIndicator object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.BaseLevelColor">
<summary>
<para>Gets or sets a value defining the color of the lines representing the Fibonacci Indicator's base levels (<b>0%</b> or <b>100%</b> depending on the indicator kind).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the color of the indicator's base levels lines.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.BaseLevelLineStyle">
<summary>
<para>Gets a value defining the line style of the lines representing the Fibonacci Indicator's base levels (<b>0%</b> or <b>100%</b> depending on the indicator kind).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object which represents the line style options for the lines representing the Fibonacci Indicator's base levels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.Kind">
<summary>
<para>Gets or sets the value determining the kind of the Fibonacci Indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicatorKind"/> enumeration value which represents the kind of indicator.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.Label">
<summary>
<para>Gets the set of label-related properties of the Fibonacci Indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicatorLabel"/> object which represents label properties of the indicator.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.ShowAdditionalLevels">
<summary>
<para>Gets or sets the value which determines whether to display the additional levels for the Retracement type of Fibonacci Indicators.
</para>
</summary>
<value><b>true</b> if the additional levels should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.ShowLevel0">
<summary>
<para>Gets or sets the value which determines whether to display the <b>0%</b> level for the Fans type of Fibonacci Indicators.
</para>
</summary>
<value><b>true</b> if the <b>0%</b> level should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.ShowLevel100">
<summary>
<para>Gets or sets the value which determines whether to display the <b>100%</b> level for the Arcs type ofFibonacci Indicators.
</para>
</summary>
<value><b>true</b> if the <b>100%</b> level should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.ShowLevel23_6">
<summary>
<para>Gets or sets the value which determines whether to display the <b>23.6%</b> level for the Fibonacci Indicator of the required kind.
</para>
</summary>
<value><b>true</b> if the level of <b>23.6%</b> should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.ShowLevel76_4">
<summary>
<para>Gets or sets the value which determines whether to display the <b>76.4%</b> level for the Fibonacci Indicator of the required kind.
</para>
</summary>
<value><b>true</b> if the level of <b>76.4%</b> should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FibonacciIndicator.Weight">
<summary>
<para>Gets the weight value for the <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.BubbleLabelValueToDisplay">
<summary>
<para>Lists the values used to specify the series point's value to be displayed in the series point label of the Bubble series view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BubbleLabelValueToDisplay.Value">
<summary>
<para>Identifies the series point's Value to be displayed in the series point label of the Bubble series view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BubbleLabelValueToDisplay.ValueAndWeight">
<summary>
<para>Identifies both the series point's Value and Weight (separated by a comma) to be displayed in the series point label of the Bubble series view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BubbleLabelValueToDisplay.Weight">
<summary>
<para>Identifies the series point's Weight to be displayed in the series point label of the Bubble series view.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.BubbleLabelPosition">
<summary>
<para>Lists the values used to specify the labels position of the Bubble series view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BubbleLabelPosition.Center">
<summary>
<para>Specifies that a point label should be painted in the center of a Bubble point marker.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.BubbleLabelPosition.Outside">
<summary>
<para>Specifies that a point label should be painted outside of a Bubble point marker.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.BubbleSeriesLabel">
<summary>
<para>Defines label settings for Bubble series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BubbleSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the BubbleSeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BubbleSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BubbleSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An BubbleSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesLabel.IndentFromMarker">
<summary>
<para>Gets or sets the indent value (in pixels) between a marker's edge and its label for a Bubble series view.
</para>
</summary>
<value>An integer value which specifies the indent between a marker's edge and its label (in pixels).
</value>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesLabel.LineLength">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.SeriesLabelBase.LineLength"/> property to hide it.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesLabel.Position">
<summary>
<para>Gets or sets the label's position against the Bubble series point marker.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BubbleLabelPosition"/> enumeration value determining the position of a label against its marker.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesLabel.ValueToDisplay">
<summary>
<para>Gets or sets which value to display in the series point's label for the Bubble series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BubbleLabelValueToDisplay"/> object defining which value to display in a series point's label.
</value>
</member>
<member name="T:DevExpress.XtraCharts.BubbleSeriesView">
<summary>
<para>Represents a series view of the Bubble type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BubbleSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the BubbleSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BubbleSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BubbleSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A BubbleSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesView.BubbleMarkerOptions">
<summary>
<para>Gets the specific settings of the data point markers displayed by a series of the Bubble view type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.MarkerBase"/> object that contains the specific marker settings.
</value>
</member>
<member name="M:DevExpress.XtraCharts.BubbleSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the BubbleSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the BubbleSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesView.MaxSize">
<summary>
<para>Gets or sets the maximum size of the marker of the Bubble series view.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the marker's maximum size (measured in fractions of X-axis units), where an axis unit is the distance between two major values on the X-axis. This value should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesView.MinSize">
<summary>
<para>Gets or sets the minimum size of the marker of the Bubble series view.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the marker's minimum size (measured in fractions of X-axis units), where an axis unit is the distance between two major values on the X-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BubbleSeriesView.Transparency">
<summary>
<para>Gets or sets the transparency (0-255) to use for displaying the filled color bubbles.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (opaque) to <b>255</b> (transparent).
</value>
</member>
<member name="T:DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeriesPoint"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler.Invoke(System.Object,DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawSeriesPoint"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies either the <see cref="T:DevExpress.XtraCharts.ChartControl"/> or <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.CustomDrawSeriesPointEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.FinancialIndicatorCollection">
<summary>
<para>Represents the base class for the collections containing Trend Lines and Fibonacci Indicators of a series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FinancialIndicatorCollection.Clear">
<summary>
<para>Removes all items from the collection.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DataSourceValues">
<summary>
<para>Represents a dictionary containing values from a chart's data source for a particular argument.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ManhattanBarSeriesView">
<summary>
<para>Represents a series view of the Manhattan Bar type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ManhattanBarSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the ManhattanBarSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartScrollDirection">
<summary>
<para>Lists the values used to specify the direction in which a chart is being scrolled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollDirection.Both">
<summary>
<para>Identifies both scrolling directions (vertical and horizontal).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollDirection.Horizontal">
<summary>
<para>Identifies the horizontal scrolling direction.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartScrollDirection.Vertical">
<summary>
<para>Identifies the vertical scrolling direction.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ISupportStackedGroup">
<summary>
<para>If implemented by a class, provides methods required for a chart control to operate with stacked groups.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ISupportStackedGroup.StackedGroup">
<summary>
<para>If implemented by a class, specifies a group for all similar series having the same stack group value to be accumulated into the same stacked bars.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value identifying a stack group.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RotationOptions">
<summary>
<para>Provides settings that specify the ways in which rotation can be performed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RotationOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RotationOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A RotationOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RotationOptions.UseMouse">
<summary>
<para>Specifies whether rotation can be performed using the mouse.
</para>
</summary>
<value><b>true</b> to allow using the mouse; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RotationOptions.UseTouchDevice">
<summary>
<para>Specifies whether rotation can be performed using the touch device.
</para>
</summary>
<value><b>true</b> to allow using the touch device; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription">
<summary>
<para>Represents a structure which is intended to store information about an argument, passed to a custom summary function.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SummaryFunctionArgumentDescription.#ctor(System.String,DevExpress.XtraCharts.ScaleType)">
<summary>
<para>Initializes a new instance of the SummaryFunctionArgumentDescription class with the specified name and scale type.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the argument.
</param>
<param name="scaleType">
A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value, which specifies the scale type for the function argument. For example, if the scale type is <see cref="F:DevExpress.XtraCharts.ScaleType.Numerical"/>, only numerical fields will be shown for the <b>Summarization</b> function editor in the chart wizard.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SummaryFunctionArgumentDescription.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SummaryFunctionArgumentDescription class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the argument description.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SummaryFunctionArgumentDescription.Name">
<summary>
<para>Returns a name of the summary function argument.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the name of the summary function argument.
</value>
</member>
<member name="P:DevExpress.XtraCharts.SummaryFunctionArgumentDescription.ScaleType">
<summary>
<para>Gets the scale type of the summary function argument.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value specifying the scale type of the summary function argument.
</value>
</member>
<member name="T:DevExpress.XtraCharts.TrendLineCollection">
<summary>
<para>Represents a collection of Trend Lines of a specific series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.Add(DevExpress.XtraCharts.TrendLine)">
<summary>
<para>Appends the specified Trend Line to the current collection.
</para>
</summary>
<param name="trendLine">
A <see cref="T:DevExpress.XtraCharts.TrendLine"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.AddRange(DevExpress.XtraCharts.TrendLine[])">
<summary>
<para>Appends an array of Trend Lines to the current collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.TrendLine"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.Clear">
<summary>
<para>Removes all items from the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.Contains(DevExpress.XtraCharts.TrendLine)">
<summary>
<para>Determines whether the collection contains the specified Trend Line.
</para>
</summary>
<param name="trendLine">
A <see cref="T:DevExpress.XtraCharts.TrendLine"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified Trend Line; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.GetTrendLineByName(System.String)">
<summary>
<para>Gets a Trend Line within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the Trend Line to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.TrendLine"/> object that represents the Trend Line with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.TrendLineCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual Trend Lines in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired value's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.TrendLine"/> object which represents the Trend Line at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.Remove(DevExpress.XtraCharts.TrendLine)">
<summary>
<para>Removes the specified Trend Line from the collection.
</para>
</summary>
<param name="trendLine">
A <see cref="T:DevExpress.XtraCharts.TrendLine"/> element to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TrendLineCollection.ToArray">
<summary>
<para>Copies the elements of the TrendLineCollection to a new array of Trend Line objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.TrendLine"/> objects containing the TrendLineCollection elements.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.TrendLine">
<summary>
<para>Represents an individual Trend Line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TrendLine.#ctor">
<summary>
<para>Initializes a new instance of the TrendLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TrendLine.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the TrendLine class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the name of the Trend Line. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.TrendLine.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the TrendLine object passed as the parameter.
</para>
</summary>
<param name="obj">
A TrendLine object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TrendLine.ExtrapolateToInfinity">
<summary>
<para>Specifies whether the Trend Line is extrapolated to infinity.
</para>
</summary>
<value><b>true</b> if the Trend Line is extrapolated to infinity; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TrendLine.IndicatorName">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TrendLine.Weight">
<summary>
<para>Gets the weight value for the TrendLine type.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Margins">
<summary>
<para>Represents the indents between a chart's diagram and the chart's border.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FinancialIndicators">
<summary>
<para>Stores the Fibonacci Indicators and Trend Lines that belong to a specific series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicators.FibonacciIndicators">
<summary>
<para>Provides access to a series' collection of Fibonacci Indicators.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FibonacciIndicatorCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicators.TrendLines">
<summary>
<para>Provides access to a series' collection of Trend Lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TrendLineCollection"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FinancialIndicatorPoint">
<summary>
<para>Represents an individual point for the indicators, that are drawn through two data points (such as Fibonacci Indicator or a Trend Line).
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicatorPoint.Argument">
<summary>
<para>Gets or sets an argument of a financial indicator's point.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing an argument of a financial indicator's point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicatorPoint.ArgumentSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraCharts.FinancialIndicatorPoint.Argument"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.FinancialIndicatorPoint.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FinancialIndicatorPoint object passed as the parameter.
</para>
</summary>
<param name="obj">
A FinancialIndicatorPoint object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicatorPoint.ValueLevel">
<summary>
<para>Gets or sets a value indicating how to obtain the value of a financial indicator's point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value, which indicates how to obtain a financial indicator point's value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FinancialIndicator">
<summary>
<para>Represents the base class for Fibonacci Indicators and Trend Lines.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FinancialIndicator.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FinancialIndicator object passed as the parameter.
</para>
</summary>
<param name="obj">
A FinancialIndicator object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicator.Point1">
<summary>
<para>Gets the first point for a financial indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FinancialIndicatorPoint"/> object, which represents the financial indicator's first point.
</value>
</member>
<member name="P:DevExpress.XtraCharts.FinancialIndicator.Point2">
<summary>
<para>Gets the second point for a financial indicator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.FinancialIndicatorPoint"/> object, which represents the financial indicator's second point.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartImageSizeMode">
<summary>
<para>Lists the values used to specify the mode for an image size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartImageSizeMode.AutoSize">
<summary>
<para>Represents the size mode, in which an image is auto-resized to fit its container's bounds.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartImageSizeMode.Stretch">
<summary>
<para>Represents the size mode, in which an image is stretched to fit its container's bounds.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartImageSizeMode.Tile">
<summary>
<para>Represents the size mode, in which an image is tiled to fit its container's bounds.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ChartImageSizeMode.Zoom">
<summary>
<para>Represents the size mode, in which an image is zoomed to fit its container's bounds.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.AppearanceRepository">
<summary>
<para>A repository of chart appearances.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.AppearanceRepository.GetAppearance(System.String,System.Boolean)">
<summary>
<para>Finds an appearance with the specified name in a repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> specifying the name of an appearance.
</param>
<param name="useDefault">
<b>true</b> to use the default appearance, if there is no appearance with the specified name within a repository; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartAppearance"/> object which is the appearance with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.AppearanceRepository.Item(System.String)">
<summary>
<para>Provides access to individual appearances in the repository by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the appearance to get.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.ChartAppearance"/> object which specifies the appearance with the specified name.
</value>
</member>
<member name="P:DevExpress.XtraCharts.AppearanceRepository.Names">
<summary>
<para>Returns an array of strings that are the names of all the appearances in the chart.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values which are the appearance names.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagramPaneCollection">
<summary>
<para>Represents a collection of panes to be shown in a chart's diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.Add(DevExpress.XtraCharts.XYDiagramPane)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object to the current collection.
</para>
</summary>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.AddRange(DevExpress.XtraCharts.XYDiagramPane[])">
<summary>
<para>Appends an array of panes to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.Contains(DevExpress.XtraCharts.XYDiagramPane)">
<summary>
<para>Determines whether the collection contains the specified pane.
</para>
</summary>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified pane; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.GetPaneByName(System.String)">
<summary>
<para>Gets a pane within the collection by its name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> which specifies the name of the pane to find.
</param>
<returns>An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object that represents the pane with the specified name.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.Insert(System.Int32,DevExpress.XtraCharts.XYDiagramPane)">
<summary>
<para>Inserts the specified pane into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the pane is to be inserted.
</param>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired value's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object which represents the pane at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.Remove(DevExpress.XtraCharts.XYDiagramPane)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> element from the collection.
</para>
</summary>
<param name="pane">
An <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> element to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneCollection.ToArray">
<summary>
<para>Copies the elements of the XYDiagramPaneCollection to a new array of <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> objects containing the XYDiagramPaneCollection elements.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagramPaneBase">
<summary>
<para>Represents the base class for the XY-diagram pane objects.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ActualEnableAxisXScrolling">
<summary>
<para>Gets the actual value specifying whether it's allowed to scroll the pane along its X-axis.
</para>
</summary>
<value><b>true</b> if X-axis scrolling is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ActualEnableAxisXZooming">
<summary>
<para>Gets the actual value specifying whether it's allowed to zoom the pane along its X-axis.
</para>
</summary>
<value><b>true</b> if X-axis zooming is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ActualEnableAxisYScrolling">
<summary>
<para>Gets the actual value specifying whether it's allowed to scroll the pane along its Y-axis.
</para>
</summary>
<value><b>true</b> if Y-axis scrolling is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ActualEnableAxisYZooming">
<summary>
<para>Gets the actual value specifying whether it's allowed to zoom the pane along its Y-axis.
</para>
</summary>
<value><b>true</b> if Y-axis zooming is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.Annotations">
<summary>
<para>Provides access to the annotations collection of the pane.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the pane's collection of annotations.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPaneBase.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagramPaneBase object passed as the parameter.
</para>
</summary>
<param name="obj">
An XYDiagramPaneBase object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.BackColor">
<summary>
<para>Gets or sets the pane's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the pane's background color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.BackImage">
<summary>
<para>Gets the pane's background image settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the pane's background image.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.BorderColor">
<summary>
<para>Gets or sets the pane's border color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the pane's border color.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.BorderVisible">
<summary>
<para>Gets or sets whether the pane's border is visible.
</para>
</summary>
<value><b>true</b> if the border is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.EnableAxisXScrolling">
<summary>
<para>Specifies whether scrolling is allowed for the pane along its X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the availability of X-axis scrolling.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.EnableAxisXZooming">
<summary>
<para>Specifies whether zooming is allowed for the pane along its X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the availability of X-axis zooming.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.EnableAxisYScrolling">
<summary>
<para>Specifies whether scrolling is allowed for the pane along its Y-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the availability of Y-axis scrolling.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.EnableAxisYZooming">
<summary>
<para>Specifies whether zooming is allowed for the pane along its Y-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the availability of Y-axis zooming.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.FillStyle">
<summary>
<para>Gets the diagram pane's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ScrollBarOptions">
<summary>
<para>Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ScrollBarOptions"/> object containing the appearance settings of the pane's scroll bars.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.Shadow">
<summary>
<para>Gets the diagram pane's shadow settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Shadow"/> object which provides the settings used to paint the diagram pane's shadow.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.SizeInPixels">
<summary>
<para>Gets or sets the size (in pixels) of the XYDiagramPaneBase, if the pane's <see cref="P:DevExpress.XtraCharts.XYDiagramPaneBase.SizeMode"/> property set to <see cref="F:DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels"/>.
</para>
</summary>
<value>An integer value which specifies the pane's size, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.SizeMode">
<summary>
<para>Gets or sets a value indicating whether a pane's size should be fixed, or changed when a chart is resized.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaneSizeMode"/> object which represents the pane's size mode.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.Visible">
<summary>
<para>Specifies whether the pane is visible.
</para>
</summary>
<value><b>true</b> if the pane is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.Weight">
<summary>
<para>Gets or sets the relative size of the XYDiagramPaneBase if the pane's <see cref="P:DevExpress.XtraCharts.XYDiagramPaneBase.SizeMode"/> property is set to <see cref="F:DevExpress.XtraCharts.PaneSizeMode.UseWeight"/>.
</para>
</summary>
<value>An integer value which specifies the pane's size, in relation to other panes.
</value>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPaneBase.ZoomRectangle">
<summary>
<para>Provides access to the settings that define the appearance of the zoom rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ZoomRectangle"/> object.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagramPane">
<summary>
<para>Represents an XY-diagram's additional pane.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPane.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the XYDiagramPane 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.XtraCharts.ChartElementNamed.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPane.#ctor">
<summary>
<para>Initializes a new instance of the XYDiagramPane class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramPane.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the XYDiagramPane object passed as the parameter.
</para>
</summary>
<param name="obj">
An XYDiagramPane object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramPane.PaneID">
<summary>
<para>Gets or sets a pane's ID, which is intended for internal use only.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.XYDiagramDefaultPane">
<summary>
<para>Represents an XY-diagram's default pane.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.XYDiagramDefaultPane.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.ChartElementNamed.Name"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraCharts.XYDiagramDefaultPane.ToString">
<summary>
<para>Returns the textual representation of the pane.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the pane.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.TopNOptions">
<summary>
<para>Contains settings which indicate whether it is required to show only Top N series points in a series, and also define the rule to determine Top N points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.TopNOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the TopNOptions object passed as the parameter.
</para>
</summary>
<param name="obj">
A TopNOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.Count">
<summary>
<para>Gets or sets the total number of Top N series points.
</para>
</summary>
<value>An integer value representing the number of top points.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.Enabled">
<summary>
<para>Gets or sets a value indicating whether it is required to show only the Top N series points in a series.
</para>
</summary>
<value><b>true</b> to show only the Top N series points; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.TopNOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current TopNOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current TopNOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.TopNOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current TopNOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.Mode">
<summary>
<para>Gets or sets the value that specifies how to determine the total number of top N series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TopNMode"/> enumeration value, which chooses one of the modes.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.OthersArgument">
<summary>
<para>Gets or sets the text, which should be displayed as an argument of the "Others" series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the argument's text.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.ShowOthers">
<summary>
<para>Gets or sets a value indicating whether it is necessary to show the "Others" series point.
</para>
</summary>
<value><b>true</b> to show the "Others" series point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.ThresholdPercent">
<summary>
<para>Gets or sets the percent value, which is the minimum limit for values of the Top N series points.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the minimum percent value. It should be within the <b>0</b>;<b>100</b> range.
</value>
</member>
<member name="P:DevExpress.XtraCharts.TopNOptions.ThresholdValue">
<summary>
<para>Gets or sets the value, which is the minimum limit for values of the Top N series points.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the minimum value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SummaryFunction">
<summary>
<para>Represents a method that can be registered in a chart to be used as a custom summary function.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SummaryFunction.Invoke(DevExpress.XtraCharts.Series,System.Object,System.String[],DevExpress.XtraCharts.DataSourceValues[])">
<summary>
<para>Represents a class to create a custom summary function for the specific series point argument.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.XtraCharts.Series"/> object, containing information about the series, for which the custom summary function should be calculated.
</param>
<param name="argument">
A <see cref="T:System.Object"/> representing an original argument of a series point, for which the custom summary function should be calculated.
</param>
<param name="functionArguments">
An array of <see cref="T:System.String"/> values that specify the names of function arguments, if any. These names can be used to obtain data source values from the dictionary, passed as the <i>values</i> parameter.
</param>
<param name="values">
An array of <see cref="T:DevExpress.XtraCharts.DataSourceValues"/> objects representing data source values to be used for summarizing. This object represents a dictionary, which allows you to obtain a specific data source value, by its name.
</param>
<returns>An array of <see cref="T:DevExpress.XtraCharts.SeriesPoint"/> objects representing the resulting series points.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedAreaDrawOptions">
<summary>
<para>Contains settings for custom drawing full-stacked area series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedAreaDrawOptions.Border">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaDrawOptions.Border"/> property.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="T:DevExpress.XtraCharts.ValueLevel">
<summary>
<para>Lists the values that specify value levels for indicators.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Close">
<summary>
<para>Indicates the Close value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.High">
<summary>
<para>Indicates the High value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Low">
<summary>
<para>Indicates the Low value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Open">
<summary>
<para>Indicates the Open value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Value">
<summary>
<para>Indicates the value of a series point where the series point contains only one value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Value_1">
<summary>
<para>Indicates the First value of a series point, where the series view belongs to the Range Bar or Gantt view types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ValueLevel.Value_2">
<summary>
<para>Indicates the Second value of a series point, where the series view belongs to the Range Bar or Gantt view types.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.TopNMode">
<summary>
<para>Lists the values that specify how to determine the total number of top N series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TopNMode.Count">
<summary>
<para>The <see cref="P:DevExpress.XtraCharts.TopNOptions.Count"/> property value is used. This value explicitly specifies the total number of top N series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TopNMode.ThresholdPercent">
<summary>
<para>The <see cref="P:DevExpress.XtraCharts.TopNOptions.ThresholdPercent"/> property value is used. This value implicitly specifies the total number of top N series points, so that only series points, whose value's ratio to the summary of all series points values is greater than the <b>ThresholdPercent</b> property's value, are considered as top N series points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TopNMode.ThresholdValue">
<summary>
<para>The <see cref="P:DevExpress.XtraCharts.TopNOptions.ThresholdValue"/> property value is used. This value implicitly specifies the total number of top N series points, so that only series points, whose values are greater than the <b>ThresholdValue</b> property's value, are considered as top N series points.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PaneSizeMode">
<summary>
<para>Lists the values that specify measurement units of a pane's size mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels">
<summary>
<para>A pane's size is specified by the <see cref="P:DevExpress.XtraCharts.XYDiagramPaneBase.SizeInPixels"/> property (measured in pixels) and is fixed when a chart is resized.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaneSizeMode.UseWeight">
<summary>
<para>A pane's size is specified by the <see cref="P:DevExpress.XtraCharts.XYDiagramPaneBase.Weight"/> property and is proportionally recalculated when a chart is resized.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PaneLayoutDirection">
<summary>
<para>Lists the values that specify panes alignment direction.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaneLayoutDirection.Horizontal">
<summary>
<para><para>Panes are aligned in the horizontal direction.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.PaneLayoutDirection.Vertical">
<summary>
<para><para>Panes are aligned in the vertical direction.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DockableTitleCollectionBase">
<summary>
<para>Serves as the base class for classes that represent collections of <see cref="T:DevExpress.XtraCharts.DockableTitle"/> class descendants.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitleCollectionBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.DockableTitle"/> object which represents the dockable title at the specified position.
</value>
</member>
<member name="T:DevExpress.XtraCharts.CrosshairLineElement">
<summary>
<para>Defines the appearance of a crosshair argument line and crosshair value line elements when custom drawing a crosshair cursor using the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.CustomDrawCrosshair"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLineElement.Color">
<summary>
<para>Specifies the crosshair line element's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the color of the crosshair line element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLineElement.LineStyle">
<summary>
<para>Provides access to the line style of the crosshair line element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LineStyle"/> object, representing the line style of the crosshair line element.
</value>
</member>
<member name="P:DevExpress.XtraCharts.CrosshairLineElement.Visible">
<summary>
<para>Specifies whether the crosshair line element is visible when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the crosshair line element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedSplineArea3DSeriesView">
<summary>
<para>Represents a series view of the 3D Stacked Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedSplineArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineArea3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StackedSplineArea3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A StackedSplineArea3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineArea3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current StackedSplineArea3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current StackedSplineArea3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineArea3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current StackedSplineArea3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.StackedSplineArea3DSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the StackedSplineArea3DSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView">
<summary>
<para>Represents a series view of the 3D Full-Stacked Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedSplineArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FullStackedSplineArea3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A FullStackedSplineArea3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current FullStackedSplineArea3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FullStackedSplineArea3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current FullStackedSplineArea3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the FullStackedSplineArea3DSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.IXYSeriesView2D">
<summary>
<para>Provides access to axes for 2D XY-series views.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.IXYSeriesView2D.AxisX">
<summary>
<para>If implemented by a class, gets the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, which represents the X-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.IXYSeriesView2D.AxisY">
<summary>
<para>If implemented by a class, gets the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.Axis2D"/> descendant, which represents the Y-axis.
</value>
</member>
<member name="P:DevExpress.XtraCharts.IXYSeriesView2D.Pane">
<summary>
<para>If implemented by a class, gets the Pane.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.XYDiagramPaneBase"/> descendant, which represents the pane.
</value>
</member>
<member name="T:DevExpress.XtraCharts.ChartScroll3DEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.Scroll3D"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartScroll3DEventArgs.NewHorizontalScrollPercent">
<summary>
<para>Gets the new horizontal scroll percent.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the new horizontal scroll percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScroll3DEventArgs.NewVerticalScrollPercent">
<summary>
<para>Gets the new vertical scroll percent.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the new vertical scroll percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScroll3DEventArgs.OldHorizontalScrollPercent">
<summary>
<para>Gets the old horizontal scroll percent.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the old horizontal scroll percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScroll3DEventArgs.OldVerticalScrollPercent">
<summary>
<para>Gets the old vertical scroll percent.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the old vertical scroll percent.
</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartScroll3DEventArgs.ScrollDirection">
<summary>
<para>Gets the scrolling direction.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartScrollDirection"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SplineArea3DSeriesView">
<summary>
<para>Represents a series view of the 3D Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SplineArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineArea3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SplineArea3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SplineArea3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SplineArea3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SplineArea3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SplineArea3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SplineArea3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SplineArea3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.SplineArea3DSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the SplineArea3DSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SeriesTitleCollection">
<summary>
<para>Represents a collection of series titles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitleCollection.Add(DevExpress.XtraCharts.SeriesTitle)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object to the current collection.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitleCollection.AddRange(DevExpress.XtraCharts.SeriesTitle[])">
<summary>
<para>Appends an array of series titles to the collection.
</para>
</summary>
<param name="coll">
An array of <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitleCollection.Contains(DevExpress.XtraCharts.SeriesTitle)">
<summary>
<para>Determines whether the collection contains the specified series title.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified series title; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitleCollection.Insert(System.Int32,DevExpress.XtraCharts.SeriesTitle)">
<summary>
<para>Inserts the specified series title into the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the series title is to be inserted.
</param>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object that specifies the series title to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SeriesTitleCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object which represents the series title at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitleCollection.Remove(DevExpress.XtraCharts.SeriesTitle)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object from the collection.
</para>
</summary>
<param name="title">
A <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraCharts.SeriesTitle">
<summary>
<para>Represents an individual series title.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SeriesTitle.#ctor">
<summary>
<para>Initializes a new instance of the SeriesTitle class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DockableTitle">
<summary>
<para>Represents the base class for dockable titles.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.Alignment">
<summary>
<para>Gets or sets the alignment of the title.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringAlignment"/> enumeration value which specifies the alignment of the chart title.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DockableTitle.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the DockableTitle object passed as the parameter.
</para>
</summary>
<param name="obj">
A DockableTitle object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.Dock">
<summary>
<para>Gets or sets a value specifying the parent control edges, to which a title is docked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartTitleDockStyle"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.Indent">
<summary>
<para>Gets or sets how much the chart title is indented from the client region of its parent control.
</para>
</summary>
<value>An integer value which specifies the indent, in pixels. The default is <b>5</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.MaximumLinesCount">
<summary>
<para>Gets or sets the number of lines to which a title's text is allowed to wrap.
</para>
</summary>
<value>An integer, representing the number of text lines. Should be greater than or equal to <b>0</b> and less than or equal to <b>20</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.MaxLineCount">
<summary>
<para>Gets or sets the number of lines to which a title's text is allowed to wrap.
</para>
</summary>
<value>An integer which is the number of text lines. Should be greater than or equal to <b>0</b> and less than or equal to <b>20</b>.
</value>
</member>
<member name="M:DevExpress.XtraCharts.DockableTitle.ToString">
<summary>
<para>Returns the textual representation of the dockable title.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the dockable title.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.DockableTitle.WordWrap">
<summary>
<para>Gets or sets whether a title's text should wrap when it's too lengthy.
</para>
</summary>
<value><b>true</b> if a title's text should wrap; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.Spline3DSeriesView">
<summary>
<para>Represents a series view of the 3D Spline type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Spline3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the Spline3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Spline3DSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the Spline3DSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A Spline3DSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.Spline3DSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Spline3DSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Spline3DSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.Spline3DSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Spline3DSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.Spline3DSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the Spline3DSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.BarSeriesLabel">
<summary>
<para>Defines label settings for bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.BarSeriesLabel.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the BarSeriesLabel object passed as the parameter.
</para>
</summary>
<param name="obj">
An BarSeriesLabel object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesLabel.Indent">
<summary>
<para>Specifies the indent between labels and the corresponding Bar side.
</para>
</summary>
<value>An integer value, specifying the indent between labels and the corresponding Bar side.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesLabel.Position">
<summary>
<para>Specifies the position of series point labels, relative to their corresponding Bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BarSeriesLabelPosition"/> enumeration value, specifying the position of labels relative to Bars.
</value>
</member>
<member name="P:DevExpress.XtraCharts.BarSeriesLabel.ShowForZeroValues">
<summary>
<para>Gets or sets a value indicating whether to show series labels if a bar's height is zero.
</para>
</summary>
<value><b>true</b> to show labels of zero-height bars; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedLineSeriesView">
<summary>
<para>A series view of the Stacked Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RangePointOptions">
<summary>
<para>Contains settings that specify data point appearance within a range series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangePointOptions.#ctor">
<summary>
<para>Initializes a new instance of the RangePointOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangePointOptions.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangePointOptions object passed as a parameter.
</para>
</summary>
<param name="obj">
A RangePointOptions object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraCharts.RangePointOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RangePointOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RangePointOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RangePointOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RangePointOptions object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RangePointOptions.ValueAsDuration">
<summary>
<para>Gets or sets a value specifying for a specific Range Series View, whether or not series labels should show point values and durations (i.e. as <b>differences</b> between min and max values in each data point).
</para>
</summary>
<value><b>true</b> if the values are displayed as a value difference, <b>false</b> if the values are displayed individually.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangePointOptions.ValueDurationFormat">
<summary>
<para>Gets or sets the format to display the series point values as durations for one of the Range Series views.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.TimeSpanFormat"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeAreaDrawOptions">
<summary>
<para>Contains settings for custom drawing 2D Range Area and 3D Range Area series.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Border">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaDrawOptions.Border"/> property to hide it.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Border1">
<summary>
<para>Provides access to the settings of the first border for the <b>Range Area</b> series view, when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which contains border settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Border2">
<summary>
<para>Provides access to the settings of the second border for the <b>Range Area</b> series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which contains border settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Marker">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.PointDrawOptions.Marker"/> property to hide it.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Marker1">
<summary>
<para>Provides access to the settings of first markers for the <b>Range Area</b> series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object which contains marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Marker1Visible">
<summary>
<para>Gets or sets whether the first marker is visible in the Range Area Chart when implementing a custom draw.
</para>
</summary>
<value><b>true</b>, if the first marker is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Marker2">
<summary>
<para>Provides access to the settings of second markers for the <b>Range Area</b> series view when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object which contains marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaDrawOptions.Marker2Visible">
<summary>
<para>Gets or sets whether the second marker is visible in the Range Area Chart when implementing a custom draw.
</para>
</summary>
<value><b>true</b>, if the second marker is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.RangeArea3DSeriesView">
<summary>
<para>A series view of the 3D Range Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeArea3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RangeArea3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeArea3DSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the RangeArea3DSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the RangeArea3DSeriesView type.
</returns>
</member>
<member name="T:DevExpress.XtraCharts.RangeAreaSeriesView">
<summary>
<para>A series view of the Range Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the RangeAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the RangeAreaSeriesView object passed as a parameter.
</para>
</summary>
<param name="obj">
A RangeAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Border">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaSeriesViewBase.Border"/> property to hide it.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Border1">
<summary>
<para>Provides access to the settings that specify the appearance of the border, which connects values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_1"/> in all data points of a <b>Range Area</b> series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Border2">
<summary>
<para>Provides access to the settings that specify the appearance of the border which connects values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_2"/> in all data points of a <b>Range Area</b> series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomBorder"/> object which specifies the border style.
</value>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesView.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RangeAreaSeriesView instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RangeAreaSeriesView instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesView.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RangeAreaSeriesView object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraCharts.RangeAreaSeriesView.GetValueCaption(System.Int32)">
<summary>
<para>Gets a caption value for the RangeAreaSeriesView type.
</para>
</summary>
<param name="index">
A zero-based integer caption index. If it's negative or exceeds the last available index, an exception is raised.
</param>
<returns>A <see cref="T:System.String"/> value that is the caption for the RangeAreaSeriesView type.
</returns>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Marker1">
<summary>
<para>Provides access to the settings that specify the appearance of markers drawn for the values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_1"/> in all data points of a <b>Range Area</b> series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Marker1Visibility">
<summary>
<para>Specifies whether the series point markers drawn for the values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_1"/> are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Marker2">
<summary>
<para>Provides access to the settings that specify the appearance of markers drawn for the values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_2"/> in all data points of a <b>Range Area</b> series view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Marker"/> object that contains specific marker settings.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.Marker2Visibility">
<summary>
<para>Specifies whether the series point markers drawn for the values stored as <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_2"/> are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.MarkerOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraCharts.AreaSeriesViewBase.MarkerOptions"/> property to hide it.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="P:DevExpress.XtraCharts.RangeAreaSeriesView.MarkerVisibility">
<summary>
<para>Specifies whether the series point markers are visible.
</para>
</summary>
<value><b>Default</b> - marker visibility (visible/invisible) is automatically determined according to the type of diagram currently displayed on a chart; <b>True</b> -if the markers are visible; <b>False</b> - markers are hidden. The default is <b>DefaultBoolean.Default</b>.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedLinePointOptions">
<summary>
<para>Contains settings that specify data point appearance within a full-stacked line series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedLinePointOptions.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedLinePointOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedLine3DSeriesView">
<summary>
<para>A series view of the 3D Full-Stacked Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedLine3DSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedLine3DSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedLineSeriesView">
<summary>
<para>A series view of the Full-Stacked Line type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedLineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedLineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.RangeAreaLabelKind">
<summary>
<para>Lists the values specifying which range area values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Area and 3D Range Area view types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.MaxValueLabel">
<summary>
<para>Show only the label for the maximum value of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.MinValueLabel">
<summary>
<para>Show only the label for the minimum value of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.OneLabel">
<summary>
<para>Show one label in the center of the range bar with both maximum and minimum values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.TwoLabels">
<summary>
<para>Show both labels with maximum and minimum values of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.Value1Label">
<summary>
<para>Show only the label for the value stored in the <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_1"/> property of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.RangeAreaLabelKind.Value2Label">
<summary>
<para>Show only the label for the value stored in the <see cref="F:DevExpress.XtraCharts.SeriesPointKey.Value_2"/> property of a data point.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.StackedSplineAreaSeriesView">
<summary>
<para>Represents a series view of the Stacked Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the StackedSplineAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedSplineAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the StackedSplineAreaSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A StackedSplineAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.StackedSplineAreaSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the StackedSplineAreaSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SplineSeriesView">
<summary>
<para>Represents a series view of the Spline type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SplineSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SplineSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SplineSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SplineSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the SplineSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.SplineAreaSeriesView">
<summary>
<para>Represents a series view of the Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the SplineAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.SplineAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the SplineAreaSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A SplineAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.SplineAreaSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the SplineAreaSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView">
<summary>
<para>Represents a series view of the Full-Stacked Spline Area type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView.#ctor">
<summary>
<para>Initializes a new instance of the FullStackedSplineAreaSeriesView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView.Assign(DevExpress.XtraCharts.ChartElement)">
<summary>
<para>Copies all the settings from the FullStackedSplineAreaSeriesView object passed as the parameter.
</para>
</summary>
<param name="obj">
A FullStackedSplineAreaSeriesView object (which is the <see cref="T:DevExpress.XtraCharts.ChartElement"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView.LineTensionPercent">
<summary>
<para>Gets or sets the line tension to be used when drawing splines of the FullStackedSplineAreaSeriesView, in percents.
</para>
</summary>
<value>An integer value specifying the line tension percentage.
</value>
</member>
<member name="T:DevExpress.XtraCharts.PivotGridSeriesExcludedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesExcluded"/> and <see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesExcluded"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.PivotGridSeriesExcludedEventHandler.Invoke(System.Object,DevExpress.XtraCharts.PivotGridSeriesExcludedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesExcluded"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraCharts.PivotGridSeriesExcludedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraCharts.ResolveOverlappingMode">
<summary>
<para>Lists the values that specify the overlapping resolving algorithm to be applied to series point labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ResolveOverlappingMode.Default">
<summary>
<para>The default algorithm to re-position labels in a random way, to avoid overlapping labels.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped">
<summary>
<para>If two or more labels overlap, some of them are automatically hidden, to avoid overlapping.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAllAroundPoint">
<summary>
<para>All labels (both overlapping and non-overlapping) change their position. They are re-positioned in such a way, so that they are moved around the corresponding point's center, but their indent from the point center is preserved.
<para> </para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint">
<summary>
<para>Only labels that are overlapping change their position. They are re-positioned in such a way, so that they are moved around the corresponding point's center, but their indent from the point center is preserved.
<para> </para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.ResolveOverlappingMode.None">
<summary>
<para>The overlapping resolving algorithm is disabled.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.TextOrientation">
<summary>
<para>Lists the values used to specify the orientation of series labels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TextOrientation.BottomToTop">
<summary>
<para>The series labels are rotated vertically, counterclockwise.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TextOrientation.Horizontal">
<summary>
<para>The series labels are not rotated.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraCharts.TextOrientation.TopToBottom">
<summary>
<para>The series labels are rotated vertically, clockwise.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.PivotGridSeriesExcludedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesExcluded"/> (<see cref="E:DevExpress.XtraCharts.Web.WebChartControl.PivotGridSeriesExcluded"/>) event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridSeriesExcludedEventArgs.ActualSeriesCount">
<summary>
<para>Specifies the <i>actual</i> number of series as they appear in a Chart that is associated with a Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the actual number of series in the Chart.
</value>
</member>
<member name="P:DevExpress.XtraCharts.PivotGridSeriesExcludedEventArgs.AvailableSeriesCount">
<summary>
<para>Specifies the <i>available</i> number of series as they appear in a Chart that is associated with a Pivot Grid.
</para>
</summary>
<value>An integer value, specifying the available number of series in the Chart.
</value>
</member>
<member name="T:DevExpress.XtraCharts.StackedLine3DSeriesLabel">
<summary>
<para>Defines label settings for a stacked line 3D series.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.StackedLine3DSeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the StackedLine3DSeriesLabel class with default settings.
</para>
</summary>
</member>
</members>
</doc>