Scatter Plot

Function

ScatterPlot(DataSeries, plotFunctions, functions, showFormatOptions, title, xAxis_label, yAxis_label, yAxis_label_orientation, showXgridLines, showYgridLines, showChartBorder, xAxisTickType, yAxisTickType, chartHeight, topPadding, xTickLocation, xTickLabelVisibility, yTickLocation, yTickLabelVisibility, xUnitVisibility, yUnitVisibility, setXaxisMinAndMax, x_Chart_Min, x_Chart_Max, setYaxisMinAndMax, y_Chart_Min, y_Chart_Max, GeometryOffset, GeometryScale)

DataSeries
plotFunctions
functions
showFormatOptions
title
xAxis_label
yAxis_label
yAxis_label_orientation
showXgridLines
showYgridLines
showChartBorder
xAxisTickType
yAxisTickType
chartHeight
topPadding
xTickLocation
xTickLabelVisibility
yTickLocation
yTickLabelVisibility
xUnitVisibility
yUnitVisibility
setXaxisMinAndMax
x_Chart_Min
x_Chart_Max
setYaxisMinAndMax
y_Chart_Min
y_Chart_Max
GeometryOffset
GeometryScale

You can refer to this function in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use ScatterPlot(...) (make sure the library Library.Docs is included with Include Libaries)
  • To refer to it by its full path, use Library.Docs.ScatterPlot(...)

 

See also: