Browse By Tags

  • How to hide series labels on 3D column chart

    Hello all,

    I'm using Infragistics version 10.2 for Win Forms.  I've got an UltraTilePanel displaying several 3D column charts, one per tile.  When a tile's state is Large, I want to display labels on the X and Y axes of the chart.  When a tile…

  • How to add multiple series to an ultrachart?

    I get my data in a dataset which looks something like the following:

    CustomerID         ReturnDate         AvgTime

    123                        11/2/09                 1

    123                        11/4/09                3

    144                        11/2/09                2

    144                        11/3/09                1

    I want the ultra chart to show two series one for customer 123 and one for customer 144 and…

  • Series Labels for Column Line chart and legend

     

    Hi .

    I hzve the requirement for the above chart, so i opted for column line chart but i am not able to display the series labels and the legend as shown(not sure whether this is possible) please help me on this

    Below is the code I have written for…

  • Can you set series label text values in code?

    Hi I have a chart that I want to allow end users to define the series label for data.  Is there a way to set that in code?  I know I can turn them on and off i.e. 

    Me.UltraChart1.Axis.Y.Labels.SeriesLabels.Visible = True

    But I dont seem to be able to…

  • Y-Axis vertical alignement of SeriesLabels

    Hello,

    I've got a problem with the alignment of the SeriesLables on the Y-Axis of my chart (BarChart).

    The problem is, no matter which value I set for Axis.Y.Labels.SeriesLabels.VerticalAlign, the chart is always looking like this:

    But I want…

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

  • Re: Need help connecting SQL stored procedure to UltraChart

    Hey Max,

    Thanks very much for the reply.  Since I posted this I  kept at it reading all over your site here.  I managed to make it run, but would appreciate running what I found past you for confirmation.

    In my case I was trying the most simple thing possible…