How can I achieve through code or XAML that the used measures are used in rows instead of columns (default?
Thanks for letting me know.
Best
Hello,
You need to set DataSourceBase.MeasureListLocation property. Note it's just an initialization property and setting it at run time has no effect over the grid's state.
Regards.Plamen.