MinorUnit Property

Office Open XML

Minor unit for the axis. Null is automatic

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

Syntax

C#
public Nullable<double> MinorUnit { get; set; }
Visual Basic (Declaration)
Public Property MinorUnit As Nullable(Of Double)
Visual C++
public:
property Nullable<double> MinorUnit {
	Nullable<double> get ();
	void set (Nullable<double> value);
}

See Also