Browse By Tags

  • Chart Tooltip graphic distortion

    Is there a way to prevent the tooltip on charts from rendering incorrectly?  Whenever I move the mouse over a chart, I see the tooltip appear where I move the mouse, but it doesn't clear until a second or so later.  This leaves a trail of tooltips where…

  • Tooltips on a line chart

    Hello.

    Im working with a line chart, and i would like to add some extra info to the tool tips that are shown on each data point of the line.

    In the chart i draw many data sets, so i need to distinguish between them and add different info according to…

  • WinChart graph tooltips not showing when on Citrix server

    We have Infragistics2.Win.UltraWinChart.v8.3

    When our (Windows Forms) application generates graphs, tooltips in the graphs are properly shown when users hover mouse around graph elements.

    But when the application is loaded via Citrix presentation server…

  • Composite Chart Tooltips

    Hi,

    I'm having a intermittent problem with the UltraCharts. I have a composite chart, made up of one chart area and layer, where I have a set of user controls that allow the user to setup the chart type and configure the rest of the data for the chart…

  • Tooltips for composite chart

    Hi,

    I have a composite chart with 1 area and 3 layers on it. One layer has stack column chart, two layers have line charts. I would like to set custom tooltips separately for each layer. I wrote my own IRenderLabel classes, set them as renderers for custom…

  • No ToolTip on Chart created on UltraTab Page

    Hi,

     I have WinChart built on UserControl, and this user control is added onto UltraTab (Manually).

     However, I don't see chart's tooltip on the first tab which is created on the OnLoad events of Windows Form, but see tooltips on the subsequent…

  • Problem with tooltips in charts

    Hello there,

    concerning the WinChart control we have massive troubles with the automatic tooltips feature. In our opinion tooltips should be visible at all times! Also when the datapoints of a line chart reach the right edge of the client area. Unfortunately…

  • tooltip customization - multiple chartlayer

    I would like to customize the visualization of the UltraChart tooltips because I need to show on the tooltip of the chart other information from the DataTable that is linked to the information on the graph.

    In my example, I use CompositeChart with multiple…

  • How to customize tooltips for each data point in Linechart?

    I want to display information for each point on my linechart that is not in the datatable that's being used as the datasource. Can you tell me how to do that?