All Tags > CHART output target (RSS)
Sorry, but there are no more tags available to filter with.
  • Add Color to chart

    anyone know a simple config file that will add color to a bar or column3d chart? thanks!
    Posted to Forum by LogParser User : jake20 on 04-04-2007, 11:11 AM
  • RE: Chart csv data

    Ah yes, the TO_TIMESTAMP(date,time) function will only work right if both date and time are true date/time objects, not if they are just strings.
    Posted to Forum by LogParser User : DEinspanjer on 03-07-2007, 2:14 PM
  • RE: Chart csv data

    I tried that - as follows: logparser "select TO_TIMESTAMP(Date, TIME) as DATETime,Denies into c:\barchart2.gif from c:\denies.txt" -i:TSV -iseparator:space -headerrow N -o:Chart -chartType:ColumnStacked but it always gave me nulls for the date/time output. The chart for this version of the query is attached...
    Posted to Forum by LogParser User : Mike Beadles on 03-07-2007, 12:33 PM
  • RE: Chart csv data

    I believe it would be much easier to just use TO_TIMESTAMP(Date, TIME)
    Posted to Forum by LogParser User : DEinspanjer on 03-07-2007, 11:45 AM
  • RE: Chart csv data

    Running the following command line LP query against the data you posted (copied directly into notepad and saved as file) C:\>logparser "select TO_Timestamp(ADD(ADD(Date,' '),TIME),'MM/dd/yyyy hx:mm:ss') as DATETime,Denies into c:\barchart.gif from c:\denies.txt" -i:TSV -iseparator:space -headerrow...
    Posted to Forum by LogParser User : Mike Beadles on 03-07-2007, 1:55 AM
  • RE: How do you project a trendline forward?

    OK - I think the answer is that you can't do a forward projection with OWC.xx (Office Web Components) or with the logparser chart output (which seems based on OWC). After inspecting the objects and methods of OWC, I see that the Forward property of the trendline is only available in the Excel object...
    Posted to Forum by LogParser User : Mike Beadles on 03-07-2007, 12:16 AM
  • Chart csv data

    I am trying to chart the following data: Date Time Denies 03/01/2007 0:00:00 24 03/01/2007 0:15:00 21 03/01/2007 0:30:00 27 03/01/2007 0:45:00 24 03/01/2007 1:00:00 27 03/01/2007 1:15:00 166 03/01/2007 1:30:00 201 03/01/2007 1:45:00 250 03/01/2007 2:00:00 251 03/01/2007 2:15:00 29 03/01/2007 2:30:00...
    Posted to Forum by LogParser User : sotherls on 03-05-2007, 9:52 AM
  • RE: How do you project a trendline forward?

    found out how to suppress the R squared value: chart.SeriesCollection(1).Trendlines(0).IsDisplayingRSquared = false;
    Posted to Forum by LogParser User : Mike Beadles on 02-25-2007, 9:40 PM
  • How do you project a trendline forward?

    I can get a trendline to appear using Igor's great example code, but cannot get it to project forward by X number of periods. Also, can anyone tell me how to reposition the trendline equation and not have the r squared value display? I've been working on this all day and no luck! Researched MS site but...
    Posted to Forum by LogParser User : Mike Beadles on 02-25-2007, 7:53 PM
  • RE: HOW TO use charts configuration scripts

    Hi all together, the problem is that if you download the file with the MS Internet Explorer I'm not able to open the ZIP file. With Firefox / Mozilla it works. So please try again with a NON MS Browser Greets
    Posted to Forum by LogParser User : Crusan on 02-22-2007, 3:40 AM
Page 2 of 23 (222 items) < Previous 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities