Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

#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