Click or drag to resize

SamplingRateOptions Class

LightningChart .NET Help
Settings for Volume Model Sampling Rate Manager.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.ChartingSamplingRateOptions

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class SamplingRateOptions : ChartNode

The SamplingRateOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnabled
Enable sampling rate
Public propertyInerthness
Inertness rate for the sampling rate
Public propertyManualSamplingRate
Enable sampling rate
Public propertySamplingRateRange
Settings for minimal and maximal sampling rate of the volume model
Public propertyTargetFPS
Target FPS of the Volume rendering visualisation
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also