Skip to main content
All docs
V25.1
  • SeriesPoint(TimeSpan, DateTime) Constructor

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

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public SeriesPoint(
        TimeSpan argument,
        DateTime value
    )

    Parameters

    Name Type Description
    argument TimeSpan

    Specifies the point’s argument. This value is assigned to the SeriesPoint.Argument property.

    value DateTime

    Specifies the point’s value. This value is assigned to the SeriesPoint.Value property.

    See Also