XlsChartCategoryAxis
IsLogScale Property
 | 
Represents logarithmic scale.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsLogScale { get; set; }
 
Public Property IsLogScale As Boolean
	Get
	Set
 
public:
virtual property bool IsLogScale {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract IsLogScale : bool with get, set
override IsLogScale : bool with get, set
 
 
 
Property Value
Type:
Boolean
Implements
IChartValueAxis
IsLogScale
 
See Also