SparklineGroup
IsHorizontalDateAxis Property
|
Indicates wheter represents the horizontal axis type as Dateaxis.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsHorizontalDateAxis { get; set; }
Public Property IsHorizontalDateAxis As Boolean
Get
Set
public:
virtual property bool IsHorizontalDateAxis {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsHorizontalDateAxis : bool with get, set
override IsHorizontalDateAxis : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
IsHorizontalDateAxis
See Also