Hi Team,
Highlighting text in word chart not happening. using following code:
FindReplaceOptions option1 = new FindReplaceOptions();
option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow;
option1.FindWholeWord…...Replace(regx, "", option1); Sample...does not allow to use find/replace functionality in charts. We...