Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsHeatmapLineDataSeriesViewModel

Last update: 03.07.2024

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

public interface IOperationsHeatmapLineDataSeriesViewModel : IOperationsLineDataSeriesViewModelBase, ILineDataSeriesViewModelBase, IHasSourceViewModel, IViewModel, IObservableObject, IDisposableObject, IEnabled, IExpanded, ISelected, IVisible, IThicknessProperty, IOperationsBase

Implements

IOperationsLineDataSeriesViewModelBase, ILineDataSeriesViewModelBase, IHasSourceViewModel, IViewModel, IObservableObject, IDisposableObject, IEnabled, IExpanded, ISelected, IVisible, IThicknessProperty, IOperationsBase

Properties

Harmonic

Get or Set the slope of the curve at start point.

double Harmonic { get; set; }

Property Value

double

Interval

Get or Set the value of the interval.

double Interval { get; set; }

Property Value

double