XlsChartValueAxis
LogBase Property
|
Represents the logarithmic base.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double LogBase { get; set; }
Public Property LogBase As Double
Get
Set
public:
virtual property double LogBase {
double get () sealed;
void set (double value) sealed;
}
abstract LogBase : float with get, set
override LogBase : float with get, set
Property Value
Type:
Double
See Also