Inheritance Hierarchy
Relativity.Services.PivotProfile.PivotBase
Relativity.Services.PivotProfile.PivotProfileRef
Namespace: Relativity.Services.PivotProfile
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PivotProfileRef type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotProfileRef | Initializes a new instance of the PivotProfileRef class |
Properties
Name | Description | |
---|---|---|
![]() | ChartOrientation |
Gets or sets the value of the Bar and StackedBar charts orientation.
(Inherited from PivotBase.) |
![]() | ChartType |
Gets or sets what kind of chart is used.
(Inherited from PivotBase.) |
![]() | GroupByDateTimePart |
Gets or sets the time interval to use when calculating results for a GroupByField field, if the GroupByField field is a Date field.
(Inherited from PivotBase.) |
![]() | GroupByField |
Gets or sets the field to use as the Group By value in a Pivot query and result set. Grouping functionality (Field.AllowGroupBy property) must be enabled for a field before the field can be used as a GroupByField field.
(Inherited from PivotBase.) |
![]() | GroupByResultLimit |
Gets or sets the value to limit the data results.
(Inherited from PivotBase.) |
![]() | GroupByResultLimitValue |
Gets or sets the number of rows to be taken, if the value of the GroupByResultLimit property is set to the Top or Bottom.
(Inherited from PivotBase.) |
![]() | ID | |
![]() | Name |
Gets or sets the pivot name.
(Inherited from PivotBase.) |
![]() | ObjectType |
Gets os sets reference to the object type.
(Inherited from PivotBase.) |
![]() | PageSize |
Gets or sets the value of the pagesize
(Inherited from PivotBase.) |
![]() | PivotOnDateTimePart |
Gets or sets the time interval to use when calculating results for a PivotOnField field, if the PivotOnField field is a Date field.
(Inherited from PivotBase.) |
![]() | PivotOnField |
Gets or sets the field to use as the Pivot On value in a Pivot query and result set. Pivot functionality (Field.AllowPivotOn property) must be enabled for a field before the field can be used as a PivotOnField field.
(Inherited from PivotBase.) |
![]() | PivotOnResultLimit |
Gets or sets the value to limit the data results.
(Inherited from PivotBase.) |
![]() | PivotOnResultLimitValue |
Gets or sets the number of rows to be taken, if the value of the PivotOnResultLimit property is set to the Top or Bottom.
(Inherited from PivotBase.) |
![]() | SortOn |
Gets or sets the value which determines the basis on which the chart information is sorted.
(Inherited from PivotBase.) |
![]() | SortOrder |
Gets or sets the order in which data are sorted.
(Inherited from PivotBase.) |
![]() | SwitchSeries |
Gets or sets the value indicating wherther should be switched the Group By and Pivot On fields' positions or not.
(Inherited from PivotBase.) |
![]() | Toggles |
Gets or sets additional pivot options.
(Inherited from PivotBase.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also