Interface IOperationsHeatMapBaseViewModel
Last update: 16.07.2025Namespace: 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
IsRefresh
Get or Set the flag for refreshing data.
bool IsRefresh { get; set; }
Property Value
LegendFontColor
Get or set legend font color.
Color LegendFontColor { get; set; }
Property Value
LegendFontSize
Get or Set legend font size.
double LegendFontSize { get; set; }
Property Value
Max
Get or Set the value of the maximum.
double Max { get; set; }
Property Value
Min
Get or Set the value of the minimum.
double Min { get; set; }
Property Value
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()