PersistentSeriesRenderingIntensityLayerHistoryIntensityFactor Property |
LightningChart .NET Help
Gets or sets current layer data intensity factor. Typically, keep 0.5 to 1.0. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double HistoryIntensityFactor { get; set; }Public Property HistoryIntensityFactor As Double
Get
Set
public:
property double HistoryIntensityFactor {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also