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

SeriesPointModel.DateTimeArgument Property

Gets or sets the date-time argument of the modeled series point.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[Browsable(false)]
public DateTime DateTimeArgument { get; set; }

Property Value

Type Description
DateTime

The date-time argument value.

See Also