Browse By Tags

  • R-squared for trend lines?

    We would like some additional information on how well the trend-lines fit the data.

    Is there a way to test the trend-line reliability? Do your graphs calculate the R-squared value? is there a way to show it?

    Thank you!

  • How to use a Rainbow Gradient on the High Density Scatter Series?

    We are using the High Density Scatter Series. You can set 2 colors for this series, one for the higher density areas, a "Heat map".

    We need to show more than 2 colors, we would like to use a Rainbow Gradient, using different ranges for each…

  • Xam Data Chart Trend Line Not Extending

    Hello

    I am currently using the XamDataChart with a scatter series. I have a trend line which works really well however it extends the line past the data. I have a requirement to display a line only within the available data. We do not want it to "Predict…

  • Comments in xamCharts on specific data point

    Hello Infragistics Community, 

    Is it possible to make comments in the xamChart on specific data points? I would like to save the charts comments so that if I reopen the chart, the comments will be visible. Thank you very much. 

  • Display values on Log Axis

    Hello, 

    My data set comprises Y axis values that range from 1 to 10000 and X axis values range from 0 to 1. 

    The requirement is to use both X and Y as log axis. I use scatter series and set the condition as IsLogarithmic="True", the axes are log axes but…

  • Defining CategoryDatetime axis in code behind

    Hello All,

    In my first scenario, I had to build a chart with numeric Xaxis and numeric Yaxis (in the code behind). It worked like a charm when I defined it as:

    series = new ScatterSeries();
    series.ItemsSource = model.CDFResults[i].DataPoints;
    series…

  • Using the mouse to move datapoints

    Hey guys,

    I was working off an example I found on these forums to allow users to interact with the chart using the mouse.  I capture the usual mouse events and as the mouse moves, I update the datapoint's value (I'm using a 2D line chart).

    However…

  • Scrolling behaviour of "Pan the surface" tool like in Overview window

    Hi,

    I need to set scrolling behaviour of main chart as in Overview window.

    By default I have this (scroll proceeds only when I drop mouse - not when I'm dragging):

    But I want to real-time behaviour of "Pan the surface" tool like scrolling…

  • XamChart. ItemToolTipLayer Value

    Hi.

    I have XamChart in my project and it acts like this:

    step1

    1

    step2

    2

    step3

    3

    But I want to reach this behaviour in the middle (step2):

    2.1

  • Defining intervals for datetime X axis for different zoom levels

    Hi,

         I am using XamDataChart with X axis as a datetime axes for tick data. What I would like to do is (as in the attached image) be able to define zoom levels and corresponding x axis labels for e.g.:

    - Zoom level 1 - This is displayed when chart loads…

  • Dynamic x-axis label text and dynamic x-axis label grouping

    I was wondering if the following features are possible with the NetAdvantage line chart, and if so how to use it.

    We use line charts to show a variable amount of data across a variable time domain. For instance, 3 years worth of patient temperature data…

  • Custom text on xamchart

    I have just started working with the xamChart and would like to display the current date (and some other text) near the top, right area of the chart.  How would I do that?  I know I can have a title and a subtitle for the chart and use linefeeds in the subtitle…

  • X axis labeling question.

    Is it possible to have "custom" labeling in the way that I control which label is displayed?

    For example if I have a series of 20 datapoints, how can I set a label to just show the X-axis label on datapoint, say, 12 and 14 only? I tried setting…

  • Unable to render xamchart into image offscreen

    I am trying render chart into image but it is giving empty image. I have tried with standard WPF control(Grid, Ellipse, textblock etc.) it give me expected output. But when I am trying to add XamChart in Grid and then render the Grid, will gives empty…

  • Howto scale markers in overviewpane accordingly

    I'm struggling with the size of the markers in the overview pane.

    The overview pane shows the complete chart in a smaller size, but it shows the markers in the original size.

    So is there a way to tell the overview pane to show the markers in the…

  • MVVM with ColumnSeries

    Hi , I would like to bind my column series to an observable collection and then be able to select one column and bind it to "SelectedItem" property, but I can't find a way to retrieve the selected item. Can you please help?

    Thanks

  • Bubble Charts

    Here we go again. Just one more question among many. Growing somehow tired of infragistics. Is this some kind of russian company?

    Lets say in the case of an bubble chart, we have some bubbles. Not so difficult? yeah.
    One bubble is defined by X, Y and…

  • Problem with XamDataChart styling (Brushes etc).

    Hi,

    I'm trying to set different Brushes-collection for one of many XamDataCharts. It seems that changing that property affects globally the Brushes-property for all subsequent XamDataCharts. How can I avoid that behaviour?

    I know I can set separate…

  • Export to Excel for Grid and Chart

    Team,

    Good Day!

    I have a WPF screen with XamDataGrid and XamChart it is possible to Export Grid and Chart in the same excel.

    When user click the button it should open excel with Grid and Chart.

    Please show me samples which i can achieve.

  • Y Interval for small chart

    Hi,

    I am trying to optimize the Y axis labels on the chart (see picture). As my chart is pretty small, I get overlapping values. I get that I need to change the Interval property to fix this, but as my chart gets really different values depending on…

  • When changing DataPointColor to Different, the Series returns incorrectly for a Line Chart

    Hi,

    I'm using InfragisticsSL4 v 10.2 and have an issue when I change the DataPointColor for a Line Chart to DataPointColor.Different i.e. Series.DataPointColor = DataPointColor.Different

    The problem can be seen in the images below.

    The first image…

  • Box or Box and Whisker plot

    Does NetAdvantage WPF 2014.1 have a box or box and whisker plot

  • xamDataChart Legend Marker visibility

    Good day, 

    I have a xamChart which is populated with series programmatically.  The user has the option to turn on markers containing data values, which is done through a DataTemplate as follows:



    Background="WhiteSmoke"
    BorderBrush="…

  • XamChart scrollbars

    Hello,

    I'm maintaining an old WPF application which still use 9.1 version. I have a XamChart (with bars) that is displaying on x axis some values (time) and on y axis items that user can choose. For example i can choose 10 items so in the graph I have…