PivotGridDataSourceOptions Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
Specifies whether or not the chart’s data binding is automatically adjusted during the creation of a Pivot Chart. |
Auto |
Specifies whether or not the chart’s layout is automatically adjusted during the creation of a Pivot Chart. |
Max |
Limits the number of incoming points in a Chart’s series that are auto-created, based on the associated Pivot Grid. |
Max |
Limits the number of a Chart’s series that are auto-created, based on the associated Pivot Grid. |
Retrieve |
Specifies whether or not column custom totals should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not column grand totals should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not column totals should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not a Chart’s series are created based on columns or rows of its associated Pivot Grid. |
Retrieve |
Specifies whether or not empty cells should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not row custom totals should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not row grand totals should be passed to a Chart from its associated Pivot Grid. |
Retrieve |
Specifies whether or not row totals should be passed to a Chart from its associated Pivot Grid. |
Selection |
Specifies whether or not only the currently selected cells of a Pivot Grid are reflected in its associated Chart. |
Single |
Specifies whether or not only the data from the Pivot Grid’s current page is passed to the associated Chart. |
Tag |
Gets or sets the object that contains data related to the chart element.
Inherited from Chart |
Update |
Specifies the delay (in milliseconds) that occurs before passing the changes made in a Pivot Grid to its associated Chart. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Pivot |
Clone() |
Creates a copy of the current Chart |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Should |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Should |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
To |
Returns the textual representation of the chart element.
Inherited from Chart |
See Also