XtraChartsSeriesBaseExtensions.Views(SeriesBase) Method
Returns an object of a class providing access to methods allowing you to configure the specified series’ view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| seriesBase | SeriesBase | A series object whose view should be configured. |
Returns
| Type | Description |
|---|---|
| SeriesViewActionMethodContainer | An object that provides access to methods allowing you to configure the specified series’ view. |
Remarks
Note
This method is an extension method.
See Also