Browse By Tags

  • Increase the chart area

    We are using Infragistics WinChart control (version 10.2). We wanted to resize the legend box, so we used event to handle the same. But after that, we found that there is space between the chart area and the legend. Is there a way to increase the chart…

  • Increase the width of chart area

    We are using Infragistics WinChart control (version 10.2). We wanted to resize the legend box, so we used FillSceneGraph event to handle the same. But after that, we found that there is space between the chart area and the legend. Is there a way to increase…

  • Increase the chart area

    We are using Infragistics WinChart control (version 10.2). We wanted to resize the legend box, so we used FillSceneGraph event to handle the same. But after that, we found that there is space between the chart area and the legend. Is there a way to increase…

  • Legend tooltip on a WinChart

    Hello, I'm trying to implement a tooltip on the legend of my winchart but its not working out...

     

    I'm wanting to set up where, if I click on a label on the legend, the line on the chart will bold and then it checks to see if the line of the chart…

  • Change Line Appearance in Legend Independently

    I've figured out how to change the appearance of lines in my graph, but I want to adjust the appearance of my line series independently so that they show up a little more clearly.

    For instance, I have a series represented by a line with the following…

  • WinChart Legend Item Spacing

    Hi

    I have a legend that displays horizontally at the bottom of a line chart.  Is it possible to dynamically change the legend item spacing so that all the legend item can fit in the available space?

    Is it possible to do this ChartDrawItem?

    Any help…

  • How to hide lengends dynamically on a DataBound chart?

    Hi,

     

    I have a databound line chart and it has multiple columns. Each column is showing up as a line on the chart. I want to give access to the end user on hiding/showing lines. Is it possible?

     

    i.e. user would select a legent and decide to make it…

  • Pie Chart Composite Legend

    I currently have a pie chart configured with a composite legend on and set to the layer that the pie chart series is setup on.

    I have a problem when the others percent property is set to anything other than 0, including the default value. What happens…

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

  • Legends: turn off/on graph content at Legend Click

    Hi,

    I have recently started using the UltraWinChart (Line Chart) for my project and we have a client requirement as follows.

    We have multiple lines on a line Chart and legends corresponding to each on.

    The user should be allowed to turn on/off a perticular…

  • Display all legends instead of "more..."

    I want to display legends dynamically i.e their number can vary depending on the user selection. If user selects around 10 values it works fine but when this number increases a text "more..." displays with legends instead of other legends. I want to show…

  • ColorModel.ApplyRowWise

    Hello,

    I have a AreaChart with Legend showing. I do not understand why whenever I set the ColorModel.ApplyRowWise to false. The legend item caption gets changed to the same as X axis. I have enabled SwapRowandColumn to true. I do not understand how changing…

  • Control the order of items in legend

    I have two graphs that each represent the same set of data.  When I add each series to each graph, the order of each series item is different from one to the next.  How do I control the order of items in the legend?  Alphabetical is fine, but I'd prefer…

  • Legend in a step-line chart with 2 series

    Hi,

    I have a step-line chart displaying 2 data series (NumericTimeSeries). It's a simple type chart, not a composite one. It works fine but i can't see anything in the legend. It's visible and I tried to change its DataAssociation with the…

  • Line Chart Series markers and Legend Boxes

    Hi,

     

    I've created a line chart, but need to print it out. These means I need to use Icons in the Legend

    rather than colored boxes. And for the icons in the Legend to match the icon that mark the data points

    on the Line.

    I saw a post that uses…

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

  • Series names in winchart

    Hi,

    i want draw a linechart, and i set thedatasource

    UltraChart1.DataSource = dtgrafico (where dtgrafico is an integer datatable)

    after i set the datamember to the row 

    UltraChart1.DataMember = dtgrafico.Rows(0).ToString

    Ok the chart is perfect,…

  • Simple Legend issue - This must be easy....right ?

    I have a simple line chart with 6 data inputs. If one or more lines are not present (due to null/zero data) the legend only displays elements for the data that is there (very sensible) - but it changes the colours associated with the remaining items meaning…

  • How to reverse the Legend in Reverse order in StackColumnChat

    Hi

    I have an issue with me,  I want to reverse the order of StackColumnChart Legend. I did find a solution in Knowledge Base.

    But the problem is solution in Knowledge base works with only plain ultrachart wihtout any customization on it.

    I have my chart…

  • How to read legend lables once chart is generated?

    I have a pie chart with bottom 5% going to "others" category.

    Clicking on any of the slices drills down to a detailed chart using the value clicked as a parameter.

    But when a user clicks on the "others" slice, I need to know the other legend…

  • Legend item display horizontally

    In all UltraChart examples I have always seen that the item in the legend are displayed vertically, that is, for all series in a chart, the item are displayed vertically:

          box - text (first serie)
          box - text (second serie)
          box - text (third serie)
          .…

  • how to change fill color of boxes in line chart legend?

    Hello,

    how can I change the fill color of the boxes in a line chart legend?

    I have a line chart with 3 lines, each with a different color. Of course I want that colors in the legend as well. At the moment only one color is used for all three boxes.

  • How to make Legend for LineChart on CompositeChart more readable?

    Is there a way to make the legend more readable for a LineChart on a CompositeChart?  To make it easier to understand my question I have included the image of my sample app:

    The lines on the legend are so small that it is difficult to tell what they are…
  • UltraChart legend icons

    I have a form with an UltraChart that often has more than one line graphs on it concurrently.  There is also an UltraDockManager on the form, with a panel that allows the user to select which series they want to show on the graph.  When I hide one series…

  • Add legend items for NumericTimeSeries in LineChart

    I have an UltraChart of type LineChart.  I create a number of NumericTime series and add them to the chart without problemm, but I can't seem to add legend items.  Is this because I'm putting NumericTimeSeries in a LineChart?

     

    Infragistics.UltraChart…