c# - Multi-line X-Axis labels -


i have datatable source 3 series chart in 1 chart area.

the first datatable column date format, repeated 24 times each hour, while second column hour of day, 0-23.

i use first date column xvaluemember 3 series (one enough!).

i can date , hour label in same line setting x-interval datetime.hour, want hour label second-line text.

this have: 03-04-2014 18:00

this want: 03-04-2014
............................... 18:00

how can that?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -