XlsChartSeriesAxis
IsLogScale Property
 | 
Note: This API is now obsolete.
Gets or sets a value indicating whether the scale is logarithmic.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
[ObsoleteAttribute("the method is not implemented")]
public bool IsLogScale { get; set; }
 
<ObsoleteAttribute("the method is not implemented")>
Public Property IsLogScale As Boolean
	Get
	Set
 
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual property bool IsLogScale {
	bool get () sealed;
	void set (bool value) sealed;
}
 
[<ObsoleteAttribute("the method is not implemented")>]
abstract IsLogScale : bool with get, set
[<ObsoleteAttribute("the method is not implemented")>]
override IsLogScale : bool with get, set
 
 
 
Return Value
Type:
Boolean
A boolean value where true indicates a logarithmic scale and false indicates a linear scale.
 
See Also