Browse By Tags

  • Set value for custom tooltip of a primitive in a custom layer : ILayer

    Hi,

    following problem:

    I have implemented a custom tooltip that implements the IRenderLabel interface. Within the ToString method I want to access the DATA_VALUE element of the context hashtable. That works fine for my barchart but not for my custom…

  • IRenderLabel and Composite Scatter Chart

    Hi,  I’m trying to implement  the  Y-axis  inversion  according to techniques suggested in this forum and  help documentation.  
    I’m referring to  Winforms release 2010.2
    The technique first suggests to change the sign of values (-1 *):  

  • Dynamically resizing ChartText Labels based on Column Width

    Hoping for advice from the IG chart gurus...

    Desired Result: I need to truncate ChartText labels (based on ITEM_LABEL) to fit within the column bounds of a 2d stacked column chart.

    Progress so far: After searching the docs & boards, I've successfully…

  • How to align time axis label ?

    I have a time x-axis that I can zoom in and scroll. I would like to ensure that my label are aligned with specified interval.

    For example, if my data start at 1:53 and ends at 11:03, I would like to display labels at every hour but aligned on rounded…

  • Custom Y Axis label (Gantt Chart)

    I can't give Y axis label the format I want to. I achieved customing the tooltips for Items in a Gantt Chart implementing IRenderLabel interface, but I can't show my extra information in Y axis label.

    I use GanttDataSource and set extra information…

  • X - Axis label display customization

    I am plotting points in a line chart continuously, reading data from a device every second. This may go upto an hour or more.

    i.e, plotting almost 3600 points every hour . The elapsed time/sample number is displayed in the X-Axis label.

    After a few…

  • How do I Only display Row Labels and not Column labels on X axis of Bar Chart?

     

    I want to have the column labels in the legend only, and the row labels (Be Increasing, Empty Pens, Variable Consumption, etc as labels on the graph.  I also would like to rotate the column labels
     
     

    The attached zip file contains a word document with…

  • 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…