var filterHistY = from element in tempFeaturePList where element.Y > 0 orderby element.Y descending select element; tempList = filterHistY.ToList();