Browse By Tags

  • 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…

  • XamDataChart Legend Wrapping/New Line

    Hello,

    I have a problem with the XamDataChart Legend.

    Is there a way to create a new line for the Legend items in a XamDataChart Legend, depending on the size of the window? If I make the window smaller, and not all of the items fit in horizontally, can…

  • xamDataChart legend wrapping WPF

    Hi Folks,

    I have a legend on a xamDataChart in WPF application. Depending on number of series on the chart, legend entries are not visible. is there a way to wrap the legend every x. number of items?

    Thanks

    Michal 

  • Xamdatachart color legend for scatter area series

    Are there any working example for the color legend for the scatter area series?

  • Horizontal multi lines in chart legend

    Hi,

    I'm creating XamDataChart from the code behind and I want to display the legend horizontally in two lines. Could anyone suggest me how to achieve that? It should be something like below.




    Thanks in advance.

    Lakshitha

  • Legend Template using Wrap Panel (Horizontal/Multiple Lines)

    I am trying write a template to Legend control. I have version 10.3, .net 4, xamDataChart, with a few line series.

    My Legend is Horizontal and I want this to wrap when i have many items(series). Something thing like tab control showing multiple lines…

  • Floating Legend

    Quick question... Is there an easy way to let users reposition(drag) a chart legend at runtime so as to unveil any obscured data?

  • How to create checkbox legend for xamDataChart line series?

    The checkbox legend needs to display marker color and style. Thanks!

  • Custom series markers in legend

    My xamDataChart displays a number of ScatterSeries and I build a set of custom markers to display on my xamDataChart and would like to get those to show up in the legend.  To get the custom markers to show up I essentially created the marker points (e…

  • Legend not Updating

    I am attempting to put a legend on my grid that updates when I dynamically add and remove series to the grid.  I would like to add that I am programatically adding series to my SeriesCollection  which I pass in as a paremeter to MVVM command.

    I followed…

  • Equally spacing out the legend items

    I am displaying a legend for my XamDataChart to the left of the chart.  It is as tall as the chart and what I'd like to do is spread the legend entries so that they are equally spaced vertically.  Right now they start at the top of the legend and there…

  • Olap Axis: Tooltips;

    Hello,

    I'm doing a demo for the customer using NetAdventage for Silverlight 12.1 . During working with Olap Axis I encountered a difficulty setting a tool tip; I need to display {Series Title} : {Value} on mouse over series.

    I tried to create a simple…

  • Floating Tool Pane

    Hi,

    Someone know how to create a floating tool pane like this?

    http://samples.infragistics.com/sldv/RunSamples.aspx?cn=data-chart#/data-chart/binding-live-data

    I'm searching for some examples

    I would use it to contain the legend so it can be moveable…

  • Legend is hiding in XamDataChart.

    Hi,

    I am trying to create a simple xamDataChart with Legend box, but legend box is not completely visible.  

    And here is my XAML code for chart definition.

    <ig:XamDataChart Grid.RowSpan="2" HorizontalAlignment="Stretch" Margin="0" Name="theChart" Background…

  • "Series Title" in Legend when using GroupBy and StackedColumnSeries

  • Dynamic Axis/Legend Binding

    In our application a varying number of charts can be created based upon user configuration.  The axis information is also user configurable, and this is where the problem comes in.

    In creating the axes for the chart, can the name be bound to a property…

  • How to link the series title color in the legend to the series brush color?

    I have created a custom data template for the LegendItemTemplate for my series and I have a legend style specified for the legend itself but I am not sure how to make the Series.Title in the data template use the Series.ActualBrush as its color. Here…

  • XamDataChart Rotation 90 degrees

    Hello,

    Love this control. Our users want our chart to appear as if it's charting from top to bottom instead of left to right. Ideally the simplest thing to do would be to rotate the chart 90 degrees...so that the Y axis would be on top (instead of on…