Skip to main content

SeriesViewActionMethodContainer.BoxPlotSeriesView(Action<BoxPlotSeriesView>) Method

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void BoxPlotSeriesView(
    Action<BoxPlotSeriesView> seriesViewAction
)

Parameters

Name Type
seriesViewAction Action<BoxPlotSeriesView>
See Also