Custom Marks Text
Posted: Sat Jan 07, 2006 4:57 pm
It would be extremely helpful for me to be able to set the Marks.Style property to "Custom." Along with this enumeration/option would be the ability to manually/programmatically set the Text for a given item
Similar to this syntax :
tChart.Series(0).Marks.Item(x).Text = "My Custom Text"
'(x = row index)
I am able to do this with an old "Visual Studio First Impression" graphing tool, and I find it very useful for my appliciations.
Thanks
- john.
Similar to this syntax :
tChart.Series(0).Marks.Item(x).Text = "My Custom Text"
'(x = row index)
I am able to do this with an old "Visual Studio First Impression" graphing tool, and I find it very useful for my appliciations.
Thanks
- john.