LabelPosition Property

Office Open XML

Position of the labels

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

Syntax

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

See Also