Click or drag to resize

ColorMapLevel Class

Properties that define a color map level.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginColorMapLevel

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class ColorMapLevel

The ColorMapLevel type exposes the following members.

Constructors
 NameDescription
Public methodColorMapLevelInitializes a new instance of the ColorMapLevel class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldFillColorColor used to fill the area of this level.
Public fieldFillPatternFill pattern index for this level.
Public fieldFillPatternColorColor used for the fill pattern lines.
Public fieldFillPatternLineWidthLine width for the fill pattern.
Public fieldIsLabelVisibleWhether labels for this level are visible.
Public fieldIsLineVisibleWhether the outline line for the level is visible.
Public fieldLineColorColor used for the outline line.
Public fieldLineStyleLine style index for the outline.
Public fieldLineWidthWidth of the outline line.
Top
See Also