【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.23 GroupPlot
Name
GroupPlot
Remark
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.
Hierarchy
- OriginObject
- GroupPlot
Examples
Header to Include
origin.h
Reference
Members
| 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 |