Hi,
We are using XamDataChart with programmatically generated series, we face following issues how can we fix that issues?
Any update ?
Hi Rob,
Our requirement is to show zoombars visible when needed, currently i was set Visibility property to Visible because there is no 'Auto' property available and it is showing always, but we need to show when user zoom the chart.
I was applied XamZoombar style from the location that you mentioned but its not worked, can you modify the attached sample with black style like i was shown black XamZoombar in red encircled in sample project folder ?
Hi elinder,
1.) Do you mean that your requirement is to only have the zoombars visible when needed? Because by default they are always shown as long as the Visibility property is set to Visible. The way you worded this makes it seem like you want the zoombars to be visible at all times and right now they aren't.
2.) This is a pretty odd issue. I'm investigating to see why this is happening.
3.) You'll have to style the XamZoombar for this. You can find the default styles for it here: C:\Program Files (x86)\Infragistics\2014.1\WPF\DefaultStyles\DataVisualization\Classic.xaml. Use the styles as a base to alter the look.
4.) The scatter point size is determined by the marker template used for the series. If you want to make it bigger you'll have to provide your own MarkerTemplate that has a bigger sized shape inside. http://help.infragistics.com/doc/WPF/2014.1/CLR4.0/?page=xamDataChart_Customizing_Markers.html