New to Telerik UI for WinFormsStart a free 30-day trial

Represents the pivot data point.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGridChartDataProvider.PivotDataPoint

Inheritance: objectPivotGridChartDataProvider.PivotDataPoint

Constructors

Initializes a new instance of the PivotGridChartDataProvider.PivotDataPoint class.

C#
public PivotDataPoint(string pivotGroup, double? value)
Parameters:pivotGroupstring

The pivot group.

valuedouble?

The value.

Properties

Gets or sets the pivot group.

C#
public string PivotGroup { get; set; }
Property Value:

The pivot group.

Gets or sets the value.

C#
public double? Value { get; set; }
Property Value:

The value.