Interface IOperationsTransformLineDataSeriesViewModel
Last update: 03.07.2024
Interface IOperationsTransformLineDataSeriesViewModel
Namespace: VM.Operations.Post.Interfaces
Assembly: VM.Operations.Post.dll
public interface IOperationsTransformLineDataSeriesViewModel
Properties
Align
Get or Set the type of align. It has Zero, Curve.
AlignType Align { get; set; }
Property Value
AlignType
AlignBase
Get or Set value for align data series.
double AlignBase { get; set; }
Property Value
Base
Get or Set the base of log.
string Base { get; set; }
Property Value
Coefficient
Get or Set the coefficient of log.
double Coefficient { get; set; }
Property Value
IsDecibel
Get or Set the flag for decibel scale.
bool IsDecibel { get; set; }
Property Value
OffsetX
Get or Set the value for offset X.
double OffsetX { get; set; }
Property Value
OffsetY
Get or Set the value for offset X.
double OffsetY { get; set; }
Property Value
ScaleX
Get or Set the value for scale X.
double ScaleX { get; set; }
Property Value
ScaleY
Get or Set the value for scale Y.
double ScaleY { get; set; }
Property Value
SelectedTransformType
Get or Set the type of transform. It has Translate, LinearScale, Absolute, Align, LogScale.
string SelectedTransformType { get; set; }
Property Value
Sign
Get or Set the tpye of sign. It has Positive, Negative.
SignType Sign { get; set; }
Property Value
SignType