Select to view content in your preferred language

Query as Chart

1310
7
04-05-2012 01:40 AM
TIDDARINEKamal
Deactivated User
Hey
I want create Flex Widget that allow me to draw query results in the map as chart
i have polygon layer, i want  display (FieldValue) for each feature as chart
Thank You
Tags (2)
0 Kudos
7 Replies
IvanBespalov
Frequent Contributor
Good idea, approved.
0 Kudos
TIDDARINEKamal
Deactivated User
hey
can you help me!!! i'm new here
Thank you
0 Kudos
IvanBespalov
Frequent Contributor
TIDDARINE,
... I want create Flex Widget ...
Creating widgets

... draw query results in the map as chart ...
Query result as charts

if (You've tried it) {
    Show plan;
    Show code;
    Show problem place;
    Ask quetions;
} else if (You're waiting for the code to copy and paste) {
    Charity - is a rarity;
}


Good luck.
0 Kudos
TIDDARINEKamal
Deactivated User
okey
Thank you
I would like to see your reactions when you were beginners
0 Kudos
IvanBespalov
Frequent Contributor
The reaction is needed when catching fleas.
As a beginner I have read the documentation from ESRI, made Adobe lessons.
0 Kudos
rosendimitrov
Deactivated User
Ivan ....that was rude!
0 Kudos
AustinDavis
Occasional Contributor
Nortonsig,

I think you'll get a FeatureSet returned from a Query function.

Iterate through the features using a "for" loop and extract the needed field values from the attributes into an array.

Use this array to create your chart...
0 Kudos