The Limits type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Limits |
Instantiates a new Limits.
|
Methods
Name | Description | |
---|---|---|
![]() | AutoDataReset |
Resets the Auto limits.
|
![]() | ProcessData(IEnumerable Double ) |
Processes a set of data.
|
![]() | ProcessData(Double) |
Processes a single data point.
|
![]() | ValueScaledToLimits |
Scales a value from the Auto-limits space to the manual-limits space.
|
![]() | ValueUnscaledFromLimits |
Unscales a value from the manual/custom space to the auto-space
|
Properties
Name | Description | |
---|---|---|
![]() | AutoMax |
Returns the automatically determined maximum value of the processed data.
|
![]() | AutoMin |
Returns the automatically determined minimum value of the processed data.
|
![]() | Count |
Returns the number of data points processed by the Limits.
|
![]() | LimitMax |
A custom maximum for scaling values in the auto-space to a custom space.
|
![]() | LimitMin |
A custom minimum for scaling values in the auto-space to a custom space.
|
See Also