Click or drag to resize

SurfaceSeries3DBase Properties

LightningChart .NET Help

The SurfaceSeries3DBase type exposes the following members.

Properties
  NameDescription
Public propertyAllowCellTrace
Allow tracing of the surface cell when user interactive device is over.
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyBaseColor
Base color for filling.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyColorSaturation
Surface fill color saturation. High value gives brighter colors.
Public propertyContourLineColor
Contour line color.
Public propertyContourPalette
Color palette for Y value information.
Public propertyData
Series 3D point data.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDisableDepthTest
Disable depth buffer test. Disabling this improves performance, but may cause erroneous painting order of objects.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
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).
Public propertyFastContourZoneHeight
Height (Y-axis value range) for fast contour zones. The fast contour zone is a contour line equivalent.
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.
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 propertyMaterial
Series material
(Inherited from SeriesBase3D.)
Public propertyOwnerView
Owner view
(Inherited from SeriesBase3D.)
Public propertyRenderingOrder
Drawing order related to PointLineSeries.
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).
Public propertySizeZ
Grid size in Z dimension (Data array rows).
Public propertySuppressLighting
Suppress all light calculations on this surface series.
Public propertyTitle
Series title
Public propertyToneColor
Solid fill tone color
Public propertyWireframeLineStyle
Wireframe line style.
Public propertyWireframeOffset
Wireframe shift amount from fill. Keep some amount of shift, to avoid 3D render engine Z buffer fighting.
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