Click or drag to resize

PlotRangeListGetDictionaryOfOriginalRowIndicesToPlotIndices Method

Gets a dictionary that associates the original row indices to the current plot indices. Note that this dictionary reflectes the actual state of the PlotRangeList in the moment of the function call; subsequent changes in the list are not reflected in the dictionary.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dictionary<int, int> GetDictionaryOfOriginalRowIndicesToPlotIndices()

Return Value

DictionaryInt32, Int32
Dictionary that associates the original row indices to the current plot indices.
See Also