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

SeriesPoint.ActualArgument Property

Gets the actual argument of a series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public string ActualArgument { get; }

Property Value

Type Description
String

A String value that specifies the actual value of the argument.

See Also