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

KnownDate(Holiday) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public KnownDate(
    Holiday holiday
)

Parameters

Name Type Description
holiday Holiday

A Holiday value specifying the holiday date.

See Also