Click or drag to resize

ResultsRenderLimits Class

Set of data to specify the rendering range of colored result plots.
Inheritance Hierarchy
SystemObject
  Karamba.ResultsResultsRenderLimits

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class ResultsRenderLimits : ICloneable

The ResultsRenderLimits type exposes the following members.

Constructors
  NameDescription
Public methodResultsRenderLimits
Initializes a new instance of the ResultsRenderLimits class. create new render limits for color-plots.
Top
Properties
  NameDescription
Protected propertyasPercentageAsInt
Gets the asPercentage as an integer number.
Public propertylowerLimit
Gets or sets the lower limit of the color range.
Public propertyupperLimit
Gets or sets the upper limit of the color range.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_lowerLimit
lower limit of color range.
Public field_upperLimit
upper limit of color range.
Public fieldasPercentage
if true limit values are taken as percentage of result range, otherwise as absolute values.
Top
See Also