Skip to main content

SeriesViewActionMethodContainer.PointSeriesView(Action<PointSeriesView>) Method

Configures a series view as a point series view.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void PointSeriesView(
    Action<PointSeriesView> seriesViewAction
)

Parameters

Name Type Description
seriesViewAction Action<PointSeriesView>

A delegate method configuring a PointSeriesView object.

Remarks

If a series already has a view of another type, it will be changed to the PointSeriesView type. Note that this method is implemented in a way that saves the property values of the old view to the greatest degree possible.

See Also