I have an UltraChart that I have enabled the Scroll bar. I have at least 20 pixels of padding between every item loaded in a series. I want to eliminate the padding but I can't figure out how. So I am asking you how do I make the items loaded on the y axis closer together?
Hello,
It is possible to set the labels and axis Tickmarks using the available Tickmarks styles. It could depend based on your data and preferences. I suggest you to take a look at the following sample and play a bit with it. Online sample illustrating Data Interval, Percentage and Smart tick styles could be found at: https://es.infragistics.com/samples/aspnet/chart/axis-tickmarks Scale Chart Axes
I have string data for my labels on the Y axis. The rows are one to one. I just need to decrease the space between each row. Like the remove space after paragraph on a word doc. I don't see how I can use percentage etc. on string data. Maybe I am totally missing something. Thanks.
For the BarChart in particular, it seems more appropriate to set BarSpacing property to a value appropriate for you.
For example:
<BarChart SeriesSpacing="1" NullHandling="Zero" BarSpacing="0"> - in order to control the distance between the bars. The String labels will follow. You could refer to the following online sample to play a bit with the values and see the result right away: https://es.infragistics.com/samples/aspnet/chart/bar-chart-styles