SamplingRateOptionsTargetFPS Property |
LightningChart .NET Help
Target FPS of the Volume rendering visualisation
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "25")]
public int TargetFPS { get; set; }<DefaultValueAttribute(GetType(Integer), "25")>
Public Property TargetFPS As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"25")]
property int TargetFPS {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also