Class Anchor
Represents a labelled anchor on a ScaleDomain.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Anchor : NotificationObject
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 |
---|---|
System.String |
Value
The value to which the category should be applied.
Declaration
public decimal ? Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |