ISparklineGroup
IsHorizontalDateAxis Property
|
The HorizontalDateAxis property represents the horizontal axis type as Dateaxis.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsHorizontalDateAxis { get; set; }
Property IsHorizontalDateAxis As Boolean
Get
Set
property bool IsHorizontalDateAxis {
bool get ();
void set (bool value);
}
abstract IsHorizontalDateAxis : bool with get, set
Property Value
Type:
Boolean
true
if [horizontal date axis]; otherwise,
false
.
See Also