MinorTickMark Property

Office Open XML

minorTickMark This element specifies the minor tick marks for the axis.

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

Syntax

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

See Also