Browse By Tags

  • Problem with the heigth of a ColumChart

    Hi,

    I'm using Infragistics 2013.1. I use the UltraChart the first time. Here is my code.

                ucPGM.DataSource = <DataTable>
                '
                ucPGM.ChartType = UltraChart.Shared.Styles.ChartType.ColumnChart
                ucPGM.Axis.X.Labels.Visible = False
                '
                ucPGM.TitleTop…

  • how to combine 2 series in Composite chart

    Hei Guys,

    I want to creat a composite chart with a ColumnLayer and a LineLayer.

    The ColumnLayer has 2 Series.The result is:

    how can i change the Appearance of the chart.

    that the series ar combinde and the colors are red, green, red, green f.e.

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

  • X Axis Labels dependent on ChartType

    Hi

    I have two ultra charts and a problem with the x axis labels of one of them.

    Main difference of the two charts is in the chart type. The ColumnChart does not show the x axis labels when there are too many values.

    I would like it to show the…

  • Composite Charts - Co-ordinated chart areas

    Hi,
    I have a requirement to implement the attached chart in .NET, and I am evaluating Infragistics for the same.

    A brief description about the chart:

    This has two chart Areas.
    ChartArea1; It has two Y-Axes and a common X-axis for showing time.

    1…

  • Column Chart - How to make bar color and bar border color the same.

    I have a Column chart with columns colored green with their edge in very dark green/black shade. How do I make the two same so that the separation from one column to another is not visible?

    In short, how to make the border of a column to have the same…

  • Set the minimum value on the Y-Axis to a negative value in a ColumnChart

    Hi, I am trying to have the minimum value on the Y-Axis as a negative value and make it the start of every column in a ColumnChart.

    As example, I have, let's say, 5 values: (1,10); (2,15); (3,0); (4,-10); (5,-5). And I set the minimum value as -20 for…

  • Ultra Chart Control Font


    How do you change the font color and size for the UltraChart (Column Chart) data labels?

    Note:  I am not refering to the title or legend labels.  This refers to the font characteristics

    of the data returned from the binding operation.

  • ColumnChart - Column Alignment

    Hi,

    I want to display my Column to the right of my label but I am not sure where to set the property (or if there's a way to set it).  I noticed it is possible to set alignment for the labels and was wondering if i can do the same for the columns…

  • Column chart IncludeColumn and Legend

    I'm not sure if it's a bug or by design but if I use IncludeColumn(false) to hide a column it is still displayed in the Legend. Is there any way to remove hidden columns from the legend?

  • Hide Columns with Zero Values

    I would like to hide columns in win charts where values are 0

    Here is my data

    LINE    R90       RDH    RWE    R36    RYF
    ------      --------      -----     ------      ------     -------
    Line 1     611       0         0          0          0       
    Line 2     0         300       1         299       1       

    Here is what my chart looks like

     

    How can I hide the columns with…

  • UltraChart hang the application as given area is not sufficient for plotting data.

    Hi All,

    I am developing some chart in VB.Net 2.0 using Infra. Ver. 2007.

    I am using 3D Columnchart to display data. But when data exceeds the some values Column chart dont show any bar on chart. Only x-axis and y-axis labels are visible. I also have…

  • UltraWinChart

     Hi,

     

    I am creating a column chart. I need to add a trend line to the chart and edit the contents in the legends, which I could not figure out. Any help with this would be greatly appreciated

     

    Regards,

     

    George

  • 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 reclaim column spaces created by null values

    Hi,

     I created a column chart to show Country wise city wise sales. (See attached file). Chart was showing all cities in each country. Data i provided is

    Sum(Freight)        ShipCountry   ShipCity       
    ---------------------      ---------------     ---------------
    598.5800 

  • Grpah Starts flickering when mouse is on Last Column of the Graph!

    Well!
    I used the ultra grid Column charts on a windows form. Graphs are docked  in a windows form in TableLayoutPanel. One of the Column Chart shows
    odd behaviour. When ever i place mouse on the right lower corner of the last column of the graph, the graph…

  • Column Chart with each Series Data Column Side by Side

    Hi,

    I'm trying to produce a column chart to easily compare data from two or more data soures. The chart should plot Values on the Y-Axis and Distance information along the X-Axis.  The chart can have multiple data sources, each of which I create a numeric…

  • ColumnChart column size (pixels)

    I'm using a ColumnChart-type Composite Chart with 2 data series and SwapRowColumns = True (so to have the data on the 2 data series coupled each other on the graphics).

    For my purpose, I need to have the 2 columns in the graphic exactly overlapping…

  • Stacked Column Chart: Accumulated Data Label

    I've got a basic stacked Ultra Chart that is filled using a stored procedure. Instead of showing the label for each stack I would like to display the accumulated total at the top of the column. Do I have to create a custom label in order to do this…

  • custom column colors on UltraWinChart

    I am trying to get a chart to show the bars a specific color for each year like Blue for 07, Green for 08 and Red for 09 by Fiscal years.

    i have data as below.

    Oct 07    1        2007     1
    Oct 08    1        2008      2
    Nov 07    2        2007      1
    Nov 08    2        2008     2
    Dec 07    3       2007      1
    Dec 08    3       2008      2
    Jan 08     4       20…