NX Open C++ Reference Guide
|
Bar display option for 2D plot. More...
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.
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 |
Bar width.
Filling color.
The acceptable range is 1-216
Outline color.
The acceptable range is 1-216
Whether to show outline.