ヒューリンクステクニカルサポート
更新日: 16/01/29
トップ オブジェクト プロパティ メソッド 定数

GraphItem オブジェクト

GraphItem オブジェクトは、SigmaPlot のグラフページをあらわします。ページ内にあるグラフをコレクションとして取得するには、このオブジェクトの GraphPages プロパティを使用します。また、このオブジェクトの CreateWizardGraph メソッドを使うことでグラフを作成することもできます。

NotebookItems コレクション


プロパティ:Application , Author ,Comments , DataTable , Expanded , GraphPages , Height , IsCurrentBrowserEntry , IsCurrentItem , IsOpen , ItemType , Keywords , Left , Name , Parent , Saved , Subject , Top , Visible , Width
メソッド:AddWizardAxis, AddWizardPlot, ApplyLayoutTemplate, ApplyPageTemplate, Clear, Close, Copy, CreateGalleryGraph, CreateGraphFromTemplate, CreateSmoother, CreateWizardGraph, Cut, Export, ImportGraphicFile, ModifyWizardPlot, Open, Paste, PlotEquation, Print, PrintOut, Redo, Save, SelectAll, SetAutoLegend, SetCurrentObjectAttribute, SetPageUnits, SetSelectedObjectsAttribute, Undo

 

GraphItem オブジェクトを使用する

GraphItem オブジェクトには、ノートブックアイテムの標準的なプロパティとメソッドが用意されています。GraphItem オブジェクトを取得するには、NotebookItems コレクションの Item プロパティまたはコレクションインデックスを使用します。作成する場合は、NotebookItemsAdd メソッドを使います。GraphItem オブジェクトには、ItemType プロパティが用意されており、NotebookItems.Add メソッドで指定する値は 2 になります。

 

Examples