AnalysisExplorer
|
Return value: Object. This property is read only.
|
Application
|
Returns application object. Return value: Application. This property is read only.
|
AutoRunEvent
|
Returns/sets whether the event code of a document will automatically run when the document is opened. Return/assignment value: Boolean.
|
Brushing
|
Return a brushing object. Return value: Brushing. This property is read only.
|
Content
|
Use TypeContent property before. Return value: Object. This property is read only.
|
ContentData
|
Get the content data in a specified format. Return value: Variant. This property is read only.
|
ContentDataEx
|
Returns the content data in a specified format and size. Return value: Variant. This property is read only.
|
DefPointState
|
Return value: unsigned hyper. This property is read only.
|
DisplayGraphActualSize
|
Returns/sets property to always display Graph in its actual size. Return/assignment value: Boolean.
|
DocumentMetrics
|
Returns/sets various graph layout measurements (e.g., margin information). Return value: DocumentMetrics. This property is read only.
|
EventCode
|
Returns/sets the event code of a document. Return/assignment value: String.
|
EventRunning
|
Return true if the event is running, otherwise return false. Return value: Boolean. This property is read only.
|
ExternalResolution
|
Return/assignment value: Integer.
|
ExtraObjects
|
Returns the collection of embedded objects (including shapes and legends) within the graph. Return value: GraphicsObjects. This property is read only.
|
FirstPlotVariable
|
Return value: Variable. This property is read only.
|
FirstPlotVariablesCount
|
Return value: Long. This property is read only.
|
FullName
|
Returns full path with a file name. Return value: String. This property is read only.
|
GraphElementAt
|
Return value: Object. This property is read only.
|
GraphObject
|
Returns a pointer to the graph. Return value: GraphObject. This property is read only.
|
GraphWindow
|
Returns the window of the graph. Return value: GraphWindow. This property is read only.
|
Name
|
Sets the text window name. Return/assignment value: String.
|
Parent
|
Returns the parent of the object. Return value: Application. This property is read only.
|
Path
|
Returns full path to the text window. Return value: String. This property is read only.
|
Plot
|
Return value: Plot. This property is read only.
|
PlotsCount
|
Return value: Long. This property is read only.
|
PointState
|
Return value: unsigned hyper. This property is read only.
|
PointsClicked
|
Returns the points that were clicked on the last click. Return value: PointCollection. This property is read only.
|
PrintFooter
|
Returns/sets the document footer used when printing. Return/assignment value: String.
|
PrintHeader
|
Returns/sets the document header used when printing. Return/assignment value: String.
|
ReadOnly
|
Returns whether the graph was opened as read-only. Return value: Boolean. This property is read only.
|
Saved
|
Specifies whether the graph has been saved or not. Return/assignment value: Boolean.
|
SelectedObject
|
Returns the selected object in the graph. Return value: Object. This property is read only.
|
Titles
|
Returns the titles of the graph. Return value: Titles. This property is read only.
|
TypeContent
|
Returns the type of content located within the graph. Return value: GraphicsContentType. This property is read only.
|
Visible
|
Makes the graph visible. Return/assignment value: Boolean.
|
Window
|
Return a window object. Return value: Window. This property is read only.
|
WorkbookItem
|
Returns the WorkbookItem interface if the object is in a Workbook. Return value: WorkbookItem. This property is read only.
|