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
60
Showing AM PM in the tooltip or X axis labels in Gantt Chart
posted

Hi,

curretly im using the Gantt chart in my application.

im not able to show AM/PM in the tooltip and X axis labels.

 

 this.UltraChart1.Tooltips.Format = Infragistics.UltraChart.Shared.Styles.TooltipStyle.Custom;
            this.UltraChart1.Tooltips.FormatString = "<START_TIME:MM/dd/yyyy hh:mm> - <END_TIME:MM/dd/yyyy hh:mm >";

 

Can anyone help me in acheiving this?