public void setDomainAxisLocation(final int index,
final AxisLocation location) {
// TODO: handle argument checking for primary axis location which
// should not be null
this.domainAxisLocations.set(index, location);
this.notifyListeners(new PlotChangeEvent(this));
}