IChartLegend
InnerLayoutTarget Property
|
Gets or sets a value indicating whether the layout target is intended to be used internally.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool InnerLayoutTarget { get; set; }
Property InnerLayoutTarget As Boolean
Get
Set
property bool InnerLayoutTarget {
bool get ();
void set (bool value);
}
abstract InnerLayoutTarget : bool with get, set
Property Value
Type:
Boolean
See Also