Skip to main content

SeriesPoint.Argument Property

Gets or sets the series point's argument.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
[DefaultValue(typeof(string), "")]
public string Argument { get; set; }

#Property Value

Type Default Description
String

String.Empty

A String value that specifies the series data point's argument.

See Also