Skip to main content
All docs
V26.1
  • SeriesBase.Arguments Property

    Gets or sets argument data for the series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public IChartArgumentData Arguments { get; set; }

    Property Value

    Type Description
    IChartArgumentData

    An IChartArgumentData object.

    Remarks

    For additional information on how to create series and load data into them, refer to the following help topics:

    See Also