Skip to main content

PivotChartDataSourceRowBase.Value Property

Gets or sets the value of a chart point that will represent the current datasource row.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The value of a chart point that will represent the current datasource row.

Remarks

To specify the series and argument of this point, use the PivotChartDataSourceRowBase.Series and PivotChartDataSourceRowBase.Argument properties respectively.

You can also use the CellInfo, ColumnValueInfo and RowValueInfo properties to obtain information about a pivot grid cell from which the datasource row was created, and corresponding column and row field values.

See Also