Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
DanPe
Contributor
Contributor

[.NET SDK] ComboChart yAxis properties

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?

Labels (3)
1 Reply
rwunderlich
MVP
MVP

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