XlsChartSeriesAxis
LogBase Property
|
Note: This API is now obsolete.
Gets or sets the base for the logarithm.
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 double LogBase { get; set; }
<ObsoleteAttribute("the method is not implemented")>
Public Property LogBase As Double
Get
Set
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual property double LogBase {
double get () sealed;
void set (double value) sealed;
}
[<ObsoleteAttribute("the method is not implemented")>]
abstract LogBase : float with get, set
[<ObsoleteAttribute("the method is not implemented")>]
override LogBase : float with get, set
Property Value
Type:
Double
The base value for the logarithm.
Return Value
Type:
Double
The base value for the logarithm.
See Also