Class Anchor
Represents a labelled anchor on a ScaleDomain.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Anchor : NotificationObject, INotifyPropertyChanged
Properties
Category
The Category containing the label to be applied to a specific point in a scale.
Declaration
public Category Category { get; set; }
Property Value
Type | Description |
---|---|
Category |
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
string |
Value
The value to which the category should be applied.
Declaration
[AlsoNotifyFor("DisplayLabel")]
public decimal? Value { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()