XtraChartsCollectionExtensions.Add(ChartTitleCollection, Action<ChartTitle>) Method
Adds a new chart title configured using the specified method to the specified chart title collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void Add(
this ChartTitleCollection titlesCollection,
Action<ChartTitle> titleAction
)
Parameters
Name | Type | Description |
---|---|---|
titlesCollection | ChartTitleCollection | A chart title collection to which a new title will be added. |
titleAction | Action<ChartTitle> | A delegate method configuring a ChartTitle object. |
Remarks
Note
This method is an extension method.
See Also