Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public static SeriesViewActionMethodContainer Views(
    this SeriesBase seriesBase
)

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