Table of Contents

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

owner IChartNode

Parent.

Properties

Enabled

Enable sampling rate

public bool Enabled { get; set; }

Property Value

bool

Inerthness

Inertness rate for the sampling rate

public int Inerthness { get; set; }

Property Value

int

ManualSamplingRate

Enable sampling rate

public int ManualSamplingRate { get; set; }

Property Value

int

SamplingRateRange

Settings for minimal and maximal sampling rate of the volume model

public RangeInt SamplingRateRange { get; set; }

Property Value

RangeInt

TargetFPS

Target FPS of the Volume rendering visualisation

public int TargetFPS { get; set; }

Property Value

int

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.