NX Open C++ Reference Guide
|
Public Member Functions | |
AxisStyle (NXOpen::CAE::Xyplot::AxisType axisTypeInitial, double dbRefInitial, NXOpen::CAE::Xyplot::AxisDBScale dbScaleInitial, int logDecadesInitial, int dbDecadesInitial, int graphOverheadInitial) | |
Constructor for the AxisStyle struct. | |
Public Attributes | |
NXOpen::CAE::Xyplot::AxisType | AxisType |
Axis scale type. | |
int | DbDecades |
Number of dB decades to display. | |
double | DbRef |
DB reference for the X or Y axis. | |
NXOpen::CAE::Xyplot::AxisDBScale | DbScale |
Decibel scale. | |
int | GraphOverhead |
This value is used to round off values and is a percent value. | |
int | LogDecades |
Number of Log decades to display. |
Axis display style.
NXOpen::CAE::Xyplot::AxisStyle::AxisStyle | ( | NXOpen::CAE::Xyplot::AxisType | axisTypeInitial, |
double | dbRefInitial, | ||
NXOpen::CAE::Xyplot::AxisDBScale | dbScaleInitial, | ||
int | logDecadesInitial, | ||
int | dbDecadesInitial, | ||
int | graphOverheadInitial | ||
) |
Constructor for the AxisStyle struct.
axisTypeInitial | Axis scale type |
dbRefInitial | DB reference for the X or Y axis |
dbScaleInitial | Decibel scale. This value is used to compute the decibel equivalent for all X, Y or Z values and plots them on a linear X, Y or Z axis |
logDecadesInitial | Number of Log decades to display |
dbDecadesInitial | Number of dB decades to display |
graphOverheadInitial | This value is used to round off values and is a percent value |
Number of dB decades to display.
DB reference for the X or Y axis.
Decibel scale.
This value is used to compute the decibel equivalent for all X, Y or Z values and plots them on a linear X, Y or Z axis
This value is used to round off values and is a percent value.
Number of Log decades to display.