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
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