Browse By Tags

  • Frequency Distribution Histogram Chart

    How to do this frequency distribution histogram ,I do not know how to do, want to be able to help me master,thanks!

  • Bubble Chart with negative Co-ordinates and negative Radius not showing up in XamWebChart

    We have a XamWebChart  - Bubble Chart with negative Co-ordinates and negative Radius not showing up properly upon rendering. A Blank grid comes up.

    With positive values it works fine. Please check this issue and update.

  • Marker Labels clipped by the border of the chart

    I've got a line chart and the labels are being clipped by the edge of the chart:

    Labels clipped

    The chart is built up from data so I can't use the technique of hard coding the minimum and maximum values as suggested in this question.

    I tried binding the Minimum…

  • Freeze Crosshair

    Hi,

    I am using the xamWebChart control to display time series values with the scatterline chart type. I am using the vertical crosshair to enable the end user to figure out the values behind the series which are displayed on top of the chart at other…

  • XamDataChart Annotation

    I would like to know  if it's possible to add text annotation ( annotation need to for specific point on the chart )

  • Problem in setting Xamdatachart through C#

    I tried replicating the graph given at the link https://help.infragistics.com/Help/Doc/WindowsPhone/2011.1/CLR4.0/html/xamDataChart_Getting_Started_with_xamDataChart.html 

    I was able to get the desired output when created the graph in Xaml, but not in C#…

  • Bubbles getting chopped off

    Hi,

    I am creating a bubble series. Bubbles created at the edge of the chart are getting chopped off as their midpoint is close to the chart boundaries and radius exceeds the avaliable space. How can I avoid this? Is there any property the control exposes…

  • Creating static Quadrangle in Graph and putting label in each quadrangle In Bubbble chart

    Hi,

    i have a requirement where i can make center x & y axis will need to be shown so that user can understand the four quadrants in the graph. it should be static and also keep one label in each quadrangle to differentiate with each others.

    pleaase…

  • Chart with Y2 axis shows columns on top of each other

    I have a simple example chart to show the issue.  In a 2-series column chart, without using SecondaryY axis, the chart shows with the columns for each x axis data point next to each other, how we want it.  (see screenshot)  I have purposely set the values…

  • XamWebChart Column Chart Border

    How to remove the border of the column chart as highlighted in the attached image.

     

  • XamWebChart Pie Animation

    Hi There,

    I was wondering if there is anyway to just animate one wedge of the pie at a time? What I am trying to do is have a click event on a piece, which I have, and on that click event explode that piece of the pie. This all works fine at the moment…

  • Bubble chart - remove cross hair at (0,0) co-ordinate

    Hi,

    I am using xamwebchart. I have a bubble series. In this series I am seeing a cross hair appearing at (0,0).How do I remove this crosshair

  • XamWebChart Label Angle and Width Problem

    Hi,

    I am using "InfragisticsSL4.Controls.Charts.XamWebChart.v10.3.dll"  trying to display long labels on the X-Axis with Angle -45, the labels are not align properly and overlaping each other. tried to set width for label but it does not have…

  • XamWebChart: Modify Y-Axis range dynamically

    Hi,

    My requirement is to change the minimum, maximum and unit values of the  primary Y-axis whenever the series collection data is refreshed(based on the button lick event). The chart type used is StackedColumn. I am facing the below mentioned issues in…

  • Issue while generating series in C# code

    soft JScript runtime error: Unhandled Error in Silverlight Application Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument…

  • Tooltip for column chart

    I have a xamwebchart with 2 series , one of the type Column and another Line. Problem is that i am not able to show tooltip for column as line series is on top of it. Is there any way/workaround of doing this?
  • How to remove the specific area on xamWebChart

    Hi, I just know how to disappear the specific area on xamWebChart. i have been searching it for long time, but i could not find it.

    so i uploaded my programming's chart. i need your help...

  • X-axis logarithmic scale with values in reverse order

    Hello,

               I just wanted to know if it is possible to achieve Scatter chart with logarithmic scale for x-axis with x-axis values (numbers) in reverse order with xamWebchart ? Same thing like what a scatter chart in Excel can do. 

     

    Any help is appreciated…

  • XamWebchart: Custom tooltip integration issue with the Marker and XamZoombar

    Hi,

    I have posted about the below mentioned issue in the other forum thread also. As I don't see any response in it since quite long, I am creating a new one.

    I have implemented the custom tooltip on XamWebChart using the approach suggested in the post…

  • xamWebChart does not refresh.

    I have a xamWebchart bound to a collection in the view model. (I am following the MVVM pattern). However, when the collection changes the chart does not reflect the changes to the collection . I am setting RefreshEnabled to false before I change the collection…

  • Is Gantt Chart sample available for Infragistscs

    Hi,

    I am looking for from and todate visualisation in Silverlight application using Gantt chart.

    does Infragistics support Gantt chart and Is there any sample code available for this.

    Thanks,

    Abhijeet

  • Tooltip Template

    Hi,

    I viewed a video on the Infragistics forum, that shows Templated Tooltip Controls on XamWebCharts:-

    http://community.infragistics.com/silverlight/media/p/196770.aspx

    I trawled through the LOB sample code and looked briefly through the forums for…

  • how to put number on the top of the column?

    When I set ChartType as ChartType.Column, there are a few rectangle column display in the graph based on the number value. Y axis have the number display.

    but I want to 2 things can be set for this case:

    1. how to change the format of number on Y axis…

  • Markers in Stacked charts

    Hi,

    How can I put markers on charts of stacked type (stacked column, stacked bar, etc)?

    In all the other chart types, I only need to set the Marker for the series, but that doesn't seem to work with Stacked charts.

     

    Thank you in advance.

  • how to bind data for XamWebChart?

    I got data from DB with SQL like:

    DeptName    SeasonName    Total
    Dept1             Spring        223
    Dept1             Summer        323
    Dept1             Fall        423
    Dept1             Winter        523
    Dept2             Spring        563
    Dept2             Summer        234
    Dept2             Fall        453
    Dept2             Winter        568
    Dept3             Spring        923
    Dept3             Summer        234
    Dept…