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

Axis display style 


More...

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 


Deprecated:
Deprecated in NX9.0.0.

Use CAE::Xyplot::AxisStyleSetting instead.

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

NXOpen::CAE::Xyplot::AxisType NXOpen::CAE::Xyplot::AxisStyle::AxisType

Axis scale type.

int NXOpen::CAE::Xyplot::AxisStyle::DbDecades

Number of dB decades to display.

double NXOpen::CAE::Xyplot::AxisStyle::DbRef

DB reference for the X or Y axis.

NXOpen::CAE::Xyplot::AxisDBScale NXOpen::CAE::Xyplot::AxisStyle::DbScale

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

int NXOpen::CAE::Xyplot::AxisStyle::GraphOverhead

This value is used to round off values and is a percent value.

int NXOpen::CAE::Xyplot::AxisStyle::LogDecades

Number of Log decades to display.


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