Jump to content
Software FX Community

Different ToolTip on different series


User (Legacy)

Recommended Posts

Hi!

Does anyone know if it is possible to show different tooltip on different

series.

I have made a gantt-type chart with two series clustered and tooltip showes

x-axis legend, y-axis inivalue and

y-axis value. And I want to put in some information between inivalue and

value.

if (nSerie=0) then

ChartFX1.TipMask = "%l" & "OpenTime=" & "%i" & "ImplemationStart=" & "%v"

if (nSerie=1) then

ChartFX1.TipMask = "%l" & "ImplemationStart=" & "%i" & "CloseTime=" & "%v"

Thanks in advance

Clas

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...