Creating dynamic chart titles in ArcMap?

المشرف العام

Administrator
طاقم الإدارة
Is it possible to dynamically generate a chart title based on a source feature class attribute value?

Specifically, I am generating a series of cross-sections using an existing polyline f.c. ("XS_2009BEBrklnTerr_interpZ") and the "Create Profile Tool" from 3D analyst. Sample below:



I would like:

  1. the Profile Graph Title to populate automatically from the [SegID] field (data type = double)
  2. the Profile Graph Subtitle to populate automatically from the [Station] field (data type = double).
Note: line geometry and attributes are contained in the same f.c. in a file geodatabase (Arc 10.0, SP4).

I have tried the following (unsuccessfully) by typing into the text portion of the chart's "Advanced Properties":
- writing as if a label expression (e.g."Segment " & [SegID])
- writing as dynamic text for Data Driven Pages: Segment:

I was unable to figure out within Arc, so I dived into Python. It's a lot more complicated than I'd anticipated, but I think I'm on the right track. I believe my problem now is in using the 3D feature geometry as the input data axes...I will post in a separate question.



أكثر...
 
أعلى