{description}
{excerpt}Sets or returns the [ObjectPositioning|Chart.ObjectPositioning] value that determines the chart's resize and reposition behavior when the cells in the worksheet are changed.{excerpt}
{signature:C#}
 public ObjectPositioning ObjectPositioning{ get; set; }
{signature}{signature:vb.net}
Public Property ObjectPositioning() As ObjectPositioning{signature}
{remarks}If the chart is a [Chartsheet.Chart|Chartsheet.Chart], object positioning will return [ObjectPositioning|Chart.ObjectPositioning].NoMoveAndNoResize{remarks}

{scrollbar}