Click or drag to resize

ISparklineGroup ShowHorizontalAxis Property

Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowHorizontalAxis { get; set; }

Property Value

Type: Boolean
true if [display axis]; otherwise, false .
See Also