AnnotationMeasureValue Property |
Gets the measure value.
Namespace:
Dundas.BI.Data.Annotations
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Number MeasureValue { get; }
Public ReadOnly Property MeasureValue As Number
Get
public:
property Number MeasureValue {
Number get ();
}
member MeasureValue : Number with get
Property Value
Type:
Number
The measure value.
Remarks
This can be used if the annotation is defined for a single measure.
See Also