analysisStyle

Accessor

Settings controlling display of analytical models.

get: AnalysisStyle | undefined

note Do not modify the style in place. Clone it and pass the clone to the setter.

Returns - AnalysisStyle | undefined


Setter

Settings controlling display of analytical models.

set(style: AnalysisStyle | undefined): void

note Do not modify the style in place. Clone it and pass the clone to the setter.

Parameter Type Description
style AnalysisStyle | undefined  

Returns - void

Defined in

Last Updated: 13 June, 2024