Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsHeatmapNumericAxis2DViewModel

Last update: 03.07.2024

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

public interface IOperationsHeatmapNumericAxis2DViewModel

Properties

Digit

Get or Set the size for digit of label format

int Digit { get; set; }

Property Value

int

FontColor

Get or Set the font color of font

Color FontColor { get; set; }

Property Value

Color

FontFace

Get or Set the font face of font

FontFamily FontFace { get; set; }

Property Value

FontFamily

FontSize

Get or Set the font size of font

double FontSize { get; set; }

Property Value

double

FontStyle

Get or Set the font style of font

FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Get or Set the font weight of font

FontWeight FontWeight { get; set; }

Property Value

FontWeight

General

Get or Set the flag for the default of label format.

bool General { get; set; }

Property Value

bool

LabelFormatType

Get or Set the LabelFormatType of label format. It has Exponential, Number.

LabelFormatType LabelFormatType { get; set; }

Property Value

LabelFormatType

ScaleInterval

Get or Set the value for the interval of scale

double ScaleInterval { get; set; }

Property Value

double

ScaleMax

Get or Set the value for the maximum of scale.

double ScaleMax { get; set; }

Property Value

double

ScaleMin

Get or Set the value for the minimum of Scale.

double ScaleMin { get; set; }

Property Value

double