You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OnDoc/Client/bin/Debug/Syncfusion.PivotChart.Windo...

4305 lines
233 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.PivotChart.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.PivotChartAssembly">
<exclude/>
<summary>
This class holds the name of the Syncfusion.Grid.Grouping.Windows assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
</summary>
</member>
<member name="F:Syncfusion.PivotChartAssembly.Name">
<summary>
The full name of this assembly without version information: "Syncfusion.Grid.Grouping.Windows"
</summary>
</member>
<member name="F:Syncfusion.PivotChartAssembly.Assembly">
<summary>
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Grid assembly.
</summary>
</member>
<member name="F:Syncfusion.PivotChartAssembly.RootNamespace">
<summary>
The root namespace of this assembly. Used internally for locating resources within the assembly.
</summary>
</member>
<member name="M:Syncfusion.PivotChartAssembly.#cctor">
<summary>
Initializes the <see cref="T:Syncfusion.PivotChartAssembly"/> class.
</summary>
</member>
<member name="M:Syncfusion.PivotChartAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
<summary>
This delegate helps with resolving types and can be used as a eventhandler
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data with information about the type.</param>
<returns>A reference to the assembly where the type is located.</returns>
<remarks>
Use this handler when reading back types from a serialization instead
saved with an earlier version of this assembly.
</remarks>
<example>
<code lang="C#">
<![CDATA[
public static GridModel LoadSoap(Stream s)
{
try
{
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
SoapFormatter b = new SoapFormatter();
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
GridModel t = b.Deserialize(s) as GridModel;
t.Modified = false;
return t;
}
finally
{
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
}
}
]]>
</code>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps">
<exclude/>
<summary>
Provides functionality for drawing and caching bitmaps required for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps.RedDownBitmap">
<summary>
Gets the bitmap to indicate columns that are moving down.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps.RedUpBitmap">
<summary>
Gets the bitmap to indicate columns that are moving up.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps.RedLeftBitmap">
<summary>
Gets the bitmap to indicate columns that are moving left.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterBitmaps.RedRightBitmap">
<summary>
Gets the bitmap to indicate columns that are moving right.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles">
<summary>
Implements the functionality of PivotChart area's interior styling customization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.#ctor(Syncfusion.Windows.Forms.Chart.ChartControl,System.Windows.Forms.Panel)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles"/> class.
</summary>
<param name="chartControl">The <see cref="T:Syncfusion.Windows.Forms.Chart.ChartControl"/>.</param>
<param name="chartPanel">The panel to hold the chart control.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.ChartInterior">
<summary>
Gets or sets the interior of axis grid.
</summary>
<value>The chart interior.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BorderAppearance">
<summary>
Gets or sets the border appearance style of Chart.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.Font">
<summary>
Gets or sets the font.
</summary>
<value>The font.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.ForeColor">
<summary>
Gets or sets the fore color.
</summary>
<value>The color of the fore.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BackInterior">
<summary>
Gets or sets the color with which the ChartArea is to be filled initially before any rendering takes place.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BorderStyle">
<summary>
Gets or sets the style of the border that is to be rendered around the ChartArea. Default is None.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BackImage">
<summary>
Gets or sets the background image displayed in the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.InteriorBackImage">
<summary>
Gets or sets the interior back image displayed in the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BorderColor">
<summary>
Gets or sets the border color of the chart area.
</summary>
<value>Default value is SystemColors.ControlText.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.BorderWidth">
<summary>
Gets or sets the border width of the ChartArea. Default is 1.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartAreaStyles.chartPanel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Used to draw the rectangle.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles">
<summary>
Implements the functionality of the Primary X and Y axis styling customization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis">
<summary>
Implements the functionalities of the pivot chart control's axis title, zooming and interlaced grid interior information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.#ctor(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis"/> class.
</summary>
<param name="chartControl">Chart</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.GridLineType">
<summary>
Gets the attributes of the axis grid lines.
</summary>
<remarks>
Please refer to <see cref="T:Syncfusion.Windows.Forms.Chart.LineInfo"/> for more information on these attributes and
how they can change the appearance of the grid lines.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.InterlacedGrid">
<summary>
Gets or sets a value indicating whether interlaced grid is enabled.
</summary>
<value><c>true</c> if interlaced grid is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.InterlacedGridInterior">
<summary>
Gets or sets the interlaced grid interior.
</summary>
<value>The interlaced grid interior.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.IsVisible">
<summary>
Gets or sets a value indicating whether this instance is visible.
</summary>
<value>
<c>true</c> if this instance is visible; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.LocationType">
<summary>
Gets or sets the locations types of X and Y axis. See <see cref="P:Syncfusion.Windows.Forms.Chart.ChartAxis.LocationType"/>.
</summary>
<remarks>
Determines how location of axes is calculated. See <see cref="P:Syncfusion.Windows.Forms.Chart.ChartAxis.LocationType"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.ShowAxisLabelTooltip">
<summary>
Gets or sets a value indicating whether the tool tip associated with the axis labels are to be rendered.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.Title">
<summary>
Gets the axis title.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.VisibleRange">
<summary>
Gets the visible range when zoomed.
</summary>
<remarks>
Don't try to change this property manually. The value will be changed if any of related properties is changed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.ZoomedRange">
<summary>
Gets the range that is currently zoomed in.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.ZoomFactor">
<summary>
Gets or sets the factor that is to be used to calculate Zoomed range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.ZoomPosition">
<summary>
Gets or sets the minimum value(ZoomPosition) displayed on this axis when zoomed as a fraction of the total range. For example
if the total range is 20 and the minimum value currently displayed is 10, the ZoomPosition will be
0.5 (10/20).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.PivotChartAxis.ZoomActions">
<summary>
Gets or sets the zoom actions.
</summary>
<value>The zoom actions.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle">
<summary>
Implements the functionalities of PivotChart's primary axis title styling option.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.#ctor(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle"/> class.
</summary>
<param name="chartControl">ChartControl</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.Text">
<summary>
Gets or sets the title of this axis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.Spacing">
<summary>
Gets or sets the spacing between title and labels.
</summary>
<value>The spacing.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.Alignment">
<summary>
Gets or sets the alignment of the axis title.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.Font">
<summary>
Gets or sets the title font that is to be used for text that is rendered in association with the axis (such as axis title).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.DrawMode">
<summary>
Gets or sets the title draw mode.
</summary>
<value>The title draw mode.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartAxisStyles.AxisTitle.Color">
<summary>
Gets or sets the title color that is to be used for text that is rendered in association with the axis (such as axis title).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes">
<summary>
Defines the constants that specify the different types of PivotChart.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.Line">
<summary>
Line chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.Spline">
<summary>
Spline chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.Column">
<summary>
Column chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.Area">
<summary>
Area chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.SplineArea">
<summary>
Area chart with spline connectors
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StackingArea">
<summary>
Stacking area chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StackingColumn">
<summary>
Stacking column chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StackingArea100">
<summary>
Stacking area chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StackingColumn100">
<summary>
Stacking 100% column chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StepLine">
<summary>
StepLine chart
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.StepArea">
<summary>
StepArea chart
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.Drilling">
<summary>
Implements the functionalities of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>'s drilling options.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.Drilling.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.Drilling"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Drilling.DrillRow">
<summary>
Gets or sets the drilling row.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Drilling.DrillCol">
<summary>
Gets or sets the drilling column.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Drilling.Text">
<summary>
Gets or sets a text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Drilling.RangeInfo">
<summary>
Gets or sets the drilling range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.DataCollection">
<summary>
Implements the functionalities of PivotChart's data area.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DataCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.DataCollection"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.Text">
<summary>
Gets or sets the display text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.OriginalRangeInfo">
<summary>
Gets or sets the <see cref="T:Syncfusion.PivotAnalysis.Base.CoveredCellRange"/> of data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.CellType">
<summary>
Gets or sets the data cell type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.BaseCellType">
<summary>
Gets or sets the base cell type of data cell.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.NoOfRows">
<summary>
Gets or sets the number of rows to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.NoOfCols">
<summary>
Gets or sets the number of columns to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.HeaderColIndex">
<summary>
Gets or sets the header column index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DataCollection.Tag">
<summary>
Gets or sets the custom tag that needs to be associated with data cell.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SearchOptions">
<summary>
Defines the constants that specify the various searching options.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SearchOptions.Syncfusion">
<summary>
Represents Syncfusion
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SearchOptions.Forums">
<summary>
Represents Forums
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SearchOptions.KnowledgeBase">
<summary>
Represents Knowledge Base
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList">
<summary>
Implements the designer action list for Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> control's smart tag panel.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.#ctor(System.ComponentModel.IComponent,System.ComponentModel.Design.DesignerVerb[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList"/> class.
</summary>
<param name="component">The <see cref="T:System.ComponentModel.IComponent"/>.</param>
<param name="verbs">The array of verbs.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.KeyWord">
<summary>
Gets or sets the keyword.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.Search">
<summary>
Gets or sets the searching options.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.GetSortedActionItems">
<summary>
Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> objects contained in the list.
</summary>
<returns>
A <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> array that contains the items in this list.
</returns>
override
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.OnSearch">
<summary>
Searches the online URL links.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DesignerActionSupportList.OnView(System.String)">
<summary>
Starts the link opening process.
</summary>
<param name="link"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner">
<summary>
Extends the design mode behavior of a <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.ActionLists">
<summary>
Gets or sets the collection of <see cref="T:System.ComponentModel.Design.DesignerActionList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.ItemSource">
<summary>
Gets or sets source of data for pivot chart. This object should be either an IEnumerable list, or a DataTable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.InitializeNewComponent(System.Collections.IDictionary)">
<summary>
Overridden to initiate the new component.
</summary>
<param name="defaultValues">The collection of default values.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.OnCreateHandle">
<summary>
Provides an opportunity to perform additional processing immediately after the control handle has been created.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner.BuildActionLists">
<summary>
Builds the action lists.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartControlChooseDataSourceActionList">
<summary>
Extends the DataSource action in the smart tag.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartControlChooseDataSourceActionList.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner)">
<summary>
Create a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartControlChooseDataSourceActionList"/>.
</summary>
<param name="owner">Describes the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartDesigner"/>.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChartControlChooseDataSourceActionList.ItemSource">
<summary>
Gets or sets source of data for PivotChart. This object should be either an IEnumerable list, or a DataTable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartControlChooseDataSourceActionList.GetSortedActionItems">
<summary>
Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/>.
objects contained in the list.
</summary>
<returns>A System.ComponentModel.Design.DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart">
<summary>
Essential PivotChart is a lightweight control that reads Pivot information and visualizes it in graphical format with the ability to drill up and down.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChart.isControlInitialized">
<summary>
Determines whether the control created(initialized) or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotBaseItems">
<summary>
Gets or sets the collection of base items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChart.padExtraWidth">
<summary>
Contains the information about the grouping labels data.
</summary>
<summary>
Used as a key to pad extra width reduction to column charts. Column charts has inbuilt behavior from base to load from negative values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulatedEventHandler">
<summary>
Defines the method that handles a OnChartPopulated event
</summary>
<param name="sender">The source of the event</param>
<param name="e">A ChartPopulatedEventArgs that contains data</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventHandler">
<summary>
Represents a method that handles an event with <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs"/>.
</summary>
<param name="sender">The source of the event</param>
<param name="e">The event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulated">
<summary>
Occurs after populated all the series in PivotChart
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.PivotChart.Drill">
<summary>
Occurs when the DrillDown or DrillUp of the chart region.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillState">
<summary>
Describes whether the chart region is in expand or collapse state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillState.Expanded">
<summary>
Describes the expand state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillState.Collapsed">
<summary>
Describes the collapse state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartControl">
<summary>
Returns an instance of <see cref="T:Syncfusion.Windows.Forms.Chart.ChartControl"/>
which is loaded into the chart area of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ItemSource">
<summary>
Gets or sets source of data for pivot chart. This object should be either an IEnumerable list, or a DataTable.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotAxis">
<summary>
Gets the collection of PivotItems for PivotAxis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotLegend">
<summary>
Gets the collection of PivotItems for PivotLegend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotFilters">
<summary>
Gets the collection of <see cref="T:Syncfusion.PivotAnalysis.Base.FilterExpression"/> for PivotFilters.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotCalculations">
<summary>
Gets the collection of <see cref="T:Syncfusion.PivotAnalysis.Base.PivotComputationInfo"/> for PivotCalculations.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotEngine">
<summary>
Gets or sets the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotEngine"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.EnableTouchMode">
<summary>
Gets or sets a value indicating whether the control enables the touch mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.UpdateManager">
<summary>
Gets an instance of a class that facilitates the pivot automatically updating itself due to changes in the underlying data. To enable this support,
set EnableUpdating to true;
</summary>
<remarks>
In order for the PivotChart to automatically respond to the changes in the underlying data, the underlying data must be either:
A) a DataTable or DataView
or
B) an IList; where T implements both INotifyPropertyChanging and INotifyPropertyChanged. Additionally, the IList must also
implement INotifyCollectionChanged or IBindingList."
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.AxisFieldSection">
<summary>
Gets or sets the AxisFieldSections associated with the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.LegendFieldSection">
<summary>
Gets or sets the LegendFieldSection associated with the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.FilterFieldSection">
<summary>
Gets or sets the FilterFieldSection associated with the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ValueFieldSection">
<summary>
Gets or sets the ValueFieldSection associated with the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PrimaryXAxis">
<summary>
Gets the primary X axis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PrimaryYAxis">
<summary>
Gets the primary Y axis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartArea">
<summary>
Gets the ChartArea styles of PivotChart.
</summary>
<example>
This example shows how to use <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartArea"/> property.
<code lang="C#">
<![CDATA[
// Changing the chart area's border style.
this.pivotChart1.ChartArea.BorderStyle = BorderStyle.Fixed3D;
// Changing the chart area's interior color.
this.pivotChart1.ChartArea.ChartInterior = new Syncfusion.Drawing.BrushInfo(Color.Blue);
]]>
</code>
<code lang="VB">
<![CDATA[
' Changing the chart area's border style.
Me.pivotChart1.ChartArea.BorderStyle = BorderStyle.Fixed3D
' Changing the chart area's interior color.
Me.pivotChart1.ChartArea.ChartInterior = New Syncfusion.Drawing.BrushInfo(Color.Blue)
]]>
</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartTypes">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> type.
</summary>
<example>
This example shows how to use <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartTypes"/> property.
<code lang="C#">
<![CDATA[
// Changing the chart type to SplineArea
this.pivotChart1.ChartTypes = Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.SplineArea;
]]>
</code>
<code lang="VB">
<![CDATA[
' Changing the chart type to SplineArea
Me.pivotChart1.ChartTypes = Syncfusion.Windows.Forms.PivotChart.PivotChartTypes.SplineArea
]]>
</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.CustomPalette">
<summary>
Gets or sets the custom color palette collection for PivotChart.
</summary>
<example>
This example shows how to use <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.CustomPalette"/> property.
<code lang="C#">
<![CDATA[
//Custom Colors for the bars in the chart.
Color[] colors = new Color[]
{
Color.FromArgb(165,165,165),
Color.FromArgb(68, 114, 196),
Color.FromArgb(112, 173, 71),
};
this.pivotChart1.CustomPalette = colors;
]]>
</code>
<code lang="VB">
<![CDATA[
'Custom Colors for the bars in the chart.
Dim colors() As Color = New Color() {Color.FromArgb(165, 165, 165), Color.FromArgb(68, 114, 196), Color.FromArgb(112, 173, 71)}
Me.pivotChart1.CustomPalette = colors
]]>
</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.EnableXZooming">
<summary>
Gets or sets a value indicating whether zooming should be enabled for the PivotChart along the X axis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.EnableYZooming">
<summary>
Gets or sets a value indicating whether zooming should be enabled for the PivotChart along the Y axis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ZoomIn">
<summary>
Gets or sets the Zooming in key option. Specifies the keyboard shortcut to control ZoomIn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ZoomOut">
<summary>
Gets or sets the Zooming out key option. Specifies the keyboard shortcut to control ZoomOut.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ZoomRight">
<summary>
Gets or sets the Zoom Right keyboard shortcut.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ZoomLeft">
<summary>
Gets or sets the Zoom Left keyboard shortcut.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ZoomCancel">
<summary>
Gets or sets the Zoom Cancel key option. Specifies the keyboard shortcut to control ZoomCancel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ShowLegend">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> legend should be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.LegendPosition">
<summary>
Gets or sets the position of the legend element. Default is Right.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.LegendAlignment">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> legend alignment.
</summary>
<example>
This example shows how to use <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.LegendAlignment"/> property.
<code lang="C#">
<![CDATA[
// Changing the legend alignment
this.pivotChart1.LegendAlignment = ChartAlignment.Center;
]]>
</code>
<code lang="VB">
<![CDATA[
' Changing the legend alignment
Me.pivotChart1.LegendAlignment = ChartAlignment.Center
]]>
</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PrintDocument">
<summary>
Gets the print document of the pivot chart.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.EnableUpdating">
<summary>
Gets or sets a value indicating whether to enable or disable updating the cells.
</summary>
<value>If<b>True</b>Enables updating;Otherwise<b>False</b>. The default value is <b>False</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.AllowDrillDown">
<summary>
Gets or sets a value indicating whether drill down option should be enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Skins">
<summary>
Gets or sets the different skin's styles associated with PivotChart.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.SortedLegends">
<summary>
Maintains the collection of sorted legends.
</summary>
[Category("Pivot")]
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.SortedAxis">
<summary>
Maintains the collection of sorted axis.
</summary>
[Category("Pivot")]
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Series3D">
<summary>
Gets or sets a value indicating whether <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> should be displayed in 3D.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Style3D">
<summary>
Gets or sets a value indicating whether the 3D <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> should be displayed with 3D style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Rotation">
<summary>
Gets or sets the rotational angle that is to be used when the ChartArea is rendered in 3D. Default is 30.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.RealMode3D">
<summary>
Gets or sets a value indicating whether the PivotChart should be displayed in a 3D plane.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotSchemaDesigner">
<summary>
Gets the value of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/> instance wired within the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ShowPivotTableFieldList">
<summary>
Gets or sets a value indicating whether to attach the pivot table field list or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DeferLayoutUpdate">
<summary>
Gets or sets a value indicating whether to update pivot chart immediately after an action or to on-demand update is required.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.IsAssociatedWithFieldList">
<summary>
Used to check the PivotChart is associated with PivotTableFieldList or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.HiddenGroups">
<summary>
Gets or sets a collection of hidden pivot cells.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.ReloadChartData">
<summary>
Used to reload the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> series data and grouping labels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Refresh">
<summary>
Refresh the PivotChart based on the data in ItemSource
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.BeginUpdate">
<summary>
Suspends the painting of the control until the EndUpdate method called.
When many changes are done to PivotChart, you should invoke the BeginUpdate method to temporarily freeze the drawing of the control.
After all updates have been made, invoke the EndUpdate method to resume drawing of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
When many changes are done to PivotChart, you should invoke the BeginUpdate method to temporarily freeze the drawing of the control.
After all updates have been made, invoke the EndUpdate method to resume drawing of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.ApplyVisualStyle(System.String)">
<summary>
Applies visual style for pivot chart control.
</summary>
<param name="styleName">The style to be applied.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.LoadFieldButtons">
<summary>
Loads the field section buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.CollapseSchema">
<summary>
Collapses the pivot table field lists.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Refresh(System.Boolean)">
<summary>
Refresh the PivotChart based on the data in ItemSource
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.OnCreateControl">
<summary>
Occurs when the control is created.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.RaiseChartPopulated">
<summary>
Raises the ChartPopulated event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.OnChartPopulated(Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulatedEventArgs)">
<summary>
Raises the ChartPopulated event.
</summary>
<param name="e">The ChartPopulatedEventArgs contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.OnDrill(Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs)">
<summary>
Raises when the DrillDown or DrillUp of the chart region.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.LoadChartTypes">
<summary>
Applies the pivot chart types.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.QueryItemAvailability(Syncfusion.PivotAnalysis.Base.PivotItem)">
<summary>
Adds the pivot item as collection to internal check with PivotschemaDesigner.
</summary>
<param name="item">The PivotItem to be added in the collection</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.LoadChartAppearance">
<summary>
Applies the chart appearance styles.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.LoadChartData">
<summary>
Used to render the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> data series and grouping labels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.ShouldSerializeSkins">
<summary>
Determines whether <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Skins"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
<returns>True if modified; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.ResetSkins">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.Skins"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Sort(Syncfusion.PivotAnalysis.Base.PivotItem,System.ComponentModel.ListSortDirection)">
<summary>
The sorting will be applied in the passed pivotItem.
</summary>
<param name="pivotItem">The PivotItem need to sort.</param>
<param name="direction">Sorting Direction</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.InternalRefresh">
<summary>
Refresh the control without affecting persistence of expand/collapse states.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PopulateSeries">
<summary>
Used to populate the series to pivot chart.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PopulateGroupingLabels">
<summary>
Used to populate the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> grouping labels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.LoadGridData">
<summary>
Used to load PivotChart Grouping Labels grid.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.RowCalculation(System.Int32,System.Int32,System.Int32@,System.Int32@)">
<summary>
Used to calculate the range of a cell.
</summary>
<param name="RowIndex">Row index of a data cell.</param>
<param name="ColIndex">Column index of a data cell.</param>
<param name="noOfRowcells">The number of row cells.</param>
<param name="noOfColcells">The number of column cells.</param>
<param name="range">The range of cells.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.SortedLegends_Changed(System.Object,Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs)">
<summary>
Applies Sorting for PivotLegends when collection changed.
</summary>
<param name="sender">The source control</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs"/>contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.SortedAxis_Changed(System.Object,Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs)">
<summary>
Applies Sorting for PivotAxis when collection changed.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs"/>contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotFilters_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Used to reload the chart and clear the group data.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotEngine_PivotSchemaChanged(System.Object,Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs)">
<summary>
Triggers when the pivot schema of the pivot engine changed.
</summary>
<param name="sender">The control.</param>
<param name="e">The instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotLegend_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Used to reload the chart and clear the group data.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotCalculations_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Used to reload the chart and clear the group data.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotAxis_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Used to reload the chart and clear the group data.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.CollapseLabel_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the collapse label gets clicked.
</summary>
<param name="sender">The control.</param>
<param name="e">The instance of <see cref="T:System.EventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.Legend_FilterItems(System.Object,Syncfusion.Windows.Forms.Chart.ChartLegendFilterItemsEventArgs)">
<summary>
Used to load the filter items.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.Chart.ChartLegendFilterItemsEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.PivotChart_RightToLeftChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the pivot chart flow direction changes.
</summary>
<param name="sender">The control.</param>
<param name="e">An instance of the <see cref="T:System.EventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.CollapseLabel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Triggered when the collapse label gets painted.
</summary>
<param name="sender">The control.</param>
<param name="e">The instance of <see cref="T:System.Windows.Forms.PaintEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.GetpaintAttributes(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Gets the pen and brush to paint string in label.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.chartControl_ChartRegionClick(System.Object,Syncfusion.Windows.Forms.Chart.ChartRegionMouseEventArgs)">
<summary>
Used to perform drill operation in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> grouping labels.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.Chart.ChartRegionMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs">
<summary>
Provides the support to handle the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventHandler"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillState,Syncfusion.Windows.Forms.Chart.ChartRegion,System.Windows.Forms.MouseButtons,System.Drawing.Point)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs"/>.
</summary>
<param name="drillstate">Describes expand or collapse state.</param>
<param name="region">Provides the chart region.</param>
<param name="mousebutton">Provides the mouse button.</param>
<param name="point">Provides point of mouse clicking position.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs.Region">
<summary>
Gets the information about the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartRegion"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs.Point">
<summary>
Gets the mouse location.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs.Button">
<summary>
Gets the mouse button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DrillEventArgs.DrillState">
<summary>
Gets the expand or collapse state of the region.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulatedEventArgs">
<summary>
Provides data for the ChartPopulatedEventHandler
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulatedEventArgs.#ctor(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
Create a new instance for ChartPopulatedEventArgs
</summary>
<param name="chartControl">That provides Chart control of PivotChart</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.ChartPopulatedEventArgs.ChartControl">
<summary>
Gets Chart control of PivotChart.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.ReverseOrderComparer">
<summary>
Represents a class that performs reverse order comparison.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.ReverseOrderComparer.Compare(System.Object,System.Object)">
<summary>
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
</summary>
<param name="x">The first object to compare.</param>
<param name="y">The second object to compare.</param>
<returns>
A signed integer value that indicates the relative values of the given objects.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager">
<summary>
This class allows a PivotChart to automatically respond to changes in the underlying data
provided that data supports appropriate events. You enable this support by setting EnableUpdating property in PivotChart
to true.
</summary>
<remarks>
In order for the PivotChart to automatically respond to the changes in the underlying data, the underlying data must be either:
A) a DataTable or DataView
or
B) an IList&lt;T&gt; where T implements both INotifyPropertyChanging and INotifyPropertyChanged. Additionally, the IList must also
implement INotifyCollectionChanged or IBindingList."
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the PivotUpdatingManager class with the specified PivotChart.
</summary>
<param name="pivotChart">The pivot chart control that should be responding to updates.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.InitializeUpdatingManager(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes the updating manager with its associated settings.
</summary>
<param name="pivotChart">The pivot chart control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.UnwireEvents">
<summary>
UnWire the events from the PivotEngine.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.UpdateRefreshHelper_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
Override this method to control the response to a list changed event for a list that implements <see cref="T:System.ComponentModel.IBindingList"/>.
</summary>
<param name="sender">The IBindingList.</param>
<param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/>contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.UpdateRefreshHelper_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Override this method to control the response to a collection changed event for a list that implements the ICollectionChanged.
</summary>
<param name="sender">The ICollectionChanged collection.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartUpdatingManager.Item_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Override this method to catch the previous values of an underlying object after a change is applied.
This method is the default handler for the object's PropertyChanged event.
</summary>
<param name="sender">The object that is changing.</param>
<param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs"/>contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection">
<summary>
Implements the extensive support to <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> with group bar functionalities.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.#ctor(System.Windows.Forms.Panel,Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/> class.
</summary>
<param name="fieldSectionPanel">FieldSection Group Panel</param>
<param name="pivotChart">Wired PivotChart</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.Visible">
<summary>
Gets or sets a value indicating whether field section panel should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.ItemBackColor">
<summary>
Gets or sets the back color of the field section button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.ItemForeColor">
<summary>
Gets or sets the fore color of the field section button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.BorderStyle">
<summary>
Gets or sets the border style of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.BackGroundImage">
<summary>
Gets or sets the BackGroundImage of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.BackInterior">
<summary>
Gets or sets the interior of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.BorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.BorderWidth">
<summary>
Gets or sets the border width of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.Dispose">
<summary>
Disposes the unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.SetFieldListsVisibility(System.Boolean)">
<summary>
To modify the panel height which holds the respective field section based on the visibility
</summary>
<param name="value">Visibility value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.HorizontalScroller_Scroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Used to invalidate the field section panel.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.fieldSectionPanel_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Used to set scroll background.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.fieldSectionPanel_Resize(System.Object,System.EventArgs)">
<summary>
Used to invalidate the field section panel.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection.fieldSectionPanel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Used to paint the border of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFieldsSection"/>.
</summary>
<param name="sender">The source control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.RoundedButton">
<summary>
Rounded button is an derivative of <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> which have customization for Group bar buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.RoundedButton.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.RoundedButton"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.RoundedButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden to draw the button as rounded button.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.GrPaintEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.RoundedButtonRenderer">
<summary>
Implements the functionalities of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> control's GroupBar buttons for drawing rounded corners.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.RoundedButtonRenderer.RoundedEdgeButton(System.Drawing.Rectangle,System.Int32)">
<summary>
Returns the rounded path of the ButtonAdv.
</summary>
<param name="rc">Bounds of the button</param>
<param name="iRadius">Radius of the button</param>
<returns>Polygon Points</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection">
<summary>
Represents a collection of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> for sorting PivotAxisItems .
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initialize a new instance for <see cref="T:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection"/> class.
</summary>
<param name="pivotchart">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>class object.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed">
<summary>
Occurs after a property in a nested element or the collection is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changing">
<summary>
Occurs before a property in a nested element or the collection is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.IsFixedSize">
<summary>
Gets a value indicating whether this collection has fixed size or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only or not.
Returns False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Count">
<summary>
Gets the number of elements contained in the collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.IsSynchronized">
<summary>
Gets a value indicating whether the collection is Synchronized or not.
Returns False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.System#Collections#ICollection#SyncRoot">
<summary>
Throws the NotImplementedException.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Item(System.Int32)">
<summary>
Gets or sets the element at the zero-based index.
</summary>
<param name="index">The zero-based index of the element</param>
<returns>The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> element.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>
Throws the NotImplementedException.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire collection to a compatible one-dimensional array.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Dispose">
<summary>
Disposes the unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Add(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Adds an object to the end of the collection.
</summary>
<param name="value">The element to be added to the end of the collection. The value must not be a NULL reference.</param>
<returns>The zero-based collection index at which the value has been added.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Clear">
<summary>
Removes all elements from the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Contains(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Determines a value indicating whether an element with the given name belongs to this PivotSortingDescriptor collection or not.
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> value.</param>
<returns>True if item is found in the collection; otherwise, False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Contains(System.String)">
<summary>
Determines a value indicating whether an element with the given name belongs to this PivotSortingDescriptor collection or not.
</summary>
<param name="name">The pivotItem fieldMappingName.</param>
<returns>True if item is found in the collection; otherwise, False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.IndexOf(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Gets the zero-based index of the occurrence of the element in the collection.
</summary>
<param name="value">The element to locate in the collection. The value can be a NULL reference (Nothing in Visual Basic). </param>
<returns>The zero-based index of the occurrence of the element within the entire collection, if found; otherwise, -1.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Insert(System.Int32,Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Inserts a descriptor element into the collection at the specified index.
</summary>
<param name="index">The zero-based index at which the element should be inserted.</param>
<param name="value">The element to insert. The value must not be a NULL reference (Nothing in Visual Basic). </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Remove(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Removes the specified descriptor element from the collection.
</summary>
<param name="value">The element to remove from the collection. If the value is NULL or the element is not contained
in the collection, the method will do nothing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the collection.
</summary>
<param name="index">The zero-based index of the element to remove. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.CopyTo(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor[],System.Int32)">
<summary>
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
</summary>
<param name="array">The one-dimensional array that is the destination of the elements copied from the ArrayList. The array must have zero-based indexing. </param>
<param name="index">The zero-based index in an array at which copying begins. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.GetEnumerator">
<summary>
Returns an enumerator for the entire collection.
</summary>
<returns>An Enumerator for the entire collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.OnChanged(Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs)">
<summary>
Triggered when the <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed"/> event is done.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs" /> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.OnChanging(Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs)">
<summary>
Triggered when the <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed"/> event is done.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs" /> contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection">
<summary>
Represents a collection of<see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> for sorting PivotLegends.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initialize a new instance for <see cref="T:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection"/> class.
</summary>
<param name="pivotchart">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>class object.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changed">
<summary>
Occurs after a property in a nested element or the collection is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changing">
<summary>
Occurs before a property in a nested element or the collection is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.IsFixedSize">
<summary>
Gets a value indicating whether this collection has fixed size or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only or not.
Returns False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Count">
<summary>
Gets the number of elements contained in the collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.IsSynchronized">
<summary>
Gets a value indicating whether the collection is Synchronized or not.
Returns False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.System#Collections#ICollection#SyncRoot">
<summary>
Throws the NotImplementedException.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Item(System.Int32)">
<summary>
Gets or sets the element at the zero-based index.
</summary>
<param name="index">The zero-based index of the element</param>
<returns>The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> element.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>
Throws the NotImplementedException.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Dispose">
<summary>
Disposes the unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Add(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Adds an object to the end of the collection.
</summary>
<param name="value">The element to be added to the end of the collection. The value must not be a NULL reference.</param>
<returns>The zero-based collection index at which the value has been added.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Clear">
<summary>
Removes all elements from the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Contains(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Determines a value indicating whether an element with the given name belongs to this PivotSortingDescriptor collection or not.
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/></param>
<returns>True if item is found in the collection; otherwise, False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Contains(System.String)">
<summary>
Determines a value indicating whether an element with the given name belongs to this PivotSortingDescriptor collection or not.
</summary>
<param name="fieldMappingname">The PivotItem's FieldMappingName.</param>
<returns>True if item is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.IndexOf(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Gets the zero-based index of the occurrence of the element in the collection.
</summary>
<param name="value">The element to locate in the collection. The value can be a NULL reference (Nothing in Visual Basic). </param>
<returns>The zero-based index of the occurrence of the element within the entire collection, if found; otherwise, -1.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Insert(System.Int32,Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Inserts a descriptor element into the collection at the specified index.
</summary>
<param name="index">The zero-based index at which the element should be inserted.</param>
<param name="value">The element to insert. The value must not be a NULL reference (Nothing in Visual Basic). </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Remove(Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor)">
<summary>
Removes the specified descriptor element from the collection.
</summary>
<param name="value">The element to remove from the collection. If the value is NULL or the element is not contained
in the collection, the method will do nothing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the collection.
</summary>
<param name="index">The zero-based index of the element to remove. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.CopyTo(System.Array,System.Int32)">
<summary>
Throws the NotImplementedException.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.GetEnumerator">
<summary>
Returns an enumerator for the entire collection.
</summary>
<returns>An Enumerator for the entire collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.OnChanged(Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs)">
<summary>
Triggered when the <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changed"/> event is done.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs" /> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.OnChanging(Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs)">
<summary>
Triggered when the <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changed"/> event is done.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs" /> contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor">
<summary>
Defines the sorting order of the PivotAxis and PivotLegends.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor.#ctor">
<summary>
Initialize a new instance for <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor.#ctor(System.String)">
<summary>
Initialize a new instance for <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> class.
</summary>
<param name="name">The PivotItem Mapping name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor.#ctor(System.String,System.ComponentModel.ListSortDirection)">
<summary>
Initialize a new instance for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor"/> class.
</summary>
<param name="name">The PivotItem Mapping name.</param>
<param name="direction">The <see cref="T:System.ComponentModel.ListSortDirection"/> sorting direction.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor.FieldMappingName">
<summary>
Gets the field mapping name of the PivotItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotSortDescriptor.Direction">
<summary>
Gets or sets the sorting direction.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventHandler">
<summary>
Represents a method that handles a <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changing"/> and <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed"/> event.
</summary>
<param name="sender">The source of the event</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs"/> that contains data</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivoItemSortingEventHandler">
<summary>
Represents a method that handles a <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changing"/> and <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed"/> event.
</summary>
<param name="sender">The source of the event</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs"/> that contains data</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs">
<summary>
Provides data for <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changing"/>
and <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changing"/> events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotItem,System.ComponentModel.ListSortDirection)">
<summary>
Initialize a new instance for class<see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs"/>.
</summary>
<param name="sortingItem">The pivotItem which needs to be sorted.</param>
<param name="direction">The <see cref="T:System.ComponentModel.ListSortDirection"/>sorting direction.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs.PivotItem">
<summary>
Gets the sorting Pivot item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotItemSortingEventArgs.SortDirection">
<summary>
Gets or sets the sorting direction.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs">
<summary>
Provides data for <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortAxisDescriptorCollection.Changed"/>
and <see cref="E:Syncfusion.Windows.Forms.PivotChart.SortLegendDescriptorCollection.Changed"/> events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotItem,System.ComponentModel.ListSortDirection)">
<summary>
Initialize a new instance for class <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs"/>.
</summary>
<param name="sortingItem">The pivotItem which needs to be sorted.</param>
<param name="direction">The <see cref="T:System.ComponentModel.ListSortDirection"/> sorting direction.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs.PivotItem">
<summary>
Gets the sorted pivot item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotItemSortedEventArgs.SortDirection">
<summary>
Gets or sets the sorted direction.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.arrow">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.az">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_calc">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_calc_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_column">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_column_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_filter">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_filter_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_row">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.black_row_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.check">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_calc">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_calc_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_column">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_column_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_filter">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_filter_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_row">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.darkgray_row_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.delete">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.dropdown">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.fieldsettings">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.PivotIcon">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_calc">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_calc_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_column">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_column_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_filter">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_filter_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_row">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.white_row_highDPI">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Properties.Resources.za">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotChartLocalizationResourceAccessor">
<inheritdoc cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor" />
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotChartLocalizationResourceAccessor.Instance">
<summary>
Instance of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChartLocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly" />
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotChartLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace" />
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers">
<summary>
Determine the resource identifiers class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PivotTableFieldList">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Choosefieldstoaddreport">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Dragfieldsbetweenareasbelow">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.ReportFilter">
<summary>
Used to store the constant string values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.ColumnLabels">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.RowLabel">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Values">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DropPivotFieldsheretoFilterBy">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DeferlayoutUpdate">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Update">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PivotSchemaDesigner">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.OK">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Cancel">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveUp">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveDown">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToBeginning">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToEnd">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToRowLabels">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToColumnLabels">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToReportFilter">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.MoveToValues">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.RemoveField">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.SortLargestToSmallest">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.SortSmallestToLargest">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.ClearFilter">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.SelectAll">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.FieldName">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.FieldHeader">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.BaseField">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.BaseItem">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Description">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Format">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.SummarizeValueBy">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.ShowValueAs">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PivotComputationInformation">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleTotalSum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleAverage">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleMaximum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleMinimum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleStandardDeviation">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DoubleVariance">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Count">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DecimalTotalSum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.IntTotalSum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Custom">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DisplayIfDiscreteValuesEqual">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Sum">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Average">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Max">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Min">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.CountNumbers">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.StdDev">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.StdDevP">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Var">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.VarP">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.NoCalculation">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfGrandTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfColumnTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfRowTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfParentColumnTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfParentRowTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfParentTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Index">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Formula">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOf">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.DifferenceFrom">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfDifferenceFrom">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.RunningTotalIn">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PercentageOfRunningTotalIn">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.RankSmallestToLargest">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.RankLargestToSmallest">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.Distinct">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.SubTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.GrandTotal">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.PivotResourceIdentifiers.PivotValueChooser">
<summary>
Used to store the constant string values
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SR">
<summary>
SR provides localized access to string resources specified
in the assembly manifest Syncfusion.Windows.Forms.SR.resources
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SR.GetString(System.String)">
<summary>
Gets the localized string for the given string.
</summary>
<param name="name">The string that has to be localized.</param>
<returns>The localized string value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SR.GetString(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized string for the given string.
</summary>
<param name="culture">Specified the culture into which the string has to be localized.</param>
<param name="name">The string that has to be localized.</param>
<returns>The localized string value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SR.GetObject(System.Globalization.CultureInfo,System.String)">
<summary>
Get localized version of the object.
</summary>
<param name="name">Name of the localized resource.</param>
<returns>Localized version of the object.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SRCategoryAttribute">
<summary>
Specifies the category in which the property or event will be displayed in a visual designer.
</summary>
<remarks>
This is a localized version of CategoryAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.SR.resources
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SRCategoryAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SRCategoryAttribute"/> class.
</summary>
<param name="category">The string for which the localized string has to be loaded.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SRDescriptionAttribute">
<summary>
Specifies a description for a property or event.
</summary>
<remarks>
This is a localized version of DescriptionAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.SR.resources
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SRDescriptionAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SRDescriptionAttribute"/> class.
</summary>
<param name="description">The string for which the localized string has to be loaded.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SRDescriptionAttribute.Description">
<summary>
Gets the string value for the description.
</summary>
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Average">
<summary>
Looks up a localized string similar to Average.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.BaseField">
<summary>
Looks up a localized string similar to Base Field.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.BaseItem">
<summary>
Looks up a localized string similar to Base Item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Cancel">
<summary>
Looks up a localized string similar to Cancel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Choosefieldstoaddreport">
<summary>
Looks up a localized string similar to Choose fields to add to report.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ClearFilter">
<summary>
Looks up a localized string similar to Clear Filter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ColumnLabels">
<summary>
Looks up a localized string similar to Columns.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Count">
<summary>
Looks up a localized string similar to Count.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.CountNumbers">
<summary>
Looks up a localized string similar to Count Numbers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Custom">
<summary>
Looks up a localized string similar to Custom.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DecimalTotalSum">
<summary>
Looks up a localized string similar to Decimal Total Sum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DeferlayoutUpdate">
<summary>
Looks up a localized string similar to Defer Layout Update.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Description">
<summary>
Looks up a localized string similar to Description.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DifferenceFrom">
<summary>
Looks up a localized string similar to Difference From.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DisplayIfDiscreteValuesEqual">
<summary>
Looks up a localized string similar to Display If Discrete Values Equal.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Distinct">
<summary>
Looks up a localized string similar to Distinct.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleAverage">
<summary>
Looks up a localized string similar to Double Average.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleMaximum">
<summary>
Looks up a localized string similar to Double Maximum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleMinimum">
<summary>
Looks up a localized string similar to Double Minimum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleStandardDeviation">
<summary>
Looks up a localized string similar to Double Standard Deviation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleTotalSum">
<summary>
Looks up a localized string similar to Double Total Sum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DoubleVariance">
<summary>
Looks up a localized string similar to Double Variance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Dragfieldsbetweenareasbelow">
<summary>
Looks up a localized string similar to Drag fields between areas below.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.DropPivotFieldsheretoFilterBy">
<summary>
Looks up a localized string similar to Drop pivot fields here to filter by.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.FieldHeader">
<summary>
Looks up a localized string similar to Field Header.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.FieldName">
<summary>
Looks up a localized string similar to Field Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Format">
<summary>
Looks up a localized string similar to Format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Formula">
<summary>
Looks up a localized string similar to Formula.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.GrandTotal">
<summary>
Looks up a localized string similar to Grand.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Index">
<summary>
Looks up a localized string similar to Index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.IntTotalSum">
<summary>
Looks up a localized string similar to Int Total Sum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Max">
<summary>
Looks up a localized string similar to Max.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Min">
<summary>
Looks up a localized string similar to Min.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveDown">
<summary>
Looks up a localized string similar to Move Down.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToBeginning">
<summary>
Looks up a localized string similar to Move to Beginning.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToColumnLabels">
<summary>
Looks up a localized string similar to Move to Column Labels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToEnd">
<summary>
Looks up a localized string similar to Move to End.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToReportFilter">
<summary>
Looks up a localized string similar to Move to Report Filter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToRowLabels">
<summary>
Looks up a localized string similar to Move to Row Labels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveToValues">
<summary>
Looks up a localized string similar to Move to Values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.MoveUp">
<summary>
Looks up a localized string similar to Move Up.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.NoCalculation">
<summary>
Looks up a localized string similar to No Calculation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.OK">
<summary>
Looks up a localized string similar to OK.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOf">
<summary>
Looks up a localized string similar to % Of.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfColumnTotal">
<summary>
Looks up a localized string similar to % of Column Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfDifferenceFrom">
<summary>
Looks up a localized string similar to % of Difference From.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfGrandTotal">
<summary>
Looks up a localized string similar to % of Grand Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfParentColumnTotal">
<summary>
Looks up a localized string similar to % of Parent Column Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfParentRowTotal">
<summary>
Looks up a localized string similar to % of Parent Row Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfParentTotal">
<summary>
Looks up a localized string similar to % of Parent Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfRowTotal">
<summary>
Looks up a localized string similar to % of Row Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PercentageOfRunningTotalIn">
<summary>
Looks up a localized string similar to % of Running Total In.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PivotComputationInformation">
<summary>
Looks up a localized string similar to Pivot Computation Information.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PivotSchemaDesigner">
<summary>
Looks up a localized string similar to Pivot Schema Designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PivotTableFieldList">
<summary>
Looks up a localized string similar to Pivot Table Field List.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.PivotValueChooser">
<summary>
Looks up a localized string similar to Pivot Value Chooser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.RankLargestToSmallest">
<summary>
Looks up a localized string similar to Rank Largest to Smallest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.RankSmallestToLargest">
<summary>
Looks up a localized string similar to Rank Smallest to Largest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.RemoveField">
<summary>
Looks up a localized string similar to Remove Field.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ReportFilter">
<summary>
Looks up a localized string similar to Filters.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.RowLabel">
<summary>
Looks up a localized string similar to Rows.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.RunningTotalIn">
<summary>
Looks up a localized string similar to Running Total In.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.SelectAll">
<summary>
Looks up a localized string similar to Select All.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ShowCalculationsasColumns">
<summary>
Looks up a localized string similar to Show Calculations as Columns.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.ShowValueAs">
<summary>
Looks up a localized string similar to Show Value As.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.SortLargestToSmallest">
<summary>
Looks up a localized string similar to Sort Largest to Smallest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.SortSmallestToLargest">
<summary>
Looks up a localized string similar to Sort Smallest to Largest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.StdDev">
<summary>
Looks up a localized string similar to StdDev.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.StdDevP">
<summary>
Looks up a localized string similar to StdDevP.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Sum">
<summary>
Looks up a localized string similar to Sum.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.SummarizeValueBy">
<summary>
Looks up a localized string similar to Summarize Value By.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Total">
<summary>
Looks up a localized string similar to Total.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Update">
<summary>
Looks up a localized string similar to Update.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Values">
<summary>
Looks up a localized string similar to Values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.Var">
<summary>
Looks up a localized string similar to Var.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.Resources.Syncfusion_PivotChart_Windows.VarP">
<summary>
Looks up a localized string similar to VarP.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.FilterDropDown">
<summary>
Represents a control that allows the user to filter required data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterDropDown"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
<param name="pivotChart">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> that holds the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterDropDown"/> control.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.PivotChart">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> that holds the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterDropDown"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.FilterList">
<summary>
Gets or sets the collection of filter items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.FilterListForDateTime">
<summary>
Gets or sets the collection of non-formatted filter items for the DateTime-type field.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">The PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.setItems">
<summary>
Sets the items that are displayed in the Filter drop down.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.SelectedAtLeastOne">
<summary>
Determines whether at-least one of the item gets selected.
</summary>
<returns><b>True</b>If at-least one item gets selected;Otherwise<b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.CloseFilterPopUp">
<summary>
Method to close the filter drop down.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.BtnOk_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the OK-button of the filter drop down is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The<see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.BtnCancel_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the CANCEl- button of the filter drop down is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.FilterDropDown_CheckStateChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the check state of the items modified in the Filter drop down.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.Dispose(System.Boolean)">
<summary>
Releases the managed resources.
</summary>
<param name="disposing"><b>true</b>, if managed resources should be disposed; otherwise, <b>false</b>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterDropDown.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.FilterHelper">
<exclude/>
<summary>
Provides functionality for filtering the items in <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterHelper"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.FilterHelper"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
<param name="pivotChart">The instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> class.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.GetFilterItem(System.ComponentModel.PropertyDescriptor,Syncfusion.Windows.Forms.PivotChart.PivotChart,System.String)">
<summary>
A helper function which is used to return only the filtered items of the field.
</summary>
<returns>The filtered items.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.RequireFilterItem(System.ComponentModel.PropertyDescriptor)">
<summary>
A helper function which is used to return all the items bounded with the item source.
</summary>
<returns>The items in the FilterCollection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.GetComparer(System.Type)">
<summary>
Gets the comparer for filter items collection.
</summary>
<param name="type">Property type of the item.</param>
<returns>IComparer</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.GetPropertyDescriptor(System.String)">
<summary>
Gets the property descriptor of the field.
</summary>
<param name="fieldName">Name of the field to perform calculations.</param>
<returns>The name of the field to be used in calculations.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.FilterHelper.GetComplexPropertyDescriptor(System.ComponentModel.PropertyDescriptorCollection,System.String)">
<summary>
Get the PropertyDescriptor for complex property
</summary>
<param name="pdc">Which can describes PropertyDescriptorCollection.</param>
<param name="columnName">Column name.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotFilterElementComparer">
<summary>
Represents a class that compares the given two objects.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFilterElementComparer.#ctor(System.Collections.IComparer)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotFilterElementComparer"/> class with the specified <see cref="T:System.Collections.IComparer"/>.
</summary>
<param name="comparer">The <see cref="T:System.Collections.IComparer"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotFilterElementComparer.Compare(Syncfusion.PivotAnalysis.Base.FilterItemElement,Syncfusion.PivotAnalysis.Base.FilterItemElement)">
<summary>
Compares the given two given objects.
</summary>
<param name="x">Object1.</param>
<param name="y">Object2.</param>
<returns>
A signed integer that indicates the relative values of x and y.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper">
<exclude/>
<summary>
Contains methods to drag and drop elements in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
<param name="pivotChart">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> that holds drag and drop operation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
<param name="dragIndex">Represents the drag index value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
<param name="dragIndex">Indicates the dragging index of the grid.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.AssignItemLists">
<summary>
Assigns the dictionaries with the pivot items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.PopulateItemCollectionLists">
<summary>
Populates the dictionaries with the pivot items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
<param name="dragIndex">Indicates the drag index.</param>
<param name="dropIndex">Indicates the drop index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
<param name="dragIndex">Indicates the dragging index of the grid.</param>
<param name="dropIndex">Indicates the dropping index of the grid.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="dragIndex">Represents the drag index value.</param>
<param name="dropIndex">Represents the drop index value.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.InterChangeItems(System.Int32,System.Int32,System.String)">
<summary>
Determines to Interchange the order of items within the same collection.
</summary>
<param name="dragIndex">Index where the item was dragged.</param>
<param name="dropIndex">Index where the item was dropped.</param>
<param name="collection">Dropped collection.</param>
<returns><b>true</b> if the interchange is done properly; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">sHolds the values of style properties for the cell/item to be dropped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
</summary>
<param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
<param name="sourceControl">Location of the item where it was dragged.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.NavigateUp(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Navigates the item to up one position using context menu.
</summary>
<param name="selectedItemStyle">Holds the values of style properties.</param>
<param name="tag">The item to be navigated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.NavigateDown(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Navigates the item to down one position using context menu.
</summary>
<param name="selectedItemStyle">Holds the values of style properties.</param>
<param name="tag">The item to be navigated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.NavigateBeginning(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Navigates the item to top position using context menu.
</summary>
<param name="selectedItemStyle">Holds the values of style properties.</param>
<param name="tag">The item to be navigated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.NavigateEnd(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Navigates the item to bottom position using context menu.
</summary>
<param name="selectedItemStyle">Holds the values of style properties.</param>
<param name="tag">The item to be navigated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.Remove(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Removes the item from the collection.
</summary>
<param name="selectedItemStyle">Holds the values of style properties.</param>
<param name="tag">The item to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.RefreshGridSchemaLayout">
<summary>
Refreshes PivotGridControl along with schema designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.RefreshLayout">
<summary>
Refreshes PivotGridControl along with its sub controls except schema designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.UpdateFilterList(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Updates the field list when removing the filtered items.
</summary>
<param name="selectedItemStyle">The grid style info.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.GetGroupMeanRange">
<summary>
Returns the Groups mean range.
</summary>
<returns>Mean range of the group.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.GetGroupColumnMaxRange">
<summary>
Returns the column count of grid.
</summary>
<returns>Column count.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.GetPivotItem(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.PivotAnalysis.Base.PivotItem@,Syncfusion.PivotAnalysis.Base.PivotItem@,Syncfusion.PivotAnalysis.Base.PivotComputationInfo@,Syncfusion.PivotAnalysis.Base.FilterExpression@,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32[],System.Object[])">
<summary>
Determines to returns only the essential item which is supposed to be removed in their collection from where it was picked.
If the other collections also have an item with same dimension then it will be reset to null.
</summary>
<param name="style">Holds the values of the style properties.</param>
<param name="arrayItems">Values store in the array.</param>
<param name="rowItem">Row pivot item.</param>
<param name="colItem">Column pivot item.</param>
<param name="compItem">Pivot computational info.</param>
<param name="exp">Filter expression.</param>
<param name="indices">Integer array.</param>
<param name="sourceControl">this.GridControl.</param>
<returns>Returns True.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.IsPivotRowsExist(System.String)">
<summary>
Checks whether the passed key value of PivotRows matches the FieldHeader or FieldMappingName.
</summary>
<param name="value">Key Value to be matched with the FieldMappingName or FieldHeader.</param>
<returns><b>true</b> if the pivot rows exists; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.IsPivotColumnsExist(System.String)">
<summary>
Checks whether the passed key value of PivotColumns matches the FieldHeader/FieldMappingName.
</summary>
<param name="value">Key Value to be matched with the FieldMappingName/FieldHeader.</param>
<returns><b>true</b> if the specified value is a pivot column; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.PivotCalculationExist(System.String)">
<summary>
Checks whether the passed key value of PivotCalculation matches the FieldHeader or FieldMappingName.
</summary>
<param name="value">Key Value to be matched with the FieldMappingName or FieldHeader.</param>
<returns><b>true</b> if the calculations exists; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropActionHelper.ResetItemLists">
<summary>
Resets the item collection dictionaries.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.GridList">
<summary>
Represents a list control, which displays a collection of items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.GridList"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.GridList.SelectionColor">
<summary>
Gets or sets the selection color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.GridList.HasCheckBox">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.PivotChart.GridList"/> has a check box or not for a single cell on each row.
</summary>
<value><b>true</b> if the check box is set; otherwise, <b>false</b>. The default value is <b>false</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.GridList.HasPaddedRow">
<summary>
Gets or sets a value indicating whether the padded row is set at the top of the grid or not.
</summary>
<value><b>true</b> if the padded row is set; otherwise, <b>false</b>. The default value is <b>false</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.GridList.Context">
<summary>
Gets the value of the <see cref="T:System.Windows.Forms.ContextMenuStrip"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.GridList.Item(System.Int32)">
<summary>
Gets the value of either the <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Description"/> or <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Text"/> property value.
based on the value of isFieldsGrid property.
</summary>
<param name="index">The 1-based row index.</param>
<returns>A string holding either the description or the text of the cell.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.ApplyAction(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.String)">
<summary>
Applies the corresponding action triggered by the context menu.
</summary>
<param name="selectedItemStyle">Holds the values for style properties.</param>
<param name="tag">The tag.</param>
<param name="action">The action to be performed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.CloseRedArrowIndicator">
<summary>
Closes the indicator which usually done at mouse up.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OpenRedArrowIndicator(System.Drawing.Point)">
<summary>
Opens the created arrow bitmap and initiates the painting in drag operation.
</summary>
<param name="location">The location of the red arrow indicator.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
<summary>
Updates the arrow bitmap to the current location of drag window.
</summary>
<param name="location">THe location of the red arrow indicator.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OpenDragHeader">
<summary>
Opens the created drag window and initiates the painting in drag operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.UpdateDragHeader">
<summary>
Updates the DragWindow to the current mouse position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.CloseDragHeader">
<summary>
Closes the drag window which usually done in mouse up event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.GetDragWindowLocation(System.Drawing.Point)">
<summary>
Gets the location of the drag window.
</summary>
<returns>Point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnMouseEnter(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseEnter"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseUp"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseMove"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseDown"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnQueryColWidth(Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Grid.GridControl.QueryColWidth" /> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs" /> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnCellDoubleClick(Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.CellClick"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs" /> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>Processes a command key.</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys"/> values.</param>
<param name="msg">A <see cref="T:System.Windows.Forms.Message"/>, passed by reference, that represents the window message to process.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PrepareViewStyleInfo"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs" /> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.GetSelectionColor">
<summary>
Gets the selection color based on the themes applied.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.CreateRedArrowIndicatorBitmap">
<summary>
Creates the arrow indicator which used for indicating the dropping location.
</summary>
<returns>Bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
<summary>
Creates a header bitmap for drag window.
</summary>
<param name="colIndex">Column index.</param>
<param name="grid">The GRidControl.</param>
<param name="rowIndex">Row index.</param>
<returns>Bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.QueryContextMenuItems(System.Windows.Forms.ContextMenuStrip,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Updates the items of the context menu items.
</summary>
<param name="contextMenuStrip">A shortcut menu.</param>
<param name="sty">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the style property values.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.GetControlBase(System.String)">
<summary>
Returns the control base for the corresponding tags.
</summary>
<param name="tag">The tag to obtain the control.</param>
<returns>The corresponding <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> control for the specified tag.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.GridList_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
<summary>
Triggered when the GridList cell button is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.GridList.cMenu_ItemClicked(System.Object,System.Windows.Forms.ToolStripItemClickedEventArgs)">
<summary>
Triggered when the shortcut menu item is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.ContextMenuRenderer">
<summary>
Provides methods used to render a <see cref="T:System.Windows.Forms.ContextMenuStrip"/> control with visual styles.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.ContextMenuRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.ContextMenuRenderer"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.
</summary>
<param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> to obtain the visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.ContextMenuRenderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemImage"/> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.ContextMenuRenderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Draws the item background.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.DragDropHelper">
<exclude/>
<internalonly/>
<summary>
Provides functionality for dragging items in <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.PivotChart.DragDropHelper"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.LastDragDropEffect">
<summary>
Gets the value of last drag and drop effect.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.IsDragging">
<summary>
Gets a value indicating whether the dragging is done or not.
</summary>
<value><b>true</b> if the dragging is done; otherwise <b> false</b>. The default value is <b>false</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.DragWindow">
<summary>
Gets the value of the drag window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.StartDrag(System.Drawing.Bitmap,System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
<summary>
Performs the drag operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.DoDrag(System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
<internalonly/>
<summary>Drags the group to the specified point.</summary>
<param name="p">The specified point.</param>
<param name="e">The <see cref="T:System.Windows.Forms.DragDropEffects"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.CancelDrag">
<internalonly/>
<summary>Cancels the dragging operations.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.EndDrag">
<summary>Stops the dragging operations.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.CheckDragCursor(System.Windows.Forms.DragDropEffects)">
<exclude/>
<internalonly/>
<summary>
Checks the drag cursor's effects. Used internally.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropHelper.StopDrag">
<internalonly/>
<summary>
Halts the drag operations. Used internally.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.DragDropWindow">
<summary>
Represents a class for PivotChart drag window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.PivotChart.DragDropWindow"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.DragBitmap">
<summary>
Gets or sets the bitmap image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.StartDrag(System.Drawing.Point)">
<summary>
Determines whether to start the drag operation.
</summary>
<param name="p">Point.</param>
<returns><b>true</b> if allows to start drag operation; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.MoveTo(System.Drawing.Point)">
<summary>
Determines whether to the move the drag window.
</summary>
<param name="p">Point.</param>
<returns><b>true</b> if allows the drag-window to move; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.StopDrag">
<summary>
Determines whether to stop the drag operation.
</summary>
<returns><b>true</b> if drag operation is stopped; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow.Dispose(System.Boolean)">
<summary>
Releases the managed resources.
</summary>
<param name="disposing"><b>true</b>, if managed resources should be disposed; otherwise, <b>false</b>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.DragDropWindow._Move(System.Drawing.Point)">
<summary>
Sets the size of the group drag window.
</summary>
<param name="p">Point.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog">
<summary>
Represents a class that displays the Pivot computational info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.ScaleFactor">
<summary>
Gets the scale factor based on current DPI.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.Dispose(System.Boolean)">
<summary>
Releases the managed resources.
</summary>
<param name="disposing"><b>true</b>, if managed resources should be disposed; otherwise, <b>false</b>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.WireCompInfo(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Binds the items with the values.
</summary>
<param name="pivotChart">The pivot chart control.</param>
<param name="style">Style object that holds the values of styles properties.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.SetBaseItems">
<summary>
Sets the collection for base item combobox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.GetBaseItems(System.String)">
<summary>
Gets the collection for base item based on the base field.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.GetCalculationName(System.String)">
<summary>
Gets the calculation name.
</summary>
<param name="name">calculation type name</param>
<returns>calculation name</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.SetVisualStyleElement">
<summary>
Sets the VisualStyle for the ComputationInfo dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.SetDefaultElementStyle">
<summary>
Sets the default VisualStyle for the ComputationInfo dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.InitializeComponent">
<summary>
Initializes the components.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.BindComboItems">
<summary>
Binds the combo box items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.GetSummaryType(System.String)">
<summary>
Gets the summary type.
</summary>
<param name="type">summary type</param>
<returns>summary type</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.GetCalculationType(System.String)">
<summary>
Gets the calculation type.
</summary>
<param name="type">calculation type</param>
<returns>calculation type</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.PivotCompInfo_Load(System.Object,System.EventArgs)">
<summary>
Triggered when the PivotComputational info form gets loaded.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.text_TextChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the text gets changed in the FieldHeader text or Formatted text or Description text.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.comboBox_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the combo box selected index gets changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.cmbCalculationType_SelectedValueChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the combo box selected value gets changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.cmbBaseField_SelectedValueChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the combo box selected value gets changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.okbtn_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the OK button is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotComputationInformationDialog.cancelbtn_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the CANCEL button is clicked.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaAction">
<summary>
Specifies the action performed in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SchemaAction.FieldsUpdate">
<summary>
Indicates that the pivot table field list is getting changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SchemaAction.RowsUpdate">
<summary>
Indicates that the rows collection is getting changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SchemaAction.ColumnsUpdate">
<summary>
Indicates that the column collection is getting changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SchemaAction.ValuesUpdate">
<summary>
Indicates that the value collection is changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PivotChart.SchemaAction.FiltersUpdate">
<summary>
Indicates that the filter collection is getting changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList">
<summary>
Represents the pivot schema designer control that enables users to drag and drop pivot fields between rows, columns, values, and filters dynamically at run time.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/> class.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanged">
<summary>
Occurs whenever the schema definitions gets changed in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/>.
</summary>
<remarks>
This event will be raised when the field list or row, column, value, filter collection gets changed.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanging">
<summary>
Occurs whenever the schema definitions begin to change in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/>.
</summary>
<remarks>
This event will be raised when the field list or row, column, value, filter collection gets changed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.DeferLayoutUpdateCheckBox">
<summary>
Gets or sets the check box control used for enabling and disabling defer layout support.
</summary>
<remarks>
The <see cref="P:Syncfusion.Windows.Forms.Tools.CheckBoxAdv.CheckState"/> value of this check box is bound with the <see cref="P:Syncfusion.Windows.Forms.PivotChart.PivotChart.DeferLayoutUpdate"/> property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.DeferLayoutUpdateButton">
<summary>
Gets or sets the button control used for updating the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> based on dynamic operations.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RefreshGridSchemaLayout">
<summary>
Refreshes the pivot schema designer in order to display the updated items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AssociateWith(System.Windows.Forms.Control)">
<summary>
Loads the associated control to <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList"/>.
</summary>
<param name="associatedControl">The pivot chart control object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SetLabelsWidth">
<summary>
Sets the label width.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.ApplyVisualStyle">
<summary>
Sets the color for label,button, check-box and other basic colors
according to its respective theme in PivotScheme Designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddItemsToSchemaViaCheck(System.String)">
<summary>
Adds the items to schema depending on the check state of the item.
</summary>
<param name="itemText">The item to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RemoveItemsFromSchemaDesginer(System.String)">
<summary>
Determines whether to remove items from schema or not when unchecked.
</summary>
<param name="itemText">The item to be removed.</param>
<returns><b>true</b> if the item is removed from the schema designer; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddItemstoGridviaCheck(System.String)">
<summary>
Adds item to schema when checking an item in the table field list.
</summary>
<param name="itemText">The item to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RowHeightOnScaling">
<summary>
Performed when DPI is greater than 100 then the DefaultRowHeight will be set based on the font size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.ResetItemCollectionLists(System.Boolean)">
<summary>
Resets the dictionary items.
</summary>
<param name="delCache">Boolean value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RaiseSchemaChangingEvent(Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanging"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs"/> that contains event argument.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RaiseSchemaChangedEvent(Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanged"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs"/> event argument.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PopulateTableFieldList(System.Boolean)">
<summary>
Populates the GridColumnGrid with the values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PopulatePivotItems">
<summary>
Populates the sub grids with the pivot collection items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RemoveItemsFromSchema">
<summary>
Determines whether to remove the item from schema or not when unchecked.
</summary>
<returns>Returns True.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.RemoveItemsfromGrid(System.String)">
<summary>
Determines whether to remove the items from Grid or not when unchecked.
</summary>
<param name="itemText">The unchecked item.</param>
<returns><b>true</b> if the items are removed; Otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.OnSchemaChanging(Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanging"/> event.
</summary>
<param name="e">The event argument.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.OnSchemaChanged(Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanged"/> event.
</summary>
<param name="e">The event argument.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.Dispose(System.Boolean)">
<summary>
Releases the managed resources.
</summary>
<param name="disposing"><b>true</b>, if managed resources should be disposed; otherwise, <b>false</b>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.InitializeComponent">
<summary>
Initializes the component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.splitcontainer_SplitterMoving(System.Object,System.Windows.Forms.SplitterCancelEventArgs)">
<summary>
Triggered when the split container's splitter is moving.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.SplitterCancelEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.splitcontainer_SplitterMoved(System.Object,System.Windows.Forms.SplitterEventArgs)">
<summary>
Triggered when the split container's splitter gets moved.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.SplitterEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.CanResize(System.Int32)">
<summary>
Determines whether to resize the schema designer or not.
</summary>
<param name="resizeValue">The new size value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.tableFieldList_Click(System.Object,System.EventArgs)">
<summary>
Triggered when the table field list's cell click is done.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.ScrollerVisualStyle">
<summary>
Applies the Visual styles to the Scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.GetBitmap(System.String)">
<summary>
Gets the images for high DPI components.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PopulateControls">
<summary>
Populates the controls in the schema designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PopulateThemedControls">
<summary>
Populates the controls in the schema designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.Panel2_Resize(System.Object,System.EventArgs)">
<summary>
Triggered when the Panel2 is resized.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.Model_QueryCellInfo(System.Object,Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
<summary>
Triggered and gets the cell information.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PopulateList">
<summary>
Repopulates the list based on FieldHeader of PivotItem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.ModifyTableListItem(Syncfusion.PivotAnalysis.Base.PivotItem)">
<summary>
Modifies the TableFieldList item in consideration with FieldHeader.
</summary>
<param name="Item">PivotItem to be added in completeTablelist collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AssignItemCollectionLists">
<summary>
Assigns the dictionary items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.Filters_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Triggered when the filter's collection gets changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.FilterItems_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Triggered when the filter items collection gets changed.
</summary>
<param name="sender">The Control.</param>
<param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.QueryItemAvailability(System.String)">
<summary>
Determines to check for items in the PivotCollections while populating the table field list.
</summary>
<param name="itemText">The item to be checked.</param>
<returns><b>true</b> if the specified item is available; otherwise, <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddItemstoSchema">
<summary>
Adds items to schema when checking an item in the table field list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddFieldstoRowLabel">
<summary>
Adds Fields to row lists.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddFieldstoColLabel">
<summary>
Adds Fields to column lists.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddFieldstoCalcLabel">
<summary>
Adds the Field name to calculate lists.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.AddFieldstoFilterLabel">
<summary>
Adds the Fields to the Filter lists.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PivotChart_RightToLeftChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the pivot chart's flow direction gets changed.
</summary>
<param name="sender">The Control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> instance contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.PivotSchemaDesigner_SizeChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the PivotSchema designer's size gets changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.gridColumnList_CheckBoxClick(System.Object,Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
<summary>
Triggered when the grid column list is changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.updateBtn_Click(System.Object,System.EventArgs)">
<summary>
Triggered and updates the Grid.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.layoutUpdate_CheckStateChanged(System.Object,System.EventArgs)">
<summary>
Triggered when the check state of the LayoutUpdate check-box is changed.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs.#ctor">
<summary>
Initialize a new instance for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs.#ctor(Syncfusion.Windows.Forms.PivotChart.SchemaAction)">
<summary>
Initialize a new instance for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs"/> class with the specified <see cref="P:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs.SchemaAction"/>.
</summary>
<param name="schemaAction">The action that is performed on the schema designer.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SchemaChangedEventArgs.SchemaAction">
<summary>
Gets the schema action that is performed on the pivot schema designer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PivotChart.PivotTableFieldList.SchemaChanging"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs.#ctor">
<summary>
Initialize a new instance for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs.#ctor(Syncfusion.Windows.Forms.PivotChart.SchemaAction)">
<summary>
Initialize a new instance for the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs"/> class with the specified <see cref="P:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs.SchemaAction"/>.
</summary>
<param name="schemaAction">The action that is being performed on the schema designer.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PivotChart.SchemaChangingEventArgs.SchemaAction">
<summary>
Gets the schema action that is performed on the pivot schema designer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellButton">
<summary>
Represents a button which is specially designed for the schema cell.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellButton.#ctor(Syncfusion.Windows.Forms.Grid.GridCellRendererBase)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellButton"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/> that holds the schema cell button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellButton.DrawButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Boolean)">
<summary>
Draws the schema cell button with the specified values.
</summary>
<param name="g">Represents GDI+ surface</param>
<param name="rect">Represents the location and size of the rectangle.</param>
<param name="buttonState">Specifies the appearance of the button.</param>
<param name="style">Holds the values for customizing the cell style.</param>
<param name="isWhite">Represents that whether to set white color or not.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellButton.DrawButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Draws the schema cell button with the specified values.
</summary>
<param name="g">Represents GDI+ surface</param>
<param name="rect">Represents the location and size of the rectangle.</param>
<param name="buttonState">Specifies the appearance of the button.</param>
<param name="style">Holds the values for customizing the cell style.</param>
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer">
<summary>
Provides methods used to render the schema item cell with visual styles.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> and <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/>.
</summary>
<param name="gridControl">The grid control that holds the top left cell.</param>
<param name="cellModel">The data or model part of a cell type.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PrepareViewStyleInfo"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Draws the contents of the client bounds for the cell, e.g. the text for a static cell.
</summary>
<param name="graphics">Points to the device context.</param>
<param name="clientRectangle">Specifies the client rectangle without buttons and borders.</param>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell.</param>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo" /> object that holds the style information for the cell.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnGetCursor(System.Int32,System.Int32)">
<summary>
Changes the cursor for the schema item cell.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<returns>The <see cref="T:System.Windows.Forms.Cursor"/> to be displayed.</returns>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnMouseHover(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.MouseHover"/> event.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.Grid.GridCellRendererBase.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)"/> event.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnDrawCellButton(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Draws the cell button element at the specified row and column index.
</summary>
<param name="button">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButton" /> to be drawn.</param>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> context of the canvas.</param>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="isActive">True, if this is the active current cell; otherwise, false.</param>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo" /> object that holds the style information for the cell.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
<summary>
Calculates the client rectangle given the inner rectangle of a cell and any boundaries of cell buttons.
This method is called from PerformLayout method.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo" /> object that holds the style information for the cell.</param>
<param name="innerBounds">The <see cref="T:System.Drawing.Rectangle" /> that contains the inner bounds of the cell.</param>
<param name="buttonsBounds">An array of <see cref="T:System.Drawing.Rectangle" /> that contains the bounds for each cell button element.</param>
<returns>A <see cref="T:System.Drawing.Rectangle" /> with the bounds.</returns>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
<summary>
Draws the text of the header cell after its background has been drawn.
This method is called from <see cref="M:Syncfusion.Windows.Forms.Grid.GridHeaderCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)" /> method.
</summary>
<param name="graphics">Points to the device context.</param>
<param name="textRectangle">Specifies the text rectangle. It is the cell rectangle without buttons, borders, or text margins.</param>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo" /> object that holds the style information for the cell.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnButtonClicked(System.Int32,System.Int32,System.Int32)">
<summary>
Called when the user clicks on a button inside the cell.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell..</param>
<param name="button">The button that is clicked.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer.OnPushButtonClick(System.Int32,System.Int32)">
<summary>
Raises <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PushButtonClick"/> event when the user presses the push button.
</summary>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel">
<summary>
Implements the data or model part for the schema item cell in the <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/>.
</summary>
<remarks>
See <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer"/> for more detailed information about this cell type.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel"/> class with the specified <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
</summary>
<param name="gridModel">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> that holds all data information about a grid.</param>
<remarks>
You can typically access the cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel"/> class with the specified serialization information and streaming context.
</summary>
<param name="serializationInfo">Holds all the data needed to serialize or deserialize this model.</param>
<param name="streamingContext">Describes the source and destination of the serialized stream specified by the information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel.GetFormattedText(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.Int32)">
<summary>
Gets the formatted text value.
</summary>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds the style information of the cell.</param>
<param name="value">The value to format.</param>
<param name="textInfo">TextInfo is a hint that denotes who is calling, default is GridCellBaseTextInfo.DisplayText.</param>
<returns>The formatted text of the given value.</returns>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
<summary>
Creates a new <see cref="T:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellRenderer"/> that renders the cell model.
</summary>
<param name="control">The base control that holds the schema item cell renderer.</param>
<returns>A new schema item cell renderer.</returns>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.SchemaItemCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
<summary>
Calculates the preferred size of the cell based on its contents without margins and any buttons.
</summary>
<param name="graphics">The graphics context of the canvas.</param>
<param name="rowIndex">The row index of the current cell.</param>
<param name="colIndex">The column index of the current cell.</param>
<param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo" /> that holds the style information of the cell.</param>
<param name="queryBounds">The graphical bounds.</param>
<returns>The optimal size of the cell.</returns>
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PivotChart.Splitter">
<summary>
Represents the control that is used to split.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.Splitter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotChart.Splitter"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.Splitter.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides and raises the paint event.
</summary>
<param name="pe">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.Splitter.Splitter_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Triggered with the key-press event is done with the splitter.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PivotChart.Splitter.Splitter_KeyUp(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Triggered with the key-up event in the splitter.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> that contains the event data.</param>
</member>
</members>
</doc>