chart_line_child#

class ansys.cfx.core.generated.post_processing.settings_261.chart_line_child.chart_line_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of chart_line.

Attributes

Attribute

Summary

auto_chart_line_colour

Indicates whether to automatically choose the Line Colour or to allow the user to manually select it.

auto_chart_symbol_colour

Indicates whether to automatically choose the Symbol Colour or to allow the user to manually select it.

case_name

‘case_name’ child.

category_values

Histogram information of the count values per bin.

chart_fft_line_type

Specifies the line type to use for FFT charts.

chart_line_colour

A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used when colouring the Chart Line.

chart_line_style

Specifies the line style to use.

chart_line_type

Specifies the line type to use for non-FFT charts.

chart_line_visibility

Toggles the visibility of this chart line in the chart.

chart_symbol_colour

A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used when colouring the Chart Symbol.

chart_symbol_style

Specifies the symbol style to use.

fill_area

Fill in the area under the curve depending on options.

fill_area_options

Determines how to process the fill area of line.

is_valid

If False, then the line case name is no longer valid.

line_name

The name of this chart line. This string will be used as the label in the Legend if one is displayed.

use_automatic_line_naming

If True, then the line name will be automatically generated.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

chart_line

‘chart_line’ child.