| 
AxisBounds
LogBase Property
  | 
 Gets or sets the logarithmic scale base.
 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 LogBase { get; set; }
 
Public Property LogBase As Double
	Get
	Set
 
public:
property double LogBase {
	double get ();
	void set (double value);
}
 
member LogBase : float with get, set
 
 
 
Property Value
 
 Type:
 
Double
 
 
 See Also
See Also