IntensitySeriesBaseInvalidateColorsOnly Method |
LightningChart .NET Help
Invalidate colors only. Use this together with Optimization = DynamicValuesData.
Does not update the geometry to the GPU when not needed, allowing significantly faster rendering.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void InvalidateColorsOnly()
Public Sub InvalidateColorsOnly
public:
void InvalidateColorsOnly()
See Also