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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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