KnownDate Class
Represents an individual date.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(KnownDateTypeConverter))]
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