Browse By Tags

  • TitleSettings Text not fitting

    Hello,

    I'm developing an application with xamdatachart v17 with visual studio 2017. My problem is that I can't find nothing to let the title box (both axes titles and main Title) fit with the text written. In the picture this fact is really visible for…

  • Highlight part of stacked bar series

    I have a listview box which contains my data, it is loaded into a infragistics xamDataChart, it is all loaded into a single stacked bar series. What I now need to be able to do is click one segment of the bar series and be able to highlight and zoom in…

  • Scatterplot - Draw line from the point to the x-axis

    I have plotted scatterplot for my data and I would like to draw lines from the points to the x-axis to show some kind of vertical projection. How do I achieve that?

  • CategoryXAxis skipping X-axis datapoint labels

    Hi.

    I am using CategoryXAxis bound to DateTime component of my series. My chart has few data points (10 - 15). The problem I am facing is that the X axis doesn't show all the x-axis labels for my series, even though the chart width can easily fit the…

  • How to create ColumnSeries for Numeric Values and overlay with ScatterSeries when using NumericXAxis?

    I know that ColumnSeries are not compatible with NumericXAxis, but i want to create a Histogram of Numeric values and show another LineSeries ( Probability Distribution Fit ) above it. I can do it using CategoryXAxis, but there are many problems with…

  • Custom Binding for Tooltips Only in CodeBehind

    I am working on some custom XamDataChart controls and in part of it I need some custom tool-tips. I can do it in XAML like this:

    <ig:XamDataChart x:Name="xamDataChart">

            <ig:XamDataChart.Axes>

               <ig:NumericXAxis x:Name="numericXAxis…

  • XamDataChart does not render LineSeries properly for export to image or PDF without first displaying on screen

    I've tried everything. I've found a blog post such as this one: 

    http://www.infragistics.com/community/blogs/petar_monov/archive/2013/02/25/controls-to-images-behind-the-scene.aspx

    I've looked at other support tickets such as these:

    http…

  • Extending the CategoryDateTimeAxis

    Hi,

    I have to display multiple charts where the X-axis is CategoryDateTimeAxis and the Y-Axis is NumericYAxis. The issue is that I don't know what the data will be since it's decided on run-time. I have successfully implemented the part where I can read…

  • BubbleChart shows triangles instead of rounded bubbles.

    I'm working on a Scatter Series Chart, I want to generate a bubble chart and all I get is triangles.

    Here is an example of the code I'm using: 

            public void Customize()

            {

                NumericXAxis numericXAxis = new NumericXAxis { Interval =…

  • Column Series ItemsSource

    Hi,

    I'm currently working on the StackedColumnSeries but have run into a snag due to my chosen data:

    I have 2 sets of data created from the same class: DataX, DataY

    I need to set each of the stacked columns to be set to DataX & DataY, both classes…

  • Adding a vertical line at a specific position

    Hello,

    In my xamDataChart diagram I need to add a vertical line marker at a specific X position, which would be then moved according to the application context information. Is there a way to do it? It should not appear in the legend.

    Best regards

  • Showing limited points using CategoryDateTimeXAxis with ability to move back and forth in time frames

    Hello Team,

                    My use case is as follows. I have a xamDataChart which displays stock prices. I have the data points from the market open to market close. But I only want to display latest 10 minutes of stock price at a given time. So if current…

  • Tooltip in xamDataChart doesn't Refresh

    I have a datachart, and tooltip. Sometimes the tooltip doesn't refresh and show for all the bars the same tooltip.

    What can i do?

    Thank you

  • Setting maximum width/height for bars in a BarSeries in xamDataChart

    I have a xamDataChart control in one my applications which has a categorical Y axis and a numerical X axis.  The categories can change throughout the running of the application as they are constrained by a threshold value.

    The issue is that the bars in…

  • Create dynamic column series

    Hi,

    I have created xamdatachart and binded using datatable which contains three main columns such as date, downtimereason and downtimehours. Each downtime reason is having downtime hours.

    X-Axis - date

    Y-axis - Downtimehours for each downtimereason

  • Is there any way to control the labels displayed on a logarithmic axis

    I have a data series that starts at 100 and is exponential in nature, so I am displaying it on a chart with a logarithmic scale and a log base of 2.  The minimum value of this scale is calculated in code behind and bound.  For example the minimum value…

  • VS2012 designer 'Cannot create an instance of "XamDataChart".'

    While evaluating .NET advantage 2012.1 version 2012.2 was released. After removing the old version from my computer and updating to version 2012.2 the designer seems unable to render a preview of a XamDataChart, instead displaying a red X beside the message…

  • Chart with two Series

    Hi,

    I have attached a simple Project, where I would like to display two data series in one chart. It works if I create the DataContext in the Code Behind file (MainWindow.xaml.cs). But I want to set the DataContext for the XamDataChart in the xaml file…

  • How can I prevent the data points from ever hiding?

    They key piece is that: markers must only be shown when all the data points are visible.

    There appears to be some hard-coded marker width that determines when to hide the markers. The attached code shows that a skinny line marker gets hidden at the same…

  • Overcoming DateTime Precision Issues in the XamDataChart (splines turned on).

    Our team has a hard requirement to support graphing down to the nanosecond resolution. This is not supported by the .NET DateTime struct. We are building a wrapper around the DateTime class to fix the precision problem (PreciseDateTime). 

    Now the only element…

  • out of the box soulution for addiding/removing annotations for charts in silverlight

    Hi.

    I would like to know if have already out of the box soulution for addiding/removing annotations for charts in silverlight like you have in ASP.NET
    my app is implemented in Winform and in Silverlight as well.
    untill now i didnt show the users annotations…

  • Change Series Chart Color

    Hi,

    I have a problem when using the default DataPointColor.Different or  DataPointColor.Auto for the charts, it's returning similar colors and I want to somehow set an option so the colors returned for my pie charts, line charts, or bar charts are obviously…

  • Silverlight 5 - XamDataChart - Using scroll wheel to pan.

    I have searched and cannot seem to find a way to override the default behavior for the scroll wheel zooming. Ideally I would be able to set via a property to set the behavior.

    But I have since attempted a less ideal solution: disabling the mouse wheel…

  • Switch chart types and x-axis type

    Hi

    I need to switch charttypes during runtime. Is this possible? I haven't found any information about this.

    I also need to change from datetime x-axis to numeric x-axis during runtime. Can this be done?

  • 1 Billion Data Values in a Data Chart

    It's no secret that you can provide many XamDataChart series with millions of records and still have smooth interactive panning and zooming. XamDataChart is designed from the ground up to not touch data that it doesn't need for the visual, and to…