Is there a way to set the size of the text in a datagrid for a chart? Seems an easy thing, but I've been digging around and haven't found anything.
Thanks,
Jamie
1 Answer, 1 is accepted
0
Accepted
Velin
Telerik team
answered on 05 Feb 2009, 03:44 PM
Hi Jamie,
You can adjust the font size of the data shown in the DataTable object via the "PlotArea.DataTable.Appearance.TextProperties.Font.Size" property. Here is a sample code demonstrating this in code behind and declaratively: