Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsHeatMapBaseViewModel

Last update: 03.07.2024

Namespace: VM.Operations.Post.Interfaces
Assembly: VM.Operations.Post.dll

public interface IOperationsHeatMapBaseViewModel

Properties

IsAutoRange

Get or Set the flag for auto range.

bool IsAutoRange { get; set; }

Property Value

bool

IsRefresh

Get or Set the flag for refreshing data.

bool IsRefresh { get; set; }

Property Value

bool

LegendFontColor

Get or set legend font color.

Color LegendFontColor { get; set; }

Property Value

Color

LegendFontSize

Get or Set legend font size.

double LegendFontSize { get; set; }

Property Value

double

Max

Get or Set the value of the maximum.

double Max { get; set; }

Property Value

double

Min

Get or Set the value of the minimum.

double Min { get; set; }

Property Value

double

Methods

ExportAllCurves(string)

Export all curves on active view.

void ExportAllCurves(string filepath)

Parameters

filepath string

ExportAllDataSeries()

Export all curves on active view.

void ExportAllDataSeries()