ClassPivotGridChartDataProvider.PivotDataPoint
Class
Represents the pivot data point.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotGridChartDataProvider.PivotDataPoint
Inheritance: objectPivotGridChartDataProvider.PivotDataPoint
Constructors
PivotDataPoint(string, double?)
Initializes a new instance of the PivotGridChartDataProvider.PivotDataPoint class.
Properties
PivotGroup
Gets or sets the pivot group.
Declaration
cs-api-definition
public string PivotGroup { get; set; }
Property Value
The pivot group.