DIAdem Help

Method: ShowPropertiesDlg for CurveChart2D

  • Updated2024-09-12
  • 2 minute(s) read

Method: ShowPropertiesDlg for CurveChart2D

Opens the dialog box where you select the channel properties which DIAdem displays in the legend of a 2D axis system in DIAdem VIEW.

Object.ShowPropertiesDlg()
ObjectCurveChart2D
Object with this method

The following example opens the dialog box containing the channel properties to be displayed in the legend:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "CurveChart2D"
Call View.Sheets(1).Areas(1).DisplayObj.ShowPropertiesDlg