SeriesPoint.Argument Property
In This Article
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 | A String value that specifies the series data point's argument. |
See Also