SpreadsheetGear 2017
Chart Property (IShape)






SpreadsheetGear.Shapes Namespace > IShape Interface : Chart Property
Returns the instance of IChart associated with this shape or null if there is no chart associated with this shape.
Syntax
'Declaration
 
ReadOnly Property Chart As IChart
'Usage
 
Dim instance As IShape
Dim value As IChart
 
value = instance.Chart
IChart Chart {get;}
read-only property Chart: IChart; 
function get Chart : IChart
__property IChart* get_Chart();
property IChart^ Chart {
   IChart^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IShape Interface
IShape Members