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 ShowHorizontalAxis As Boolean
Get
Set
property bool ShowHorizontalAxis {
bool get ();
void set (bool value);
}
abstract ShowHorizontalAxis : bool with get, set
Property Value
Type:
Boolean
true
if [display axis]; otherwise,
false
.
See Also