NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.CAE.Xyplot.OverlayParameters Class Reference

Represents the parameters passed to overlay plot records on an existing plot graph. More...

Inheritance diagram for NXOpen.CAE.Xyplot.OverlayParameters:
NXOpen.CAE.Xyplot.BasePlotParameters NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Properties

unsafe int SubGraphInStack [get, set]
 Returns or sets the index of subgraph on a stacked plot, on which the records will be overlaied. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BasePlotParameters
unsafe int DeviceIndex [get, set]
 Returns or sets the index of device on which plot graph will be shown. More...
 
unsafe int ViewPortIndex [get, set]
 Returns or sets the index of a view port on main graphic window, on which plot graph will be shown. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.CAE.Xyplot.BasePlotParameters
unsafe NXOpen.CAE.FTK.BaseRecord[] GetRecords ()
 Gets the records to be plotted More...
 
unsafe void SetRecords (NXOpen.CAE.FTK.BaseRecord[] records)
 Sets the records to be plotted More...
 
- Protected Member Functions inherited from NXOpen.CAE.Xyplot.BasePlotParameters
override void FreeResource ()
 Destroys the object More...
 

Detailed Description

Represents the parameters passed to overlay plot records on an existing plot graph.

To create a new instance of this class, use NXOpen.CAE.Xyplot.XYPlotManager.NewOverlayParameters

Created in NX9.0.0

Property Documentation

unsafe int NXOpen.CAE.Xyplot.OverlayParameters.SubGraphInStack
getset

Returns or sets the index of subgraph on a stacked plot, on which the records will be overlaied.

The property is only available when overlaying records on a stacked plot. The index value is between 0 and the property value of CAE.Xyplot.Plot.SubGraphCountInStack .

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.