Interface IOperationsLineDataSeriesViewModelBase
Last update: 03.07.2024
Interface IOperationsLineDataSeriesViewModelBase
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
IsRefresh
Get or Set the flag for refreshing data.
bool IsRefresh { get; set; }
Property Value
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
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
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
Thickness
Get or Set the thickness of series.
int Thickness { get; set; }