Jump to content
Software FX Community

Paulo Hoffmann

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Paulo Hoffmann

  1. Hello, I am using the following code to create my chart.

    for ( int i = 0; i < parameter.getNumOfValues(); i++ )

    {

    chart.Value[ 0, i ] = ( Int32 )parameter.getValue( i );

    }

    It works fine, but my parameters are time related.

    How can I add date and/or time as my X axis?

    Thank you.

    Paulo Hoffmann.

×
×
  • Create New...