Returns true if this shape has achart.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasChart { get; }
Public ReadOnly Property HasChart As Boolean
Get
public:
property bool HasChart {
bool get ();
}
member HasChart : bool with get
Property Value
Type:
Boolean
See Also