PivotBase Class

Relativity Services API
Inheritance Hierarchy

System.Object
  Relativity.Services.PivotProfile.PivotBase
    Relativity.Services.PivotProfile.PivotProfileRef

Namespace:  Relativity.Services.PivotProfile
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class PivotBase

The PivotBase type exposes the following members.

Constructors

  NameDescription
Public methodPivotBase
Initializes a new instance of the PivotBase class
Top
Properties

  NameDescription
Public propertyChartOrientation
Gets or sets the value of the Bar and StackedBar charts orientation.
Public propertyChartType
Gets or sets what kind of chart is used.
Public propertyGroupByDateTimePart
Gets or sets the time interval to use when calculating results for a GroupByField field, if the GroupByField field is a Date field.
Public propertyGroupByField
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.
Public propertyGroupByResultLimit
Gets or sets the value to limit the data results.
Public propertyGroupByResultLimitValue
Gets or sets the number of rows to be taken, if the value of the GroupByResultLimit property is set to the Top or Bottom.
Public propertyName
Gets or sets the pivot name.
Public propertyObjectType
Gets os sets reference to the object type.
Public propertyPageSize
Gets or sets the value of the pagesize
Public propertyPivotOnDateTimePart
Gets or sets the time interval to use when calculating results for a PivotOnField field, if the PivotOnField field is a Date field.
Public propertyPivotOnField
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.
Public propertyPivotOnResultLimit
Gets or sets the value to limit the data results.
Public propertyPivotOnResultLimitValue
Gets or sets the number of rows to be taken, if the value of the PivotOnResultLimit property is set to the Top or Bottom.
Public propertySortOn
Gets or sets the value which determines the basis on which the chart information is sorted.
Public propertySortOrder
Gets or sets the order in which data are sorted.
Public propertySwitchSeries
Gets or sets the value indicating wherther should be switched the Group By and Pivot On fields' positions or not.
Public propertyToggles
Gets or sets additional pivot options.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference