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

XtraChartsCollectionExtensions.Default(LegendCollection, Action<Legend>) Method

Configures the default chart legend.

Namespace: DevExpress.Web.Mvc

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

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