Skip to main content

XtraChartsCollectionExtensions.Add(SwiftPlotDiagramSecondaryAxisYCollection, Action<SwiftPlotDiagramSecondaryAxisY>) Method

Adds a new secondary Y-axis configured using the specified method to the swift plot diagram’s secondary Y-axes collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this SwiftPlotDiagramSecondaryAxisYCollection collection,
    Action<SwiftPlotDiagramSecondaryAxisY> axisAction
)

Parameters

Name Type Description
collection SwiftPlotDiagramSecondaryAxisYCollection

A swift plot diagram secondary Y-axes collection to which a secondary Y-axis will be added.

axisAction Action<SwiftPlotDiagramSecondaryAxisY>

A delegate method configuring a SwiftPlotDiagramSecondaryAxisY object.

Remarks

Note

This method is an extension method.

See Also