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:
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.
أكثر...
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:
- the Profile Graph Title to populate automatically from the [SegID] field (data type = double)
- the Profile Graph Subtitle to populate automatically from the [Station] field (data type = double).
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.
أكثر...