Posted
on Mar 17, 2009
(permalink)
Does the API support the following approaches? (I'm not on-site to test it). Or must the font-name be specified (i.e. not font-family and not the CSS "inherit" directive) and does the size have to be specified in pt units?
ChartTitle.Appearance.TextProperties.Font = "medium"
ChartTitle.Appearance.TextProperties.Font = "sans-serif, small"
ChartTitle.Appearance.TextProperties.Font = "inherit, small"
Thanks