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: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ResultsRenderLimits : ICloneable

The ResultsRenderLimits type exposes the following members.

Constructors
  NameDescription
Public methodResultsRenderLimits
create new render limits for color-plots
Top
Properties
  NameDescription
Public propertylowerLimit
set/get the lower 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 fieldasPercentage
if true limit values are taken as percentage of result range, otherwise as absolute values
Public fieldupperLimit
upper limit of color range
Top
See Also