Skip to main content
All docs
V26.1
  • SeriesPoint(DateOnly, DateTime) Constructor

    Initializes a new instance of the SeriesPoint class with the specified date-only argument and date-time value.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    Declaration

    public SeriesPoint(
        DateOnly argument,
        DateTime value
    )

    Parameters

    Name Type Description
    argument DateOnly

    Specifies the point’s argument. The parameter value initializes the SeriesPoint.Argument property.

    value DateTime

    Specifies the point’s value. The parameter value initializes the SeriesPoint.Value property.

    See Also