RenderOptionsCommonFrameRateLimit Property |
LightningChart .NET Help
Maximum frames to present in second.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(40)]
public double FrameRateLimit { get; set; }<DefaultValueAttribute(40)>
Public Property FrameRateLimit As Double
Get
Set
public:
[DefaultValueAttribute(40)]
property double FrameRateLimit {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also