Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsTransformLineDataSeriesViewModel

Last update: 03.07.2024

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

double

Base

Get or Set the base of log.

string Base { get; set; }

Property Value

string

Coefficient

Get or Set the coefficient of log.

double Coefficient { get; set; }

Property Value

double

IsDecibel

Get or Set the flag for decibel scale.

bool IsDecibel { get; set; }

Property Value

bool

OffsetX

Get or Set the value for offset X.

double OffsetX { get; set; }

Property Value

double

OffsetY

Get or Set the value for offset X.

double OffsetY { get; set; }

Property Value

double

ScaleX

Get or Set the value for scale X.

double ScaleX { get; set; }

Property Value

double

ScaleY

Get or Set the value for scale Y.

double ScaleY { get; set; }

Property Value

double

SelectedTransformType

Get or Set the type of transform. It has Translate, LinearScale, Absolute, Align, LogScale.

string SelectedTransformType { get; set; }

Property Value

string

Sign

Get or Set the tpye of sign. It has Positive, Negative.

SignType Sign { get; set; }

Property Value

SignType