ClientMeasureOverridesOppositeAxisMembers Property |
Gets the opposite axis members when measure sorting is required and both axis are defined within the metric set.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<MemberValue> OppositeAxisMembers { get; }
Public ReadOnly Property OppositeAxisMembers As IList(Of MemberValue)
Get
public:
property IList<MemberValue^>^ OppositeAxisMembers {
IList<MemberValue^>^ get ();
}
member OppositeAxisMembers : IList<MemberValue> with get
Property Value
Type:
IListMemberValueSee Also