Click or drag to resize

SurfaceProperties Class

Properties that control surface plot appearance and coloration.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginSurfaceProperties

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

The SurfaceProperties type exposes the following members.

Constructors
 NameDescription
Public methodSurfacePropertiesInitializes a new instance of the SurfaceProperties class
Top
Properties
 NameDescription
Public propertyBottomContourGets or sets the bottom contour coloration details.
Public propertyColorMapGets or sets the color map used for the surface.
Public propertySurfaceGets or sets surface coloration details.
Public propertyTopContourGets or sets the top contour coloration details.
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 fieldBackColorBack color for the surface.
Public fieldBackColorEnabledWhether back color is enabled for the surface.
Public fieldFrontColorFront color for the surface.
Public fieldGridColorColor used for the grid.
Public fieldGridLineWidthWidth of grid lines.
Public fieldGridsGrid type displayed on the surface.
Public fieldSideWallEnabledWhether side walls are enabled.
Public fieldTypeSurface rendering type identifier.
Public fieldXSideWallColorColor used for the X side wall.
Public fieldYSideWallColorColor used for the Y side wall.
Top
See Also