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

    Gets or sets argument data for the extended 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 load data to chart series, refer to the following help topic: Load Data to Charts.

    See Also