Click or drag to resize

VolumeModel Properties

LightningChart .NET Help

The VolumeModel type exposes the following members.

Properties
  NameDescription
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyBrightness
Brightness option of the transfer function
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyClipColorRange
Enables color clipping ability
Public propertyColorRangeToClip
Color clip settings, to cut away range of colors
Public propertyDarkness
Darkness option of the transfer function
Public propertyData
Gets or sets BitmapFrameCollection. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEmptySpaceSkipping
Sampling rate for empty space skipping settings. Low level increases performance, but can reveal some artifacts.
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 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 propertyOpacity
Opacity for semi-transparent volume rendering functions
Public propertyPosition
Gets or sets position. This is a dependency property.
Public propertyRayFunction
Enum specifies Ray Function, which is used to render the model.
Public propertyRotation
Gets or sets rotating angles, in degrees. This is a dependency property.
Public propertySamplingRateOptions
Set of setting for Sampling Rate Manager
Public propertySize
Gets or sets size. This is a dependency property.
Public propertySliceRange
Slice Range settings per every dimension
Public propertySmoothness
Smoothness factor for Iso-Surface rendering
Public propertyThreshold
Threshold settings, to cut away unaccepted part of the model
Public propertyVisible
Gets or sets if model is visible. This is a dependency property.
Public propertyXAxisBinding
Gets or sets X axis binding. This is a dependency property.
Public propertyYAxisBinding
Gets or sets Y axis binding. This is a dependency property.
Public propertyZAxisBinding
Gets or sets Z axis binding. This is a dependency property.
Top
See Also