PersistentSeriesRenderingLayerMultiplyAlpha Method |
LightningChart .NET Help
Allows decaying or bringing the layer more visible.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void MultiplyAlpha(
double factor
)
Public Sub MultiplyAlpha (
factor As Double
)
public:
void MultiplyAlpha(
double factor
)
Parameters
- factor
- Type: SystemDouble
Multiply factor
See Also