Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsLineDataSeriesViewModelBase

Last update: 03.07.2024

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

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

Implements

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

Properties

Color

Get or Set the color of line.

Color Color { get; set; }

Property Value

Color

IsRefresh

Get or Set the flag for refreshing data.

bool IsRefresh { get; set; }

Property Value

bool

LineStyle

Get or Get the style of line. It has Solid, Dot, Dash, DashDot, DashDotDot.

LineStyleType LineStyle { get; set; }

Property Value

LineStyleType

PointSize

Get or Set the value of point size.

double PointSize { get; set; }

Property Value

double

PointType

Get or Set the type of point.

PointType PointType { get; set; }

Property Value

PointType

SeriesName

Get or Set the name of series.

string SeriesName { get; set; }

Property Value

string

SeriesType

Get or Set the type of line.

SeriesType SeriesType { get; set; }

Property Value

SeriesType

TargetName

Get or Set the name of the target.

string TargetName { get; set; }

Property Value

string

Thickness

Get or Set the thickness of series.

int Thickness { get; set; }

Property Value

int