_Chart.SizeWithWindow Property

Definition

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

Property Value

Applies to