Browse By Tags

  • Binding to Fill property in DataMapping

    Is it possible to bind to the fill property in the DataMapping for a series like so:

    <igChart:Series ChartType="Scatter" DataSource="{Binding Path=MinMaxPoints}" DataMapping="ValueX=X;ValueY=Y;Fill=LineColor"> 

    Where…

  • show/hide series

    Hi

    my chart has 3 series and I want to let the user show hide the series with checkbox.

    I can't find the property on series that let me to hide it (like Advisability)

    please advise

  • Xaml Chart - One solid series & one dash series

    Hi All,

    I want to draw one solid series & one dash series in a line chart.

     

    By default all lines are solid. I can also use the

    <Grid.Resources>
                <Style TargetType="Line">
                    <Setter Property="StrokeDashArray"…
  • Problem with piechart label

    im facing a small issue with xamchart control.

    i have a datatable with two fields symbol and abs_value. i want to show the value of 'symbol' field as label on piechart but it displays the value of 'abs_value' field. im unable to find a property or method…

  • XamChart using DataPoint Labels in Legend instead of Series Labels

    I am populating a XamChart from code.  I have 3 Series that have 3 DataPoints each.  The chart itself is correct, but the legend is not.  Why is the legend showing all the DataPoint labels instead of the 2 series labels?

    While in debug mode, I inspected…

  • Styles and formatting data not applied for axis labels and titles. to Xamchart Control in Invisible state

    Issue:  Styles and formatting data not applied for axis labels and titles. (working fine in visible state)

    Applying Styles and formatting data not applied for axis labels and titles  in code behind because of runtime creation of different charts and grid…

  • How to draw lines and specific data points (with tooltip)?

    Hi,

    I have multiple data series that I'd like to show on a chart, ideally I'd like some series as lines and some series as data points only.  But scatter chart type can't be used with line chart type. 

    Is there any way to support this?

  • Exception thrown when formatting XamChart Axis label

    Hi, all

    I'm trying to format X Axis of XamChart

    I want that it will display as long time

     

     

     

     

     

    <

    igCA:Axis AxisType="PrimaryX" AutoRange="True">

     

     

    <igCA:Axis.Label>

     

     

    <igCA:Label Format=…

  • Secondary Y Axis Question

    Hi I am just wondering if it is possible to do somethinglike this?

    Here is my attempt:

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    <

     

     

     

    igCA:XamChart Theme="Office2k7Blue" Foreground="{Dynamic…

  • Broken lines in 2D (scatter) line charts?

    Hi,

    I have a requirement to somehow break the line if a datapoint is marked as invalid. There are 2 questions:

    - How to mark it, i.e. can I use a special Y-value (null, infinite, ..) to use?

    -  How to draw it?

      a) if no line at all should be drawn between…

  • Need help creating dynamic multi-series lne cart

    I don't want to use xaml jut css or data info because the amount to doctors will be grabbed from a database. my code references a stored procedure named GetDoctors to grab a list of names and then another named Encounters that retrieves data if this …

  • XamChart failed to display chart that contains datapoints with equal large ValueY

    Hi,

    My XamChart instead of chart displays warning message.

    "XamChart Warning: Axis interval cannot be negative value or zero.

    Parameter name: interval"

    I think that the problem is that this chart contains datapoints with equal large ValueY…

  • Hiding Axis labels and Grid lines

    I am running into trouble trying to hide both axis labels and the grid lines.

    The gridlines can be hidden if I make the labels visible and vice versa. Here is my xaml. Please suggest what I am doing wrong.

    If I remove the Visible=False from the  <igCA:Axis…

  • Is it possible to have two stacked columns at a datapoint?

    Hi

     I have a standard XamChart with 2 series at each datapoint. Now my client wants those to be stacked columns but I can't see how as the second series now sits above the first series (obviously stacked).

     Sorry not sure if I'm making myself clear…

  • buggy Series behavior

    Hello Infragistics Engineers, 

    I've attached a sample that demonstrates some buggy behavior when trying to add a Series to a chart using procedural code.  

    Using the same function to add a series in the OnInitialized function produces different results…