XlsChartDataLabels
IsAutoMode Property
|
True if background is set to automatic.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsAutoMode { get; }
Public ReadOnly Property IsAutoMode As Boolean
Get
public:
virtual property bool IsAutoMode {
bool get () sealed;
}
abstract IsAutoMode : bool with get
override IsAutoMode : bool with get
Property Value
Type:
Boolean
Implements
IChartTextArea
IsAutoMode
See Also