NX Open C++ Reference Guide
|
Represents the scatter display style. More...
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the point color Created in NX9.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the point color Created in NX9.0.0. | |
![]() | |
virtual void | CommitChange () |
Commits any edits that have been applied to the display style. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker () |
Returns the point marker Created in NX9.0.0. | |
void | SetPointMarker (NXOpen::CAE::Xyplot::PointMarker pointMarker) |
Sets the point marker Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the scatter 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::NXColor* NXOpen::CAE::Xyplot::ScatterStyleSetting::Color | ( | ) |
Returns the point color
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::ScatterStyleSetting::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the point color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
color | color |