NX Open C++ Reference Guide
|
Represents the base bar display style. More...
Public Member Functions | |
NXOpen::NXColor * | FillingColor () |
Returns the filling color Created in NX9.0.0. | |
NXOpen::NXColor * | OutlineColor () |
Returns the outline color Created in NX9.0.0. | |
void | SetFillingColor (NXOpen::NXColor *fillingColor) |
Sets the filling color Created in NX9.0.0. | |
void | SetOutlineColor (NXOpen::NXColor *outlineColor) |
Sets the outline color Created in NX9.0.0. | |
void | SetShowOutline (bool showOutline) |
Sets a value indicating whether to display the outline Created in NX9.0.0. | |
void | SetWidth (int barWidth) |
Sets the bar width. | |
bool | ShowOutline () |
Returns a value indicating whether to display the outline Created in NX9.0.0. | |
int | Width () |
Returns the bar width. | |
![]() | |
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 base bar 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::BaseBarStyleSetting::FillingColor | ( | ) |
Returns the filling color
Created in NX9.0.0.
License requirements : None
NXOpen::NXColor* NXOpen::CAE::Xyplot::BaseBarStyleSetting::OutlineColor | ( | ) |
Returns the outline color
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::BaseBarStyleSetting::SetFillingColor | ( | NXOpen::NXColor * | fillingColor | ) |
Sets the filling color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
fillingColor | fillingcolor |
void NXOpen::CAE::Xyplot::BaseBarStyleSetting::SetOutlineColor | ( | NXOpen::NXColor * | outlineColor | ) |
Sets the outline color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
outlineColor | outlinecolor |
void NXOpen::CAE::Xyplot::BaseBarStyleSetting::SetShowOutline | ( | bool | showOutline | ) |
Sets a value indicating whether to display the outline
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
showOutline | showoutline |
void NXOpen::CAE::Xyplot::BaseBarStyleSetting::SetWidth | ( | int | barWidth | ) |
Sets the bar width.
The range is from 0 to 100.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
barWidth | barwidth |
bool NXOpen::CAE::Xyplot::BaseBarStyleSetting::ShowOutline | ( | ) |
Returns a value indicating whether to display the outline
Created in NX9.0.0.
License requirements : None
int NXOpen::CAE::Xyplot::BaseBarStyleSetting::Width | ( | ) |
Returns the bar width.
The range is from 0 to 100.
Created in NX9.0.0.
License requirements : None