Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChart Interface / Shapes Property
In This Topic
    Shapes Property (IChart)
    In This Topic
    Returns all drawing shapes in this chart.
    Syntax
    System.Collections.Generic.IEnumerable<IShape> Shapes {get;}
    See Also