Class SamplingRateOptions
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Settings for Volume Model Sampling Rate Manager.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SamplingRateOptions : ChartNode, IChartNode, IDisposable
- Inheritance
-
SamplingRateOptions
- Implements
- Inherited Members
Constructors
SamplingRateOptions()
Constructor
public SamplingRateOptions()
SamplingRateOptions(IChartNode)
Constructor
public SamplingRateOptions(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Enabled
Enable sampling rate
public bool Enabled { get; set; }
Property Value
Inerthness
Inertness rate for the sampling rate
public int Inerthness { get; set; }
Property Value
ManualSamplingRate
Enable sampling rate
public int ManualSamplingRate { get; set; }
Property Value
SamplingRateRange
Settings for minimal and maximal sampling rate of the volume model
public RangeInt SamplingRateRange { get; set; }
Property Value
TargetFPS
Target FPS of the Volume rendering visualisation
public int TargetFPS { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.