ISupportChartOptions#

class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Mechanical.ISupportChartOptions#

Bases: object

An interface that provides common functionalities to every object in the Tree that uses the ReadOnlyChart object.

Overview#

GetChartAxisDisplayUnit

GetChartAxisDisplayUnit method.

GetGraphInteractionEvent

GetGraphInteractionEvent method.

GetNumberOfCharts

GetNumberOfCharts method.

SetGraphInteractionEvent

SetGraphInteractionEvent method.

Charts

Gets a list of all charts on the object.

Property detail#

property ISupportChartOptions.Charts: List[Ansys.ACT.Interfaces.Mechanical.IReadOnlyChart] | None#

Gets a list of all charts on the object.

Method detail#

ISupportChartOptions.GetChartAxisDisplayUnit(chart_idx: int, axis_id: int) str#

GetChartAxisDisplayUnit method.

ISupportChartOptions.GetGraphInteractionEvent(ppEventArgs: Any, chartIndex: int) None#

GetGraphInteractionEvent method.

ISupportChartOptions.GetNumberOfCharts() int#

GetNumberOfCharts method.

ISupportChartOptions.SetGraphInteractionEvent(pEventArgs: Any, chartIndex: int) None#

SetGraphInteractionEvent method.