Skip to main content
All docs
V25.2
  • SeriesPoint(TimeOnly) Constructor

    Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.2.dll

    Declaration

    public SeriesPoint(
        TimeOnly argument
    )

    Parameters

    Name Type Description
    argument TimeOnly

    The series point’s argument. This value is assigned to the SeriesPoint.Argument property. If the argument is null (Nothing in Visual Basic), an ArgumentException is thrown.

    See Also