Jump to content
Software FX Community

Different ToolTip on different series


User (Legacy)

Recommended Posts

Posted

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

Posted

I'm afraid this is not supported, the TipMask property is only available as

a global property. You can however capture the GetTip event and customize

the ToolTip any way you want, this will allow you to achieve what you are

looking for in a different way.

--

FP

Software FX, Inc.

Archived

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

×
×
  • Create New...