AxisDisplayOptions
#
- class ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Utilities.Charts.AxisDisplayOptions#
Bases:
object
A class that exposes methods/properties to customize the display of a chart axis.
Overview#
Copies the settings used in the input AxisDisplayOptions reference to the AxisDisplayOptions calling this method. |
Gets or sets the axis label. |
|
Gets or sets whether the axis is logarithmic. |
|
Gets the default lower limit of the axis range. |
|
Gets or sets the Maximum limit used for the chart display. |
|
Gets or sets the Minimum limit used for the chart display. |
|
Gets or sets the visibility of the axis gridlines. |
|
Gets the default higher limit of the axis range. |
|
Gets or sets whether axis limits are automatic or user-defined. |
Property detail#
- property AxisDisplayOptions.IsLogarithmic: bool | None#
Gets or sets whether the axis is logarithmic. A NotSupportedException is thrown if a dataset contains a non-positive value on the chosen axis.
- property AxisDisplayOptions.LowerLimit: Ansys.Core.Units.Quantity | None#
Gets the default lower limit of the axis range.
- property AxisDisplayOptions.MaximumLimit: Ansys.Core.Units.Quantity | None#
Gets or sets the Maximum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.
- property AxisDisplayOptions.MinimumLimit: Ansys.Core.Units.Quantity | None#
Gets or sets the Minimum limit used for the chart display. If UseAutomaticLimits is True, a NotSupportedException is thrown on the setter.
- property AxisDisplayOptions.ShowGridLines: bool | None#
Gets or sets the visibility of the axis gridlines.
- property AxisDisplayOptions.UpperLimit: Ansys.Core.Units.Quantity | None#
Gets the default higher limit of the axis range.
Method detail#
- AxisDisplayOptions.CopySettingsFrom(display_options_original: Ansys.Mechanical.DataModel.Utilities.Charts.AxisDisplayOptions) None #
Copies the settings used in the input AxisDisplayOptions reference to the AxisDisplayOptions calling this method.