_Chart.SizeWithWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel resizes the chart to match the size of the chart sheet window. False if the chart size isn't attached to the window size. Applies only to chart sheets (doesn't apply to embedded charts).
public:
property bool SizeWithWindow { bool get(); void set(bool value); };
public bool SizeWithWindow { get; set; }
Public Property SizeWithWindow As Boolean