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 (25.3.0.1000)
Syntaxpublic 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