Skip to main content

SummaryFunctionArgumentDescription.Name Property

Returns a name of the summary function argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value representing the name of the summary function argument.

Remarks

For more information, see Calculating Summaries.

See Also