Method VisitChartRef
VisitChartRef(ChartRef)
Visits a chart drawing.
public virtual void VisitChartRef(ChartRef chart)
Parameters
chartChartRefThe chart reference.
Remarks
A chart holds no DomNode children: its text — title, category labels, series names — lives in the cached chart model rather than in runs, so it is not document content that find/replace or mail merge can reach. The default implementation therefore visits nothing.