NX Open C++ Reference Guide
|
Bar display option for 2D plot
Public Member Functions | |
BarOption2D (bool showOutlineInitial, int outlineColorInitial, int fillingColorInitial, int barWidthInitial, NXOpen::CAE::Xyplot::PointMarker pointMarkerInitial) | |
Constructor for the BarOption2D struct. | |
Public Attributes | |
int | BarWidth |
Bar width. | |
int | FillingColor |
Filling color. | |
int | OutlineColor |
Outline color. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker |
Point marker. | |
bool | ShowOutline |
Whether to show outline. | |
Bar display option for 2D plot
Use CAE::Xyplot::BarStyle2DSetting instead.
NXOpen::CAE::Xyplot::BarOption2D::BarOption2D | ( | bool | showOutlineInitial, |
int | outlineColorInitial, | ||
int | fillingColorInitial, | ||
int | barWidthInitial, | ||
NXOpen::CAE::Xyplot::PointMarker | pointMarkerInitial | ||
) |
Constructor for the BarOption2D struct.
showOutlineInitial | Whether to show outline |
outlineColorInitial | Outline color. The acceptable range is 1-216 |
fillingColorInitial | Filling color. The acceptable range is 1-216 |
barWidthInitial | Bar width |
pointMarkerInitial | Point marker |
int NXOpen::CAE::Xyplot::BarOption2D::BarWidth |
Bar width.
int NXOpen::CAE::Xyplot::BarOption2D::FillingColor |
Filling color.
The acceptable range is 1-216
int NXOpen::CAE::Xyplot::BarOption2D::OutlineColor |
Outline color.
The acceptable range is 1-216
NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::BarOption2D::PointMarker |
Point marker.
bool NXOpen::CAE::Xyplot::BarOption2D::ShowOutline |
Whether to show outline.