Is it possible to pass multiple arguments into a function through XML configuration, for example setting domainStep or rangeStep through XML?
In the case of domainStep and rangeStep, these are convenience methods that combine calls to multiple setters into one. TO set domainStep for example, you would set the two associated params domainStepMode and domainStepValue individually in your XML. This pattern should hold true for any other setter methods that take 2+ params.