I have a simple LineChart. The axis labels are shown. But not it the last column. I made a new project to check if it s there too. If you select a line chart you see that the most right label isnt shown.
Example:
I show values for 4 month
Jan
Feb
Mar
Apr
The axis labels show only
but not Apr, but the data.
Where is this behaviour caused and can i make that the the axis labels are shown completely?
thanks a lot
I think this is a known bug https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/23963/change-in-behaviour-for-line-chart-axis-labels#87773.
Can someone please post a fix for this. I can't seem to figure out how to implement this in the FillSceneGraph like infragistics0 suggested. I can move the labels by changing the bounds of the text object only if there is a constant number of labels. The way my application works the number of labels is variable.
Please help!!!
if it is the same issue as on the thread you're referring to, then the service release containing the fix is available to download.
you can also try this workaround:
theChart.Axis.X.Labels.Layout.Behavior = None
I am using version 9.1.20091.1015. Is this the most current version?
no, 9.1.20091.2067 is the most current version.