Change font of axis and axis title
Posted: Wed Nov 18, 2009 7:51 am
Please tell me how to change left axis size and axis title size in .net?
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
tChart1.Axes.Left.Title.Visible = true;
tChart1.Axes.Left.Title.Font.Size = 16;
Code: Select all
tChart1.Axes.Left.Labels.Font.Size = 15;