NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::BarChartStyleSetting Class Reference

Represents the bar chart display style. More...

Inheritance diagram for NXOpen::CAE::Xyplot::BarChartStyleSetting:
NXOpen::CAE::Xyplot::BaseSymbolStyleSetting NXOpen::CAE::Xyplot::BaseDisplayStyleSetting NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle

Public Member Functions

NXOpen::NXColorFillingColor ()
 Returns the filling color
Created in NX12.0.0. More...
 
NXOpen::NXColorOutlineColor ()
 Returns the outline color
Created in NX12.0.0. More...
 
NXOpen::CAE::Xyplot::PointMarker PointMarkerIdx ()
 Returns the point marker
Created in NX12.0.0. More...
 
void SetFillingColor (NXOpen::NXColor *fillingColor)
 Sets the filling color
Created in NX12.0.0. More...
 
void SetOutlineColor (NXOpen::NXColor *outlineColor)
 Sets the outline color
Created in NX12.0.0. More...
 
void SetPointMarkerIdx (NXOpen::CAE::Xyplot::PointMarker pointMarker)
 Sets the point marker
Created in NX12.0.0. More...
 
void SetShowOutline (bool showOutline)
 Sets the outline visibility
Created in NX12.0.0. More...
 
void SetShowText (bool showText)
 Sets the text visibility
Created in NX12.0.0. More...
 
void SetSpaceBetweenTextAndBar (int spaceBetweenTextAndBar)
 Sets the spaces between text and bar measured in percentage. More...
 
bool ShowOutline ()
 Returns the outline visibility
Created in NX12.0.0. More...
 
bool ShowText ()
 Returns the text visibility
Created in NX12.0.0. More...
 
int SpaceBetweenTextAndBar ()
 Returns the spaces between text and bar measured in percentage. More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::BaseSymbolStyleSetting
NXOpen::CAE::Xyplot::PointMarker PointMarker ()
 Returns the point marker
Created in NX9.0.0. More...
 
void SetPointMarker (NXOpen::CAE::Xyplot::PointMarker pointMarker)
 Sets the point marker
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::BaseDisplayStyleSetting
virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the bar chart display style.

Call CAE::Xyplot::BaseDisplayStyleSetting::CommitChange to apply style changes to corresponding plot after it's modified.
Not support KF.

Created in NX12.0.0.

Member Function Documentation

NXOpen::NXColor* NXOpen::CAE::Xyplot::BarChartStyleSetting::FillingColor ( )

Returns the filling color
Created in NX12.0.0.



License requirements : None

NXOpen::NXColor* NXOpen::CAE::Xyplot::BarChartStyleSetting::OutlineColor ( )

Returns the outline color
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::BarChartStyleSetting::PointMarkerIdx ( )

Returns the point marker
Created in NX12.0.0.



License requirements : None

void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetFillingColor ( NXOpen::NXColor fillingColor)

Sets the filling color
Created in NX12.0.0.



License requirements : None

Parameters
fillingColorfillingcolor
void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetOutlineColor ( NXOpen::NXColor outlineColor)

Sets the outline color
Created in NX12.0.0.



License requirements : None

Parameters
outlineColoroutlinecolor
void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetPointMarkerIdx ( NXOpen::CAE::Xyplot::PointMarker  pointMarker)

Sets the point marker
Created in NX12.0.0.



License requirements : None

Parameters
pointMarkerpointmarker
void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetShowOutline ( bool  showOutline)

Sets the outline visibility
Created in NX12.0.0.



License requirements : None

Parameters
showOutlineshowoutline
void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetShowText ( bool  showText)

Sets the text visibility
Created in NX12.0.0.



License requirements : None

Parameters
showTextshowtext
void NXOpen::CAE::Xyplot::BarChartStyleSetting::SetSpaceBetweenTextAndBar ( int  spaceBetweenTextAndBar)

Sets the spaces between text and bar measured in percentage.

The acceptable range is 0-10.
Created in NX12.0.0.

License requirements : None

Parameters
spaceBetweenTextAndBarspacebetweentextandbar
bool NXOpen::CAE::Xyplot::BarChartStyleSetting::ShowOutline ( )

Returns the outline visibility
Created in NX12.0.0.



License requirements : None

bool NXOpen::CAE::Xyplot::BarChartStyleSetting::ShowText ( )

Returns the text visibility
Created in NX12.0.0.



License requirements : None

int NXOpen::CAE::Xyplot::BarChartStyleSetting::SpaceBetweenTextAndBar ( )

Returns the spaces between text and bar measured in percentage.

The acceptable range is 0-10.
Created in NX12.0.0.

License requirements : None


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