Skip to main content
All docs
V26.1
  • SeriesPoint(String, TimeSpan) Constructor

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

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public SeriesPoint(
        string argument,
        TimeSpan value
    )

    Parameters

    Name Type Description
    argument String

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

    value TimeSpan

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

    See Also