Represents additional pivot options.
Inheritance Hierarchy
Relativity.Services.PivotProfile.PivotBase.ToggleOptions
Namespace: Relativity.Services.PivotProfile
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PivotBase.ToggleOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotBase.ToggleOptions | Initializes a new instance of the PivotBase.ToggleOptions class |
Properties
Name | Description | |
---|---|---|
![]() | RotateLabels |
Gets or sets the value indicating whether to rotate labels or not.
|
![]() | ShowBlankValues |
Gets or sets the value indicating whether to display blank values or not.
|
![]() | ShowGrandTotal |
Gets or sets the value indicating whether to display Grand Total values or not.
|
![]() | ShowLabels |
Gets or sets the value indicating whether to display blank values or not.
|
![]() | ShowLegend |
Gets or sets the value indicating whether to shoe Legend or not.
|
![]() | ShowSubChart |
Gets or sets the value indicating whether to display blank values or not.
|
![]() | StaggerLabels |
Gets or sets the value indicating whether to display blank values or not.
|
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