Object Reference > ChartStyle Object > ChartStyle Object Properties > Image Property (ChartStyle) |
Image Property (ChartStyle)
Each ChartStyle has an image property that can be used as the Symbol for a plotted data point.
Property Image As Image (read-only)
Note that this is only relevant for chart types that use symbols [Plot, Polar, Radar (not filled), Bubble]. The specified image object is sized and used as the plot symbol ChartStyle.Symbol object. The specified image is used when ChartStyle.Symbol.Shape = oc2dShapeImageFile.
See Also