GetMapsOptionsMetricSetBindingData Property

Gets the metric set binding data MetricSetBindingData for metric sets attached to a map control.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "metricSetBindingData", EmitDefaultValue = false)]
public IList<MetricSetBindingData> MetricSetBindingData { get; }

Property Value

Type: IListMetricSetBindingData
The list of metric set binding data per metric set attached to control.
See Also