XtraChartsCollectionExtensions.Add(SecondaryAxisYCollection, Action<SecondaryAxisY>) Method
Adds a new secondary Y-axis configured using the specified method to the specified secondary Y-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 SecondaryAxisYCollection axisXCollection,
Action<SecondaryAxisY> axisAction
)
Parameters
Name | Type | Description |
---|---|---|
axisXCollection | SecondaryAxisYCollection | A collection of secondary Y-axes to which a new secondary Y-axis will be added. |
axisAction | Action<SecondaryAxisY> | A delegate method configuring a SecondaryAxisY object. |
Remarks
Note
This method is an extension method.
See Also