Class PivotGridChartDataProvider.PivotDataPoint
Represents the pivot data point.
Inheritance
System.Object
PivotGridChartDataProvider.PivotDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotDataPoint
Constructors
PivotDataPoint(String, Nullable<Double>)
Initializes a new instance of the PivotGridChartDataProvider.PivotDataPoint class.
Declaration
public PivotDataPoint(string pivotGroup, double? value)
Parameters
System.String
pivotGroup
The pivot group. |
System.Nullable<System.Double>
value
The value. |
Properties
PivotGroup
Gets or sets the pivot group.
Declaration
public string PivotGroup { get; set; }
Property Value
System.String
The pivot group. |
Value
Gets or sets the value.
Declaration
public double? Value { get; set; }
Property Value
System.Nullable<System.Double>
The value. |