Skip to main content

PivotCustomChartDataSourceDataEventArgs.Value Property

Gets or sets a value to be displayed in a ChartControl.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public object Value { get; set; }

#Property Value

Type Description
Object

A Object class descendant representing the value to be displayed.

See Also