Skip to content

Instantly share code, notes, and snippets.

@npow
Created October 30, 2012 14:23
Show Gist options
  • Save npow/3980438 to your computer and use it in GitHub Desktop.
Save npow/3980438 to your computer and use it in GitHub Desktop.
Change chart type
x = chartObj.compositeChartLayout.listOfSubCharts[0];
x.seriesParamList[1].chartType = TRWebchart_Shared.ChartType.OHLC;
chartObj.render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment