Click here to Skip to main content
15,896,201 members
Home / Discussions / C#
   

C#

 
QuestionUser Control: Property use Pin
favianq20-Aug-09 9:22
favianq20-Aug-09 9:22 
AnswerRe: User Control: Property use Pin
Henry Minute20-Aug-09 11:48
Henry Minute20-Aug-09 11:48 
QuestionHow do I use external libraries in my project? (using <taglib>)</taglib> Pin
pietlut20-Aug-09 6:35
pietlut20-Aug-09 6:35 
AnswerRe: How do I use external libraries in my project? (using ) Pin
Saksida Bojan20-Aug-09 7:26
Saksida Bojan20-Aug-09 7:26 
AnswerRe: How do I use external libraries in my project? (using ) Pin
PIEBALDconsult20-Aug-09 7:57
mvePIEBALDconsult20-Aug-09 7:57 
AnswerRe: How do I use external libraries in my project? (using ) Pin
stancrm20-Aug-09 8:10
stancrm20-Aug-09 8:10 
AnswerRe: How do I use external libraries in my project? (using ) Pin
Wes Aday20-Aug-09 9:24
professionalWes Aday20-Aug-09 9:24 
QuestionHow to set the x & y axis fontsize in MSChart Pin
JohnQuar120-Aug-09 4:24
JohnQuar120-Aug-09 4:24 
I am having a problem setting the x & y axis fontsize in MSChart. I have played with the settings through the properties window, but when I run it, nothing changes.

I can find out what the size currently is by typing:
float size = Chart1.ChartAreas["ChartArea1"].AxisX.TitleFont.SizeInPoints;
and that will bring up a size of 8. I do not know how to then set the size to something I want.

I've tried:
Chart1.ChartAreas["ChartArea1"].AxisX.TitleFont.Size.Equals(50);
which does nothing, and I've also tried

Chart1.ChartAreas["ChartArea1"].AxisX.TitleFont.SizeInPoints = 10;
which gives me an error of "Property or indexer 'System.Drawing.Font.SizeInPoints' cannot be assigned to -- it is read only"

So does anyone know what I can type to set the axis? Thanks for your help!

John Michael
AnswerRe: How to set the x & y axis fontsize in MSChart Pin
Luc Pattyn20-Aug-09 5:20
sitebuilderLuc Pattyn20-Aug-09 5:20 
GeneralRe: How to set the x & y axis fontsize in MSChart Pin
JohnQuar120-Aug-09 5:24
JohnQuar120-Aug-09 5:24 
GeneralRe: How to set the x & y axis fontsize in MSChart Pin
Luc Pattyn20-Aug-09 5:25
sitebuilderLuc Pattyn20-Aug-09 5:25 
GeneralRe: How to set the x & y axis fontsize in MSChart Pin
JohnQuar120-Aug-09 5:28
JohnQuar120-Aug-09 5:28 
QuestionIn which cases SetForegroundWindow return false Pin
Bil@l20-Aug-09 4:19
Bil@l20-Aug-09 4:19 
AnswerRe: In which cases SetForegroundWindow return false Pin
0x3c020-Aug-09 5:18
0x3c020-Aug-09 5:18 
AnswerRe: In which cases SetForegroundWindow return false Pin
Luc Pattyn20-Aug-09 5:24
sitebuilderLuc Pattyn20-Aug-09 5:24 
AnswerRe: In which cases SetForegroundWindow return false Pin
Eddy Vluggen20-Aug-09 8:18
professionalEddy Vluggen20-Aug-09 8:18 
GeneralRe: In which cases SetForegroundWindow return false Pin
Luc Pattyn20-Aug-09 14:42
sitebuilderLuc Pattyn20-Aug-09 14:42 
QuestionHow to load an seembly in new Appdomain Pin
jpk42020-Aug-09 4:10
jpk42020-Aug-09 4:10 
AnswerRe: How to load an seembly in new Appdomain Pin
SeMartens20-Aug-09 4:13
SeMartens20-Aug-09 4:13 
GeneralRe: How to load an seembly in new Appdomain Pin
jpk42020-Aug-09 4:31
jpk42020-Aug-09 4:31 
AnswerRe: How to load an seembly in new Appdomain Pin
Eddy Vluggen20-Aug-09 4:30
professionalEddy Vluggen20-Aug-09 4:30 
GeneralRe: How to load an seembly in new Appdomain Pin
jpk42020-Aug-09 4:48
jpk42020-Aug-09 4:48 
GeneralRe: How to load an seembly in new Appdomain Pin
jpk42020-Aug-09 4:49
jpk42020-Aug-09 4:49 
GeneralRe: How to load an seembly in new Appdomain Pin
Eddy Vluggen20-Aug-09 5:07
professionalEddy Vluggen20-Aug-09 5:07 
GeneralRe: How to load an seembly in new Appdomain Pin
PIEBALDconsult20-Aug-09 8:03
mvePIEBALDconsult20-Aug-09 8:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.