Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm building a .NET/React UI App that feeds it's data from Qlik instance -I've run into a problem of nailing the proper yAxis scales and was wondering if there's a way to access min/max values of yAxis and side to which they're docked.
By the looks of it ComboChartSeries object could possibly hold that data but how do I grab it?
Cast the object properties to CombochartProperties.
var comboProps = genericObject.GetProperties() as CombochartProperties;
That gives you access to CombochartProperties.MeasureAxes which I believe contains what you are looking for.
-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com