Hi,
I'm trying to find out how to generate a ClassBreaksRenderer with a proportional symbol using SDK for .Net.
In ArcMap it's called 'Graduated symbols' or 'Proportional symbols' on layer properties dialog (see screenshots below):
And what about 'Charts', I don't find any .net class suitable to generate them using .Net SDK.
Any help or advice will be very appreciate.
Thanks,
Graduated renderers are not exposed by the .Net API yet (it's on the roadmap though).
Nevertheless for the simplest cases you should be able to get the expected result by using a ClassBreakRenderer and setting a symbol with the right size by range of values.
Thanks Dominique for your answer.
I've already plan to do it this way if it's not yet available through the .Net SDK.
What about charts and other thematic functionalites?
Could you please provide a link to the roadmap?
Thanks,
Chart aren't supported in current release. You can create chart as a control and convert that to image and use that as a symbol if needed.
Thanks for this information.
Is it plan add this feature?
Where is the roadmap?
It's on the roadmap. I'm afraid that there isn't public version currently available.
If you think that we should prioritize specific features and/or have ideas what we should implement, please submit your ideas to http://ideas.arcgis.com/
Bad news for us.
We are moving our WPF map control to ESRI (actually we use MapDotNet)
and we are hoping to retrieve thematic analysis features in the box.
We will submit ideas too.