Open this page in the API Guide

Annotation.MeasureValues 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 (25.1.0.1000)
Syntax
public IDictionary<MeasureInfo, Number> MeasureValues { get; }

Property Value

Type: IDictionary<MeasureInfo, Number>
The measure values.
See Also