API Reference > imodeljs-frontend > Views > DisplayStyleState > analysisStyle 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 core/frontend/src/DisplayStyleState.ts Line 171 Last Updated: 13 June, 2024