Click or drag to resize

SurfaceGridSeries3D Properties

LightningChart .NET Help

The SurfaceGridSeries3D type exposes the following members.

Properties
  NameDescription
Public propertyAllowCellTrace
Allow tracing of the surface cell when user interactive device is over.
(Inherited from SurfaceSeries3DBase.)
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyBaseColor
Base color for filling.
(Inherited from SurfaceSeries3DBase.)
Public propertyBitmapFill
Surface Bitmap fill style fill.
Public propertyColorSaturation
Surface fill color saturation. High value gives brighter colors.
(Inherited from SurfaceSeries3DBase.)
Public propertyContourLineColor
Contour line color.
(Inherited from SurfaceSeries3DBase.)
Public propertyContourLineType
Contour line type
Public propertyContourLineWidth
Contour line width
Public propertyContourPalette
Color palette for Y value information.
(Inherited from SurfaceSeries3DBase.)
Public propertyData
Series 3D point data.
(Inherited from SurfaceSeries3DBase.)
Public propertyDisableDepthTest
Disable depth buffer test. Disabling this improves performance, but may cause erroneous painting order of objects.
(Inherited from SurfaceSeries3DBase.)
Public propertyDrawWireframeThrough
If set, draws wireframe through the filled surface, making it always visible from above the surface and below it. Alternatively, you may prefer setting this false and using WireframeOffset to shift the wireframe slightly up or down, making it visible only on the other side of the filled surface.
Public propertyFadeAway
Fade away surface/waterfall towards back (higher data row numbers), with given percent. Valid range is from 0(no fadeaway) to 100 (full fadeaway).
(Inherited from SurfaceSeries3DBase.)
Public propertyFastContourZoneHeight
Height (Y-axis value range) for fast contour zones. The fast contour zone is a contour line equivalent.
(Inherited from SurfaceSeries3DBase.)
Public propertyFill
Surface fill
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyIncludeInAutoFit
Include in autofit.
(Inherited from SeriesBase3D.)
Public propertyInitialValue
Initial value for data Y. Clears the series. It is applied when creating or resizing Data array.
(Inherited from SurfaceSeries3DBase.)
Public propertyLightedSurface
Surface side which is being lit.
Public propertyMaterial
Series material
(Inherited from SeriesBase3D.)
Public propertyOwnerView
Owner view
(Inherited from SeriesBase3D.)
Public propertyRangeMaxX
Maximum X range value
Public propertyRangeMaxZ
Maximum Z range value
Public propertyRangeMinX
Minimum X range value
Public propertyRangeMinZ
Minimum Z range value
Public propertyRenderingOrder
Drawing order related to PointLineSeries.
(Inherited from SurfaceSeries3DBase.)
Public propertyShowInLegendBox
Enlists the series title text in Legend box of the chart
(Inherited from SeriesBase3D.)
Public propertySizeX
Grid size in X dimension (Data array columns).
(Inherited from SurfaceSeries3DBase.)
Public propertySizeZ
Grid size in Z dimension (Data array rows).
(Inherited from SurfaceSeries3DBase.)
Public propertySmoothShading
Use smooth shading. Otherwise the surface is drawn with sharp triangles.
Public propertySuppressLighting
Suppress all light calculations on this surface series.
(Inherited from SurfaceSeries3DBase.)
Public propertyTitle
Series title
(Inherited from SurfaceSeries3DBase.)
Public propertyToneColor
Solid fill tone color
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeLineStyle
Wireframe line style.
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeOffset
Wireframe shift amount from fill. Keep some amount of shift, to avoid 3D render engine Z buffer fighting.
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeType
Wireframe type
Public propertyVisible
Is the series visible
(Inherited from SeriesBase3D.)
Public propertyXAxisBinding
X axis binding
(Inherited from SeriesBase3D.)
Public propertyYAxisBinding
Y axis binding
(Inherited from SeriesBase3D.)
Public propertyZAxisBinding
Z axis binding
(Inherited from SeriesBase3D.)
Top
See Also