Skip to main content

SeriesPointModel.Argument Property

Gets or sets the value of the SeriesPoint.Argument within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public string Argument { get; set; }

Property Value

Type Description
String

The series point argument value.

See Also