Browse By Tags

  • Problem with color in CompositeChart

    I have a ultrachart control with type setuped in CompositeChart.

    CompositeChart consist of two lines charts and two time numeric series.

    Each of series displays on its line chart.

    At the runtime user sees two lines with same color but expected it will…

  • I'd like to change the chart.

    Hello.
    Please check the attached file.
    I am making a chart of number 1 and I want to make chart number 2.
    I want the beginning of the chart to be off axis.
    The line chart is displayed in the middle of the bar chart.
    And I want those values to be shown on the…

  • Composite Column and Line - Legend config??

    Here is a sample of a problem I am having with a column / line composite chart.  

    I can't seem to get the legend to show what I want.  It should show one item for the columns (Dollars), and a white item for the line (Price)  to show the user what they…

  • UltraChart with axis in the middle

    Hi,

    I am using a composite UltraChart. Is it possible to position the Y axis in the middle of the chart ? For example, when the displayed X range is -2...+12, the Y axis should be located at X = 0.

  • Line Chart with Nulls

     

    Hi guys!

    Is there any way to get chart like this:

    I'm using composite chart with line charts on it. 

    DataTable is used as a datasource for each series.

    I need line breaks, without interpolation or falling down to zero-value.

    Any help is appreciated…

  • Drawing Vertical Lines Between Horizontal Lines in Composite Line Chart

    Hello all,

    I am trying to draw vertical lines between two points on two different lines where each point is plotted.  The end result should look something like the graphic below.  I have tried to onPaint event and FillSceneGraph event (which I don't fully…

  • Composite 3D graph: is this possible?

    I'm trying to produce a chart which would combine the looks of a PointChart3D and a HeatMapChart3D.  See below: I'm trying to have the surface of the HeatMap (or some other mesh of sort) be shown "amid" the points of the point chart).…

  • Data point labels in CompositeChart

    Hi guys! 

    Is there any way to make data point labels visible by default in CompositeChart for WinForms UltraChart?

    Seems that CompositeChart doesn't have ChartTextAppearance property as opposed to LineChart and other types.

    Thanks in advance.

  • FillSceneGraph event not being called when mouse is over barchart

    Hi,

    I have a composite chart with a barchart in it. I also have custom layers that implement the ILayer interface. When I call the UltraChart..InvalidateLayers() function my layers are not rerendered when the mouse is hovering the bars of the barchart…

  • How to plot an Area chart to display Min - Max Range

    Hi,

    We are using .NET Advantage for Win Forms v9.2.  We need to plot a chart as follows.

    I am attached the sample data availabe to plot this chat. In screenshot "yellow' indicates 'Value' column where the band displays 'Min' and 'Max' range.Depends…

  • How to access Axes from FillSceneGraph(SceneGraph Scene)

    Hello,

    I have a composite chart containing serveral barcharts. I want to add a vertical line at a certain position of the x-axis. It should be possible to add/remove this line with a button. Since I also want to display/hide other primitives, I figured…

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

  • Dynamic datasource & Multiple Y-axes

    Hello everyone,

    We are currently struggling to implement a rather complex charting solution. We tried to base ourselves on examples we've found here, as well as examples for the regular Winforms chart. The challenge comes from a combination of charts…

  • TitleTop is displayed inside the chart

    My TitleTop is being displayed inside the chart.  I need to have the title not in the chart.

    Picture = 1,000 words.

     

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

  • Composite chart & Title

    Hi,

    I have composite chart. I need to add title to it. I want to use BoxAnnotation.

    ChartArea.BoundsMeasureType is Percentage.

    I would like to resize chart's Bounds to make sure the BoxAnnotation/Title does not overlap anything on the chart.

  • Column chart with a time x axis (part of a composite chart)

    I am trying to replace functionality we have with other charting products and am having real problems getting it to work with WinChart.

    The business problem I am trying to solve is the following:

    An investment portfolio is made up of instruments that…

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

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

  • Add a line chart that bound to a datatable to a composite chart

    Hi, 

    I tried to add a line chart to a composite chart and this line chart is bound to a datatable.

    after i set the datasource of a series, this chart was blank...

    I found some examples about to add line charts in composite chart, but they add points…

  • Ultra Chart Series Collection

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Series_Collection.html

  • Composite Gantt Chart

    Hi,

    I've had a Gantt chart working fine for a while binding to a datatable with columns (GanttSeries, GanttTask, GanttStart, GanttEnd). Im now trying to turn this into a composite chart to layer two gantt charts on top of each other. I have a composite…

  • How to use NullHandling.DontPlot with a Composite chart [dual Y axis line chart]

    I have 12 month's data. it is sales against work data.

    So if i have data only for june, then the line starts from bottom in may and reaches the value in June and then drops down to july.

    This gives a feel as if the may and july are having 0 values…

  • CompositeChart with X-Axis and Legend

    Hello together,

    I've an issue with a compositeChart.

    First I add an StackColumnChart to the Composite and then a LineChart. (See code)

    The X-Axis should show the Date (which comes from the database)

    The format of the Date is MM-DD-YYYY hh:mm…

  • Multi Y chart

    Hi,

     I have a requirement for a chart similar to the one in the link below

    http://quince.infragistics.com/Patterns/Multi-Y%20Graph.html

    The main requirement is to create a bar series chart and overlay it with a graph on another variable.

    Is there…