ShowCategory Property

Office Open XML

Show category names

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

Syntax

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

See Also