This forum is very helpful for many things. For example, one snippet of code I found here helped me increase the font size of the legend text. In the code, I found this snippet:
ds = ExtAPI.DataModel.InternalObject["ds"]
ds.Graphics.SetFontStyle(...)
Naturally, I want to know what else the SetFontStyle function does, but I have found nowhere that lists other capabilities or how to use it. Can someone tell me where to find this and more? For example, does it also have the ability to set the font to bold? I am looking for a listing of these functions and others so I don't have to hope someone has posted a code snippet here. I also want to know other ways to use the ExtAPI but I can't find that one either.
Thanks