Click or drag to resize

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; }

Property Value

Type: Double
The base value for the logarithm.

Return Value

Type: Double
The base value for the logarithm.
See Also