Browse By Tags

  • Scrolling behaviour of "Pan the surface" tool like in Overview window

    Hi,

    I need to set scrolling behaviour of main chart as in Overview window.

    By default I have this (scroll proceeds only when I drop mouse - not when I'm dragging):

    But I want to real-time behaviour of "Pan the surface" tool like scrolling…

  • XamChart. ItemToolTipLayer Value

    Hi.

    I have XamChart in my project and it acts like this:

    step1

    1

    step2

    2

    step3

    3

    But I want to reach this behaviour in the middle (step2):

    2.1

  • When changing DataPointColor to Different, the Series returns incorrectly for a Line Chart

    Hi,

    I'm using InfragisticsSL4 v 10.2 and have an issue when I change the DataPointColor for a Line Chart to DataPointColor.Different i.e. Series.DataPointColor = DataPointColor.Different

    The problem can be seen in the images below.

    The first image…

  • physicaly adjusting bar chat data points

    I would like to know if it is possible to adjust the data points in the UI. Example you have to charts that have their X,Y axis that depend on each other so you can adjust one's Y axis value to affect the other chart's X,Y values and plotting.…

  • Chart Export to PDF

    Is it possible to Export Chart to PDF?

     

    or Ingeneral  can i create PDF document using my own format?

  • XamChart pie issues

    Hi,

    I have a XamChart that shows my experiments' status:

    <igCa:XamChart.Series>
        <igCa:Series ChartType="Pie">
            <igCa:Series.DataPoints>
                <igCa:DataPoint Value="{Binding ActivityStatus.NumWaiting}" Label="Waiting"></igCa…

  • XamChart and array

    Hello,

    I have data source of type an ObservableCollection<int> called chartData. I need to bind it to XamChart.

    X axis should display the index in chartData collection and Y axis should display the value.

    How I can write it in xaml.

    Thank you.