Object Reference > Image Object > Image Object Properties > IsEmbedded Property (Image) |
IsEmbedded Property (Image)
Whether or not the image file is embedded in the chart.
Property IsEmbedded As Boolean
If True, then the file is embedded within the chart. If False, the chart looks for the file in the specified location. Note that if you set this property, you should not change or remove the value of FileName. This property is still required to point to the graphic you want to use so that it can be embedded into the chart at runtime.
See Also