NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::Xyplot::TextBoxStyle Struct Reference

Text box display style 


More...

Public Member Functions

 TextBoxStyle (bool showTextBoxInitial, int boxColorInitial, bool fillTextBoxInitial, int filledColorInitial)
 Constructor for the TextBoxStyle struct.
 

Public Attributes

int BoxColor
 Text box rim color.
 
int FilledColor
 Text box filled color.
 
bool FillTextBox
 Whether to fill the text box.
 
bool ShowTextBox
 Whether to show the text box.
 

Detailed Description

Text box display style 


Deprecated:
Deprecated in NX9.0.0.

Use CAE::Xyplot::TextBoxStyleSetting instead.

Constructor & Destructor Documentation

NXOpen::CAE::Xyplot::TextBoxStyle::TextBoxStyle ( bool  showTextBoxInitial,
int  boxColorInitial,
bool  fillTextBoxInitial,
int  filledColorInitial 
)

Constructor for the TextBoxStyle struct.

Parameters
showTextBoxInitialWhether to show the text box
boxColorInitialText box rim color. The acceptable range is 1-216
fillTextBoxInitialWhether to fill the text box
filledColorInitialText box filled color. The acceptable range is 1-216

Member Data Documentation

int NXOpen::CAE::Xyplot::TextBoxStyle::BoxColor

Text box rim color.

The acceptable range is 1-216

int NXOpen::CAE::Xyplot::TextBoxStyle::FilledColor

Text box filled color.

The acceptable range is 1-216

bool NXOpen::CAE::Xyplot::TextBoxStyle::FillTextBox

Whether to fill the text box.

bool NXOpen::CAE::Xyplot::TextBoxStyle::ShowTextBox

Whether to show the text box.


The documentation for this struct was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.