Skip to content

Is there any way to set a minimum X range? #30

@PhilJollans

Description

@PhilJollans

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions