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

SeriesViewActionMethodContainer.WaterfallSeriesView(Action<WaterfallSeriesView>) Method

Namespace: DevExpress.Web.Mvc

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

Declaration

public void WaterfallSeriesView(
    Action<WaterfallSeriesView> seriesViewAction
)

Parameters

Name Type
seriesViewAction Action<WaterfallSeriesView>
See Also