GroupPlot
The GroupPlot class is derived from the OriginObject class and provides access to Origin group plots.
Origin GroupPlot objects are contained by layers on an Origin page.
origin.h
| Name | Brief | Example |
|---|---|---|
| GetColormap | Get the colormap properties of the group plot(like Waterfall Color Mapping plot). | Examples |
| GetCount | Get the number of plots in GroupPlot | Examples |
| GetDataPlot | get a DataPlot from the GroupPlot. The object is referred to by index. | Examples |
| GetModifiers | Get modifiers | Examples |
| GroupPlot | Default constructor which constructs an unattached GroupPlot. | Examples |
| SetColormap | Set the colormap properties of the group plot(like Waterfall Color Mapping plot). | Examples |