NX Open C++ Reference Guide
|
Axis number display style
Public Member Functions | |
AxisNumberStyle (NXOpen::CAE::Xyplot::DecimalFormat decimalFormatInitial, const NXOpen::CAE::Xyplot::TextStyle &numberStyleInitial) | |
Constructor for the AxisNumberStyle struct. | |
Public Attributes | |
NXOpen::CAE::Xyplot::DecimalFormat | DecimalFormat |
Decimal format. | |
NXOpen::CAE::Xyplot::TextStyle | NumberStyle |
Number style. | |
Axis number display style
Use CAE::Xyplot::TextStyleSetting instead.
NXOpen::CAE::Xyplot::AxisNumberStyle::AxisNumberStyle | ( | NXOpen::CAE::Xyplot::DecimalFormat | decimalFormatInitial, |
const NXOpen::CAE::Xyplot::TextStyle & | numberStyleInitial | ||
) |
Constructor for the AxisNumberStyle struct.
decimalFormatInitial | Decimal format |
numberStyleInitial | Number style |
NXOpen::CAE::Xyplot::DecimalFormat NXOpen::CAE::Xyplot::AxisNumberStyle::DecimalFormat |
Decimal format.
NXOpen::CAE::Xyplot::TextStyle NXOpen::CAE::Xyplot::AxisNumberStyle::NumberStyle |
Number style.