Gets or sets the minor unit value of the axis.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public double Minor { get; set; }
 
Public Property Minor As Double
	Get
	Set
 
public:
property double Minor {
	double get ();
	void set (double value);
}
 
member Minor : float with get, set
 
 
 
Property Value
 
 Type:
 
Double
 
 The minor unit value.
 
 See Also
See Also