Click or drag to resize

ColorScale Class

Color scale settings for color-mapped plots.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginColorScale

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

The ColorScale type exposes the following members.

Constructors
 NameDescription
Public methodColorScaleInitializes a new ColorScale with defaults.
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 fieldColorBarThicknessThickness of the color bar in the scale.
Public fieldIsVisibleWhether the color scale is visible.
Public fieldLabelGapGap between labels on the color scale.
Public fieldLabelsColorColor used for the labels on the color scale.
Public fieldReverseOrderWhether the color scale order is reversed.
Top
See Also