Sign in to follow this  
darshan

Problem in fetching Altered value from LiniearGauge

Recommended Posts

Hi Team,

I am facing problem while trying to get Altered value from Gauge in runtime, i am using following code and i am getting undefined for "dialValue" .

 

function FC_ChartUpdated(DOMId)

{

if (DOMId=="ChId1")

{

  var chartRef = getChartFromId(DOMId);

  var dialValue = chartRef.getData(0);

alert(dialValue);

 

getNewContent(Math.floor(dialValue));

}

}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this