Class
PivotGridChartDataProvider.PivotDataPoint

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.

Declaration

cs-api-definition
public PivotDataPoint(string pivotGroup, double? value)

Parameters

pivotGroup

string

The pivot group.

value

double?

The value.

Properties

PivotGroup

Gets or sets the pivot group.

Declaration

cs-api-definition
public string PivotGroup { get; set; }

Property Value

string

The pivot group.

Value

Gets or sets the value.

Declaration

cs-api-definition
public double? Value { get; set; }

Property Value

double?

The value.