Page tree

Versions Compared

Key

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

...

Wiki Markup
{description}
{excerpt}Sets or returns the shape type used for three-dimensional charts.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public ShapeType DataShapeType{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property DataShapeType() As ShapeType
Exceptions
Exception
ArgumentNullExceptionArgumentNullExceptionThis will be thrown if the shape is set to null.
{signature}
{exceptions}

{exception:ArgumentNullException}
This will be thrown if the shape is set to null.


{exception}