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; }
Public Property ShowHorizontalAxis As Boolean
Get
Set
public:
virtual property bool ShowHorizontalAxis {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowHorizontalAxis : bool with get, set
override ShowHorizontalAxis : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowHorizontalAxis
See Also