XtraChartsSeriesBaseExtensions.Views(SeriesBase) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static SeriesViewActionMethodContainer Views(
this SeriesBase seriesBase
)
#Parameters
Name | Type | Description |
---|---|---|
series |
Series |
A series object whose view should be configured. |
#Returns
Type | Description |
---|---|
Series |
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