chart_series_child#
- class ansys.cfx.core.generated.post_processing.settings_261.chart_series_child.chart_series_child(name: str | None = None, parent=None)#
Bases:
Group‘child_object_type’ of chart_series.
Attributes
Attribute |
Summary |
|---|---|
If true, will display chart line labels in the chart if available. |
|
If true, will add a non-transparent border for chart line label. |
|
The chart source data for a chart contour. |
|
Specifies number of contour lines for a chart contour plot. |
|
The name of the parent chart series for a contour plot across a chart point cloud. |
|
The maximum value specified for a chart contour plot. |
|
The minimum value specified for a chart contour plot. |
|
Sets contour range type for a chart contour plot. |
|
Specifies a list of values for the contour variable on a chart contour plot. |
|
The name of contour variable for a chart contour plot. |
|
The data source for a scatter chart. The ‘Chart Points’ option refers to the original chart points data. The ‘Response Points’ option refers to the sampled points on the response surfaces for the chart points. |
|
If true, use variable information stored in line object. |
|
Specifies the file from which to read the line data. |
|
A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used when colouring chart line label background. |
|
Parameter to control the line label font size. |
|
Parameter to display label numbers in an automatic format. |
|
Parameter to modify string format of numeric values on a chart line, i.e., a contour level. |
|
Parameter to control the line label position. |
|
A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used when colouring chart line label text. |
|
The parameter used to define the type of a chart plot. |
|
Indicates whether this line should be defined the regular way (i.e. get data from a locator in the loaded file), or defined via data from a file. |
|
Specifies the name of the X-Axis variable to chart. The default value of ‘Chart Count’ indicates that the X-Axis will be a locator point counter. |
|
Specifies the name of the Y-Axis variable to chart. |
|
The name of file section to read xy data from. |
|
The name of variable to plot on the X Axis. |
|
The name of variable to plot on the Y Axis. |
|
Specifies how to calculate mesh bin information. |
|
A locator name. |
|
The name of file from which the monitor data will be read. |
|
Whether the monitor data is to be read from the case or filename. |
|
The name of variable to plot on the X Axis. |
|
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. |
|
The name of variable to plot on the Y Axis. |
|
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. |
|
The name of the case from which the monitor data will be read. |
|
The name of file from which the monitor data will be read. |
|
Whether the monitor data is to be read from the case or filename. |
|
The name of variable to plot on the X Axis. |
|
The name of variable to plot on the Y Axis. |
|
The seed to be used for a random number series. |
|
Specifies which result sets to use. |
|
The name of this chart line. This string will be used as the label in the Legend if one is displayed. |
|
Specifies the expression to evaluate at each timestep and plot in the chart on the y axis. |
|
Specifies the location to use for the Time Chart. |
|
Indicates the type of Time Chart to create - the options are ‘Point’, which will track the value of a variable at that point over time, or ‘Expression’, which must evaluate to a single value, and will be evaluated for each timestep. |
|
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). |
|
‘chart_line’ child. |
Methods
Method |
Summary |
|---|---|
Suspend immediate update for the object. |
|
Restore immediate update for the object. |
Included in:
Parent |
Summary |
|---|---|
‘chart_series’ child. |