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

KnownDate(String, DateTime) Constructor

Initializes a new instance of the KnownDate class with the specified name and date.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public KnownDate(
    string name,
    DateTime date
)

Parameters

Name Type Description
name String

A String value specifying the date name.

date DateTime

A DateTime value specifying the date.

See Also