Skip to main content

XtraChartsCollectionExtensions.Add(SwiftPlotDiagramSecondaryAxisXCollection, Action<SwiftPlotDiagramSecondaryAxisX>) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void Add(
    this SwiftPlotDiagramSecondaryAxisXCollection collection,
    Action<SwiftPlotDiagramSecondaryAxisX> axisAction
)

Parameters

Name Type Description
collection SwiftPlotDiagramSecondaryAxisXCollection

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

axisAction Action<SwiftPlotDiagramSecondaryAxisX>

A delegate method configuring a SwiftPlotDiagramSecondaryAxisX object.

Remarks

Note

This method is an extension method.

See Also