PieDashboardItem.GetValueName(Measure) Method
OBSOLETE
This method is now obsolete. Use the Name property instead.
Returns the name of the specified measure in the current PieDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Obsolete("This method is now obsolete. Use the DataItem.Name property instead.")]
public string GetValueName(
Measure value
)
Parameters
Name | Type | Description |
---|---|---|
value | Measure | A Measure object that specifies a measure. |
Returns
Type | Description |
---|---|
String | A String that represents the name of the specified measure in the current PieDashboardItem. |
See Also