Questions tagged [xamdatachart]
10 questions
2
votes
2 answers
Make tooltip area bigger than the control
I have a chart with thin lines as markers which the user can hover over to get their values.
I would like to make the area in which the tooltip activates bigger but keep the actual line the same size as it is quite difficult for the use to actually…

Steven Wood
- 2,675
- 3
- 26
- 51
1
vote
1 answer
How to bind a chart to a List in XamDataChart in Xamarin.Forms?
I have a list as follows
public List MonthlyList;
public class MonthlyData
{
public int Count;
public string Month;
}
The list MonthlyList is populated with 12 items containing count for each month.
I'm trying to display the…

S.Patole
- 47
- 1
- 8
1
vote
0 answers
How to bind X-Axis of xamdatachart and XamNumericRangeSlider in wpf (infragistics)
Friends,
I have XamDataChart with Line series and a XamNumericRangeSlider below that chart. This slider bar should represent x-axis of above chart, and i want to get the position of Tick from slider every time user slides and then highlight ( or…

user2672385
- 13
- 2
1
vote
1 answer
WPF Including Tooltip in Render with RenderTargetBitmap
I've searched and searched but haven't been able to find anything with the same problem as me. I'm trying to render some high resolution/dpi screenshots of a WPF application. Only problem is that I need to include information from chart tooltips in…

GC9
- 25
- 2
- 6
0
votes
1 answer
Infragistics data chart C# WPF highlight part of a series
I have a listview box which contains my data, it is loaded when selected into a infragistics data chart, it is all loaded into a single stacked bar series. What I now need to be able to do is click one segment of the bar series and be able to…

trl_sp
- 1
- 1
0
votes
1 answer
Spaces in WPF Legend for xamchart
I am working on infragistics XamDataChart in WPF.
I want to create 2 legends in parallel. I am able to do so, but there is lots of space coming between these 2 legends. i want them to be adjacent to each other such that there is no space between.…

meriaz
- 65
- 1
- 11
0
votes
1 answer
XamDataChart with unknown number of series - Axis Titles
I am working with the Infragistics xamDataChart, and plotting an unknown number of series. I am using the solution posted here, and it is working well: XamDataChart with unknown number of series
My question is on how to edit the Axis Titles…

User_FSharp1123
- 1,061
- 1
- 8
- 19
0
votes
1 answer
Using value member object's property on Infragistics StackedFragmentSeries
I'm trying to create a xamDataChart with StackedColumnSeries. In my use case I need to be able to create variable number of StackedColumnSeries and StackedFragmentSeries so I'm creating everything in code behind. StackedColumnSeries ItemsSource is…

Henri
- 1
- 1
0
votes
1 answer
Infragistics XamDataChart - Column X Labels - half showing up
As you can clearly see the XAMDataChart is skipping putting the label on every other column.
I have no clue why this is happening. The code is the same for all of them and I have verified that the data is there.
Here is how they are generated
…

DotNetRussell
- 9,716
- 10
- 56
- 111
0
votes
1 answer
Creating an Infragistics XamDataChart Programatically with multiple ColumnSeries
So the title says it all.
I have a loop that loops through graphs that are sent to me.
Each graph object has one or more series in it of objects that contain a label, datapoint and tool tip.
Each series needs to be a separate bar on the graph.
So…

DotNetRussell
- 9,716
- 10
- 56
- 111