ChartFrameIsAutomaticSize Property |
Indicates whether the chart frame is automatic sized.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual bool IsAutomaticSize { get; set; }
Public Overridable Property IsAutomaticSize As Boolean
Get
Set
public:
virtual property bool IsAutomaticSize {
bool get ();
void set (bool value);
}
abstract IsAutomaticSize : bool with get, set
override IsAutomaticSize : bool with get, set
Property Value
Type:
Boolean
See Also