XtraChartsCollectionExtensions.Add(SecondaryAxisXCollection, Action<SecondaryAxisX>) Method
Adds a new secondary X-axis configured using the specified method to the specified secondary X-axes collection of a XY-diagram.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void Add(
this SecondaryAxisXCollection axisXCollection,
Action<SecondaryAxisX> axisAction
)
Parameters
Name | Type | Description |
---|---|---|
axisXCollection | SecondaryAxisXCollection | A collection of secondary X-axes to which a new secondary X-axis will be added. |
axisAction | Action<SecondaryAxisX> | A delegate method configuring a SecondaryAxisX object. |
Remarks
Note
This method is an extension method.
See Also