NX Open C++ Reference Guide
|
Manages the display style
Not support KF.
More...
Manages the display style
Not support KF.
Created in NX7.5.0.
Gets the graph style.
styleIndex | Style index |
NXOpen::CAE::Xyplot::TextOption NXOpen::CAE::Xyplot::BaseTemplate::GetTextOption | ( | NXOpen::CAE::Xyplot::TextType | textType | ) |
Gets the text option.
textType | Text type |
void NXOpen::CAE::Xyplot::BaseTemplate::SetAxisStyle | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection, |
const NXOpen::CAE::Xyplot::AxisStyle & | axisStyle | ||
) |
void NXOpen::CAE::Xyplot::BaseTemplate::SetAxisUnitSystem | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection, |
NXOpen::CAE::Xyplot::UnitSystem | unitSystem | ||
) |
void NXOpen::CAE::Xyplot::BaseTemplate::SetGraphStyle | ( | int | styleIndex, |
NXOpen::CAE::Xyplot::GraphStyle | graphStyle | ||
) |
Sets the graph style
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
graphStyle | Graph style |
void NXOpen::CAE::Xyplot::BaseTemplate::SetTextOption | ( | NXOpen::CAE::Xyplot::TextType | textType, |
const NXOpen::CAE::Xyplot::TextOption & | textOption | ||
) |
Sets the text option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
textType | Text type |
textOption | Text display option |