Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Getting a series label for both axes
posted

Hi,

I am using a column chart which is dynamically generated from a database. I am able to get the labels using

UltraChart1.Axis.X.Labels.ItemFormat = Infragistics.UltraChart.Shared.Styles.

AxisItemLabelFormat.ItemLabel;

I need the series label below the axis label. I tried using TitleBottom (which is not right but stop gap) but that is not working right. Here is a snapshot of the chart:

I have set SwapRowsAndColumns property to true. Please provide a resolution for this, I need it urgenty and I have been toiling with it for a very long time now... Thanks...

Regards,

Vidya