ChartTextArea
IsTrend Property
|
Indicates if current text assign to trend object.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsTrend { get; set; }
Public Property IsTrend As Boolean
Get
Set
public:
property bool IsTrend {
bool get ();
void set (bool value);
}
member IsTrend : bool with get, set
Property Value
Type:
Boolean
See Also