Position of the Lables
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public eTickLabelPosition TickLabelPosition { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TickLabelPosition As eTickLabelPosition |
Visual C++ |
---|
public: property eTickLabelPosition TickLabelPosition { eTickLabelPosition get (); void set (eTickLabelPosition value); } |