XtraChartsCollectionExtensions.Default(LegendCollection, Action<Legend>) Method
Configures the default chart legend.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void Default(
this LegendCollection collection,
Action<Legend> defaultLegendAction
)
Parameters
Name | Type | Description |
---|---|---|
collection | LegendCollection | A collection of chart legends. |
defaultLegendAction | Action<Legend> | A delegate method configuring a Legend object. |
Remarks
Note
This method is an extension method.
See Also