Browse By Tags

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