Forums

Full Version: Script for best fit line dashboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sdk.setBestFitLine('Plot1',[{
'FieldName': 'X1',
'EnableLine': true,
'LineWidth': "2",
'LineColor': "#000000",
'LineType': 'straight' // (dot,dash,dash1)
}]);