{description}
{excerpt}Sets or returns whether the shape will be automatically sized to fit the text.{excerpt}
{signature:C#}
 public boolean FitToText{ get; set; }
{signature}{signature:vb.net}
Public Property FitToText() As Boolean
{signature}
{remarks}
By default, this value is set to false on new charts.

The auto resizing will not take effect until the shape is accessed inside of Excel.
{remarks}