Daniel, Below is a screen shot of a single event offset to the right in ArcGIS 10.1. If you negate the offset figure it will draw on the left. Duncan
... View more
Jim's solution is good but it does not work with all data formats (i.e. Shapefiles) see this thread. Maybe try something like this: pQueryFilterDefinition.PostfixClause = "ORDER BY Town" using IQueryFilterDefinition2 interface.
... View more