Skip to main content
A newer version of this page is available. .

PivotDashboardItem.SetValueName(Measure, String) Method

OBSOLETE

This method is now obsolete. Use the Name property instead.

Sets the name of the specific measure in the current PivotDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Obsolete("This method is now obsolete. Use the DataItem.Name property instead.")]
public void SetValueName(
    Measure value,
    string name
)

Parameters

Name Type Description
value Measure

A Measure object that represents the measure in the current PivotDashboardItem.

name String

A String that specifies the name of the measure.

See Also