Jump to content
Software FX Community

How to change the text for tooltips in C#


User (Legacy)

Recommended Posts

Hi,

I'm using ChartFX 5.5 in C#. I'm getting the exception if I use the

following code.

ChartfxLib.ChartFXClass oChart = new ChartfxLib.ChartFXClass();

SfxBar.CommandBar oCmdBar = oChart.Commands;

oCmdBar.set_itemText((short) ChartfxLib.CfxToolID.CFX_ID_HORZGRID, "My

Horizantal lines"); //Exception: There is no connection for this

connection ID

Anybody has an idea about this?

Thanks for Ur help in advance.

-Venkat

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...