Select to view content in your preferred language

accessing advanced properties of a IDataGraphT in ArcObjects?

821
1
04-17-2012 03:21 PM
KevinAndras
Emerging Contributor
Hi,
I am trying to change the font size and color for individual axes on an IDataGraphT.  I can change the title, using IDataGraphT.AxisProperties(0).Title , but not any of its properties. These properties are accessible by right-clicking on the graph, and choosing Advanced Properties > Axis > Left Axis > Title > Format > Text > Font > [Size or Color]
I can't find these properties in ArcObjects.  Any one else figure this out?
Thanks!
0 Kudos
1 Reply
NeilClemmons
Honored Contributor
It's been a while since I've worked with data graphs but I seem to remember that there are some things that are not exposed through ArcObjects.  One thing you can try is to create the graph in ArcMap with all of the properties set like you want then and save it out as a template, which you can then load when you create the graph through code.
0 Kudos