Browse By Tags

  • xamwebchart - Set Column width

    Hi,

    I am displaying a column chart. I have some filters based on which i change the item source of the chart. Suppose for itemsource1 the chart displays 10 columns and for itemsource2 the number of columns changes to 20. I have scroll enabled. I want…

  • Legend Position and orientation

    Hi

    I am new to this forum. My client needed Legend at bottom in xamwebchart as horizontal orientationbut by default it is in right side and vertically oriented. I changed the legend position to bottom, but could not change the Orientation as horizontal…

  • Scale break feature

    Any plans to implement this feature?

    Any suggestions what to do with such a charts?

    In our web-app we are using DX chart and this GREAT feature http://community.devexpress.com/blogs/ctodx/archive/2009/06/23/sneak-peek-scale-breaks-in-winforms-and-web…

  • 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…
  • WebChart does not help the reaction.

    WebChart does not help the reaction.

    XamPivotDataSelector row with multiple columns is inserted in

    WebChart is not working properly.

    Why did they do it?

    Cells in the process of merging with the values that could not read the chart mean?

    Byeonhaejin does not…

  • copy WebChart legend object

    Hi,

    I would like to display the actual legend of the webchart in a different on the screen (out of the webchart). Actually I would like to display the legend on a diffeent tabsheet also, so the webchart would not be visible. I would like to do this dynamically…

  • Howt to show X Axis Label in DateTime format?

    Hello

     

    I am trying to show X Axis Label values in datetime format like "2010-06-23 15:00" and I want to set step for X Axis as one hour.

    My entity class has DateTime type property for X Axis. How to to this?

    Following is my code :

    private…

  • How to change width of box chart?

    Hello

     

    I'd like to change width of box chart with following codes :

     

    void server_GetGraphDataCompleted(object sender, GetGraphDataCompletedEventArgs e)

            {

                List<GraphEntity> result = e.Result;

     

                Animation animation = new…

  • Is it possible to set X axis in datetime format using Line type chart?

    Hello

    If I am going to set X Axis label format like '2010-07-07 12:30' with Line type chart, is it possible?

    I know that it is possible in scatter line type chart, but I need to show any other type chart at the same time. Unfortunately, scatter…

  • Attatching objects to data points

    My data source for the charts is a collection of objects, I have set up the data mapping and called databind to setup the data points.

    On 'clicking' a data point I need access to the data source the item is bound to and as far as I can tell this isnt…

  • How I can change color of axis text in WebChart?

    How I can change color of axis text in WebChart?

    i always see same color.. like dark gary..

  • Problems with chart

    I am having a little trouble getting to grips with the cart control in silverlight. I have a ViewModel with an Observable collection of "FleetUtilisations" and I want to display them in the chart.

     

    <

     

    TextBox x:Name="TextBox1"…

  • xamWebChart for ECG

    Hi,

    I have worked with Infragistics ASP.NET and WPF controls before, and am considering a purchase of the Silverlight controls for an upcoming project.  I plan to use it for display of ECG data, i.e. 12 leads (waveforms) of data displayed as a line chart…