ShapeObject
Chart Property
|
Returns a chart object.
If there is a chart associated with this shape,
it allows for the manipulation of chart.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Chart Chart { get; }
Public ReadOnly Property Chart As Chart
Get
public:
property Chart^ Chart {
Chart^ get ();
}
member Chart : Chart with get
Property Value
Type:
Chart
See Also