PieDashboardItem.SetValueName(Measure, String) Method
In This Article
OBSOLETE
This method is now obsolete. Use the Name property instead.
Sets the name of the specified measure in the current PieDashboardItem to the specified value.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#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 specifies a measure. |
name | String | A String that specifies the name of the specified measure in the current Pie |
See Also