NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::CAE::Xyplot::AxisStyle Struct Reference

Axis display style. More...

List of all members.

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.

Detailed Description

Axis display style.


Constructor & Destructor Documentation

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.

Parameters:
axisTypeInitialAxis scale type
dbRefInitialDB reference for the X or Y axis
dbScaleInitialDecibel 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
logDecadesInitialNumber of Log decades to display
dbDecadesInitialNumber of dB decades to display
graphOverheadInitialThis value is used to round off values and is a percent value

Member Data Documentation

Axis scale type.

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.


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