ChartTextArea
HasTextRotation Property
|
Gets value indicating whether TextRotation was changed. Read-only.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasTextRotation { get; }
Public ReadOnly Property HasTextRotation As Boolean
Get
public:
virtual property bool HasTextRotation {
bool get () sealed;
}
abstract HasTextRotation : bool with get
override HasTextRotation : bool with get
Property Value
Type:
Boolean
See Also