Jump to content
Software FX Community

Paulo Hoffmann

Members
  • Posts

    1
  • Joined

  • Last visited

Paulo Hoffmann's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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...