Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the ObjectPositioning value that determines the chart's resize and reposition behavior when the cells in the worksheet are changed.

Signature
C#C#
Wiki Markup
{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}{signature:vb.net
vb.net
}
Public Property ObjectPositioning() As ObjectPositioning
Remarks
If the chart is a
{signature}
{remarks}If the chart is a [Chartsheet.Chart|Chartsheet.Chart], object positioning will return [ObjectPositioning|Chart.
NoMoveAndNoResize

...

ObjectPositioning].NoMoveAndNoResize{remarks}

{scrollbar}