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
Post a Comment