ChartAxisScaleType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.ChartAxisScaleType Bases: enum.Enum Specifies the Chart Axis Scale Type. Overview Attributes Name Linear LogLog LogX LogY Attribute detail ChartAxisScaleType.Linear = 0 ChartAxisScaleType.LogLog = 3 ChartAxisScaleType.LogX = 1 ChartAxisScaleType.LogY = 2