chart_child#
- class ansys.cfx.core.generated.post_processing.settings_261.chart_child.chart_child(name: str | None = None, parent=None)#
Bases:
Group‘child_object_type’ of chart.
Attributes
Attribute |
Summary |
|---|---|
Indicates whether the X=0 or Y=0 lines should be displayed on the chart. Neither, either or both may be displayed. |
|
The font definition for the Chart Axes. The parameter is a comma delimited list of four items: Font Name, Font Size, Bold (True or False), Italics (True or False), Underline (True or False), Strike Out (True or False). |
|
The font definition for the Chart Axes Titles. The parameter is a comma delimited list of four items: Font Name, Font Size, Bold (True or False), Italics (True or False), Underline (True or False), Strike Out (True or False). |
|
Defines the line width for the major grid lines. |
|
Shows or hides the horizontal major grid. |
|
Specifies whether a legend should be displayed or not. |
|
The font definition for the Chart Legend. The parameter is a comma delimited list of four items: Font Name, Font Size, Bold (True or False), Italics (True or False), Underline (True or False), Strike Out (True or False). |
|
Specifies whether a legend should be displayed or not. |
|
Specifies the justification of the legend items inside of legend. |
|
Specifies which side of the chart to place the legend. |
|
Specifies the width-height of the legend. |
|
Specifies the legend orientation inside of chart on x-axis. |
|
Specifies the left-bottom corner of the legend. |
|
Specifies the legend orientation inside of chart on y-axis. |
|
Defines the line width for the chart lines. |
|
List of line names that determines order. |
|
Shows or hides both Horizontal and Vertical Minor grid. |
|
Defines the line width for the minor grid lines. |
|
The image height for which the scaling is based on. |
|
The image width for which the scaling is based on. |
|
Defines the size of the chart symbols. |
|
The colour of the chart title and X & Y Axis Labels. DEPRECATED. |
|
Specifies the title for the chart. |
|
The font definition for the Chart Title. The parameter is a comma delimited list of four items: Font Name, Font Size, Bold (True or False), Italics (True or False), Underline (True or False), Strike Out (True or False). |
|
Specifies whether the Chart Title should be displayed. |
|
Specifies the type of chart to create. |
|
Shows or hides the Vertical major grid. |
|
The colour of the chart viewport including axes, tick marks, and axis numbering. DEPRECATED. |
|
Parameter to display x axis numbers in an automatic format. |
|
The label to use for the X-Axis. The <units> token will be replaced with the X Axis units of the first line in the chart. |
|
Parameter to modify string format of values on the x axis. |
|
Parameter to display y axis numbers in an automatic format. |
|
The label to use for the Y-Axis. The <units> token will be replaced with the Y Axis units of the first line in the chart. |
|
Parameter to modify string format of values on the y axis. |
|
Specifies the name of the X-Axis variable to chart. |
|
Specifies the name of the Y-Axis variable to chart. |
|
‘default_difference_line_calculation’ child. |
|
Specifies how to calculate mesh bin information. |
|
Specifies the name of the variable to track over time at the specified point. |
|
Specifies the expression to evaluate at each timestep and plot in the chart. |
|
Indicates whether to take the absolute value of the Time Variable data before plotting the chart. If plotting a logarithmic chart, the minimum value will be 1e-100. |
|
Sets the type of boundary values to be used for the Time Chart variable (Conservative or Hybrid). |
|
Indicates whether to take the absolute value of the X Axis data before plotting the chart. If plotting a logarithmic chart, the minimum value will be 1e-100. |
|
Sets the type of boundary values to be used for the X Axis variable (Conservative or Hybrid). |
|
Indicates whether to take the absolute value of the Y Axis data before plotting the chart. If plotting a logarithmic chart, the minimum value will be 1e-100. |
|
Sets the type of boundary values to be used for the Y Axis variable (Conservative or Hybrid). |
|
The data should be clipped to the specified range. |
|
The maximum range value to clip fft signal by. |
|
The minimum range value to clip fft signal by. |
|
Subtract the mean value of the signal data. |
|
The window type to be used in processing signal data. |
|
The x function to be applied to the FFT signal processing. |
|
The x function to be applied to the FFT signal processing. |
|
Determines how to process the histogram bins. |
|
List of user defined category histogram bins. |
|
The number of divisions when automatically calculating category histogram bins. |
|
Specifies how to calculate bin information. |
|
Toggles if FFT should be run on the data. |
|
If the ‘X Axis Automatic Range’ parameter is False, this parameter will indicate the maximum X value to display. |
|
If the ‘Y Axis Automatic Range’ parameter is False, this parameter will indicate the maximum Y value to display. |
|
If the ‘X Axis Automatic Range’ parameter is False, this parameter will indicate the minimum X value to display. |
|
If the ‘Y Axis Automatic Range’ parameter is False, this parameter will indicate the minimum Y value to display. |
|
If true, then do not calculate the time chart using multi-case or comparison, if originally created in single case mode. |
|
Boolean indicating whether to use the line axis data as the X axis labels. (e.g. When plotting Pressure vs. X, the axis labels would be Pressure and X.). |
|
Boolean indicating whether to use the line axis data as the Y axis labels. |
|
Indicates whether the Min and Max X values shown on the chart will be automatically (true) or manually determined. |
|
Indicates whether to invert the X Axis. |
|
Indicates whether to scale the X Axis linearly or logarithmically. |
|
Indicates whether the Min and Max Y values shown on the chart will be automatically (true) or manually determined. |
|
Indicates whether to invert the Y Axis. |
|
Indicates whether to scale the Y Axis linearly or logarithmically. |
|
‘chart_series’ child. |
|
Defines options for the Report, specific to each object. |
Methods
Method |
Summary |
|---|---|
Suspend immediate update for the object. |
|
Restore immediate update for the object. |
Included in:
Parent |
Summary |
|---|---|
‘chart’ child. |