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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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
Partner Ambassador/MVP
Partner Ambassador/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