BaseBarStyleSetting Class

class NXOpen.CAE.Xyplot.BaseBarStyleSetting

Bases: NXOpen.CAE.Xyplot.BaseSymbolStyleSetting

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.

New in version NX9.0.0.

Properties

Property Description
FillingColor Returns or sets the filling color
OutlineColor Returns or sets the outline color
Owner Returns the owner style
PointMarker Returns or sets the point marker
ShowOutline Returns or sets a value indicating whether to display the outline
Tag Returns the Tag for this object.
Width Returns or sets the bar width.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.

Property Detail

FillingColor

BaseBarStyleSetting.FillingColor

Returns or sets the filling color

-------------------------------------

Getter Method

Signature FillingColor()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FillingColor(fillingColor)

Parameters:fillingColor (Id) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

OutlineColor

BaseBarStyleSetting.OutlineColor

Returns or sets the outline color

-------------------------------------

Getter Method

Signature OutlineColor()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OutlineColor(outlineColor)

Parameters:outlineColor (Id) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

BaseBarStyleSetting.Owner

Returns the owner style

-------------------------------------

Getter Method

Signature Owner()

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

ShowOutline

BaseBarStyleSetting.ShowOutline

Returns or sets a value indicating whether to display the outline

-------------------------------------

Getter Method

Signature ShowOutline()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowOutline(showOutline)

Parameters:showOutline (bool) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Width

BaseBarStyleSetting.Width

Returns or sets the bar width.

The range is from 0 to 100.

-------------------------------------

Getter Method

Signature Width()

Returns:
Return type:int

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Width(barWidth)

Parameters:barWidth (int) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

CommitChange

BaseBarStyleSetting.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)