ChartSizeWithWindow Property |
True if Microsoft Excel resizes the chart to match the size of the chart sheet window.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool SizeWithWindow { get; set; }
Public Property SizeWithWindow As Boolean
Get
Set
public:
property bool SizeWithWindow {
bool get ();
void set (bool value);
}
member SizeWithWindow : bool with get, set
Property Value
Type:
Boolean
See Also