|
NX Open C++ Reference Guide
|
Represents the axis display style. More...
Public Member Functions | |
| NXOpen::CAE::Xyplot::AxisType | AxisType () |
| Returns the axis scale type Created in NX9.0.0. | |
| virtual void | CommitChange () |
| Commits any edits that have been applied to the display style. | |
| int | DbDecades () |
| Returns the number of dB decades to display. | |
| double | DbRef () |
| Returns the dB reference value for a dB axis type. | |
| NXOpen::CAE::Xyplot::AxisDBScale | DbScale () |
| Returns the dB scale. | |
| int | GraphOverhead () |
| Returns the round value to display. | |
| int | LogDecades () |
| Returns the number of Log decades to display. | |
| void | SetAxisType (NXOpen::CAE::Xyplot::AxisType axisType) |
| Sets the axis scale type Created in NX9.0.0. | |
| void | SetDbDecades (int dbDecades) |
| Sets the number of dB decades to display. | |
| void | SetDbRef (double dbRef) |
| Sets the dB reference value for a dB axis type. | |
| void | SetDbScale (NXOpen::CAE::Xyplot::AxisDBScale dbScale) |
| Sets the dB scale. | |
| void | SetGraphOverhead (int graphOverhead) |
| Sets the round value to display. | |
| void | SetLogDecades (int logDecades) |
| Sets the number of Log decades to display. | |
| void | SetUnitSystem (NXOpen::CAE::Xyplot::UnitSystem unitSystem) |
| Sets the unit system Created in NX9.0.0. | |
| NXOpen::CAE::Xyplot::UnitSystem | UnitSystem () |
| Returns the unit system Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the axis display style.
Call CAE::Xyplot::IDisplayStyle::CommitChange to apply style changes to corresponding plot after it's modified.
Not support KF.
Created in NX9.0.0.
| NXOpen::CAE::Xyplot::AxisType NXOpen::CAE::Xyplot::AxisStyleSetting::AxisType | ( | ) |
Returns the axis scale type
Created in NX9.0.0.
License requirements : None
|
virtual |
Commits any edits that have been applied to the display style.
Triggers the corresponding plot to update graph.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
Implements NXOpen::CAE::Xyplot::IDisplayStyle.
| int NXOpen::CAE::Xyplot::AxisStyleSetting::DbDecades | ( | ) |
Returns the number of dB decades to display.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : None
| double NXOpen::CAE::Xyplot::AxisStyleSetting::DbRef | ( | ) |
Returns the dB reference value for a dB axis type.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : None
| NXOpen::CAE::Xyplot::AxisDBScale NXOpen::CAE::Xyplot::AxisStyleSetting::DbScale | ( | ) |
Returns the dB scale.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : None
| int NXOpen::CAE::Xyplot::AxisStyleSetting::GraphOverhead | ( | ) |
Returns the round value to display.
It is a percent value. Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is not CAE::Xyplot::AxisTypeAuto .
Created in NX9.0.0.
License requirements : None
| int NXOpen::CAE::Xyplot::AxisStyleSetting::LogDecades | ( | ) |
Returns the number of Log decades to display.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeLog .
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetAxisType | ( | NXOpen::CAE::Xyplot::AxisType | axisType | ) |
Sets the axis scale type
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| axisType | axistype |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetDbDecades | ( | int | dbDecades | ) |
Sets the number of dB decades to display.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| dbDecades | dbdecades |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetDbRef | ( | double | dbRef | ) |
Sets the dB reference value for a dB axis type.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| dbRef | dbref |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetDbScale | ( | NXOpen::CAE::Xyplot::AxisDBScale | dbScale | ) |
Sets the dB scale.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeDb .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| dbScale | dbscale |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetGraphOverhead | ( | int | graphOverhead | ) |
Sets the round value to display.
It is a percent value. Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is not CAE::Xyplot::AxisTypeAuto .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| graphOverhead | graphoverhead |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetLogDecades | ( | int | logDecades | ) |
Sets the number of Log decades to display.
Avaliable when CAE::Xyplot::AxisStyleSetting::AxisType and CAE::Xyplot::AxisStyleSetting::SetAxisType is CAE::Xyplot::AxisTypeLog .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| logDecades | logdecades |
| void NXOpen::CAE::Xyplot::AxisStyleSetting::SetUnitSystem | ( | NXOpen::CAE::Xyplot::UnitSystem | unitSystem | ) |
Sets the unit system
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| unitSystem | unitsystem |
| NXOpen::CAE::Xyplot::UnitSystem NXOpen::CAE::Xyplot::AxisStyleSetting::UnitSystem | ( | ) |
Returns the unit system
Created in NX9.0.0.
License requirements : None