Browse By Tags

  • XML data binding to Column Chart

    Is it possible to bind data using xml file to column type chart ?

    If yes, then how?

  • xamWebChart rendering is slow when using within TabControl

    I have a web page with two tabs and a couple scatter line charts on each tab. Switching between tabs take 10-20seconds with Silverlight v10.3 web chart. This is mostly due to charts re-painting. All data is already on a client. When charts has no data 

  • Turned off datapoint default Labels if it empty.

    Hi,

    Reply me as soon as possible.

    Is it possible to turned off the datapoint labels value if it is empty. Right now it is displaying numberic value if it is empty.

    You just have a look at my attachement and let me know.

     

    Regards

    Sekar C

  • DataPointColor.Different doesn't always work

    I have a XamWebChart on a page that is using a single series.  Due to this I am setting the DataPointColor property on the series to DataPointColor.Different as I want a different colour on each of my columns.  This initially works.  However, when I change…

  • XamWebChart Bind Series Fill Color

    Hi,

    I would like to Bind the Fill color of my pie slices to a color in my model bound to my WebDataChart.

    The current xaml for my pie chart looks like:

     

    <ControlTemplate x:Key="DataLocation">
     <Viewbox 
     Width="{TemplateBi…
  • Binding DateTime to Area Chart X axis

    I'm trying to get the x axis to show a datetime value instead of a number.  Is this possible?  I've looked at several other post but they look like it is only for a scatter chart.  here is the latest code I'm trying.

     

    Axis xAxis = new Axis();

  • Currently selected datapoints in XamWebChart

    Hi,

    I have the following scenario. 

    There is a XamWebChart with ZoomRectangle property enabled. 

    Our requirement is to get the DataPoints selected in the ZoomRectangle area(before or after zooming) so that we can process the data. 

    Any suggestions on…

  • Line series questions

    1) How do I change the color of the line? I tried changing the stroke property, but the line remains red

    2) At this time, my line starts/stops at the first/last x axis grid marks.  How do I make the line traverse the entire chart (go from edge to edge…

  • Display label on Doughnut Chart

    Hi,

    I am  new to  infragistics  controls and currently  need an  help in  displaying the  values as  part of  label in  infragistic chart.

    My sample  code  looks as  under :

    I have a collection class  called  SeverityStatus as under:
    ----------------------------…

  • Series with different number of datapoints

    Is it possible to show two series with different number of datapoints on the same chart.  For instance, I want to have a column graph with 12-24 columns that has a line graph showing a limit drawn with just 2 datapoints.  I would also like to draw a trend…

  • XamWebChart - X Labels not showing when using XAML, but X Labels show when using C -- What is the difference?

    With the following C code the contents of the X labels(String Date) are shown on a line chart using the following C:

                Series ChartIIPulls = new Series
                {
                    Label = "Pulls",
                    ChartType = ChartType.Line,
                    DataMapping = "Label=SDate;Value…

  • xamwebchart tooltip passthrough

    I have a chart showing bound data as tooltips and it works well.  I have added a magnifier(set of behaviors class) that captures a bitmap image at two times scale that shows in a circular area over the hover spot.  The tooltip does not display.  I have tried…

  • Attatching objects to data points

    My data source for the charts is a collection of objects, I have set up the data mapping and called databind to setup the data points.

    On 'clicking' a data point I need access to the data source the item is bound to and as far as I can tell this isnt…

  • XamWebDataChart: Programatically setting Layers

    Hi,

    I have downloaded the "Infragistics.Silverlight.DataVisualization.v10.1" and using the  XamWebDataChart control. I want to programatically add  stepAreaLayer to the chart area. My xal code is as follows

    <

     

    chart:XamWebDataCha…

  • How to connect a Service Reference in XAML instead of C# to a XamWebChart

    Hi,

      I can get XamWebChart to graph data using the following C# code:

                Series PullSeries = new Series
                {
                    Label = "pulls",
                    ChartType = ChartType.Line,
                    DataMapping = "label=SDate;value=Pulls;",
                    DataSource = e.Result

  • .Net RIA Services

    I have downloaded the sample application "FaceOut" and explored it . There i could see the WCF services.

    Here i just wanted to know whether infragistics supports .Net RIA Services of Silverlight 3.0 Data Visualization or not.

     

  • How I can change color of axis text in WebChart?

    How I can change color of axis text in WebChart?

    i always see same color.. like dark gary..

  • How do I set custom DataPointTemplates and Tooltips when using DataBinding?

    I'm currently developing a column chart with a single series whose points are generated from a DataSource with DataMapping.  How can I generate tooltips for each data point and how can I set an individual DataPointTemplate based on properties of the…

  • xamWebChart Data Binding Performance

    Hi, all.

    I have 12 xamWebCharts on a page. Each is a line chart. I want to bind each one to a set of data ( a list of ints).  Each set of data contains 100 ints.  For each chart I create a series in xaml, then bind to the data in code. For each one I do…

  • Problems with chart

    I am having a little trouble getting to grips with the cart control in silverlight. I have a ViewModel with an Observable collection of "FleetUtilisations" and I want to display them in the chart.

     

    <

     

    TextBox x:Name="TextBox1"…

  • xamWebChart for ECG

    Hi,

    I have worked with Infragistics ASP.NET and WPF controls before, and am considering a purchase of the Silverlight controls for an upcoming project.  I plan to use it for display of ECG data, i.e. 12 leads (waveforms) of data displayed as a line chart…

  • Please tell me how to start with xamWebChart using VS 2005 + framework 3.0,+WCF and WPF

    Hello,

    I have VS 2005 + framework 3.0,+WCF and WPF installed on my computer.

    Please  tell me how to start with xamWebChart using these.

    Tittle guid how to start with some code  will will be great help.

  • Silverlight and webchart (xamwebchart)

    hi

    is xamwebchart generated in the server like webchart (in NetAdvantage asp.net : webchart is generated as a picture then sent to browser) or in client side using Silverlight because i need to solve performance issue ?

     

    tnks