Skip to main content
All docs
V26.1
  • SeriesPoint(TimeOnly) Constructor

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

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public SeriesPoint(
        TimeOnly argument
    )

    Parameters

    Name Type Description
    argument TimeOnly

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

    See Also