AxisLabel of an Y-Value with SeriesHotspot - Tool
Posted: Mon Feb 23, 2009 8:52 am
Hello,
I have different Gantt-Series drawn at different Y-Values in my Webchart. (Similar to the example in the "TeeChart for .NET Examples" (Welcome!\Chart styles\Standard\Gantt)) and I'm using a Series-Hotspot-Tool to show some Information on a Mouse-Over.
My Question is:
How can I get the Label-Text of the Gantts-LeftAxis, using the Parameters "sender" and "e" of the HotSpotEvent
to show the AxisLabel also in my MouseOver-Text?
Best regards.
Michael
I have different Gantt-Series drawn at different Y-Values in my Webchart. (Similar to the example in the "TeeChart for .NET Examples" (Welcome!\Chart styles\Standard\Gantt)) and I'm using a Series-Hotspot-Tool to show some Information on a Mouse-Over.
My Question is:
How can I get the Label-Text of the Gantts-LeftAxis, using the Parameters "sender" and "e" of the HotSpotEvent
Code: Select all
private void hotspotTool_GetHTMLMap_Mark(Steema.TeeChart.Tools.SeriesHotspot sender, Steema.TeeChart.Tools.SeriesHotspotEventArgs e)
{
}
Best regards.
Michael