Skip to main content

XtraChartsCollectionExtensions.Template(SeriesCollection, Action<SeriesTemplate>) Method

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Template(
    this SeriesCollection collection,
    Action<SeriesTemplate> templateAction
)

Parameters

Name Type
collection SeriesCollection
templateAction Action<SeriesTemplate>
See Also