Skip to main content

XtraChartsCollectionExtensions.Add(CustomAxisLabelCollection, Action<CustomAxisLabel>) Method

Adds a new custom axis label configured using the specified method to the specified custom axis labels collection of an axis.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this CustomAxisLabelCollection collection,
    Action<CustomAxisLabel> labelAction
)

Parameters

Name Type Description
collection CustomAxisLabelCollection

A collection of custom axis label to which a new custom label will be added.

labelAction Action<CustomAxisLabel>

A delegate method configuring a CustomAxisLabel object.

Remarks

Note

This method is an extension method.

See Also