KnownDate Class
In This Article
Represents an individual date.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class KnownDate :
ChartElementNamed,
IKnownDate,
IComparable
#Related API Members
The following members return KnownDate objects:
#Remarks
Objects of the KnownDate type reside in the KnownDateCollection class.
#Inheritance
Object
ChartElement
ChartElementNamed
KnownDate
See Also