Select to view content in your preferred language

Display Attribute Values in Side panels (JS 4.0 for 3D) .......?

2079
1
03-15-2016 02:00 AM
JawadhHabeeb1
Deactivated User

I am using JS 4.0 for 3D Display.
Is there a way to display my Attribute Contents on to a Side Panel, Also I am looking for a solution to Extract Values in a Feature and display Charts in Side Panel.. ?

Thanks..

Jawadh

Tags (3)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Jawadh,

  I don't see a way in the Beta to do the side panel (like it was in 3.x). but you could just dock the popup to a particular side.

As far as the extracting values to use in charting that is as simple as:

view.popup.viewModel.selectedFeature.attributes.someattribute;

0 Kudos