T O P I C R E V I E W |
kusumy |
Posted - 25 Nov 2014 : 20:45:42 How to display date (instead minute/hour) on the x-axis? I want to run individual chart based on daily.
Regards |
1 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 26 Nov 2014 : 09:02:00 In the setup, specify a custom x-axis labels format string:
this.XAxisCustomDateTimeFormatString = "MM/dd/yy";
The format string follows the standard rules of .Net Date/Time formatting: http://www.csharp-examples.net/string-format-datetime/
However, if you had specified a time increment of 24 hours between samples (the variable timeincrementminutes in most of our Time Variable Control chart examples), I would have though that the x-axis label format would have automatically converted over to a MM/dd/yy format. |
|
|