Back to Devexpress

KnownDate Class

corelibraries-devexpress-dot-xtracharts-679d1f4e.md

latest1.4 KB
Original Source

KnownDate Class

Represents an individual date.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class KnownDate :
    ChartElementNamed,
    IKnownDate,
    IComparable
vb
Public Class KnownDate
    Inherits ChartElementNamed
    Implements IKnownDate,
               IComparable

The following members return KnownDate objects:

Remarks

Objects of the KnownDate type reside in the KnownDateCollection class.

Inheritance

Object ChartElement ChartElementNamed KnownDate

See Also

KnownDate Members

KnownDateCollection

DevExpress.XtraCharts Namespace