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
410
How to display tool tip label containg row and column data?
posted

Hi, 
My chart is a 2D Line chart which has X axis configured to display Date only to assure label always  visible with an interval of 1 day at different scrolling position with or without zooming.

My dataset contains only 2 columns which is date/time column, and data value.

Here is the current setting on my chart

 

 

 

 

 

 

 

UltraChart_Concentrate.LineChart.TreatDateTimeAsString = False

UltraChart_Concentrate.LineChart.DrawStyle = LineDrawStyle.Dash

 

UltraChart_Concentrate.Axis.X.TickmarkStyle = DataInterval

UltraChart_Concentrate.Axis.X.TickmarkInterval = 1

 

 

UltraChart_Concentrate.Axis.X.TickmarkIntervalType = Days

For each data point displaying on a chart it is a value for a specific date and time data on X axis. 

 I would like to display the tool tip label or something else  that contains X and Y value of each data point when the mouse is hovering over the data point on my chart.  By doing this, I do not have to display both date and time for each data point on X axis but only the 1 day interval with multiple data points on Y axis.

Thanks a lot