Interface IOperationsHeatmapNumericAxis2DViewModel
Last update: 03.07.2024
Interface IOperationsHeatmapNumericAxis2DViewModel
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
FontColor
Get or Set the font color of font
Color FontColor { get; set; }
Property Value
FontFace
Get or Set the font face of font
FontFamily FontFace { get; set; }
Property Value
FontSize
Get or Set the font size of font
double FontSize { get; set; }
Property Value
FontStyle
Get or Set the font style of font
FontStyle FontStyle { get; set; }
Property Value
FontWeight
Get or Set the font weight of font
FontWeight FontWeight { get; set; }
Property Value
General
Get or Set the flag for the default of label format.
bool General { get; set; }
Property Value
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
ScaleMax
Get or Set the value for the maximum of scale.
double ScaleMax { get; set; }
Property Value
ScaleMin
Get or Set the value for the minimum of Scale.
double ScaleMin { get; set; }