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

SummaryFunctionArgumentDescription.Name Property

Returns a name of the summary function argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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