Click or drag to resize

WaterfallSeries3D Properties

LightningChart .NET Help

The WaterfallSeries3D 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 propertyBaseLevel
Gets or sets base level (Y value). 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 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 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 correctly. 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 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 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 style. 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