Click or drag to resize

ScatterPlotStyle_cachedSymbolSizeForIndexFunction Field

If this function is set, then _symbolSize is ignored and the symbol size is evaluated by this function.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[NonSerializedAttribute]
protected Func<int, double>? _cachedSymbolSizeForIndexFunction

Field Value

FuncInt32, Double
See Also