Browse By Tags

  • Display current X and Y value in plot as mouse moves

    I have added a MouseMove event for the chart and used UnScaleValue for each axis to obtain the value at that point.  But the value is wrong; because it is mapping to the chart area and not the plot area. As you can see the x and y values I generate at…

  • Cannot set precision of number displayed for specific points in CallOutLayer of DataChart

    I programmatically add data labels to specific points on my chart; which works correctly; but the label is showing 12 decimal places instead of two.  I have tried using AutoCalloutLabelPrecision and AutoCalloutValueLabelFormat; but neither seems to work…

  • How to customize tooltip on hover in XamDataChart

    Using WPF 24.2 XamDataChart bar chart with a CategoricalYAxis, I want to have a simple label next to the bar but when hovering, I want to have a more detailed label. Is that possible? I tried binding the ToolTip property, but it doesn't seem to be working…

  • Making XamDataChart scrollable

    I'm currently using WPF 24.2. Here's the situation I have:

    I am trying to display a bar chart, and normally there are 10-20 items such that everything looks fine. However, in some situations there are 100 rows, and they start to appear very squished…

  • Trying to create a makeshift BoxPlot graph

    I'm trying to use XamDataChart to create a user control that will display a Box Plot, binding to a collection of BoxPlot objects via MVVM. I'm having a trouble knowing how to construct it.

    Using WPF 24.2.53.

    The user control code:

    <UserControl…

  • Using code behind to set data template on CategoryAxisBase

    I'm using Wpf 24.1.57. It's a long story, but I'm using some attached properties with my XamDataChart to do some MVVM binding because we don't know the series or axes in advance.

    Anyway, I have a class CategoricalChartDataItem:

        public…
  • CrosshairLayer does not show

    Hi,

    I want to do some customization on the crosshair, the basic would be to only show the vertical line. But the crosshair layer does not show.

    If I have an example code like this:

    XAML:

    <ig:XamDataChart x:Name="Chart"
                             CrosshairVisibility…

  • WPF XAMDatachart Custom Tick Mark Values for XAxis/YAxis Columns with different color for different columns

    Hi Team,
    I need help with the below scenario, I can create one sample if you want me to.

    I have one ObservableCollection in my view model like below
    [

    { Layername = "LSS", Value = 7542, Depth = 200, Porosity = 0.3, Sw = 0.5, Temperature = 150}

    Layernam…

  • Line series and markers being cut off by axis in XamDataChart

    Hello,
    my project uses XamCategoryCharts aswell as some XamDataCharts in which both I am displaying line series. I got the problem that in the XamDataChart the markers and Lines are being cut off by the boundaries of the graph area. I don't have this problem…

  • XamDataGrid does not serialize series property with XamlWriter

    I am attempting to copy arbitrary UI elements by serializing and deserializing them to XAML. However, the XamDataChart causes issues because the Series property is skipped.

    For example, with the following XAML,

    <ig:XamDoughnutChart x:Name="doughnutChart…

  • xamDataChart binding error generated from Infragistics theme

    1460.TestWPFApp.zip

    System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Infragistics.Controls.Charts.FinancialLegend', AncestorLevel='1''. BindingExpression:(no path); DataItem=null;…

  • XamDataChart background

    Hi,

    I have an XamDataChart with a vertical green line (ValueOverlay), and I would like to set a gradient (white-green) background for the XamDataChart so that it extends only up to the green line. How can this be achieved, if possible?

    Thank you :)

  • Legend Item Badge issue

    My issues is that I've changed the size of the marker on one of my series to make it much smaller than the default size.  However, the legend shows the marker at it's fill size, so the legend doesn't look like the line. The attached image shows the…

  • Create 2 line chart subtitle

    I'm trying to create a 2 line chart subtitle.  I can embed a linefeed in the title string and I get two lines.  The entire subtitle is centered in the graph but the first line is left justified.  Is there any way to horizontally center both lines.  I…

  • 3D chart in WPF - is it posssible?

    I  have a requirement to plut points with 3D coordinates and plot them as a curve like a trajectory. Example below. Will the 3d surface chart allow me to create such a line in 3d and will I be able to rotate the chart?

    Thank

    Michal 

  • Hiding series on XamDataChart

    I have a lot of series on my XamDataChart - sometimes as many as 2000 or so. Calling MyChart.Series.Clear() takes upwards of 30-40 seconds. Is there a way I can just hide the series I do not need to display? I tried setting the visibility, but then the…

  • prevent zoom on mouse wheel in XamDataChart

    I'm using a XamDataChart with a HorizontalZoombar and a VerticalZoombar.

    I would like to change the functionality so that when I scroll the mouse wheel, it scrolls vertically rather than zooming in.

    How can I do this?

  • Scatter Plot (DataCHart) with two Y-axis

    Hi Folks,

    I need to build a scatter plot with two Y axis and assign series to each. D you have an example how to do it programatically? I.e. create axis, add to chart and assign series?

    Regards

    Michal 

  • Mask negative x-axis in xamDataChart

    Hi,

    I am using Infragistics 2016.1 WPF XamDatachart.

    I am getting a circle chart ; what I need is to mask the negative x axis values . If I remove the negative xaxis values from the series collection I get lines pointing x= 0, y =0 .

    Any help would be…

  • Legend style mismatch

    Hi,

     

    I am having totally 3 different lines series (using scatter line series) in my xamdatachart.
    I have used StrokeDashGap property to manage the line types, such as solid line, long dash line, dash dot line.

     

    Now the chart appear properly but my legend…

  • Multiple series lines via scatterSeries plot

    Hi,

    I am using Infragisitcis XamDataChart 2016.1 for WPF. I am trying to create a scatter series plot with multiple lines and each lines having different styles. ie., the first series need to have a plain line, the second series need to have a dotted…

  • XamZoombar - how to get events from buttons

    Hi,

       I'm using zoombar inside DataChart and I want to handle double click event depending which button have been clicked. Is there any way to get such event? Thanks in advance for any help! Best regards!

  • XamDataChart HorizontalZoombar set scroll position.

    Hi, I have a chart with a HorizontalZoombar. Currently when it draws, the scroll bar is set to the far right (last item on the timeline) and the user has to scroll to the left to view the first chart entries. I would like it to default to the exact opposite…

  • Movable chart legend

    I have a simple chart with Legend. its all good. However I am not able to find a property to make the Legend moveable.

    The legend is shown on the Top Right corner of the chart, but need to make it move OR drag it around within the chart area.

    How do I…

  • CursorPosition in CrosshairLayer not over data point if zoomed

    Hi,

    I have a binding for CursorPosition in CrosshairLayer:

    <Setter Property="CursorPosition" Value="{Binding DataCursorPosition, Mode=OneWay}" />
    
    If I change the zoom it is placed not over data point, if not zoomed works fine.
    updating…