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