Click or drag to resize

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

Return Value

Type: Boolean
A boolean value where true indicates a logarithmic scale and false indicates a linear scale.
See Also