KnownDate(String, DateTime) Constructor
Initializes a new instance of the KnownDate class with the specified name and date.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the date name. |
date | DateTime | A DateTime value specifying the date. |
See Also