Interface IOperationsHeatMapSTFTViewModel Last update: 03.07.2024 Namespace: VM.Operations.Post.Interfaces Assembly: VM.Operations.Post.dll public interface IOperationsHeatMapSTFTViewModel : IOperationsLine2DViewModelBase, IOperationsBase Implements IOperationsLine2DViewModelBase, IOperationsBase Properties IsWaterfallType Get or Set the type to change from STFT2D or STFT3D. bool IsWaterfallType { get; set; } Property Value bool STFT2DViewModel Get the value of STFT 2D viewmodel. IHeatMapSTFTView2DViewModel STFT2DViewModel { get; } Property Value IHeatMapSTFTView2DViewModel STFT3DViewModel Get the value of STFT 3D viewmodel. IHeatMapSTFTView3DViewModel STFT3DViewModel { get; } Property Value IHeatMapSTFTView3DViewModel Methods ExportAllDataSeries() Export all curves on active view. void ExportAllDataSeries()