-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I am setting the maximum X range to - for example - 10s.
Controller = new WpfGraphController<TimeSpanDataPoint, DoubleDataPoint>();
Controller.Range.MaximumX = TimeSpan.FromSeconds(10);
Controller.Range.AutoY = true;
The X range starts at zero and expands up to 10s as data arrives.
Is there any way to set the X range to 10s from the beginning?
I would prefer the graph to fill from the left until the first 10s is full, and then start scrolling left.
It would also be OK if the data started at the right and scrolled from the beginning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels