ChartDisplayOptions#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Charts.ChartDisplayOptions#
Bases:
objectA class that exposes methods/properties to customize the display settings of a chart.
Overview#
Copies the settings used in the input ChartDisplayOptions reference to the ChartDisplayOptions calling this method. |
Gets or sets the position of the legend. The default option is “ProgramControlled”. |
|
Gets or sets the visibility of the legend. |
|
Gets or sets the chart title. |
|
Gets or sets the font size of the chart title. |
Property detail#
- property ChartDisplayOptions.LegendPosition: Ansys.Mechanical.DataModel.MechanicalEnums.Charts.LegendPosition | None#
Gets or sets the position of the legend. The default option is “ProgramControlled”.
Method detail#
- ChartDisplayOptions.CopySettingsFrom(display_options_original: Ansys.Mechanical.DataModel.Utilities.Charts.ChartDisplayOptions) None#
Copies the settings used in the input ChartDisplayOptions reference to the ChartDisplayOptions calling this method.