ScatterStyleSetting Class

class NXOpen.CAE.Xyplot.ScatterStyleSetting

Bases: NXOpen.CAE.Xyplot.BaseSymbolStyleSetting

Represents the scatter display style.

Call CAE.Xyplot.BaseDisplayStyleSetting.CommitChange() to apply style changes to corresponding plot after it’s modified.

Not support KF.

New in version NX9.0.0.

Properties

Property Description
Color Returns or sets the point color
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
PointMarker Returns or sets the point marker
Tag Returns the Tag for this object.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
Find Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.

Property Detail

Color

ScatterStyleSetting.Color

Returns or sets the point color

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

Getter Method

Signature Color

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Color

Parameters:color (Id) –

New in version NX9.0.0.

License requirements: None.

Owner

ScatterStyleSetting.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.

Method Detail

CommitChange

ScatterStyleSetting.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: None.