Click or drag to resize

SurfaceGridSeries3D Properties

LightningChart .NET Help

The SurfaceGridSeries3D type exposes the following members.

Properties
  NameDescription
Public propertyAllowCellTrace
Gets or sets if allow tracing the surface cell with user interactive device. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyBaseColor
Gets or sets base color for filling. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyBitmapFill
Gets or sets surface Bitmap fill style fill. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyColorSaturation
Gets or sets surface fill color saturation. High value gives brighter colors. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyContourLineColor
Gets or sets contour line color. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyContourLineType
Gets or sets contour line type. This is a dependency property.
Public propertyContourLineWidth
Gets or sets contour line width. This is a dependency property.
Public propertyContourPalette
Gets or sets color palette for Y value information. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyData
Gets or sets series 3D point data. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDisableDepthTest
Gets or sets if disable depth buffer test. Disabling this improves performance, but may cause erroneous painting order of objects. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDrawWireframeThrough
Gets or sets if draws wireframe through the filled surface. This is a dependency property. When true, wireframe is 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
Gets or sets fade away percent surface/waterfall towards back (higher data row numbers). This is a dependency property. Valid range is from 0(no fadeaway) to 100 (full fadeaway).
(Inherited from SurfaceSeries3DBase.)
Public propertyFastContourZoneHeight
Gets or sets height (Y-axis value range) for fast contour zones. The fast contour zone is a contour line equivalent. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyFill
Gets or sets surface fill. This is a dependency property.
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.)
Public propertyIncludeInAutoFit
Gets or sets if included in autofit. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertyInitialValue
Gets or sets initial value for data Y. Clears the series. It is applied when creating or resizing Data array. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLightedSurface
Gets or sets surface side which is being lit. This is a dependency property.
Public propertyMaterial
Gets or sets series material. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertyOwnerView
Owner view
(Inherited from SeriesBase3D.)
Public propertyRangeMaxX
Gets or sets maximum X range value. This is a dependency property.
Public propertyRangeMaxZ
Gets or sets maximum Z range value. This is a dependency property.
Public propertyRangeMinX
Gets or sets minimum X range value. This is a dependency property.
Public propertyRangeMinZ
Gets or sets minimum Z range value. This is a dependency property.
Public propertyRenderingOrder
Gets or sets drawing order related to PointLineSeries. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyShowInLegendBox
Gets or sets if enlists the series title text in Legend box of the chart. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertySizeX
Gets or sets grid size in X dimension (Data array columns). This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertySizeZ
Gets or sets grid size in Z dimension (Data array rows). This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertySmoothShading
Gets or sets smooth shading. If not smooth, the surface is drawn with sharp triangles. This is a dependency property.
Public propertySuppressLighting
Gets or sets if suppress all light calculations on this this surface series. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyTitle
Gets or sets series title. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyToneColor
Gets or sets solid fill tone color. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeLineStyle
Gets or sets wireframe line style. This is a dependency property.
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeOffset
Gets or sets wireframe shift amount from fill. This is a dependency property. Keep some amount of shift, to avoid 3D render engine Z buffer fighting.
(Inherited from SurfaceSeries3DBase.)
Public propertyWireframeType
Gets or sets wireframe type. This is a dependency property.
Public propertyVisible
Gets or sets if the series is visible. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertyXAxisBinding
Gets or sets X axis binding. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertyYAxisBinding
Gets or sets Y axis binding. This is a dependency property.
(Inherited from SeriesBase3D.)
Public propertyZAxisBinding
Gets or sets Z axis binding. This is a dependency property.
(Inherited from SeriesBase3D.)
Top
See Also