Hi,
I have a column chart that displays a large amount of columns. Each column represent 1 day of a year (total = 365 columns). The columns appear has thin lines close to each others. The label is the date. If I display all dates, its impossible to read. I would like to display some labels, but not all of them. Ex : each monday or each 1st of the month.
I use the M-V-VM pattern so I can create a fake property for the label that show "" for the columns where I dont want the label, but for the columns where I want it, its so small that I cannot read it. Is there a way to control that?
Thanks
Karine
there isn't, because the labels will always try to scale down in that scenario.
you can visit our feature request page here: http://devcenter.infragistics.com/protected/requestfeature.aspx
one thing you could try is placing the chart in a horizontally scrolling container, and setting the chart's width to a very large number.