Click or drag to resize
PoLinearDataMapping Properties

The PoLinearDataMapping type exposes the following members.

Properties
  NameDescription
Public propertycolor1

Defines the first color of the linear data mapping.

Public propertycolor2

Defines the second color of the linear data mapping.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymaxThreshold

Maximum threshold value.

(Inherited from PoDataMapping.)
Public propertymaxThresholdColor

Color associated to values >= maxThreshold.

(Inherited from PoDataMapping.)
Public propertymaxThresholdEnabled

Defines if the maximum threshold is enabled.

(Inherited from PoDataMapping.)
Public propertymaxThresholdTransparency

Transparency associated to values >= maxThreshold.

(Inherited from PoDataMapping.)
Public propertyminThreshold

Minimum threshold value.

(Inherited from PoDataMapping.)
Public propertyminThresholdColor

Color associated to values <= minThreshold.

(Inherited from PoDataMapping.)
Public propertyminThresholdEnabled

Defines if the minimum threshold is enabled.

(Inherited from PoDataMapping.)
Public propertyminThresholdTransparency

Transparency associated to values <= minThreshold.

(Inherited from PoDataMapping.)
Public propertytransparency1

Defines the first transparency of the linear data mapping.

Public propertytransparency2

Defines the second transparency of the linear data mapping.

Public propertytransparencyEnabled

Enable/Disable the taking into account of transparency.

(Inherited from PoDataMapping.)
Public propertytransparencyValueDeletedParts

Each primitive part of which transparency >= transparencyValueDeletedParts, is deleted.

(Inherited from PoDataMapping.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvalue1

Defines the first value of the linear data mapping.

Public propertyvalue2

Defines the second value of the linear data mapping.

Top
See Also