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

XtraChartsCollectionExtensions.Add(SeriesTitleCollection, Action<SeriesTitle>) Method

Adds a new series title configured using the specified method to the specified titles collection of a series.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static void Add(
    this SeriesTitleCollection collection,
    Action<SeriesTitle> titleAction
)

Parameters

Name Type Description
collection SeriesTitleCollection

A collection of series titles to which a new title will be added.

titleAction Action<SeriesTitle>

A delegate method configuring a SeriesTitle object.

Remarks

Note

This method is an extension method.

See Also