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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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