Dataset2DDisplayOptions#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Charts.Dataset2DDisplayOptions#
Bases:
objectA class that exposes methods/properties to customize the display of a dataset on the chart.
Overview#
Copies the settings of a Dataset2DDisplayOptions reference to this Dataset2DDisplayOptions . |
|
Equals method. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
Gets or sets the Dataset2D Color |
|
DatasetType property. |
|
Gets or sets the visibility of the Dataset2D |
|
Gets or sets the Dataset2D line thickness (in pixels) |
|
Gets or sets the Dataset2D Line display type |
|
Gets or sets the Dataset2D marker shape |
|
Gets or sets the Dataset2D marker size (in pixels) |
|
Gets or sets the Dataset2D name |
Property detail#
- property Dataset2DDisplayOptions.DatasetType: Ansys.Mechanical.DataModel.MechanicalEnums.Charts.Dataset2D.Chart2DDatasetType | None#
DatasetType property.
- property Dataset2DDisplayOptions.IsVisible: bool | None#
Gets or sets the visibility of the Dataset2D
- property Dataset2DDisplayOptions.LineThickness: float | None#
Gets or sets the Dataset2D line thickness (in pixels)
An ArgumentException is thrown for values less than 1.
- property Dataset2DDisplayOptions.LineType: Ansys.Mechanical.DataModel.MechanicalEnums.Charts.Dataset2D.LineType | None#
Gets or sets the Dataset2D Line display type
- property Dataset2DDisplayOptions.MarkerShape: Ansys.Mechanical.DataModel.MechanicalEnums.Charts.Dataset2D.MarkerShape | None#
Gets or sets the Dataset2D marker shape
Method detail#
- Dataset2DDisplayOptions.CopySettingsFrom(input_display_options: Ansys.Mechanical.DataModel.Utilities.Charts.Dataset2DDisplayOptions) None#
Copies the settings of a Dataset2DDisplayOptions reference to this Dataset2DDisplayOptions .