Function GraphicsObjects.AddDynamic3DEmbeddedGraph( _
graph As Graph, _
XLeftTop As Double, _
YLeftTop As Double, _
ZLeftTop As Double, _
XRightBottom As Double, _
YRightBottom As Double, _
ZRightBottom As Double, _
bFrame As Boolean, _
Optional beginplotID As Integer = -1, _
Optional endplotID As Integer = -1, _
Optional graphID As Integer = -1) As EmbeddedGraphObject
|
- graph [in]
Type: Graph
- XLeftTop [in]
Type: Double
- YLeftTop [in]
Type: Double
- ZLeftTop [in]
Type: Double
- XRightBottom [in]
Type: Double
- YRightBottom [in]
Type: Double
- ZRightBottom [in]
Type: Double
- bFrame [in]
Type: Boolean
- beginplotID [in, optional]
Type: Integer
Default value: -1
- endplotID [in, optional]
Type: Integer
Default value: -1
- graphID [in, optional]
Type: Integer
Default value: -1
|
EmbeddedGraphObject
|