Name | Description | |
---|---|---|
ContourLines | Gets or sets the collection of contour lines | |
DrawContourBorder | Whether to draw the contour border | |
DrawFlat | Draws the surface in flat mode (contour chart). The PositionMode and PositionValue properties determine the vertical position of the surface. | |
FillMode | Controls the way in which the surface is filled. Currently there are two filling modes: zone filling and no filling. | |
FlatPositionMode | The PositionMode property controls the vertical position of the surface, when it is rendered in flat mode (DrawFlat property is set to True). | |
FlatPositionValue | The PositionValue property specifies the value for the vertical position of the surface when the DrawFlat property is set to True and the PositionMode is ENFlatSurfacePositionMode.CustomValue. | |
FrameColorMode | Gets or sets the coloring mode for the surface frame lines. | |
FrameMode | Controls the surface frame mode. Supported values are: SurfaceFrameMode.None - no frame SurfaceFrameMode.Mesh - frame connecting the adjacent data points SurfaceFrameMode.Contour - contour lines at specific surface elevations SurfaceFrameMode.MeshContour - mixed mesh and contour frame SurfaceFrameMode.Dots - dots at the data points | |
Palette | Gets or sets the custom palette associated with the surface. To make the chart use the custom palette you have to set the AutomaticPalette property to false. | |
ShadingMode | Gets or sets the surface shading mode. | |
TexturePlane | Gets or sets the custom texture mapping plane. | |
TexturePlaneMode | Gets or sets the current mode of the texture mapping plane. The texture mapping plane defines how image and gradient fill styles are projected on the surface. The user can chose between the XZ, XY and ZY planes. |