Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 22:55
protectorChristian Graus29-Jan-07 22:55 
QuestionRe: C# and table problem? Pin
TuanNH8529-Jan-07 23:03
TuanNH8529-Jan-07 23:03 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 23:14
protectorChristian Graus29-Jan-07 23:14 
QuestionHow to use "Reflection "to compare classes? Pin
Luka Grabarevic29-Jan-07 21:28
Luka Grabarevic29-Jan-07 21:28 
AnswerRe: How to use "Reflection "to compare classes? Pin
Colin Angus Mackay29-Jan-07 21:41
Colin Angus Mackay29-Jan-07 21:41 
GeneralRe: How to use "Reflection "to compare classes? Pin
Russell Jones29-Jan-07 22:33
Russell Jones29-Jan-07 22:33 
AnswerRe: How to use "Reflection "to compare classes? Pin
Dan Neely30-Jan-07 2:50
Dan Neely30-Jan-07 2:50 
QuestionZedGraph: DateTime Axis-scale problem and language settings Pin
Rene Tanner29-Jan-07 21:00
Rene Tanner29-Jan-07 21:00 
Hi I'm using ZedGraph Version 4.5.1.24865

I've two problems(questions):

I've a problem with the Xaxis scale, my Xaxis has following configuration:

Xaxis.Type = AxisType.Date;
Xaxis.Scale.MajorUnit = DateUnit.Second;
Xaxis.Scale.MajorStep = 0.2F;
Xaxis.Scale.MinorUnit = DateUnit.Second;
Xaxis.Scale.MinorStep = 0.001F;
Xaxis.Scale.Format = "mm:ss:fff";

When I zoom into the graphpane and the label with the value 25:00:00 is outside the visible area, then the next labels(example: 25:01:525; 25:02:455) aren't shown, but values like 26:00:00, 26:01:438, 26:13:389 are shown until the label 26:00:00 is outside the visible area.

This is what i get:
Xaxis__________________________________________________________
Labels 26:00:00 26:01:438


This is what i want:
Xaxis _________________________________________________________
Labels 25:01.525 25:02:455 … 26:00:000 26:01:438

What am I doing wrong, how can I fix this problem?

Is it possible to set the language default to english? Because when i use the german contextmenu the menuitem "Punktwerte anzeigen" appears twice (once for the function "point values" and once for "undo zoom step" .

Thanks

Best regards
Questionhow to use time delay? Pin
Petra29-Jan-07 20:08
Petra29-Jan-07 20:08 
AnswerRe: how to use time delay? Pin
TuanNH8529-Jan-07 20:23
TuanNH8529-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
blackjack215029-Jan-07 20:23
blackjack215029-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
Christian Graus29-Jan-07 21:56
protectorChristian Graus29-Jan-07 21:56 
AnswerRe: how to use time delay? Pin
Luc Pattyn30-Jan-07 2:18
sitebuilderLuc Pattyn30-Jan-07 2:18 
QuestionHTMLElement Object Problem Pin
TuanNH8529-Jan-07 19:53
TuanNH8529-Jan-07 19:53 
GeneralRe: HTMLElement Object Problem Pin
andre_swnpl29-Jan-07 20:19
andre_swnpl29-Jan-07 20:19 
QuestionOMG? Pin
TuanNH8529-Jan-07 20:37
TuanNH8529-Jan-07 20:37 
GeneralRe: OMG? Pin
andre_swnpl29-Jan-07 20:51
andre_swnpl29-Jan-07 20:51 
GeneralRe: OMG? Pin
bobsugar22229-Jan-07 21:34
bobsugar22229-Jan-07 21:34 
Questionlooping windows forms datagrid in c# Pin
Sivaprasad C29-Jan-07 19:36
Sivaprasad C29-Jan-07 19:36 
Questionreturning more than single value from a single function Pin
sukaan29-Jan-07 19:01
sukaan29-Jan-07 19:01 
AnswerRe: returning more than single value from a single function Pin
Sylvester george29-Jan-07 20:05
Sylvester george29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
andre_swnpl29-Jan-07 20:05
andre_swnpl29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
blackjack215029-Jan-07 20:20
blackjack215029-Jan-07 20:20 
GeneralRe: returning more than single value from a single function Pin
aSarafian30-Jan-07 0:36
aSarafian30-Jan-07 0:36 
AnswerRe: returning more than single value from a single function Pin
Colin Angus Mackay29-Jan-07 21:36
Colin Angus Mackay29-Jan-07 21:36 

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.