Click or drag to resize

SparklineGroup 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
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowHorizontalAxis { get; set; }

Property Value

Type: Boolean

Implements

ISparklineGroup ShowHorizontalAxis
See Also