AnnotationMeasureValues Property

Gets the measure values at the time when annotation was created.

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 IDictionary<MeasureInfo, Number> MeasureValues { get; }

Property Value

Type: IDictionaryMeasureInfo, Number
The measure values.
See Also