NX Open C++ Reference Guide
|
Axis label display style. More...
Public Member Functions | |
AxisLabelStyle (bool autoLabelTitleInitial, const NXString &labelTitleInitial, const NXOpen::CAE::Xyplot::TextOption &textOptionInitial) | |
Constructor for the AxisLabelStyle struct. | |
Public Attributes | |
bool | AutoLabelTitle |
Whether to use the automatic label title. | |
NXString | LabelTitle |
User defined label title. | |
NXOpen::CAE::Xyplot::TextOption | TextOption |
Label text option. |
Axis label display style.
NXOpen::CAE::Xyplot::AxisLabelStyle::AxisLabelStyle | ( | bool | autoLabelTitleInitial, |
const NXString & | labelTitleInitial, | ||
const NXOpen::CAE::Xyplot::TextOption & | textOptionInitial | ||
) |
Constructor for the AxisLabelStyle struct.
autoLabelTitleInitial | Whether to use the automatic label title |
labelTitleInitial | User defined label title |
textOptionInitial | Label text option |
Whether to use the automatic label title.
User defined label title.
Label text option.