Skip to main content
All docs
V25.2
  • SeriesPoint(String, DateOnly[]) Constructor

    Initializes a new instance of the SeriesPoint class with the specified string argument and DateOnly values.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.2.dll

    Declaration

    public SeriesPoint(
        string argument,
        params DateOnly[] values
    )

    Parameters

    Name Type Description
    argument String

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

    values DateOnly[]

    An array of DateOnly series point values for the specified argument. Use the SeriesPoint.Item property to access an individual value.

    See Also