Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration constants to define how getWindowedYRange should behave

Index

Enumeration members

Enumeration members

Drawn

Drawn: = "Drawn"

Y Range will include the points either side of the visible set. The series is guaranteed to be drawn within the axis bounds, but the range could be affected by extreme points just outside

Visible

Visible: = "Visible"

Y Range will be calculated based on the visible points. (Default). In some cases lines to points outside the range may escape the axis

Generated using TypeDoc