You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize, but, when I would like to work with range bar charts for timelines, I have a problem with zoom.
When zooming in to see the details, updating the X axis goes from minute to second, causing a display of timestamps. This happens when you want to scroll the graph with planning or zoom it with zoom selection.
However, I have specified the expected date format with:
Tooltip=new Tooltip
{X=new TooltipX
{Format="dd MM yyyy HH:mm:ss.fff",},},}
Each of points on my timeline are stored in an object like that
publicclassChartRowPoints{/// <summary>/// Value on X/// </summary>publicstring?XValue{get;set;}/// <summary>/// Value on Y/// </summary>publicdecimal?YValue{get;set;}/// <summary>/// Start date of event/// </summary>publicDateTimeYMinValue{get;set;}/// <summary>/// End date of event/// </summary>publicDateTimeYMaxValue{get;set;}/// <summary>/// Dictionary with all data/// </summary>publicIDictionary<string,string> Data {get;set;}=newDictionary<string,string>();}
Hi,
I apologize, but, when I would like to work with range bar charts for timelines, I have a problem with zoom.
When zooming in to see the details, updating the X axis goes from minute to second, causing a display of timestamps. This happens when you want to scroll the graph with planning or zoom it with zoom selection.
However, I have specified the expected date format with:
Each of points on my timeline are stored in an object like that
This bug can be reproduced in the examples you have in the documentation.
You will find 2 demonstration videos, one on your site and the other in my case, locally
Best regards
bugWebsite.mp4
bugLocal.mp4
The text was updated successfully, but these errors were encountered: