Browse By Tags

  • Re: Can DataTemplate be applied to xamWebChart label as xamDataChart does?

    Thanks for your response.

    We have a scheduled app delivery in April. Could we have a chance to use the beta version of your next gen pie, stacked column, and stacked area xaml data charts?

    BTW, it seems IG uttra chart has the ability to export the bitmap…

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