$options = new rgraph_options();
$options->set_option("property-name", property-value);
...
Then you set (define) the chart properties to the rgraph_chart object:
$chart->set_options($options);
To get more information besides references shown here, have a look at my samples or visit the home of RGraph.