UseSecondaryAxis Property

Office Open XML

If true the charttype will use the secondary axis. The chart must contain a least one other charttype that uses the primary axis.

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool UseSecondaryAxis { get; set; }
Visual Basic (Declaration)
Public Property UseSecondaryAxis As Boolean
Visual C++
public:
property bool UseSecondaryAxis {
	bool get ();
	void set (bool value);
}

See Also