chart control - fixed axis x label

Con risposta chart control - fixed axis x label

  • dimanche 1 juillet 2012 18:40
     
     

    hi erverybody

    I got a datatable with records for 10 days with values at any time of each day

    There are 3 columns : complete date and time value, integer value' and time alone in string like "08:00"

    rows are sorted on time value' last column

    I need a chart with values without mind of day, ploted from 00:00 to 23:59 on xaxis

    with a databind there is no problem for doing this. xvalueindexed= true is setting

    my problem :

    I like to have on xaxis only labels for entire hours : 00:00, 01:00, ........, 22:00, 23:00 and only these 24 hours

    and never know if first value will be at 02:42 am or 06:17 so I need something never changing

    if anyone can help me .. Thanks a lot

    • Déplacé Gilles TOURREAUMVP dimanche 15 juillet 2012 18:46 (From:Développement .NET (en général))
    •  

Toutes les réponses

  • dimanche 8 juillet 2012 15:11
     
     Traitée

    HI

    Solved

    Sort by time and set xvalueindexed to false

    Thanks

    • Marqué comme réponse lappix dimanche 8 juillet 2012 15:11
    •