Table of Contents

Method VisitChartRef

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

VisitChartRef(ChartRef)

Visits a chart drawing.

public virtual void VisitChartRef(ChartRef chart)

Parameters

chart ChartRef

The 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.