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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Dictionary<int, int> GetDictionaryOfOriginalRowIndicesToPlotIndices()
Return Value
DictionaryInt32,
Int32Dictionary that associates the original row indices to the current plot indices.
See Also