Browse By Tags

  • Set ItemCountThreshold

    The page on configuring the ListPicker expansion mode (this one) states that to use in-place expansion mode you should set the ItemCountThreshold to a number higher than the number of items in the list.  However, this page ItemCountThreshold implies that…

  • XamDataChart with Real time data

    I am trying to bind a XamDataChart to an ObservableCollection so that it gets updated in real time as data is added.  Here's the XAML:

    <ig:XamDataChart Name="AltitudeDataChart" >
    <ig:XamDataChart.Axes>
    <ig:CategoryDateTi…

  • Forum Breadcrumbs doesn't work

    As I'm navigating through the forum and I try to use the breadcrumbs to navigate back to a different spot in the forum, the breadcrumbs navigation break.

    If I click on any link in the breadcrumb, I get a resource no longer exist error.

  • Hi, is it correct that WP 2012 Vol2 the last current Version is?

    Is there no Update since Infragistics 2014 Vol1 is out.
    Best regards

  • Is there anyway to set X and Y axis value range without affecting the colum series?

    I have create a Colum series chart using some data but when I try to change the data range, my graph seems to change with it. Is there anyway I can set my graph to range from 0 - 100 without modifying the graph?

     

     

  • Overlapping XamSliderNumericThumbs - activate based on mouse direction?

    I have a slider with two thumbs, call them High and Low. 

    [----------L----------H-------]

    The High thumb can never be slid to the left of the Low thumb, and the Low thumb can never be slid to the right of the High thumb.  However, the two thumbs CAN…

  • Is there anyway to get rid the border of line charts in windows phone applications?

    Hi there,

    I created an application with bar charts.

    I followed this sample project to create, "http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.45.20.72/ChartYRange.zip"

    Is there…

  • Binding to NumericXAxis's Interval property from Label Template

    I'm trying to pass the Interval value to a converter inside the Label template. But somehow the value never gets passed. However, passing Item property value works.

     

    This is the XAML:

       

    <Style TargetType="ig:NumericXAxis">

        <

  • Coloring the slices of the Pie Chart?

        public class DataItem
        {
            public string Label { get; set; }
            public double Value { get; set; }
        }

        public class Data : ObservableCollection<DataItem>
        {
            public Data()
            {
                Add(new DataItem { Label = "Item 1", Value = 5 });
                Add(new DataItem { Label…

  • Custom style in Calendar control

    Hi,

    I tried the Infragistics sample, in which calendar control is given and facing following issues

    1) In my application i need to customize calendar by changing foreground and background color and was checking "Custom Style" given. But there is…

  • Barcode control and Image control

    Just downloaded the trial version for barcodes on WP7.

    And I have immediately a question :

    How can I divert a created Barcode to an image control instead of "Me.LayoutRoot.Children.Add(Barcode)"

    Thanks for your suggestion.

    Manfred from …

  • Access control, clear login Data

    Hi, I would like to clear all the authentication values from "Access control" after a successful login, how can I do?

  • Refresh data on Calendar

    Hi.

    I am using the calendar control on a page in a WP7 app. I have a data template for the calendar which displays some summary text for each date of the month where the user has entered some data for.

    Currently I am allowing the user to double tap on…

  • Semi Gauge

    Hi, 

    I need to develop semi gauge(half circle without values). Could you please help on this. 

    Regards,

    Madhu.

  • Getting Error

    Hi,
    I am using infragestics datachart
    When I am trying to build solution i am getting error
     
    Error      1              Cannot resolve dependency to assembly 'InfragisticsWP8.v14.1, Version=14.1.20141.1010, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' because it…
  • 'OtherCategory' doesn't work on the XamPieChart.?

    I coded like below. All other items in the list shows perfectly. But Other Category doesn't shows on the XamPieChart. Actually I don't know what's the problem.

    I need to know what problem I am doing. And how to show other category with …

  • How to control the number of slice to be presented on the PieChart?

    Well,

    Great. I need to know how to take control of the slice count on the pie chart. I want only 5 slices to be presented on my piechart (which means 4 slices from template and fifth one always be other category). How to achieve this one.?

    And by default…

  • LegendItemTemplate Issues in PieChart for the Windows Phone ?

    I want to override the default view of the Legends in PieChart. I want to show much more info than displaying value alone. So, I created a DataTemplate for the Legend and set it for the LegendItemTemplate. However, it doesn't works for me.

    Here's…

  • Step by step tutorial & Samples

    Hi,

    I was trying to test some of the componentes to develop a Windows Phone app and it's not being easy.

    Does anyone know where to find a step by step tutorial and/or code samples?

    Supposely I've already installed the samples but I don't know where…

  • Y Axis Interval

    Hi,

    I'm working on a bar chart and what I want is the intervals that are calculated once the graph is created.

    So for instance, I know the interval is 1,000 in the chart below.

    I looked into the NumericYAxis and tried Interval, TickMarkValues and…

  • Beginner

    I am new to infragistics.

    I want to know how do i incorporate infragistics netadvantage for windows phone into my visual studio 2012 ?

  • Adding ValueOverlay programmatically

    Hello,

    i'm trying to add ValueOverlay to my chart programmatically, but it only works with xaml code and not code behind.

    here my code:

            <ig:XamDataChart Grid.Row="1" x:Name="CategoryDataChart">
                            <ig:XamDataChart.Axes>…

  • create pie chart in windows phone 8 application issue

    Hi,

    I want to create a pie chart in windows phone 8 application but there is some error in my code kindly check my code and resolve my error. Error occurred in   <local:Data> 

    Error description: Data does not exist in the namespace "clr-namespace…

  • How to create pie chart in windows phone 8 application

    I want to create pie chart in windows phone 8 application in visual studio 2013. Kindly guide me step by step how to use this third party tool and please tell me each step I have installed this controls but I dont know how to use this.

  • xamPieChart and legend issue

    Hi,

    I worked through the example on creating a pie chart with a legend and it worked fine.

    What I want to do is for the pie chart have the % value, but for the legend have the item + actual value.

    So far instance, one slice may show "10%" on the pie…